Trace number 2665686

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-37 1800.41 1800.97

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
MD5SUMdc857dc123c51e1f53f981679774fda8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-41
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80072
Number of constraints which are clauses80072
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665686-1276505765.opb>
1.19/1.28	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80072 constraints
1.19/1.28	c problem read
1.19/1.28	c presolving settings loaded
1.39/1.48	o 0
1.39/1.48	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.39/1.48	c presolving:
2.49/2.51	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80072 upgd conss, 160144 impls, 0 clqs
4.30/4.30	c    (2.8s) probing: 101/1150 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.30/4.30	c    (2.8s) probing aborted: 100/100 successive totally useless probings
4.30/4.30	c presolving (2 rounds):
4.30/4.30	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.30/4.30	c  160144 implications, 0 cliques
4.30/4.30	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80072 constraints
4.30/4.30	c   80072 constraints of type <logicor>
4.30/4.30	c transformed objective value is always integral (scale: 1)
4.30/4.30	c Presolving Time: 2.62
4.30/4.30	c - non default parameters ----------------------------------------------------------------------
4.30/4.30	c # SCIP version 1.2.1.2
4.30/4.30	c 
4.30/4.30	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
4.30/4.30	c # [type: int, range: [-1,2147483647], default: -1]
4.30/4.30	c conflict/interconss = 0
4.30/4.30	c 
4.30/4.30	c # should binary conflicts be preferred?
4.30/4.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.30	c conflict/preferbinary = TRUE
4.30/4.30	c 
4.30/4.30	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
4.30/4.30	c # [type: int, range: [-1,2147483647], default: 0]
4.30/4.30	c constraints/agelimit = 1
4.30/4.30	c 
4.30/4.30	c # should enforcement of pseudo solution be disabled?
4.30/4.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.30	c constraints/disableenfops = TRUE
4.30/4.30	c 
4.30/4.30	c # frequency for displaying node information lines
4.30/4.30	c # [type: int, range: [-1,2147483647], default: 100]
4.30/4.30	c display/freq = 10000
4.30/4.30	c 
4.30/4.30	c # maximal time in seconds to run
4.30/4.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.30	c limits/time = 1798.73
4.30/4.30	c 
4.30/4.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.30/4.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.30	c limits/memory = 1620
4.30/4.30	c 
4.30/4.30	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.30/4.30	c # [type: int, range: [-1,2147483647], default: 1]
4.30/4.30	c lp/solvefreq = 0
4.30/4.30	c 
4.30/4.30	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
4.30/4.30	c # [type: char, range: {lafpsqd}, default: l]
4.30/4.30	c lp/pricing = a
4.30/4.30	c 
4.30/4.30	c # should presolving try to simplify inequalities
4.30/4.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.30	c constraints/linear/simplifyinequalities = TRUE
4.30/4.30	c 
4.30/4.30	c # should presolving try to simplify knapsacks
4.30/4.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.30	c constraints/knapsack/simplifyinequalities = TRUE
4.30/4.30	c 
4.30/4.30	c # priority of node selection rule <dfs> in standard mode
4.30/4.30	c # [type: int, range: [-536870912,536870911], default: 0]
4.30/4.30	c nodeselection/dfs/stdpriority = 1000000
4.30/4.30	c 
4.30/4.30	c -----------------------------------------------------------------------------------------------
4.30/4.30	c start solving
4.30/4.31	c 
5.99/6.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.99/6.00	c t 4.3s|     1 |     0 |  1290 |     - |  89M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 | 100.00%
6.09/6.16	o -1
6.09/6.16	c R 4.5s|     1 |     0 |  1290 |     - |  89M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  99.83%
16.19/16.29	c  14.5s|     1 |     0 |  1805 |     - |  89M|   0 |1079 |1150 |  80k|1150 |  80k|  15 |   0 |   0 |-5.395000e+02 |-1.000000e+00 |  99.81%
16.28/16.37	o -33
16.28/16.37	c b14.5s|     1 |     0 |  1805 |     - |  89M|   0 |1079 |1150 |  80k|1150 |  80k|  15 |   0 |   0 |-5.395000e+02 |-3.300000e+01 |  93.88%
27.98/28.05	c  26.2s|     1 |     0 |  2250 |     - |  89M|   0 |1035 |1150 |  80k|1150 |  80k|  22 |   0 |   0 |-5.175000e+02 |-3.300000e+01 |  93.62%
41.69/41.74	c  39.8s|     1 |     0 |  2744 |     - |  89M|   0 | 990 |1150 |  80k|1150 |  80k|  29 |   0 |   0 |-4.950000e+02 |-3.300000e+01 |  93.33%
52.68/52.78	c  50.8s|     1 |     0 |  3087 |     - |  89M|   0 | 948 |1150 |  80k|1150 |  80k|  37 |   0 |   0 |-4.728333e+02 |-3.300000e+01 |  93.02%
62.17/62.20	c  60.1s|     1 |     0 |  3355 |     - |  89M|   0 | 906 |1150 |  80k|1150 |  80k|  45 |   0 |   0 |-4.522500e+02 |-3.300000e+01 |  92.70%
81.17/81.21	c  79.1s|     1 |     0 |  4074 |     - |  89M|   0 | 853 |1150 |  80k|1150 |  80k|  60 |   0 |   0 |-4.257500e+02 |-3.300000e+01 |  92.25%
94.16/94.23	c  92.0s|     1 |     0 |  4415 |     - |  89M|   0 | 832 |1150 |  80k|1150 |  80k|  64 |   0 |   0 |-4.152500e+02 |-3.300000e+01 |  92.05%
114.56/114.60	c   112s|     1 |     0 |  5108 |     - |  89M|   0 | 790 |1150 |  80k|1150 |  80k|  71 |   0 |   0 |-3.942500e+02 |-3.300000e+01 |  91.63%
133.95/134.05	c   132s|     1 |     0 |  5834 |     - |  89M|   0 | 746 |1150 |  80k|1150 |  80k|  80 |   0 |   0 |-3.722500e+02 |-3.300000e+01 |  91.13%
154.65/154.75	c   152s|     1 |     0 |  6589 |     - |  89M|   0 | 701 |1150 |  80k|1150 |  80k|  87 |   0 |   0 |-3.497500e+02 |-3.300000e+01 |  90.56%
167.64/167.78	c   165s|     1 |     0 |  7433 |     - |  89M|   0 | 662 |1150 |  80k|1150 |  80k|  91 |   0 |   0 |-3.302500e+02 |-3.300000e+01 |  90.01%
178.24/178.37	c   176s|     1 |     0 |  8106 |     - |  89M|   0 | 621 |1150 |  80k|1150 |  80k| 101 |   0 |   0 |-3.097500e+02 |-3.300000e+01 |  89.35%
188.84/188.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.84/188.95	c   186s|     1 |     0 |  8870 |     - |  89M|   0 | 578 |1150 |  80k|1150 |  80k| 111 |   0 |   0 |-2.882500e+02 |-3.300000e+01 |  88.55%
201.33/201.47	c   199s|     1 |     0 |  9710 |     - |  89M|   0 | 535 |1150 |  80k|1150 |  80k| 118 |   0 |   0 |-2.667500e+02 |-3.300000e+01 |  87.63%
212.43/212.57	c   210s|     1 |     0 | 10495 |     - |  89M|   0 | 493 |1150 |  80k|1150 |  80k| 126 |   0 |   0 |-2.457500e+02 |-3.300000e+01 |  86.57%
222.93/223.09	c   220s|     1 |     0 | 11242 |     - |  89M|   0 | 452 |1150 |  80k|1150 |  80k| 133 |   0 |   0 |-2.260000e+02 |-3.300000e+01 |  85.40%
233.22/233.38	c   230s|     1 |     0 | 11959 |     - |  89M|   0 | 408 |1150 |  80k|1150 |  80k| 144 |   0 |   0 |-2.040000e+02 |-3.300000e+01 |  83.82%
242.62/242.76	c   240s|     1 |     0 | 12717 |     - |  89M|   0 | 366 |1150 |  80k|1150 |  80k| 151 |   0 |   0 |-1.830000e+02 |-3.300000e+01 |  81.97%
251.02/251.14	c   248s|     1 |     0 | 13494 |     - |  89M|   0 | 322 |1150 |  80k|1150 |  80k| 160 |   0 |   0 |-1.610000e+02 |-3.300000e+01 |  79.50%
260.32/260.46	c   257s|     1 |     0 | 14371 |     - |  89M|   0 | 301 |1150 |  80k|1150 |  80k| 162 |   0 |   0 |-1.505000e+02 |-3.300000e+01 |  78.07%
264.11/264.25	c   261s|     1 |     0 | 14825 |     - |  89M|   0 | 280 |1150 |  80k|1150 |  80k| 169 |   0 |   0 |-1.400000e+02 |-3.300000e+01 |  76.43%
266.91/267.06	c   264s|     1 |     0 | 15268 |     - |  89M|   0 | 236 |1150 |  80k|1150 |  80k| 183 |   0 |   0 |-1.180000e+02 |-3.300000e+01 |  72.03%
273.42/273.50	c   270s|     1 |     0 | 15909 |     - |  89M|   0 | 216 |1150 |  80k|1150 |  80k| 188 |   0 |   0 |-1.080000e+02 |-3.300000e+01 |  69.44%
278.61/278.75	c   275s|     1 |     0 | 16577 |     - |  89M|   0 | 206 |1150 |  80k|1150 |  80k| 195 |   0 |   0 |-9.850000e+01 |-3.300000e+01 |  66.50%
279.91/280.09	c   277s|     1 |     0 | 16818 |     - |  89M|   0 | 182 |1150 |  80k|1150 |  80k| 205 |   0 |   0 |-8.850000e+01 |-3.300000e+01 |  62.71%
281.21/281.36	c   278s|     1 |     0 | 17042 |     - |  89M|   0 | 158 |1150 |  80k|1150 |  80k| 215 |   0 |   0 |-7.300000e+01 |-3.300000e+01 |  54.79%
282.31/282.40	c   279s|     1 |     0 | 17239 |     - |  89M|   0 | 137 |1150 |  80k|1150 |  80k| 226 |   0 |   0 |-5.950000e+01 |-3.300000e+01 |  44.54%
283.91/284.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.91/284.01	c   280s|     1 |     0 | 17480 |     - |  89M|   0 | 129 |1150 |  80k|1150 |  80k| 238 |   0 |   0 |-5.300000e+01 |-3.300000e+01 |  37.74%
285.01/285.11	c   281s|     1 |     0 | 17578 |     - |  89M|   0 | 127 |1150 |  80k|1150 |  80k| 249 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
286.31/286.48	c   283s|     1 |     0 | 17688 |     - |  89M|   0 | 140 |1150 |  80k|1150 |  80k| 263 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
288.21/288.39	c   285s|     1 |     0 | 17897 |     - |  90M|   0 | 211 |1150 |  80k|1150 |  80k| 279 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
317.28/317.45	c   313s|     1 |     0 | 18059 |     - |  90M|   0 | 227 |1150 |  80k|1150 |  80k| 290 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
347.98/348.20	c   344s|     1 |     0 | 18216 |     - |  90M|   0 | 246 |1150 |  80k|1150 |  80k| 301 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
383.57/383.70	c   379s|     1 |     0 | 18370 |     - |  90M|   0 | 246 |1150 |  80k|1150 |  80k| 305 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
561.71/561.92	c   556s|     1 |     2 | 18370 |     - |  90M|   0 | 246 |1150 |  80k|1150 |  80k| 305 |   0 |  33 |-5.000000e+01 |-3.300000e+01 |  34.00%
563.51/563.71	o -34
563.51/563.71	c * 557s|  2832 |    27 | 18370 |   0.0 |  90M|  41 |   - |1150 |  80k|   0 |   0 | 305 |  14 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
567.81/568.01	c   562s| 10000 |    27 | 18370 |   0.0 |  90M|  44 |   - |1150 |  80k|   0 |   0 | 305 |  56 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
573.91/574.14	c   568s| 20000 |    25 | 18370 |   0.0 |  90M|  48 |   - |1150 |  80k|   0 |   0 | 305 | 107 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
579.80/580.04	c   573s| 30000 |    25 | 18370 |   0.0 |  90M|  48 |   - |1150 |  80k|   0 |   0 | 305 | 183 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
582.10/582.37	o -35
582.10/582.37	c * 576s| 33714 |    26 | 18370 |   0.0 |  90M|  48 |   - |1150 |  80k|   0 |   0 | 305 | 203 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
585.91/586.17	c   579s| 40000 |    30 | 18370 |   0.0 |  90M|  48 |   - |1150 |  80k|   0 |   0 | 305 | 247 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
591.80/592.09	c   585s| 50000 |    27 | 18370 |   0.0 |  90M|  48 |   - |1150 |  80k|   0 |   0 | 305 | 313 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
597.70/597.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.70/597.93	c   591s| 60000 |    26 | 18370 |   0.0 |  90M|  51 |   - |1150 |  80k|   0 |   0 | 305 | 362 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
603.61/603.88	c   597s| 70000 |    25 | 18370 |   0.0 |  90M|  51 |   - |1150 |  80k|   0 |   0 | 305 | 403 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
609.59/609.82	c   602s| 80000 |    26 | 18370 |   0.0 |  90M|  51 |   - |1150 |  80k|   0 |   0 | 305 | 452 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
615.39/615.61	c   608s| 90000 |    24 | 18370 |   0.0 |  90M|  51 |   - |1150 |  80k|   0 |   0 | 305 | 497 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
621.29/621.53	c   614s|100000 |    25 | 18370 |   0.0 |  90M|  51 |   - |1150 |  80k|   0 |   0 | 305 | 548 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
627.28/627.59	c   620s|110000 |    25 | 18370 |   0.0 |  90M|  51 |   - |1150 |  80k|   0 |   0 | 305 | 613 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
633.29/633.50	c   626s|120000 |    26 | 18370 |   0.0 |  90M|  54 |   - |1150 |  80k|   0 |   0 | 305 | 687 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
639.08/639.31	c   631s|130000 |    24 | 18370 |   0.0 |  90M|  54 |   - |1150 |  80k|   0 |   0 | 305 | 741 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
644.98/645.24	c   637s|140000 |    24 | 18370 |   0.0 |  90M|  54 |   - |1150 |  80k|   0 |   0 | 305 | 797 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
650.78/651.07	c   643s|150000 |    21 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 | 863 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
656.87/657.14	c   649s|160000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 | 925 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
661.08/661.33	o -36
661.08/661.33	c * 653s|166874 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 | 976 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
662.98/663.24	c   655s|170000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 | 992 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
668.97/669.20	c   660s|180000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1038 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
675.27/675.50	c   667s|190000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1122 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
681.57/681.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
681.57/681.88	c   673s|200000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1177 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
687.97/688.20	c   679s|210000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1206 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
694.37/694.61	c   685s|220000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1259 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
700.57/700.83	c   691s|230000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1329 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
706.46/706.79	c   697s|240000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1386 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
712.46/712.77	c   703s|250000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1437 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
718.66/718.91	c   709s|260000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1474 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
724.85/725.17	c   715s|270000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1529 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
730.85/731.18	c   721s|280000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1559 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
737.05/737.31	c   727s|290000 |    27 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1622 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
743.05/743.39	c   733s|300000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1667 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
749.15/749.44	c   739s|310000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1721 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
755.24/755.53	c   745s|320000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1766 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
761.34/761.64	c   751s|330000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1813 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
767.45/767.79	c   757s|340000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1858 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
773.54/773.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
773.54/773.87	c   763s|350000 |    27 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1904 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
779.84/780.18	c   769s|360000 |    27 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1946 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
786.03/786.30	c   775s|370000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |1985 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
792.03/792.36	c   781s|380000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2031 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
798.24/798.56	c   787s|390000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2081 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
804.32/804.61	c   793s|400000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2106 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
810.52/810.84	c   799s|410000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2149 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
816.42/816.76	c   805s|420000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2188 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
822.53/822.85	c   811s|430000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2244 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
828.42/828.77	c   816s|440000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2302 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
834.42/834.80	c   822s|450000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2331 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
840.51/840.84	c   828s|460000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2370 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
846.82/847.13	c   834s|470000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2425 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
852.92/853.30	c   840s|480000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2459 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
859.01/859.36	c   846s|490000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2495 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
865.00/865.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.00/865.36	c   852s|500000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2534 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
871.21/871.52	c   858s|510000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2562 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
877.20/877.50	c   864s|520000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2600 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
883.40/883.77	c   870s|530000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2653 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
889.51/889.84	c   876s|540000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2713 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
895.40/895.79	c   882s|550000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2751 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
901.60/901.92	c   888s|560000 |    26 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2778 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
907.49/907.87	c   894s|570000 |    22 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2827 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
913.49/913.88	c   900s|580000 |    22 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2880 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
919.59/919.91	c   906s|590000 |    24 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2938 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
925.69/926.00	c   912s|600000 |    25 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |2982 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
931.69/932.01	c   917s|610000 |    23 | 18370 |   0.0 |  90M|  57 |   - |1150 |  80k|   0 |   0 | 305 |3030 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
937.48/937.80	c   923s|620000 |    26 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3060 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
943.39/943.80	c   929s|630000 |    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3102 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
949.58/949.94	c   935s|640000 |    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3132 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
955.68/956.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
955.68/956.02	c   941s|650000 |    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3199 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
961.68/962.00	c   947s|660000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3237 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
967.98/968.37	c   953s|670000 |    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3282 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
974.28/974.67	c   959s|680000 |    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3311 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
980.57/980.90	c   965s|690000 |    27 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3352 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
986.67/987.03	c   971s|700000 |    21 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3388 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
992.98/993.36	c   977s|710000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3423 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
999.27/999.61	c   984s|720000 |    26 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3453 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1005.57/1005.96	c   990s|730000 |    26 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3499 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1011.86/1012.23	c   996s|740000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3529 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1017.96/1018.31	c  1002s|750000 |    21 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3566 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1024.16/1024.57	c  1008s|760000 |    28 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3609 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1030.76/1031.12	c  1014s|770000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3647 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1036.96/1037.39	c  1021s|780000 |    26 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3681 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1042.96/1043.38	c  1026s|790000 |    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3739 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1048.96/1049.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1048.96/1049.36	c  1032s|800000 |    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3766 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1055.05/1055.49	c  1038s|810000 |    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3810 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1061.05/1061.50	c  1044s|820000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3850 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1067.15/1067.50	c  1050s|830000 |    27 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3881 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1073.35/1073.73	c  1056s|840000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3937 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1079.34/1079.78	c  1062s|850000 |    26 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |3973 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1085.44/1085.83	c  1068s|860000 |    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4009 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1091.44/1091.85	c  1074s|870000 |    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4046 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1097.64/1098.04	c  1080s|880000 |    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4084 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1103.94/1104.39	c  1086s|890000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4131 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1110.13/1110.54	c  1092s|900000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4160 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1116.33/1116.76	c  1098s|910000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4189 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1122.53/1122.92	c  1104s|920000 |    26 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4233 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1128.52/1128.95	c  1110s|930000 |    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4274 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1134.63/1135.09	c  1116s|940000 |    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4342 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1140.82/1141.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1140.82/1141.20	c  1122s|950000 |    21 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4389 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1146.83/1147.29	c  1128s|960000 |    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4426 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1152.92/1153.37	c  1134s|970000 |    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4479 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1159.02/1159.46	c  1140s|980000 |    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4535 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1165.02/1165.49	c  1146s|990000 |    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4606 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1171.12/1171.54	c  1152s|  1000k|    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4656 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1177.21/1177.65	c  1158s|  1010k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4698 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
1178.91/1179.37	o -37
1178.91/1179.37	c *1159s|  1012k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4723 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1183.51/1183.95	c  1164s|  1020k|    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4756 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1189.61/1190.06	c  1170s|  1030k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4788 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1196.01/1196.45	c  1176s|  1040k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4846 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1202.10/1202.52	c  1182s|  1050k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4889 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1207.91/1208.39	c  1188s|  1060k|    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4920 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1214.01/1214.46	c  1194s|  1070k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |4970 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1220.20/1220.62	c  1200s|  1080k|    26 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5013 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1226.40/1226.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1226.40/1226.80	c  1206s|  1090k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5043 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1232.60/1233.02	c  1212s|  1100k|    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5071 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1238.79/1239.27	c  1218s|  1110k|    26 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5107 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1244.99/1245.40	c  1224s|  1120k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5132 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1251.29/1251.75	c  1230s|  1130k|    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5190 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1257.58/1258.06	c  1236s|  1140k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5218 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1263.78/1264.26	c  1242s|  1150k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5235 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1270.18/1270.64	c  1249s|  1160k|    21 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5290 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1276.08/1276.52	c  1254s|  1170k|    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5333 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1282.28/1282.76	c  1261s|  1180k|    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5396 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1288.48/1288.92	c  1267s|  1190k|    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5441 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1294.37/1294.87	c  1272s|  1200k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5466 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1300.48/1300.91	c  1278s|  1210k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5493 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1306.78/1307.23	c  1284s|  1220k|    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5545 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1313.17/1313.64	c  1291s|  1230k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5591 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1319.57/1320.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1319.57/1320.03	c  1297s|  1240k|    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5612 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1326.07/1326.51	c  1303s|  1250k|    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5635 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1332.47/1332.96	c  1310s|  1260k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5665 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1338.76/1339.29	c  1316s|  1270k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5710 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1345.06/1345.50	c  1322s|  1280k|    21 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5741 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1351.16/1351.67	c  1328s|  1290k|    25 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5762 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1357.36/1357.86	c  1334s|  1300k|    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5773 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1363.65/1364.11	c  1340s|  1310k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5817 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1369.76/1370.22	c  1346s|  1320k|    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5843 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1375.96/1376.44	c  1352s|  1330k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5882 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1382.36/1382.80	c  1358s|  1340k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5912 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1388.25/1388.79	c  1364s|  1350k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5971 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1394.25/1394.79	c  1370s|  1360k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |5990 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1400.25/1400.77	c  1376s|  1370k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |6026 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1406.35/1406.87	c  1382s|  1380k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |6052 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1412.44/1412.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1412.44/1412.97	c  1388s|  1390k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |6086 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1418.55/1419.03	c  1394s|  1400k|    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |6121 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1424.44/1424.98	c  1400s|  1410k|    22 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |6143 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1430.55/1431.02	c  1406s|  1420k|    24 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |6171 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1436.94/1437.41	c  1412s|  1430k|    23 | 18370 |   0.0 |  90M|  59 |   - |1150 |  80k|   0 |   0 | 305 |6212 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1443.04/1443.57	c  1418s|  1440k|    22 | 18370 |   0.0 |  90M|  60 |   - |1150 |  80k|   0 |   0 | 305 |6245 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1449.34/1449.88	c  1424s|  1450k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6269 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1455.63/1456.13	c  1430s|  1460k|    26 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6299 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1461.93/1462.40	c  1436s|  1470k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6339 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1468.13/1468.67	c  1442s|  1480k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6376 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1474.33/1474.89	c  1448s|  1490k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6412 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1480.63/1481.10	c  1454s|  1500k|    22 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6439 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1486.52/1487.05	c  1460s|  1510k|    22 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6473 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1492.42/1492.94	c  1466s|  1520k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6506 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1498.52/1499.03	c  1472s|  1530k|    26 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6528 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1504.62/1505.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1504.62/1505.12	c  1478s|  1540k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6575 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1510.71/1511.23	c  1484s|  1550k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6616 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1517.01/1517.50	c  1490s|  1560k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6654 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1522.92/1523.49	c  1496s|  1570k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6688 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1529.31/1529.82	c  1502s|  1580k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6744 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1535.41/1535.92	c  1508s|  1590k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6774 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1541.41/1541.95	c  1514s|  1600k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6810 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1547.50/1548.01	c  1520s|  1610k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6855 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1553.60/1554.17	c  1526s|  1620k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6873 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1559.50/1560.03	c  1532s|  1630k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6905 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1565.40/1565.93	c  1537s|  1640k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6937 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1571.40/1571.91	c  1543s|  1650k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6980 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1577.20/1577.78	c  1549s|  1660k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |6991 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1583.59/1584.17	c  1555s|  1670k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7028 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1589.79/1590.36	c  1561s|  1680k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7050 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1595.79/1596.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1595.79/1596.31	c  1567s|  1690k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7101 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1602.09/1602.62	c  1573s|  1700k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7147 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1608.19/1608.70	c  1579s|  1710k|    22 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7179 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1614.29/1614.85	c  1585s|  1720k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7195 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1620.48/1621.04	c  1591s|  1730k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7233 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1626.68/1627.27	c  1597s|  1740k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7277 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1632.99/1633.58	c  1604s|  1750k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7313 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1639.08/1639.69	c  1610s|  1760k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7355 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1645.18/1645.72	c  1616s|  1770k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7398 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1651.37/1651.94	c  1622s|  1780k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7448 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1657.77/1658.30	c  1628s|  1790k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7482 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1663.97/1664.54	c  1634s|  1800k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7509 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1670.17/1670.77	c  1640s|  1810k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7567 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1676.47/1677.02	c  1646s|  1820k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7615 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1682.37/1682.91	c  1652s|  1830k|    22 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7665 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1688.56/1689.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1688.56/1689.11	c  1658s|  1840k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7720 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1694.96/1695.55	c  1664s|  1850k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7750 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1701.36/1701.91	c  1671s|  1860k|    22 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7787 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1707.67/1708.28	c  1677s|  1870k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7820 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1713.65/1714.26	c  1683s|  1880k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7865 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1719.76/1720.37	c  1689s|  1890k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7915 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1725.75/1726.37	c  1694s|  1900k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7933 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1731.85/1732.46	c  1700s|  1910k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |7973 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1737.85/1738.49	c  1706s|  1920k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8006 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1743.84/1744.46	c  1712s|  1930k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8049 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1749.95/1750.59	c  1718s|  1940k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8080 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1756.24/1756.86	c  1724s|  1950k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8127 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1762.24/1762.82	c  1730s|  1960k|    21 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8174 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1768.44/1769.01	c  1736s|  1970k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8216 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1774.54/1775.12	c  1742s|  1980k|    25 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8241 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1780.53/1781.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.53/1781.13	c  1748s|  1990k|    22 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8267 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1786.44/1787.09	c  1754s|  2000k|    23 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8299 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1792.63/1793.26	c  1760s|  2010k|    24 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8329 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1798.53/1799.17	c  1766s|  2020k|    22 | 18370 |   0.0 |  90M|  62 |   - |1150 |  80k|   0 |   0 | 305 |8362 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.61	c 
1800.04/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.61	c Solving Time (sec) : 1766.99
1800.04/1800.61	c Solving Nodes      : 2022277
1800.04/1800.61	c Primal Bound       : -3.70000000000000e+01 (15 solutions)
1800.04/1800.61	c Dual Bound         : -4.99999999999999e+01
1800.04/1800.61	c Gap                : 26.00 %
1800.04/1800.66	s SATISFIABLE
1800.04/1800.66	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
1800.04/1800.66	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1800.04/1800.66	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
1800.04/1800.66	v -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1800.04/1800.66	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 
1800.04/1800.66	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1800.04/1800.66	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1800.04/1800.66	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1800.04/1800.66	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 
1800.04/1800.66	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 
1800.04/1800.66	v -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1800.04/1800.66	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.04/1800.66	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 
1800.04/1800.66	v -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
1800.04/1800.66	v -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 
1800.04/1800.66	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 
1800.04/1800.66	v -x355 x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 
1800.04/1800.66	v -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 
1800.04/1800.66	v -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 
1800.04/1800.66	v -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 
1800.04/1800.66	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 
1800.04/1800.66	v -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 
1800.04/1800.66	v -x480 -x481 -x482 -x483 -x484 x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1800.04/1800.66	v -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 
1800.04/1800.66	v -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 
1800.04/1800.66	v -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 
1800.04/1800.66	v -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 -x584 
1800.04/1800.66	v -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 
1800.04/1800.66	v -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 
1800.04/1800.66	v -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 
1800.04/1800.66	v -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 
1800.04/1800.66	v -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 
1800.04/1800.66	v -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 
1800.04/1800.66	v -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 
1800.04/1800.66	v -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 
1800.04/1800.66	v x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 
1800.04/1800.66	v -x774 x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 
1800.04/1800.66	v -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 x811 -x812 -x813 -x814 -x815 
1800.04/1800.66	v -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 
1800.04/1800.66	v -x837 -x838 -x839 -x840 -x841 x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 
1800.04/1800.66	v -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 x875 -x876 -x877 -x878 
1800.04/1800.66	v -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 
1800.04/1800.66	v -x900 x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 
1800.04/1800.66	v -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 x939 -x940 -x941 
1800.04/1800.66	v -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 
1800.04/1800.66	v -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 
1800.04/1800.66	v -x984 -x985 -x986 -x987 -x988 -x989 x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 
1800.04/1800.66	v -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 
1800.04/1800.66	v -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 x1036 -x1037 -x1038 -x1039 
1800.04/1800.66	v -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
1800.04/1800.66	v -x1058 -x1059 -x1060 x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 
1800.04/1800.66	v -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 x1090 -x1091 -x1092 -x1093 
1800.04/1800.66	v -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 
1800.04/1800.66	v -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 
1800.04/1800.66	v -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 
1800.04/1800.66	v -x1147 -x1148 -x1149 -x1150 
1800.04/1800.66	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.66	c Solving Time       :    1766.99
1800.04/1800.66	c Original Problem   :
1800.04/1800.66	c   Problem name     : HOME/instance-2665686-1276505765.opb
1800.04/1800.66	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.66	c   Constraints      : 80072 initial, 80072 maximal
1800.04/1800.66	c Presolved Problem  :
1800.04/1800.66	c   Problem name     : t_HOME/instance-2665686-1276505765.opb
1800.04/1800.66	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.66	c   Constraints      : 80072 initial, 80083 maximal
1800.04/1800.66	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.66	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.66	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.66	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.66	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.66	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.66	c   probing          :       1.66          0          0          0          0          0          0          0          0
1800.04/1800.66	c   logicor          :       0.22          0          0          0          0          0          0          0          0
1800.04/1800.66	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.66	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.66	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.04/1800.66	c   logicor          :      80072+        34    1999131          0          4     131206    3198065          0          0          0
1800.04/1800.66	c   countsols        :          0          0          0          0          4          0          0          0          0          0
1800.04/1800.66	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.66	c   integral         :     173.48       0.00       0.00     173.48       0.00
1800.04/1800.66	c   logicor          :     359.15       0.42     358.69       0.00       0.04
1800.04/1800.66	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.66	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.66	c   vbounds          :       1.65          2          0          0
1800.04/1800.66	c   rootredcost      :       1.55          4          0          0
1800.04/1800.66	c   pseudoobj        :     336.05    3138594     723429     893237
1800.04/1800.66	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.66	c   propagation      :     186.97     131206       8381       8381       41.0          0        0.0          -
1800.04/1800.66	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.66	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.66	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.66	c   pseudo solution  :     292.66     155892          0          0        0.0          0        0.0          -
1800.04/1800.66	c   applied globally :          -          -          -       8381       41.0          -          -          -
1800.04/1800.66	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.66	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.66	c   cut pool         :       0.00         33          -          -        107          -    (maximal pool size: 552)
1800.04/1800.66	c   redcost          :       0.01         34          0          0          0          0
1800.04/1800.66	c   impliedbounds    :       0.10         34          0          0          0          0
1800.04/1800.66	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.66	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.66	c   gomory           :      99.69         34          0          0      15500          0
1800.04/1800.66	c   strongcg         :       4.94         20          0          0      10000          0
1800.04/1800.66	c   cmir             :      25.74         10          0          0          0          0
1800.04/1800.66	c   flowcover        :      27.72         10          0          0          0          0
1800.04/1800.66	c   clique           :       2.07         34          0          0        310          0
1800.04/1800.66	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.66	c   mcf              :       0.15          1          0          0          0          0
1800.04/1800.66	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.66	c Pricers            :       Time      Calls       Vars
1800.04/1800.66	c   problem variables:       0.00          0          0
1800.04/1800.66	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.66	c   relpscost        :     173.48          1          0          0          0          0          2
1800.04/1800.66	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.66	c   inference        :      10.82    1017742          0          0          0          0    2035484
1800.04/1800.66	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.66	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.66	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.66	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.66	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.66	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.66	c   LP solutions     :       0.00          -          0
1800.04/1800.66	c   pseudo solutions :       0.00          -          4
1800.04/1800.66	c   crossover        :       0.00          0          0
1800.04/1800.66	c   oneopt           :       1.65          2          1
1800.04/1800.66	c   trivial          :       0.04          2          3
1800.04/1800.66	c   simplerounding   :       0.05         35          3
1800.04/1800.66	c   zirounding       :       0.03          1          1
1800.04/1800.66	c   rounding         :       1.73         35          1
1800.04/1800.66	c   shifting         :       2.28         35          1
1800.04/1800.66	c   intshifting      :       0.00          0          0
1800.04/1800.66	c   twoopt           :       0.00          0          0
1800.04/1800.66	c   fixandinfer      :       0.00          0          0
1800.04/1800.66	c   feaspump         :       0.00          0          0
1800.04/1800.66	c   coefdiving       :       0.00          0          0
1800.04/1800.66	c   pscostdiving     :       0.00          0          0
1800.04/1800.66	c   fracdiving       :       0.00          0          0
1800.04/1800.66	c   veclendiving     :       0.00          0          0
1800.04/1800.66	c   intdiving        :       0.00          0          0
1800.04/1800.66	c   actconsdiving    :       0.00          0          0
1800.04/1800.66	c   objpscostdiving  :       0.00          0          0
1800.04/1800.66	c   rootsoldiving    :       0.00          0          0
1800.04/1800.66	c   linesearchdiving :       0.00          0          0
1800.04/1800.66	c   guideddiving     :       0.00          0          0
1800.04/1800.66	c   octane           :       0.00          0          0
1800.04/1800.66	c   rens             :       2.75          1          1
1800.04/1800.66	c   rins             :       0.00          0          0
1800.04/1800.66	c   localbranching   :       0.00          0          0
1800.04/1800.66	c   mutation         :       0.00          0          0
1800.04/1800.66	c   dins             :       0.00          0          0
1800.04/1800.66	c   undercover       :       0.00          0          0
1800.04/1800.66	c   nlp              :       0.93          0          0
1800.04/1800.66	c   trysol           :       1.16          0          0
1800.04/1800.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.66	c   primal LP        :       0.33          0          0       0.00       0.00
1800.04/1800.66	c   dual LP          :     210.22         35      18370     524.86      87.38
1800.04/1800.66	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.66	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.66	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.66	c   strong branching :     173.48         33      19061     577.61     109.87
1800.04/1800.66	c     (at root node) :          -         33      19061     577.61          -
1800.04/1800.66	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.66	c B&B Tree           :
1800.04/1800.66	c   number of runs   :          1
1800.04/1800.66	c   nodes            :    2022277
1800.04/1800.66	c   nodes (total)    :    2022277
1800.04/1800.66	c   nodes left       :         22
1800.04/1800.66	c   max depth        :         62
1800.04/1800.66	c   max depth (total):         62
1800.04/1800.66	c   backtracks       :     372102 (18.4%)
1800.04/1800.66	c   delayed cutoffs  :       6575
1800.04/1800.66	c   repropagations   :       7405 (22380 domain reductions, 5997 cutoffs)
1800.04/1800.66	c   avg switch length:       2.00
1800.04/1800.66	c   switching time   :     110.53
1800.04/1800.66	c Solution           :
1800.04/1800.66	c   Solutions found  :         15 (7 improvements)
1800.04/1800.66	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.13 seconds, depth 0, found by <trivial>)
1800.04/1800.66	c   Primal Bound     : -3.70000000000000e+01   (in run 1, after 1012637 nodes, 1159.41 seconds, depth 43, found by <relaxation>)
1800.04/1800.66	c   Dual Bound       : -4.99999999999999e+01
1800.04/1800.66	c   Gap              :      26.00 %
1800.04/1800.66	c   Root Dual Bound  : -4.99999999999999e+01
1800.04/1800.66	c   Root Iterations  :      18370
1800.33/1800.97	c Time complete: 1800.41.

