Trace number 2693623

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.15 1802.09

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
MD5SUM181256eb24986712688255c971de86f9
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark278.258
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693623-1277927141.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.02/0.03	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.09/0.12	o 135714
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.18	c lp/solvefreq = -1
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     2 |     0 |     - |  17M|   0 |   - |5645 |5414 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
2.09/2.14	o 290
2.09/2.14	c * 2.0s|  6835 |  5553 |     0 |   0.0 |  22M|2816 |   - |5645 |6008 |   0 |   0 |   0 | 594 |   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
2.19/2.28	o 273
2.19/2.28	c * 2.1s|  7088 |  5707 |     0 |   0.0 |  22M|2816 |   - |5645 |6037 |   0 |   0 |   0 | 623 |   0 | 0.000000e+00 | 2.730000e+02 |    Inf 
2.99/3.01	o 225
2.99/3.01	c * 2.8s|  9345 |  6682 |     0 |   0.0 |  23M|2816 |   - |5645 |6253 |   0 |   0 |   0 | 839 |   0 | 0.000000e+00 | 2.250000e+02 |    Inf 
3.09/3.11	o 170
3.09/3.11	c * 2.9s|  9632 |  6243 |     0 |   0.0 |  23M|2816 |   - |5645 |6317 |   0 |   0 |   0 | 903 |   0 | 0.000000e+00 | 1.700000e+02 |    Inf 
3.09/3.16	o 167
3.09/3.16	c * 2.9s|  9810 |  6349 |     0 |   0.0 |  23M|2816 |   - |5645 |6357 |   0 |   0 |   0 | 943 |   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
3.20/3.22	c   3.0s| 10000 |  6525 |     0 |   0.0 |  23M|2816 |   - |5645 |6442 |   0 |   0 |   0 |1028 |   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
6.39/6.49	c   6.0s| 20000 | 14953 |     0 |   0.0 |  36M|2816 |   - |5645 |9462 |   0 |   0 |   0 |8860 |   0 | 0.000000e+00 | 1.670000e+02 |    Inf 
11.69/11.78	o 154
11.69/11.78	c *11.1s| 29793 | 22556 |     0 |   0.0 |  49M|2816 |   - |5645 |8614 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
11.89/11.92	c  11.2s| 30000 | 22742 |     0 |   0.0 |  49M|2816 |   - |5645 |8599 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
12.29/12.33	o 152
12.29/12.33	c *11.6s| 30526 | 23191 |     0 |   0.0 |  50M|2816 |   - |5645 |8687 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
12.49/12.59	o 148
12.49/12.59	c *11.8s| 30851 | 23423 |     0 |   0.0 |  51M|2816 |   - |5645 |8749 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.480000e+02 |    Inf 
12.49/12.59	o 147
12.49/12.59	c *11.8s| 30852 | 23415 |     0 |   0.0 |  51M|2816 |   - |5645 |8749 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.470000e+02 |    Inf 
12.59/12.63	o 139
12.59/12.63	c *11.9s| 30893 | 23227 |     0 |   0.0 |  50M|2816 |   - |5645 |8749 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.390000e+02 |    Inf 
12.59/12.63	o 127
12.59/12.63	c *11.9s| 30894 | 22965 |     0 |   0.0 |  49M|2816 |   - |5645 |8749 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.270000e+02 |    Inf 
13.69/13.73	o 109
13.69/13.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.69/13.73	c *12.9s| 32513 | 24011 |     0 |   0.0 |  50M|2816 |   - |5645 |8518 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
14.79/14.82	o 99
14.79/14.82	c *14.0s| 33834 | 24942 |     0 |   0.0 |  52M|2816 |   - |5645 |8480 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 9.900000e+01 |    Inf 
16.69/16.75	o 87
16.69/16.75	c *15.8s| 36079 | 25939 |     0 |   0.0 |  54M|2816 |   - |5645 |8668 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
17.19/17.24	o 82
17.19/17.24	c *16.3s| 36731 | 26269 |     0 |   0.0 |  56M|2816 |   - |5645 |8472 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
17.89/17.94	o 74
17.89/17.94	c *17.0s| 37520 | 26383 |     0 |   0.0 |  59M|2816 |   - |5645 |9033 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.400000e+01 |    Inf 
18.19/18.22	o 69
18.19/18.22	c *17.2s| 38002 | 26502 |     0 |   0.0 |  58M|2816 |   - |5645 |8954 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
19.00/19.06	o 66
19.00/19.06	c *18.0s| 39190 | 27431 |     0 |   0.0 |  62M|2816 |   - |5645 |8778 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
19.59/19.68	c  18.6s| 40000 | 28076 |     0 |   0.0 |  66M|2816 |   - |5645 |9084 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
21.49/21.57	o 64
21.49/21.57	c *20.4s| 43050 | 30622 |     0 |   0.0 |  74M|2816 |   - |5645 |9126 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 6.400000e+01 |    Inf 
21.49/21.57	o 59
21.49/21.57	c *20.4s| 43051 | 30371 |     0 |   0.0 |  73M|2816 |   - |5645 |9126 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
21.99/22.07	o 48
21.99/22.07	c *20.9s| 43608 | 29888 |     0 |   0.0 |  71M|2816 |   - |5645 |8338 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
24.59/24.68	o 27
24.59/24.68	c *23.4s| 48824 | 32528 |     0 |   0.0 |  70M|2816 |   - |5645 |8123 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
25.09/25.15	c  23.8s| 50000 | 33580 |     0 |   0.0 |  72M|2816 |   - |5645 |8171 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 2.700000e+01 |    Inf 
26.30/26.32	o 26
26.30/26.32	c *24.9s| 52600 | 35560 |     0 |   0.0 |  75M|2816 |   - |5645 |8546 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
27.50/27.55	o 23
27.50/27.55	c *26.1s| 55711 | 37693 |     0 |   0.0 |  77M|2816 |   - |5645 |8702 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
27.59/27.68	o 6
27.59/27.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.59/27.68	c *26.2s| 55950 | 36329 |     0 |   0.0 |  74M|2816 |   - |5645 |8681 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
29.29/29.34	c  27.7s| 60000 | 39649 |     0 |   0.0 |  78M|2816 |   - |5645 |9093 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
32.99/33.04	c  31.2s| 70000 | 48030 |     0 |   0.0 |  89M|2816 |   - |5645 |9520 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
36.79/36.89	c  34.8s| 80000 | 56285 |     0 |   0.0 | 100M|2816 |   - |5645 |8287 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
41.00/41.01	c  38.7s| 90000 | 64202 |     0 |   0.0 | 111M|2816 |   - |5645 |9078 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
45.69/45.71	c  43.1s|100000 | 71712 |     0 |   0.0 | 121M|2816 |   - |5645 |9867 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
50.69/50.71	c  47.8s|110000 | 78975 |     0 |   0.0 | 132M|2816 |   - |5645 |  10k|   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
56.19/56.24	c  53.1s|120000 | 85855 |     0 |   0.0 | 142M|2816 |   - |5645 |  11k|   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
62.19/62.24	c  58.8s|130000 | 92397 |     0 |   0.0 | 153M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
69.30/69.35	c  65.6s|140000 | 98251 |     0 |   0.0 | 164M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
77.19/77.27	c  73.2s|150000 |103683 |     0 |   0.0 | 175M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
86.29/86.37	c  82.0s|160000 |108405 |     0 |   0.0 | 187M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
99.39/99.46	c  94.8s|170000 |110930 |     0 |   0.0 | 198M|2816 |   - |5645 |  21k|   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
106.30/106.35	c   101s|180000 |118019 |     0 |   0.0 | 203M|2816 |   - |5645 |9387 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
110.80/110.84	o 5
110.80/110.84	c * 106s|187067 |122965 |     0 |   0.0 | 210M|2816 |   - |5645 |9220 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
112.40/112.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.40/112.48	c   107s|190000 |125218 |     0 |   0.0 | 213M|2816 |   - |5645 |8934 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
118.80/118.81	c   113s|200000 |131920 |     0 |   0.0 | 223M|2816 |   - |5645 |9791 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
123.99/124.06	c   118s|210000 |139123 |     0 |   0.0 | 233M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
129.60/129.66	c   123s|220000 |145900 |     0 |   0.0 | 244M|2816 |   - |5645 |9378 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
135.99/136.05	c   129s|230000 |152534 |     0 |   0.0 | 256M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
140.60/140.62	c   134s|240000 |160843 |     0 |   0.0 | 266M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
146.40/146.46	c   139s|250000 |168074 |     0 |   0.0 | 277M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
151.80/151.88	c   144s|260000 |175732 |     0 |   0.0 | 290M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
158.10/158.11	c   150s|270000 |182830 |     0 |   0.0 | 300M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
165.80/165.87	c   158s|280000 |189263 |     0 |   0.0 | 317M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
172.80/172.84	c   164s|290000 |197641 |     0 |   0.0 | 359M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
178.90/178.95	c   170s|300000 |205306 |     0 |   0.0 | 380M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
185.30/185.32	c   176s|310000 |210926 |     0 |   0.0 | 389M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
189.40/189.42	c   180s|320000 |218906 |     0 |   0.0 | 399M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
192.90/193.00	o 3
192.90/193.00	c * 183s|327697 |224157 |     0 |   0.0 | 405M|2816 |   - |5645 |9835 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
193.80/193.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.80/193.89	c   184s|330000 |226106 |     0 |   0.0 | 407M|2816 |   - |5645 |9870 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
198.30/198.37	c   188s|340000 |233811 |     0 |   0.0 | 418M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
204.90/204.98	c   195s|350000 |239331 |     0 |   0.0 | 428M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
209.10/209.13	c   198s|360000 |247179 |     0 |   0.0 | 438M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
213.70/213.72	c   203s|370000 |254474 |     0 |   0.0 | 448M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
218.70/218.77	c   207s|380000 |261172 |     0 |   0.0 | 458M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
223.00/223.08	c   211s|390000 |268897 |     0 |   0.0 | 468M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
228.10/228.10	c   216s|400000 |275970 |     0 |   0.0 | 478M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
232.80/232.81	c   221s|410000 |283351 |     0 |   0.0 | 488M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
236.50/236.53	o 2
236.50/236.53	c * 224s|416832 |285583 |     0 |   0.0 | 491M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
238.50/238.59	c   226s|420000 |287395 |     0 |   0.0 | 494M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
242.91/242.90	c   230s|430000 |295138 |     0 |   0.0 | 504M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
247.50/247.55	c   234s|440000 |302528 |     0 |   0.0 | 513M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
252.40/252.43	c   239s|450000 |309754 |     0 |   0.0 | 524M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
257.49/257.57	c   244s|460000 |316498 |     0 |   0.0 | 533M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
262.20/262.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
262.20/262.29	c   248s|470000 |323730 |     0 |   0.0 | 543M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
266.60/266.64	c   252s|480000 |331375 |     0 |   0.0 | 552M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
271.30/271.35	c   257s|490000 |338523 |     0 |   0.0 | 561M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
276.01/276.05	c   261s|500000 |345852 |     0 |   0.0 | 570M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
281.00/281.06	c   266s|510000 |352873 |     0 |   0.0 | 580M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
285.21/285.20	c   270s|520000 |360714 |     0 |   0.0 | 589M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
290.31/290.35	c   274s|530000 |367559 |     0 |   0.0 | 598M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
295.20/295.24	c   279s|540000 |374704 |     0 |   0.0 | 607M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
299.70/299.70	c   283s|550000 |382291 |     0 |   0.0 | 616M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
305.20/305.28	c   288s|560000 |388714 |     0 |   0.0 | 625M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
309.40/309.48	c   292s|570000 |396369 |     0 |   0.0 | 635M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
314.00/314.07	c   297s|580000 |403704 |     0 |   0.0 | 644M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
319.61/319.67	c   302s|590000 |410040 |     0 |   0.0 | 654M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
324.90/324.97	c   307s|600000 |417019 |     0 |   0.0 | 664M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 468k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
330.40/330.47	c   312s|610000 |423816 |     0 |   0.0 | 673M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
336.10/336.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.10/336.15	c   318s|620000 |430484 |     0 |   0.0 | 683M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
342.50/342.53	c   324s|630000 |436781 |     0 |   0.0 | 693M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
349.20/349.21	c   330s|640000 |442877 |     0 |   0.0 | 703M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
356.31/356.32	c   337s|650000 |448754 |     0 |   0.0 | 712M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
363.40/363.44	c   344s|660000 |454604 |     0 |   0.0 | 722M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
370.50/370.60	c   350s|670000 |460371 |     0 |   0.0 | 732M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 513k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
377.91/377.98	c   358s|680000 |466021 |     0 |   0.0 | 741M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
385.01/385.09	c   364s|690000 |471695 |     0 |   0.0 | 751M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
393.01/393.04	c   372s|700000 |476880 |     0 |   0.0 | 760M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 536k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
401.30/401.31	c   380s|710000 |481873 |     0 |   0.0 | 770M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 545k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
410.10/410.15	c   388s|720000 |486504 |     0 |   0.0 | 779M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 554k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
419.01/419.04	c   397s|730000 |491133 |     0 |   0.0 | 789M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 563k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
428.11/428.13	c   406s|740000 |495604 |     0 |   0.0 | 798M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 572k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
437.91/437.99	c   415s|750000 |499439 |     0 |   0.0 | 807M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 583k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
448.11/448.13	c   425s|760000 |503101 |     0 |   0.0 | 816M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
458.51/458.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.51/458.54	c   435s|770000 |506652 |     0 |   0.0 | 825M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 605k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
468.71/468.72	c   445s|780000 |510369 |     0 |   0.0 | 834M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 616k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
479.62/479.66	c   456s|790000 |513621 |     0 |   0.0 | 843M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 628k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
490.91/490.95	c   467s|800000 |516625 |     0 |   0.0 | 851M|2816 |   - |5645 |  18k|   0 |   0 |   0 | 640k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
502.21/502.29	c   478s|810000 |519668 |     0 |   0.0 | 859M|2816 |   - |5645 |  18k|   0 |   0 |   0 | 653k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
513.91/513.96	c   489s|820000 |522629 |     0 |   0.0 | 867M|2816 |   - |5645 |  19k|   0 |   0 |   0 | 665k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
525.71/525.73	c   501s|830000 |525666 |     0 |   0.0 | 875M|2816 |   - |5645 |  19k|   0 |   0 |   0 | 678k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
537.51/537.54	c   512s|840000 |528767 |     0 |   0.0 | 883M|2816 |   - |5645 |  20k|   0 |   0 |   0 | 692k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
550.81/550.80	c   525s|850000 |531036 |     0 |   0.0 | 890M|2816 |   - |5645 |  20k|   0 |   0 |   0 | 706k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
563.91/563.99	c   538s|860000 |533475 |     0 |   0.0 | 897M|2816 |   - |5645 |  21k|   0 |   0 |   0 | 721k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
579.51/579.50	c   553s|870000 |534863 |     0 |   0.0 | 904M|2816 |   - |5645 |  23k|   0 |   0 |   0 | 737k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
595.81/595.84	c   569s|880000 |536253 |     0 |   0.0 | 911M|2816 |   - |5645 |  25k|   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
614.61/614.61	c   587s|890000 |536471 |     0 |   0.0 | 915M|2816 |   - |5645 |  27k|   0 |   0 |   0 | 773k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
627.62/627.69	c   600s|900000 |540346 |     0 |   0.0 | 915M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 784k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
632.82/632.86	c   605s|910000 |547897 |     0 |   0.0 | 925M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
638.32/638.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
638.32/638.38	c   610s|920000 |555157 |     0 |   0.0 | 936M|2816 |   - |5645 |  14k|   0 |   0 |   0 | 793k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
644.52/644.51	c   616s|930000 |561917 |     0 |   0.0 | 945M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 799k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
651.42/651.49	c   622s|940000 |568238 |     0 |   0.0 | 955M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 805k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
659.41/659.43	c   630s|950000 |574052 |     0 |   0.0 | 965M|2816 |   - |5645 |  18k|   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
668.61/668.62	c   639s|960000 |579168 |     0 |   0.0 | 975M|2816 |   - |5645 |  21k|   0 |   0 |   0 | 821k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
680.82/680.84	c   651s|970000 |582783 |     0 |   0.0 | 984M|2816 |   - |5645 |  25k|   0 |   0 |   0 | 833k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
692.92/693.00	c   662s|980000 |587193 |     0 |   0.0 | 989M|2816 |   - |5645 |  16k|   0 |   0 |   0 | 843k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
698.71/698.70	c   668s|990000 |594501 |     0 |   0.0 | 996M|2816 |   - |5645 |  12k|   0 |   0 |   0 | 848k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
704.42/704.44	c   673s|  1000k|601506 |     0 |   0.0 |1007M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 853k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
710.91/710.95	c   679s|  1010k|608040 |     0 |   0.0 |1017M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 859k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
718.42/718.44	c   687s|  1020k|613973 |     0 |   0.0 |1027M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 866k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
727.62/727.67	c   696s|  1030k|618881 |     0 |   0.0 |1037M|2816 |   - |5645 |  20k|   0 |   0 |   0 | 876k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
739.32/739.36	c   707s|  1040k|622600 |     0 |   0.0 |1047M|2816 |   - |5645 |  23k|   0 |   0 |   0 | 888k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
754.42/754.41	c   721s|  1050k|625153 |     0 |   0.0 |1052M|2816 |   - |5645 |  20k|   0 |   0 |   0 | 902k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
759.52/759.52	c   726s|  1060k|632854 |     0 |   0.0 |1058M|2816 |   - |5645 |8542 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
764.12/764.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
764.12/764.18	c   731s|  1070k|640311 |     0 |   0.0 |1068M|2816 |   - |5645 |8674 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
769.22/769.20	c   735s|  1080k|647473 |     0 |   0.0 |1077M|2816 |   - |5645 |9591 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
774.72/774.70	c   741s|  1090k|654226 |     0 |   0.0 |1087M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 922k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
780.82/780.80	c   746s|  1100k|660565 |     0 |   0.0 |1097M|2816 |   - |5645 |  11k|   0 |   0 |   0 | 928k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
787.82/787.84	c   753s|  1110k|666386 |     0 |   0.0 |1106M|2816 |   - |5645 |  13k|   0 |   0 |   0 | 936k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
796.22/796.29	c   761s|  1120k|671380 |     0 |   0.0 |1116M|2816 |   - |5645 |  15k|   0 |   0 |   0 | 946k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
806.82/806.84	c   771s|  1130k|675157 |     0 |   0.0 |1126M|2816 |   - |5645 |  17k|   0 |   0 |   0 | 957k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
821.22/821.27	c   785s|  1140k|676845 |     0 |   0.0 |1132M|2816 |   - |5645 |  19k|   0 |   0 |   0 | 973k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
825.72/825.76	c   790s|  1150k|684942 |     0 |   0.0 |1138M|2816 |   - |5645 |8154 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
830.12/830.11	c   794s|  1160k|692615 |     0 |   0.0 |1148M|2816 |   - |5645 |8817 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
834.72/834.76	c   798s|  1170k|700058 |     0 |   0.0 |1158M|2816 |   - |5645 |9487 |   0 |   0 |   0 | 985k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
839.62/839.68	c   803s|  1180k|707267 |     0 |   0.0 |1167M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 990k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
844.92/844.93	c   808s|  1190k|714261 |     0 |   0.0 |1177M|2816 |   - |5645 |  10k|   0 |   0 |   0 | 996k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
850.33/850.32	c   813s|  1200k|721112 |     0 |   0.0 |1186M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1002k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
856.23/856.26	c   818s|  1210k|727509 |     0 |   0.0 |1195M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
863.02/863.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
863.02/863.00	c   825s|  1220k|733300 |     0 |   0.0 |1205M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1016k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
870.73/870.70	c   832s|  1230k|738522 |     0 |   0.0 |1215M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1026k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
879.72/879.70	c   841s|  1240k|742997 |     0 |   0.0 |1224M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1036k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
890.82/890.81	c   851s|  1250k|746204 |     0 |   0.0 |1233M|2816 |   - |5645 |  20k|   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
898.92/898.92	c   859s|  1260k|752188 |     0 |   0.0 |1237M|2816 |   - |5645 |  10k|   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
903.03/903.05	c   863s|  1270k|760125 |     0 |   0.0 |1247M|2816 |   - |5645 |9284 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
907.53/907.54	c   867s|  1280k|767644 |     0 |   0.0 |1257M|2816 |   - |5645 |9914 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
912.23/912.25	c   872s|  1290k|774994 |     0 |   0.0 |1266M|2816 |   - |5645 |  10k|   0 |   0 |   0 |1071k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
917.63/917.63	c   877s|  1300k|781866 |     0 |   0.0 |1276M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
923.52/923.50	c   882s|  1310k|788387 |     0 |   0.0 |1285M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1084k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
929.92/929.98	c   888s|  1320k|794449 |     0 |   0.0 |1295M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1091k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
937.73/937.74	c   896s|  1330k|799716 |     0 |   0.0 |1306M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1101k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
946.82/946.83	c   905s|  1340k|804226 |     0 |   0.0 |1316M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1112k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
958.42/958.40	c   916s|  1350k|807388 |     0 |   0.0 |1325M|2816 |   - |5645 |  22k|   0 |   0 |   0 |1125k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
965.33/965.33	c   922s|  1360k|814115 |     0 |   0.0 |1328M|2816 |   - |5645 |  10k|   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
969.32/969.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
969.32/969.38	c   926s|  1370k|822149 |     0 |   0.0 |1338M|2816 |   - |5645 |9777 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
973.62/973.66	c   930s|  1380k|829919 |     0 |   0.0 |1347M|2816 |   - |5645 |  10k|   0 |   0 |   0 |1139k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
978.22/978.21	c   935s|  1390k|837453 |     0 |   0.0 |1356M|2816 |   - |5645 |  10k|   0 |   0 |   0 |1143k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
982.83/982.89	c   939s|  1400k|844819 |     0 |   0.0 |1366M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1148k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
987.73/987.77	c   943s|  1410k|852047 |     0 |   0.0 |1375M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
993.03/993.05	c   948s|  1420k|858964 |     0 |   0.0 |1384M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
998.74/998.75	c   954s|  1430k|865469 |     0 |   0.0 |1393M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1005.52/1005.57	c   960s|  1440k|871234 |     0 |   0.0 |1403M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1173k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1013.52/1013.59	c   968s|  1450k|876301 |     0 |   0.0 |1413M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1023.33/1023.30	c   977s|  1460k|880325 |     0 |   0.0 |1422M|2816 |   - |5645 |  19k|   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1037.03/1037.05	c   991s|  1470k|882160 |     0 |   0.0 |1430M|2816 |   - |5645 |  23k|   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1043.13/1043.16	c   997s|  1480k|889275 |     0 |   0.0 |1434M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1047.32/1047.36	c  1000s|  1490k|897178 |     0 |   0.0 |1443M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1051.73/1051.73	c  1005s|  1500k|904845 |     0 |   0.0 |1452M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1056.62/1056.60	c  1009s|  1510k|912139 |     0 |   0.0 |1462M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1062.33/1062.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1062.33/1062.33	c  1015s|  1520k|918831 |     0 |   0.0 |1472M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1069.73/1069.72	c  1022s|  1530k|924518 |     0 |   0.0 |1482M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1078.33/1078.30	c  1030s|  1540k|929629 |     0 |   0.0 |1493M|2816 |   - |5645 |  18k|   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1088.83/1088.81	c  1040s|  1550k|933719 |     0 |   0.0 |1503M|2816 |   - |5645 |  20k|   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1102.43/1102.43	c  1053s|  1560k|936469 |     0 |   0.0 |1512M|2816 |   - |5645 |  25k|   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1111.73/1111.75	c  1062s|  1570k|942507 |     0 |   0.0 |1518M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1116.53/1116.60	c  1067s|  1580k|950569 |     0 |   0.0 |1528M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1291k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1121.34/1121.31	c  1071s|  1590k|958491 |     0 |   0.0 |1538M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1125.94/1125.90	c  1075s|  1600k|966359 |     0 |   0.0 |1548M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1130.74/1130.75	c  1080s|  1610k|974100 |     0 |   0.0 |1558M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1135.63/1135.69	c  1085s|  1620k|981646 |     0 |   0.0 |1568M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1307k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1141.24/1141.23	c  1090s|  1630k|988840 |     0 |   0.0 |1579M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1312k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1147.04/1147.09	c  1095s|  1640k|995849 |     0 |   0.0 |1590M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1153.84/1153.83	c  1102s|  1650k|  1002k|     0 |   0.0 |1601M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1160.93/1160.91	c  1108s|  1660k|  1008k|     0 |   0.0 |1610M|2816 |   - |5645 |  10k|   0 |   0 |   0 |1332k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1167.23/1167.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.23/1167.27	c  1114s|  1670k|  1014k|     0 |   0.0 |1620M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1173.93/1173.99	c  1121s|  1680k|  1020k|     0 |   0.0 |1630M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1181.34/1181.33	c  1128s|  1690k|  1025k|     0 |   0.0 |1640M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1357k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1189.34/1189.36	c  1135s|  1700k|  1030k|     0 |   0.0 |1650M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1198.04/1198.06	c  1144s|  1710k|  1035k|     0 |   0.0 |1660M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1207.93/1207.96	c  1153s|  1720k|  1039k|     0 |   0.0 |1669M|2816 |   - |5645 |  18k|   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1219.84/1219.86	c  1165s|  1730k|  1042k|     0 |   0.0 |1677M|2816 |   - |5645 |  18k|   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1234.73/1234.74	c  1179s|  1740k|  1043k|     0 |   0.0 |1684M|2816 |   - |5645 |  22k|   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1240.85/1240.87	c  1185s|  1750k|  1049k|     0 |   0.0 |1688M|2816 |   - |5645 |  10k|   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1245.54/1245.51	c  1190s|  1760k|  1057k|     0 |   0.0 |1699M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1250.64/1250.60	c  1194s|  1770k|  1064k|     0 |   0.0 |1709M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1256.15/1256.11	c  1200s|  1780k|  1071k|     0 |   0.0 |1719M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1444k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1262.24/1262.22	c  1205s|  1790k|  1078k|     0 |   0.0 |1729M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1269.34/1269.33	c  1212s|  1800k|  1083k|     0 |   0.0 |1740M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1459k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1277.54/1277.58	c  1220s|  1810k|  1088k|     0 |   0.0 |1750M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1288.33/1288.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.33/1288.39	c  1231s|  1820k|  1091k|     0 |   0.0 |1759M|2816 |   - |5645 |  20k|   0 |   0 |   0 |1482k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1296.74/1296.77	c  1239s|  1830k|  1097k|     0 |   0.0 |1764M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1301.34/1301.32	c  1243s|  1840k|  1104k|     0 |   0.0 |1774M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1495k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1305.84/1305.88	c  1247s|  1850k|  1112k|     0 |   0.0 |1784M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1499k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1310.64/1310.68	c  1252s|  1860k|  1119k|     0 |   0.0 |1794M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1504k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1315.74/1315.70	c  1256s|  1870k|  1127k|     0 |   0.0 |1803M|2816 |   - |5645 |  11k|   0 |   0 |   0 |1509k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1320.84/1320.86	c  1261s|  1880k|  1134k|     0 |   0.0 |1813M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1514k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1326.24/1326.27	c  1266s|  1890k|  1141k|     0 |   0.0 |1823M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1520k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1332.44/1332.45	c  1272s|  1900k|  1147k|     0 |   0.0 |1833M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1527k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1339.04/1339.03	c  1278s|  1910k|  1153k|     0 |   0.0 |1843M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1534k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1346.04/1346.06	c  1285s|  1920k|  1159k|     0 |   0.0 |1852M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1353.74/1353.78	c  1292s|  1930k|  1164k|     0 |   0.0 |1862M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1551k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1362.14/1362.11	c  1300s|  1940k|  1169k|     0 |   0.0 |1872M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1561k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1371.24/1371.28	c  1309s|  1950k|  1174k|     0 |   0.0 |1881M|2816 |   - |5645 |  19k|   0 |   0 |   0 |1571k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1381.84/1381.82	c  1319s|  1960k|  1178k|     0 |   0.0 |1890M|2816 |   - |5645 |  20k|   0 |   0 |   0 |1583k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1395.55/1395.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1395.55/1395.59	c  1333s|  1970k|  1180k|     0 |   0.0 |1898M|2816 |   - |5645 |  23k|   0 |   0 |   0 |1598k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1407.04/1407.04	c  1344s|  1980k|  1185k|     0 |   0.0 |1901M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1609k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1411.44/1411.41	c  1348s|  1990k|  1193k|     0 |   0.0 |1911M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1612k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1415.84/1415.87	c  1352s|  2000k|  1200k|     0 |   0.0 |1920M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1420.84/1420.84	c  1357s|  2010k|  1208k|     0 |   0.0 |1930M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1620k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1426.45/1426.46	c  1362s|  2020k|  1215k|     0 |   0.0 |1940M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1626k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1432.94/1432.92	c  1368s|  2030k|  1221k|     0 |   0.0 |1950M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1633k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1440.45/1440.40	c  1375s|  2040k|  1227k|     0 |   0.0 |1960M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1641k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1449.64/1449.63	c  1384s|  2050k|  1231k|     0 |   0.0 |1970M|2816 |   - |5645 |  20k|   0 |   0 |   0 |1651k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1462.54/1462.57	c  1397s|  2060k|  1233k|     0 |   0.0 |1979M|2816 |   - |5645 |  24k|   0 |   0 |   0 |1666k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1468.55/1468.58	c  1403s|  2070k|  1241k|     0 |   0.0 |1984M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1671k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1472.85/1472.87	c  1407s|  2080k|  1249k|     0 |   0.0 |1994M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1675k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1477.45/1477.48	c  1411s|  2090k|  1256k|     0 |   0.0 |2003M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1679k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1482.54/1482.53	c  1416s|  2100k|  1264k|     0 |   0.0 |2013M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1683k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1488.04/1488.02	c  1421s|  2110k|  1271k|     0 |   0.0 |2022M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1689k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1494.34/1494.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1494.34/1494.38	c  1427s|  2120k|  1277k|     0 |   0.0 |2032M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1695k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1501.65/1501.67	c  1434s|  2130k|  1283k|     0 |   0.0 |2042M|2816 |   - |5645 |  18k|   0 |   0 |   0 |1703k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1510.05/1510.04	c  1442s|  2140k|  1288k|     0 |   0.0 |2052M|2816 |   - |5645 |  20k|   0 |   0 |   0 |1712k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1520.26/1520.28	c  1452s|  2150k|  1292k|     0 |   0.0 |2061M|2816 |   - |5645 |  22k|   0 |   0 |   0 |1723k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1532.25/1532.21	c  1463s|  2160k|  1295k|     0 |   0.0 |2065M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1736k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1536.85/1536.82	c  1468s|  2170k|  1303k|     0 |   0.0 |2074M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1740k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1541.55/1541.51	c  1472s|  2180k|  1311k|     0 |   0.0 |2084M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1744k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1546.85/1546.85	c  1477s|  2190k|  1318k|     0 |   0.0 |2094M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1749k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1552.74/1552.74	c  1483s|  2200k|  1325k|     0 |   0.0 |2104M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1755k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1559.75/1559.75	c  1490s|  2210k|  1331k|     0 |   0.0 |2114M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1763k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1567.45/1567.45	c  1497s|  2220k|  1336k|     0 |   0.0 |2124M|2816 |   - |5645 |  18k|   0 |   0 |   0 |1771k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1576.45/1576.41	c  1506s|  2230k|  1341k|     0 |   0.0 |2132M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1781k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1584.25/1584.27	c  1513s|  2240k|  1347k|     0 |   0.0 |2140M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1789k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1590.95/1590.96	c  1520s|  2250k|  1353k|     0 |   0.0 |2149M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1796k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1596.95/1596.93	c  1525s|  2260k|  1360k|     0 |   0.0 |2158M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1802k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1602.85/1602.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1602.85/1602.80	c  1531s|  2270k|  1367k|     0 |   0.0 |2168M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1808k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1609.05/1609.03	c  1537s|  2280k|  1373k|     0 |   0.0 |2178M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1815k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1615.65/1615.61	c  1543s|  2290k|  1380k|     0 |   0.0 |2187M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1822k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1622.65/1622.60	c  1550s|  2300k|  1386k|     0 |   0.0 |2197M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1829k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1629.55/1629.58	c  1556s|  2310k|  1392k|     0 |   0.0 |2206M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1836k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1636.55/1636.58	c  1563s|  2320k|  1398k|     0 |   0.0 |2215M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1844k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1643.05/1643.05	c  1569s|  2330k|  1404k|     0 |   0.0 |2224M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1851k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1649.55/1649.57	c  1575s|  2340k|  1410k|     0 |   0.0 |2233M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1858k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1655.95/1655.97	c  1581s|  2350k|  1417k|     0 |   0.0 |2242M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1865k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1662.55/1662.58	c  1588s|  2360k|  1423k|     0 |   0.0 |2252M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1872k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1669.25/1669.21	c  1594s|  2370k|  1429k|     0 |   0.0 |2261M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1880k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1676.46/1676.49	c  1601s|  2380k|  1435k|     0 |   0.0 |2271M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1888k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1685.56/1685.55	c  1610s|  2390k|  1440k|     0 |   0.0 |2280M|2816 |   - |5645 |  19k|   0 |   0 |   0 |1898k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1697.65/1697.62	c  1621s|  2400k|  1443k|     0 |   0.0 |2288M|2816 |   - |5645 |  21k|   0 |   0 |   0 |1912k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1706.45/1706.41	c  1630s|  2410k|  1448k|     0 |   0.0 |2293M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1920k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1710.46/1710.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1710.46/1710.46	c  1634s|  2420k|  1456k|     0 |   0.0 |2302M|2816 |   - |5645 |  12k|   0 |   0 |   0 |1923k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1714.75/1714.70	c  1638s|  2430k|  1464k|     0 |   0.0 |2311M|2816 |   - |5645 |  13k|   0 |   0 |   0 |1927k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1719.36/1719.37	c  1642s|  2440k|  1472k|     0 |   0.0 |2320M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1931k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1724.56/1724.57	c  1647s|  2450k|  1479k|     0 |   0.0 |2329M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1936k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1730.96/1730.97	c  1653s|  2460k|  1486k|     0 |   0.0 |2339M|2816 |   - |5645 |  16k|   0 |   0 |   0 |1943k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1738.65/1738.64	c  1660s|  2470k|  1491k|     0 |   0.0 |2349M|2816 |   - |5645 |  18k|   0 |   0 |   0 |1951k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1748.26/1748.23	c  1670s|  2480k|  1496k|     0 |   0.0 |2359M|2816 |   - |5645 |  20k|   0 |   0 |   0 |1961k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1761.76/1761.72	c  1683s|  2490k|  1498k|     0 |   0.0 |2365M|2816 |   - |5645 |  22k|   0 |   0 |   0 |1976k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1766.66/1766.61	c  1687s|  2500k|  1506k|     0 |   0.0 |2372M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1980k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1771.36/1771.39	c  1692s|  2510k|  1514k|     0 |   0.0 |2381M|2816 |   - |5645 |  14k|   0 |   0 |   0 |1984k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1776.66/1776.61	c  1697s|  2520k|  1521k|     0 |   0.0 |2391M|2816 |   - |5645 |  15k|   0 |   0 |   0 |1988k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1782.25/1782.29	c  1702s|  2530k|  1528k|     0 |   0.0 |2400M|2816 |   - |5645 |  17k|   0 |   0 |   0 |1994k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1788.86/1788.83	c  1708s|  2540k|  1535k|     0 |   0.0 |2410M|2816 |   - |5645 |  18k|   0 |   0 |   0 |2000k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1795.96/1795.95	c  1715s|  2550k|  1541k|     0 |   0.0 |2419M|2816 |   - |5645 |  18k|   0 |   0 |   0 |2008k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1719.19
1800.06/1800.00	c Solving Nodes      : 2555414
1800.06/1800.00	c Primal Bound       : +2.00000000000000e+00 (31 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.06	s SATISFIABLE
1800.06/1800.06	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1800.06/1800.06	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.06/1800.06	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.06/1800.06	v -x167 x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1800.06/1800.06	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1800.06/1800.06	v -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.06/1800.06	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.06/1800.06	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.06/1800.06	v -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 
1800.06/1800.06	v -x28 -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 
1800.06/1800.06	v -x1 
1800.06/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.06	c Solving Time       :    1719.19
1800.06/1800.06	c Original Problem   :
1800.06/1800.06	c   Problem name     : HOME/instance-2693623-1277927141.wbo
1800.06/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.06	c Presolved Problem  :
1800.06/1800.06	c   Problem name     : t_HOME/instance-2693623-1277927141.wbo
1800.06/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.06	c   Constraints      : 5414 initial, 30139 maximal
1800.06/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.06/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.06/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   root node        :          -       2627          -          -       5254          -          -          -          -
1800.06/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.06	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.06	c   indicator        :       2707          0    5993115          0    1802975         41    1774207          0          0          0
1800.06/1800.06	c   linear           :       2707          0    7699935          0    2189761     534099   43701639          0          0          0
1800.06/1800.06	c   logicor          :          0+         0    3488361          0          0      63812    1176950          0          0          0
1800.06/1800.06	c   countsols        :          0          0          0          0    2189780          0          0          0          0          0
1800.06/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.06	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.06	c   indicator        :       7.11       0.00       2.92       0.00       4.19
1800.06/1800.06	c   linear           :     418.92       0.00     417.55       0.00       1.37
1800.06/1800.06	c   logicor          :     294.66       0.00     294.66       0.00       0.00
1800.06/1800.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.06	c   vbounds          :       0.00          2          0          0
1800.06/1800.06	c   rootredcost      :       0.00          0          0          0
1800.06/1800.06	c   pseudoobj        :     375.79    7700782        835    1764645
1800.06/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.06	c   propagation      :      39.56     598746     598736    3319942       23.3     141866        9.9          -
1800.06/1800.06	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.06	c   pseudo solution  :       0.01         54         54        270       34.6        214        9.6          -
1800.06/1800.06	c   applied globally :          -          -          -    2012656       20.4          -          -          -
1800.06/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.06	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.06	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.06	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.06	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.06	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.06	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.06	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.06	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.06	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.06	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.06	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.06	c Pricers            :       Time      Calls       Vars
1800.06/1800.06	c   problem variables:       0.00          0          0
1800.06/1800.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.06	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   inference        :      31.86    2189752          0          0          0          0    4379504
1800.06/1800.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.06	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.06	c   LP solutions     :       0.00          -          0
1800.06/1800.06	c   pseudo solutions :       0.06          -         28
1800.06/1800.06	c   oneopt           :       0.05          0          0
1800.06/1800.06	c   trivial          :       0.08          2          2
1800.06/1800.06	c   simplerounding   :       0.00          0          0
1800.06/1800.06	c   zirounding       :       0.00          0          0
1800.06/1800.06	c   rounding         :       0.00          0          0
1800.06/1800.06	c   shifting         :       0.00          0          0
1800.06/1800.06	c   intshifting      :       0.00          0          0
1800.06/1800.06	c   twoopt           :       0.00          0          0
1800.06/1800.06	c   fixandinfer      :       0.00          0          0
1800.06/1800.06	c   feaspump         :       0.00          0          0
1800.06/1800.06	c   coefdiving       :       0.00          0          0
1800.06/1800.06	c   pscostdiving     :       0.00          0          0
1800.06/1800.06	c   fracdiving       :       0.00          0          0
1800.06/1800.06	c   veclendiving     :       0.00          0          0
1800.06/1800.06	c   intdiving        :       0.00          0          0
1800.06/1800.06	c   actconsdiving    :       0.00          0          0
1800.06/1800.06	c   objpscostdiving  :       0.00          0          0
1800.06/1800.06	c   rootsoldiving    :       0.00          0          0
1800.06/1800.06	c   linesearchdiving :       0.00          0          0
1800.06/1800.06	c   guideddiving     :       0.00          0          0
1800.06/1800.06	c   octane           :       0.00          0          0
1800.06/1800.06	c   rens             :       0.00          0          0
1800.06/1800.06	c   rins             :       0.00          0          0
1800.06/1800.06	c   localbranching   :       0.00          0          0
1800.06/1800.06	c   mutation         :       0.00          0          0
1800.06/1800.06	c   crossover        :       0.00          0          0
1800.06/1800.06	c   dins             :       0.00          0          0
1800.06/1800.06	c   undercover       :       0.00          0          0
1800.06/1800.06	c   nlp              :       0.02          0          0
1800.06/1800.06	c   trysol           :       0.00          1          1
1800.06/1800.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.06	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.06	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.06	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.06	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.06	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.06	c B&B Tree           :
1800.06/1800.06	c   number of runs   :          1
1800.06/1800.06	c   nodes            :    2555414
1800.06/1800.06	c   nodes (total)    :    2555414
1800.06/1800.06	c   nodes left       :    1544423
1800.06/1800.06	c   max depth        :       2816
1800.06/1800.06	c   max depth (total):       2816
1800.06/1800.06	c   backtracks       :     324811 (12.7%)
1800.06/1800.06	c   delayed cutoffs  :     264573
1800.06/1800.06	c   repropagations   :    1319983 (14220371 domain reductions, 233207 cutoffs)
1800.06/1800.06	c   avg switch length:      40.14
1800.06/1800.06	c   switching time   :     496.41
1800.06/1800.06	c Solution           :
1800.06/1800.06	c   Solutions found  :         31 (29 improvements)
1800.06/1800.06	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.06	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 416832 nodes, 224.02 seconds, depth 1583, found by <relaxation>)
1800.06/1800.06	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.06	c   Gap              :   infinite
1800.06/1800.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.06	c   Root Iterations  :          0

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28291
/proc/meminfo: memFree=29257864/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=8264 CPUtime=0
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 1547 0 0 0 0 0 0 0 23 0 1 0 168317235 8462336 1469 4089446400 4194304 7136930 140736223463456 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28291/statm: 2103 1479 275 719 0 1382 0