Verifier Data

OK	-37

Watcher Data

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

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.03 3/106 31594
/proc/meminfo: memFree=1761776/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=9288 CPUtime=0
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 1030 0 0 0 0 0 0 0 18 0 1 0 26180517 9510912 951 1992294400 4194304 9819077 140737117211856 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31594/statm: 2322 961 371 1374 0 943 0

[startup+0.0988179 s]
/proc/loadavg: 1.00 1.03 1.03 3/106 31594
/proc/meminfo: memFree=1761776/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=15156 CPUtime=0.09
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 2712 0 0 0 8 1 0 0 18 0 1 0 26180517 15519744 2633 1992294400 4194304 9819077 140737117211856 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31594/statm: 3789 2633 388 1374 0 2410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15156

[startup+0.10182 s]
/proc/loadavg: 1.00 1.03 1.03 3/106 31594
/proc/meminfo: memFree=1761776/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=15156 CPUtime=0.09
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 2712 0 0 0 8 1 0 0 18 0 1 0 26180517 15519744 2633 1992294400 4194304 9819077 140737117211856 18446744073709551615 8583879 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31594/statm: 3789 2633 388 1374 0 2410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15156

[startup+0.301838 s]
/proc/loadavg: 1.00 1.03 1.03 3/106 31594
/proc/meminfo: memFree=1761776/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=19516 CPUtime=0.29
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 3815 0 0 0 28 1 0 0 18 0 1 0 26180517 19984384 3736 1992294400 4194304 9819077 140737117211856 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31594/statm: 4879 3736 388 1374 0 3500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19516

[startup+0.70088 s]
/proc/loadavg: 1.00 1.03 1.03 3/106 31594
/proc/meminfo: memFree=1761776/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=28292 CPUtime=0.69
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 6021 0 0 0 67 2 0 0 18 0 1 0 26180517 28971008 5942 1992294400 4194304 9819077 140737117211856 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31594/statm: 7073 5942 388 1374 0 5694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28292

[startup+1.50096 s]
/proc/loadavg: 1.08 1.05 1.03 2/107 31595
/proc/meminfo: memFree=1733496/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=87088 CPUtime=1.49
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 20744 0 0 0 142 7 0 0 20 0 1 0 26180517 89178112 20243 1992294400 4194304 9819077 140737117211856 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 21772 20243 488 1374 0 20393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87088

[startup+3.10113 s]
/proc/loadavg: 1.08 1.05 1.03 2/107 31595
/proc/meminfo: memFree=1665916/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=105104 CPUtime=3.09
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 33595 0 0 0 278 31 0 0 24 0 1 0 26180517 107626496 24561 1992294400 4194304 9819077 140737117211856 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 26276 24561 508 1374 0 24897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105104

[startup+6.30145 s]
/proc/loadavg: 1.08 1.05 1.03 2/107 31595
/proc/meminfo: memFree=1595112/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=232356 CPUtime=6.29
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 63059 0 0 0 587 42 0 0 25 0 1 0 26180517 237932544 41630 1992294400 4194304 9819077 140737117211856 18446744073709551615 8494900 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 58089 41630 634 1374 0 56710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 232356