[startup+0.0227489 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28291
/proc/meminfo: memFree=29257864/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=14148 CPUtime=0.02
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 3012 0 0 0 2 0 0 0 23 0 1 0 168317235 14487552 2934 4089446400 4194304 7136930 140736223463456 18446744073709551615 5648408 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28291/statm: 3537 2934 275 719 0 2816 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14148

[startup+0.100723 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28291
/proc/meminfo: memFree=29257864/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=33680 CPUtime=0.09
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 7967 0 0 0 9 0 0 0 23 0 1 0 168317235 34488320 7535 4089446400 4194304 7136930 140736223463456 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 8420 7535 323 719 0 7699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33680

[startup+0.300699 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28291
/proc/meminfo: memFree=29257864/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=36500 CPUtime=0.29
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 9241 0 0 0 27 2 0 0 23 0 1 0 168317235 37376000 8295 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 9125 8295 383 719 0 8404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36500

[startup+0.700604 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28291
/proc/meminfo: memFree=29257864/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=37640 CPUtime=0.69
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 9516 0 0 0 65 4 0 0 25 0 1 0 168317235 38543360 8570 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 9410 8570 383 719 0 8689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37640

[startup+1.50046 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28292
/proc/meminfo: memFree=29218796/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=41656 CPUtime=1.49
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 10552 0 0 0 138 11 0 0 25 0 1 0 168317235 42655744 9606 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 10414 9606 390 719 0 9693 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41656

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28292
/proc/meminfo: memFree=29214704/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=46288 CPUtime=3.09
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 11656 0 0 0 289 20 0 0 25 0 1 0 168317235 47398912 10710 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 11572 10710 391 719 0 10851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46288

[startup+6.30055 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28292
/proc/meminfo: memFree=29195112/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=61964 CPUtime=6.29
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 15522 0 0 0 590 39 0 0 25 0 1 0 168317235 63451136 14576 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 15491 14576 391 719 0 14770 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61964

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28292
/proc/meminfo: memFree=29163604/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=87180 CPUtime=12.69
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 21652 0 0 0 1198 71 0 0 25 0 1 0 168317235 89272320 20706 4089446400 4194304 7136930 140736223463456 18446744073709551615 5892267 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 21795 20706 391 719 0 21074 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87180

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28293
/proc/meminfo: memFree=29094684/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=148084 CPUtime=25.49
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 35765 0 0 0 2416 133 0 0 25 0 1 0 168317235 151638016 34819 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 37021 34819 391 719 0 36300 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148084

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28294
/proc/meminfo: memFree=29008532/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=219364 CPUtime=51.09
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 52982 0 0 0 4823 286 0 0 25 0 1 0 168317235 224628736 52036 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 54841 52036 391 719 0 54120 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 219364

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28295
/proc/meminfo: memFree=28881020/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=294824 CPUtime=102.3
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 72081 0 0 0 9758 472 0 0 25 0 1 0 168317235 301899776 71108 4089446400 4194304 7136930 140736223463456 18446744073709551615 4923023 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 73706 71108 391 719 0 72985 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 294824

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28296
/proc/meminfo: memFree=28681568/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=420536 CPUtime=162.3
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 102663 0 0 0 15437 793 0 0 25 0 1 0 168317235 430628864 101690 4089446400 4194304 7136930 140736223463456 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 105134 101690 391 719 0 104413 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 420536

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28298
/proc/meminfo: memFree=28452728/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=591640 CPUtime=222.29
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 141824 0 0 0 21075 1154 0 0 25 0 1 0 168317235 605839360 140851 4089446400 4194304 7136930 140736223463456 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 147910 140851 391 719 0 147189 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 591640

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28300
/proc/meminfo: memFree=28256368/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=712484 CPUtime=282.3
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 172241 0 0 0 26695 1535 0 0 25 0 1 0 168317235 729583616 171268 4089446400 4194304 7136930 140736223463456 18446744073709551615 4923015 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 178121 171268 391 719 0 177400 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 712484

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28301
/proc/meminfo: memFree=28077364/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=825152 CPUtime=342.3
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 200887 0 0 0 32347 1883 0 0 25 0 1 0 168317235 844955648 199914 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 206288 199914 391 719 0 205567 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 825152

[startup+402.301 s]
/proc/loadavg: 1.98 2.00 2.00 3/196 28369
/proc/meminfo: memFree=30509248/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=912976 CPUtime=402.31
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 220963 0 0 0 38087 2144 0 0 25 0 1 0 168317235 934887424 219990 4089446400 4194304 7136930 140736223463456 18446744073709551615 5951522 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 228244 219990 391 719 0 227523 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 912976

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 28371
/proc/meminfo: memFree=30225408/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=973160 CPUtime=462.31
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 235865 0 0 0 43896 2335 0 0 25 0 1 0 168317235 996515840 234892 4089446400 4194304 7136930 140736223463456 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 243290 234892 391 719 0 242569 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 973160

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 28373
/proc/meminfo: memFree=30159396/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=1016760 CPUtime=522.31
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 246870 0 0 0 49727 2504 0 0 25 0 1 0 168317235 1041162240 245897 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 254190 245897 391 719 0 253469 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1016760

[startup+582.301 s]
/proc/loadavg: 2.23 2.09 2.02 3/197 28375
/proc/meminfo: memFree=30104284/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=1051792 CPUtime=582.31
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 255693 0 0 0 55565 2666 0 0 25 0 1 0 168317235 1077035008 254720 4089446400 4194304 7136930 140736223463456 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 262948 254720 391 719 0 262227 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1051792

[startup+642.301 s]
/proc/loadavg: 2.11 2.08 2.02 3/197 28376
/proc/meminfo: memFree=30031588/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=1095696 CPUtime=642.31
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 266590 0 0 0 61369 2862 0 0 25 0 1 0 168317235 1121992704 265617 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 273924 265617 391 719 0 273203 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1095696

[startup+702.3 s]

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

/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 380842 0 0 0 95718 4515 0 0 25 0 1 0 168317235 1586098176 379869 4089446400 4194304 7136930 140736223463456 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 387231 379869 391 719 0 386510 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1548924

[startup+1062.3 s]
/proc/loadavg: 2.06 2.09 2.02 3/197 28396
/proc/meminfo: memFree=29422036/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=1626052 CPUtime=1062.33
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 400230 0 0 0 101457 4776 0 0 25 0 1 0 168317235 1665077248 399257 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 406513 399257 391 719 0 405792 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1626052

[startup+1122.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/197 28398
/proc/meminfo: memFree=29333944/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=1704852 CPUtime=1122.33
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 419513 0 0 0 107205 5028 0 0 25 0 1 0 168317235 1745768448 418540 4089446400 4194304 7136930 140736223463456 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 426213 418540 391 719 0 425492 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1704852

[startup+1182.3 s]
/proc/loadavg: 2.00 2.06 2.01 3/197 28400
/proc/meminfo: memFree=29209980/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=1838576 CPUtime=1182.34
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 448221 0 0 0 112875 5359 0 0 25 0 1 0 168317235 1882701824 447248 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 459644 447248 391 719 0 458923 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1838576

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/197 28401
/proc/meminfo: memFree=29154496/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=1884200 CPUtime=1242.33
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 459569 0 0 0 118655 5578 0 0 25 0 1 0 168317235 1929420800 458596 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 471050 458596 391 719 0 470329 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1884200

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/197 28403
/proc/meminfo: memFree=29048808/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=1970252 CPUtime=1302.34
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 481296 0 0 0 124381 5853 0 0 25 0 1 0 168317235 2017538048 480323 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 492563 480323 391 719 0 491842 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1970252

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 28404
/proc/meminfo: memFree=28944452/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2062476 CPUtime=1362.34
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 504625 0 0 0 130063 6171 0 0 25 0 1 0 168317235 2111975424 503652 4089446400 4194304 7136930 140736223463456 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 515619 503652 391 719 0 514898 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 2062476

[startup+1422.31 s]
/proc/loadavg: 2.43 2.16 2.05 3/197 28406
/proc/meminfo: memFree=28873224/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2127004 CPUtime=1422.34
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 520936 0 0 0 135819 6415 0 0 25 0 1 0 168317235 2178052096 519963 4089446400 4194304 7136930 140736223463456 18446744073709551615 4923914 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 531751 519963 391 719 0 531030 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2127004

[startup+1482.3 s]
/proc/loadavg: 2.17 2.13 2.04 3/197 28408
/proc/meminfo: memFree=28802984/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2195104 CPUtime=1482.35
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 538287 0 0 0 141557 6678 0 0 25 0 1 0 168317235 2247786496 537314 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 548776 537314 391 719 0 548055 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 2195104

[startup+1542.3 s]
/proc/loadavg: 2.06 2.11 2.04 3/197 28409
/proc/meminfo: memFree=28726736/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2271868 CPUtime=1542.35
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 557628 0 0 0 147299 6936 0 0 25 0 1 0 168317235 2326392832 556655 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 567967 556655 391 719 0 567246 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 2271868

[startup+1602.3 s]
/proc/loadavg: 2.56 2.21 2.07 3/197 28411
/proc/meminfo: memFree=28630196/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2356332 CPUtime=1602.35
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 578888 0 0 0 153029 7206 0 0 25 0 1 0 168317235 2412883968 577915 4089446400 4194304 7136930 140736223463456 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 589083 577915 391 719 0 588362 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 2356332

[startup+1662.3 s]
/proc/loadavg: 2.19 2.17 2.07 3/197 28412
/proc/meminfo: memFree=28487420/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2441636 CPUtime=1662.35
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 600545 0 0 0 158739 7496 0 0 25 0 1 0 168317235 2500235264 599572 4089446400 4194304 7136930 140736223463456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 610409 599572 391 719 0 609688 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 2441636

[startup+1722.3 s]
/proc/loadavg: 2.07 2.14 2.06 3/197 28417
/proc/meminfo: memFree=28355868/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2510544 CPUtime=1722.35
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 617880 0 0 0 164469 7766 0 0 25 0 1 0 168317235 2570797056 616907 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 627636 616907 391 719 0 626915 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 2510544

[startup+1782.3 s]
/proc/loadavg: 2.02 2.11 2.06 3/197 28419
/proc/meminfo: memFree=28217924/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2586580 CPUtime=1782.35
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 637160 0 0 0 170223 8012 0 0 25 0 1 0 168317235 2648657920 636187 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 646645 636187 391 719 0 645924 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2586580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.10 2.05 3/197 28419
/proc/meminfo: memFree=28178060/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2605924 CPUtime=1800.06
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 642043 0 0 0 171922 8084 0 0 25 0 1 0 168317235 2668466176 641070 4089446400 4194304 7136930 140736223463456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28291/statm: 651481 641070 391 719 0 650760 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2605924

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28291

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.10 2.05 3/198 28420
/proc/meminfo: memFree=28177804/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2605924 CPUtime=1801.45
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 642059 0 0 0 172061 8084 0 0 25 0 1 0 168317235 2668466176 641086 4089446400 4194304 7136930 140736223463456 18446744073709551615 4212570 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28291/statm: 651481 641086 397 719 0 650760 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 2605924

[startup+1801.81 s]
/proc/loadavg: 2.02 2.10 2.05 3/198 28420
/proc/meminfo: memFree=28176312/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2605924 CPUtime=1801.86
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 642059 0 0 0 172102 8084 0 0 25 0 1 0 168317235 2668466176 641086 4089446400 4194304 7136930 140736223463456 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28291/statm: 651481 641086 397 719 0 650760 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 2605924

[startup+1802 s]
/proc/loadavg: 2.02 2.10 2.05 3/198 28420
/proc/meminfo: memFree=28176312/32950928 swapFree=67111528/67111528
[pid=28291] ppid=28289 vsize=2605924 CPUtime=1802.05
/proc/28291/stat : 28291 (pbscip.linux.x8) R 28289 28291 27925 0 -1 4202496 642059 0 0 0 172121 8084 0 0 25 0 1 0 168317235 2668466176 641086 4089446400 4194304 7136930 140736223463456 18446744073709551615 4615820 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28291/statm: 651481 641086 397 719 0 650760 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 2605924

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.09
CPU time (s): 1802.15
CPU user time (s): 1721.22
CPU system time (s): 80.9317
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2605924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1721.22
system time used= 80.9317
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 642059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 1484

runsolver used 2.71859 second user time and 5.9131 second system time

The end

Launcher Data

Begin job on node114 at 2010-06-30 21:45:41
IDJOB=2693623
IDBENCH=79276
IDSOLVER=1206
FILE ID=node114/2693623-1277927141
PBS_JOBID= 11197352
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693623-1277927141/watcher-2693623-1277927141 -o /tmp/evaluation-result-2693623-1277927141/solver-2693623-1277927141 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693623-1277927141.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 181256eb24986712688255c971de86f9
RANDOM SEED=1177769793

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29258144 kB
Buffers:        211412 kB
Cached:        1129988 kB
SwapCached:          0 kB
Active:        2625928 kB
Inactive:       917680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29258144 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:     2202608 kB
Mapped:          16264 kB
Slab:            79948 kB
PageTables:       9160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2420804 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= 74208 MiB
End job on node114 at 2010-06-30 22:15:43