[startup+12.7011 s]
/proc/loadavg: 1.07 1.05 1.03 2/107 31595
/proc/meminfo: memFree=1594616/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=235204 CPUtime=12.69
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 72914 0 0 0 1214 55 0 0 25 0 1 0 26180517 240848896 42277 1992294400 4194304 9819077 140737117211856 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 58801 42277 664 1374 0 57422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 235204

[startup+25.5014 s]
/proc/loadavg: 1.06 1.05 1.03 2/107 31595
/proc/meminfo: memFree=1594120/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=234128 CPUtime=25.49
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 84669 0 0 0 2487 62 0 0 25 0 1 0 26180517 239747072 42403 1992294400 4194304 9819077 140737117211856 18446744073709551615 6191141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 58532 42403 666 1374 0 57153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 234128

[startup+51.101 s]
/proc/loadavg: 1.04 1.04 1.03 2/107 31597
/proc/meminfo: memFree=1594988/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=231660 CPUtime=51.07
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 110951 0 0 0 5034 73 0 0 25 0 1 0 26180517 237219840 42208 1992294400 4194304 9819077 140737117211856 18446744073709551615 7291979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 57915 42208 666 1374 0 56536 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 231660

[startup+102.309 s]
/proc/loadavg: 1.17 1.08 1.04 2/107 31597
/proc/meminfo: memFree=1595856/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=229348 CPUtime=102.27
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 159249 0 0 0 10132 95 0 0 25 0 1 0 26180517 234852352 42017 1992294400 4194304 9819077 140737117211856 18446744073709551615 6191128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 57337 42018 669 1374 0 55958 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 229348

[startup+162.301 s]
/proc/loadavg: 1.14 1.09 1.04 2/107 31599
/proc/meminfo: memFree=1591640/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=226396 CPUtime=162.24
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 205393 0 0 0 16107 117 0 0 25 0 1 0 26180517 231829504 43066 1992294400 4194304 9819077 140737117211856 18446744073709551615 7291626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 56599 43066 669 1374 0 55220 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 226396

[startup+222.302 s]
/proc/loadavg: 1.05 1.07 1.04 2/107 31601
/proc/meminfo: memFree=1589284/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=220692 CPUtime=222.23
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 285335 0 0 0 22063 160 0 0 25 0 1 0 26180517 225988608 41860 1992294400 4194304 9819077 140737117211856 18446744073709551615 7294714 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 55173 41860 676 1374 0 53794 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 220692

[startup+282.302 s]
/proc/loadavg: 1.02 1.05 1.03 2/107 31603
/proc/meminfo: memFree=1596476/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=213968 CPUtime=282.21
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 429426 0 0 0 27993 228 0 0 25 0 1 0 26180517 219103232 42076 1992294400 4194304 9819077 140737117211856 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 53492 42076 676 1374 0 52113 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 213968

[startup+342.302 s]
/proc/loadavg: 1.00 1.04 1.03 2/107 31612
/proc/meminfo: memFree=1594120/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=217664 CPUtime=342.18
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 490395 0 0 0 33938 280 0 0 25 0 1 0 26180517 222887936 42115 1992294400 4194304 9819077 140737117211856 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54416 42115 676 1374 0 53037 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 217664

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.02 2/107 31614
/proc/meminfo: memFree=1583332/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=269196 CPUtime=402.17
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 586146 0 0 0 39867 350 0 0 25 0 1 0 26180517 275656704 45035 1992294400 4194304 9819077 140737117211856 18446744073709551615 7291987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 67299 45035 716 1374 0 65920 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 269196

[startup+462.302 s]
/proc/loadavg: 1.07 1.04 1.02 2/107 31616
/proc/meminfo: memFree=1583952/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=269196 CPUtime=462.15
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 702198 0 0 0 45809 406 0 0 25 0 1 0 26180517 275656704 44815 1992294400 4194304 9819077 140737117211856 18446744073709551615 7311616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 67299 44815 716 1374 0 65920 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 269196

[startup+522.301 s]
/proc/loadavg: 1.08 1.04 1.02 2/107 31618
/proc/meminfo: memFree=1583952/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=269196 CPUtime=522.12
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 808431 0 0 0 51756 456 0 0 25 0 1 0 26180517 275656704 44997 1992294400 4194304 9819077 140737117211856 18446744073709551615 6191132 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 67299 44997 716 1374 0 65920 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 269196

[startup+582.301 s]
/proc/loadavg: 1.09 1.05 1.02 2/107 31620
/proc/meminfo: memFree=1591640/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=582.1
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 57679 531 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 5907509 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 219776

[startup+642.3 s]
/proc/loadavg: 1.08 1.05 1.02 2/107 31620
/proc/meminfo: memFree=1591516/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=642.09
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 63541 668 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 5907457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 219776

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.11 1.08 1.02 2/107 31628
/proc/meminfo: memFree=1590772/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=941.99
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 92872 1327 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 5907474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 219776

[startup+1002.3 s]
/proc/loadavg: 1.04 1.06 1.02 2/107 31630
/proc/meminfo: memFree=1590648/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1001.97
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 98738 1459 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 4653015 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 219776

[startup+1062.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/107 31635
/proc/meminfo: memFree=1589904/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1061.95
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 104612 1583 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 219776

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 31637
/proc/meminfo: memFree=1589904/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1121.93
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 110482 1711 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 4998689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 219776

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 31639
/proc/meminfo: memFree=1589904/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1181.91
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 116352 1839 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 219776

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 31639
/proc/meminfo: memFree=1589904/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1241.9
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 122220 1970 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 219776

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 31641
/proc/meminfo: memFree=1589904/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1301.88
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 128087 2101 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 219776

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 31643
/proc/meminfo: memFree=1589780/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1361.86
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 133953 2233 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 219776

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31645
/proc/meminfo: memFree=1589656/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1421.85
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 139822 2363 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 219776

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31647
/proc/meminfo: memFree=1589656/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1481.82
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 145688 2494 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 219776

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31647
/proc/meminfo: memFree=1589532/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1541.8
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 151558 2622 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 219776

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31649
/proc/meminfo: memFree=1589408/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1601.78
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 157430 2748 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 219776

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31651
/proc/meminfo: memFree=1589284/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1661.77
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 163298 2879 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 5907474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 219776

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31653
/proc/meminfo: memFree=1589160/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1721.75
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 169167 3008 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 219776

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31655
/proc/meminfo: memFree=1588788/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1781.74
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 175038 3136 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 219776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31655
/proc/meminfo: memFree=1588788/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=219776 CPUtime=1800.04
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871572 0 0 0 176823 3181 0 0 25 0 1 0 26180517 225050624 42884 1992294400 4194304 9819077 140737117211856 18446744073709551615 4240396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31594/statm: 54944 42884 720 1374 0 53565 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 219776

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31655
/proc/meminfo: memFree=1588788/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=199536 CPUtime=1800.24
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871717 0 0 0 176842 3182 0 0 25 0 1 0 26180517 204324864 37827 1992294400 4194304 9819077 140737117211856 18446744073709551615 6027304 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31594/statm: 49884 37827 721 1374 0 48505 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 199536

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31655
/proc/meminfo: memFree=1588788/2059040 swapFree=4135652/4192956
[pid=31594] ppid=31592 vsize=178040 CPUtime=1800.33
/proc/31594/stat : 31594 (pbscip.linux.x8) R 31592 31594 31358 0 -1 4202496 871717 0 0 0 176851 3182 0 0 25 0 1 0 26180517 182312960 32458 1992294400 4194304 9819077 140737117211856 18446744073709551615 5950399 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31594/statm: 44510 32458 721 1374 0 43131 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 178040

Child status: 0
Real time (s): 1800.97
CPU time (s): 1800.41
CPU user time (s): 1768.57
CPU system time (s): 31.8412
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 299920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.57
system time used= 31.8412
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 871721
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= 3
involuntary context switches= 18035

runsolver used 2.92556 second user time and 8.5767 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-14 10:56:06
IDJOB=2665686
IDBENCH=2260
IDSOLVER=1168
FILE ID=node002/2665686-1276505765
PBS_JOBID= 11173415
Free space on /tmp= 62456 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665686-1276505765/watcher-2665686-1276505765 -o /tmp/evaluation-result-2665686-1276505765/solver-2665686-1276505765 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665686-1276505765.opb -t 1800 -m 1800

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

MD5SUM BENCH= dc857dc123c51e1f53f981679774fda8
RANDOM SEED=1954942342

node002.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1762428 kB
Buffers:         75756 kB
Cached:         130376 kB
SwapCached:      10384 kB
Active:         110036 kB
Inactive:       108688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1762428 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            8144 kB
Writeback:           0 kB
AnonPages:       10876 kB
Mapped:           9128 kB
Slab:            56152 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179852 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62448 MiB
End job on node002 at 2010-06-14 11:26:08