Trace number 2665633

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)-35 1800.46 1801.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
MD5SUM669011fc499ae56e44c354cc6cddc4c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43
Best CPU time to get the best result obtained on this benchmark1789.96
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 constraints80851
Number of constraints which are clauses80851
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-2665633-1276508858.opb>
1.19/1.25	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80851 constraints
1.19/1.25	c problem read
1.19/1.25	c presolving settings loaded
1.39/1.45	o 0
1.39/1.45	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.39/1.45	c presolving:
2.39/2.50	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80851 upgd conss, 161702 impls, 0 clqs
4.30/4.37	c    (2.8s) probing: 101/1150 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.30/4.37	c    (2.8s) probing aborted: 100/100 successive totally useless probings
4.30/4.37	c presolving (2 rounds):
4.30/4.37	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.30/4.37	c  161702 implications, 0 cliques
4.30/4.37	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80851 constraints
4.30/4.37	c   80851 constraints of type <logicor>
4.30/4.37	c transformed objective value is always integral (scale: 1)
4.30/4.37	c Presolving Time: 2.72
4.30/4.37	c - non default parameters ----------------------------------------------------------------------
4.30/4.37	c # SCIP version 1.2.1.2
4.30/4.37	c 
4.30/4.37	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
4.30/4.37	c # [type: int, range: [-1,2147483647], default: -1]
4.30/4.37	c conflict/interconss = 0
4.30/4.37	c 
4.30/4.37	c # should binary conflicts be preferred?
4.30/4.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.37	c conflict/preferbinary = TRUE
4.30/4.37	c 
4.30/4.37	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
4.30/4.37	c # [type: int, range: [-1,2147483647], default: 0]
4.30/4.37	c constraints/agelimit = 1
4.30/4.37	c 
4.30/4.37	c # should enforcement of pseudo solution be disabled?
4.30/4.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.37	c constraints/disableenfops = TRUE
4.30/4.37	c 
4.30/4.37	c # frequency for displaying node information lines
4.30/4.37	c # [type: int, range: [-1,2147483647], default: 100]
4.30/4.37	c display/freq = 10000
4.30/4.37	c 
4.30/4.37	c # maximal time in seconds to run
4.30/4.37	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.37	c limits/time = 1798.76
4.30/4.37	c 
4.30/4.37	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.30/4.37	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.37	c limits/memory = 1620
4.30/4.37	c 
4.30/4.37	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.30/4.37	c # [type: int, range: [-1,2147483647], default: 1]
4.30/4.37	c lp/solvefreq = 0
4.30/4.37	c 
4.30/4.37	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.37	c # [type: char, range: {lafpsqd}, default: l]
4.30/4.37	c lp/pricing = a
4.30/4.37	c 
4.30/4.37	c # should presolving try to simplify inequalities
4.30/4.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.37	c constraints/linear/simplifyinequalities = TRUE
4.30/4.37	c 
4.30/4.37	c # should presolving try to simplify knapsacks
4.30/4.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.37	c constraints/knapsack/simplifyinequalities = TRUE
4.30/4.37	c 
4.30/4.37	c # priority of node selection rule <dfs> in standard mode
4.30/4.37	c # [type: int, range: [-536870912,536870911], default: 0]
4.30/4.37	c nodeselection/dfs/stdpriority = 1000000
4.30/4.37	c 
4.30/4.37	c -----------------------------------------------------------------------------------------------
4.30/4.37	c start solving
4.30/4.38	c 
5.99/6.07	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.07	c t 4.4s|     1 |     0 |  1267 |     - |  90M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 | 100.00%
6.18/6.23	o -1
6.18/6.23	c R 4.6s|     1 |     0 |  1267 |     - |  90M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  99.83%
15.58/15.63	c  13.8s|     1 |     0 |  1719 |     - |  90M|   0 |1081 |1150 |  80k|1150 |  80k|  12 |   0 |   0 |-5.405000e+02 |-1.000000e+00 |  99.81%
15.68/15.71	o -34
15.68/15.71	c b13.9s|     1 |     0 |  1719 |     - |  90M|   0 |1081 |1150 |  80k|1150 |  80k|  12 |   0 |   0 |-5.405000e+02 |-3.400000e+01 |  93.71%
23.98/24.07	c  22.2s|     1 |     0 |  2025 |     - |  90M|   0 |1039 |1150 |  80k|1150 |  80k|  18 |   0 |   0 |-5.195000e+02 |-3.400000e+01 |  93.46%
35.28/35.32	c  33.4s|     1 |     0 |  2411 |     - |  90M|   0 | 996 |1150 |  80k|1150 |  80k|  25 |   0 |   0 |-4.972500e+02 |-3.400000e+01 |  93.16%
54.07/54.15	c  52.1s|     1 |     0 |  3035 |     - |  90M|   0 | 954 |1150 |  80k|1150 |  80k|  32 |   0 |   0 |-4.762500e+02 |-3.400000e+01 |  92.86%
67.56/67.66	c  65.6s|     1 |     0 |  3459 |     - |  90M|   0 | 910 |1150 |  80k|1150 |  80k|  38 |   0 |   0 |-4.542500e+02 |-3.400000e+01 |  92.52%
86.35/86.45	c  84.3s|     1 |     0 |  4120 |     - |  90M|   0 | 868 |1150 |  80k|1150 |  80k|  44 |   0 |   0 |-4.332500e+02 |-3.400000e+01 |  92.15%
104.24/104.39	c   102s|     1 |     0 |  4741 |     - |  90M|   0 | 824 |1150 |  80k|1150 |  80k|  53 |   0 |   0 |-4.112500e+02 |-3.400000e+01 |  91.73%
123.44/123.59	c   121s|     1 |     0 |  5509 |     - |  90M|   0 | 763 |1150 |  80k|1150 |  80k|  60 |   0 |   0 |-3.807500e+02 |-3.400000e+01 |  91.07%
143.14/143.27	c   141s|     1 |     0 |  6299 |     - |  90M|   0 | 699 |1150 |  80k|1150 |  80k|  69 |   0 |   0 |-3.487500e+02 |-3.400000e+01 |  90.25%
160.44/160.59	c   158s|     1 |     0 |  6915 |     - |  90M|   0 | 657 |1150 |  80k|1150 |  80k|  75 |   0 |   0 |-3.277500e+02 |-3.400000e+01 |  89.63%
166.03/166.20	c   164s|     1 |     0 |  7322 |     - |  90M|   0 | 613 |1150 |  80k|1150 |  80k|  82 |   0 |   0 |-3.065000e+02 |-3.400000e+01 |  88.91%
175.42/175.53	c   173s|     1 |     0 |  7922 |     - |  90M|   0 | 549 |1150 |  80k|1150 |  80k|  94 |   0 |   0 |-2.745000e+02 |-3.400000e+01 |  87.61%
185.62/185.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.62/185.74	c   183s|     1 |     0 |  8666 |     - |  90M|   0 | 508 |1150 |  80k|1150 |  80k| 101 |   0 |   0 |-2.540000e+02 |-3.400000e+01 |  86.61%
193.31/193.45	c   191s|     1 |     0 |  9221 |     - |  90M|   0 | 464 |1150 |  80k|1150 |  80k| 108 |   0 |   0 |-2.320000e+02 |-3.400000e+01 |  85.34%
200.91/201.05	c   198s|     1 |     0 |  9771 |     - |  90M|   0 | 423 |1150 |  80k|1150 |  80k| 115 |   0 |   0 |-2.115000e+02 |-3.400000e+01 |  83.92%
204.71/204.83	c   202s|     1 |     0 | 10077 |     - |  90M|   0 | 404 |1150 |  80k|1150 |  80k| 118 |   0 |   0 |-2.020000e+02 |-3.400000e+01 |  83.17%
209.01/209.17	c   206s|     1 |     0 | 10483 |     - |  90M|   0 | 362 |1150 |  80k|1150 |  80k| 126 |   0 |   0 |-1.810000e+02 |-3.400000e+01 |  81.22%
218.21/218.38	c   215s|     1 |     0 | 11196 |     - |  90M|   0 | 322 |1150 |  80k|1150 |  80k| 134 |   0 |   0 |-1.610000e+02 |-3.400000e+01 |  78.88%
221.70/221.84	c   219s|     1 |     0 | 11604 |     - |  90M|   0 | 279 |1150 |  80k|1150 |  80k| 140 |   0 |   0 |-1.395000e+02 |-3.400000e+01 |  75.63%
223.51/223.68	c   221s|     1 |     0 | 11825 |     - |  90M|   0 | 252 |1150 |  80k|1150 |  80k| 151 |   0 |   0 |-1.260000e+02 |-3.400000e+01 |  73.02%
231.80/231.94	c   229s|     1 |     0 | 12750 |     - |  90M|   0 | 213 |1150 |  80k|1150 |  80k| 157 |   0 |   0 |-1.065000e+02 |-3.400000e+01 |  68.08%
236.31/236.43	c   233s|     1 |     0 | 13353 |     - |  90M|   0 | 172 |1150 |  80k|1150 |  80k| 165 |   0 |   0 |-8.700000e+01 |-3.400000e+01 |  60.92%
240.71/240.82	c   238s|     1 |     0 | 13927 |     - |  90M|   0 | 136 |1150 |  80k|1150 |  80k| 175 |   0 |   0 |-6.700000e+01 |-3.400000e+01 |  49.25%
243.80/243.95	c   241s|     1 |     0 | 14371 |     - |  90M|   0 | 136 |1150 |  80k|1150 |  80k| 183 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
244.90/245.08	c   242s|     1 |     0 | 14499 |     - |  90M|   0 | 151 |1150 |  80k|1150 |  80k| 198 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
247.10/247.23	c   244s|     1 |     0 | 14708 |     - |  90M|   0 | 190 |1150 |  80k|1150 |  81k| 213 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
254.10/254.29	c   251s|     1 |     0 | 15100 |     - |  90M|   0 | 269 |1150 |  80k|1150 |  81k| 221 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
283.49/283.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.49/283.61	c   280s|     1 |     0 | 15659 |     - |  90M|   0 | 326 |1150 |  80k|1150 |  81k| 229 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
339.07/339.29	c   335s|     1 |     0 | 16464 |     - |  90M|   0 | 382 |1150 |  80k|1150 |  81k| 237 |   0 |   0 |-5.000000e+01 |-3.400000e+01 |  32.00%
624.27/624.57	c   619s|     1 |     2 | 16464 |     - |  90M|   0 | 382 |1150 |  80k|1150 |  81k| 237 |   0 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
630.48/630.74	c   625s| 10000 |    24 | 16464 |   0.0 |  91M|  45 |   - |1150 |  80k|   0 |   0 | 237 |  48 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
636.58/636.81	c   631s| 20000 |    24 | 16464 |   0.0 |  91M|  46 |   - |1150 |  80k|   0 |   0 | 237 |  85 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
642.47/642.76	c   636s| 30000 |    24 | 16464 |   0.0 |  91M|  48 |   - |1150 |  80k|   0 |   0 | 237 | 135 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
648.37/648.62	c   642s| 40000 |    23 | 16464 |   0.0 |  91M|  48 |   - |1150 |  80k|   0 |   0 | 237 | 171 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
654.27/654.56	c   648s| 50000 |    24 | 16464 |   0.0 |  91M|  49 |   - |1150 |  80k|   0 |   0 | 237 | 222 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
660.06/660.33	c   654s| 60000 |    25 | 16464 |   0.0 |  91M|  49 |   - |1150 |  80k|   0 |   0 | 237 | 256 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
665.77/666.01	c   659s| 70000 |    22 | 16464 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 237 | 301 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
671.56/671.84	c   665s| 80000 |    24 | 16464 |   0.0 |  91M|  56 |   - |1150 |  80k|   0 |   0 | 237 | 324 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
677.16/677.50	c   670s| 90000 |    26 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 375 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
682.96/683.24	c   676s|100000 |    23 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 416 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
688.66/688.90	c   681s|110000 |    24 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 460 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
694.35/694.67	c   687s|120000 |    25 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 515 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
700.37/700.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.37/700.62	c   693s|130000 |    22 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 563 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
706.26/706.59	c   699s|140000 |    24 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 610 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
712.15/712.48	c   704s|150000 |    24 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 649 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
717.96/718.23	c   710s|160000 |    23 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 677 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
723.74/724.03	c   716s|170000 |    25 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 716 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
729.74/730.01	c   722s|180000 |    23 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 753 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
735.44/735.76	c   727s|190000 |    25 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 788 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
741.24/741.59	c   733s|200000 |    24 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 829 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
747.14/747.46	c   739s|210000 |    23 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 850 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
753.03/753.35	c   744s|220000 |    21 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 876 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
758.94/759.23	c   750s|230000 |    24 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 913 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
764.83/765.10	c   756s|240000 |    22 | 16464 |   0.0 |  91M|  57 |   - |1150 |  80k|   0 |   0 | 237 | 940 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
770.53/770.86	c   761s|250000 |    23 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 | 974 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
776.13/776.48	c   767s|260000 |    24 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1016 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
781.73/782.04	c   772s|270000 |    21 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1060 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
787.23/787.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
787.23/787.55	c   778s|280000 |    23 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1085 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
792.93/793.26	c   783s|290000 |    22 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1119 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
798.92/799.21	c   789s|300000 |    23 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1145 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
804.92/805.21	c   795s|310000 |    23 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1173 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
810.90/811.27	c   801s|320000 |    23 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1220 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
816.91/817.25	c   807s|330000 |    26 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1250 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
823.00/823.33	c   813s|340000 |    22 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1292 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
828.69/829.04	c   818s|350000 |    23 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1333 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
834.60/834.94	c   824s|360000 |    23 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1376 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
840.59/840.93	c   830s|370000 |    20 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1411 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
846.39/846.77	c   836s|380000 |    24 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1445 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
852.20/852.60	c   841s|390000 |    22 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1471 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
858.09/858.41	c   847s|400000 |    20 | 16464 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 237 |1496 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
863.79/864.12	c   853s|410000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1545 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
869.08/869.48	c   858s|420000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1587 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
874.58/874.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
874.58/874.91	c   863s|430000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1632 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
879.99/880.31	c   868s|440000 |    26 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1674 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
885.58/885.97	c   874s|450000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1719 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
891.08/891.46	c   879s|460000 |    26 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1758 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
896.47/896.89	c   884s|470000 |    27 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1791 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
902.28/902.68	c   890s|480000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1839 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
907.87/908.22	c   896s|490000 |    21 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1883 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
913.37/913.71	c   901s|500000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1920 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
918.97/919.35	c   906s|510000 |    26 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |1974 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
925.07/925.41	c   912s|520000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2037 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
930.77/931.13	c   918s|530000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2090 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
936.36/936.74	c   923s|540000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2146 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
942.16/942.56	c   929s|550000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2182 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
948.06/948.44	c   935s|560000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2225 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
953.95/954.34	c   941s|570000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2286 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
960.05/960.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.05/960.45	c   946s|580000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2338 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
965.85/966.25	c   952s|590000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2384 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
971.45/971.80	c   958s|600000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2412 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
976.95/977.38	c   963s|610000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2464 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
982.65/983.08	c   969s|620000 |    19 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2508 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
988.34/988.79	c   974s|630000 |    27 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2559 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
994.14/994.50	c   980s|640000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2611 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
999.74/1000.17	c   985s|650000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2667 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1005.15/1005.57	c   990s|660000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2698 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1010.45/1010.83	c   996s|670000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2736 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1015.84/1016.28	c  1001s|680000 |    21 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2785 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1021.33/1021.77	c  1006s|690000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2836 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1027.04/1027.45	c  1012s|700000 |    26 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2878 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1032.93/1033.31	c  1018s|710000 |    27 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2919 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1038.83/1039.24	c  1023s|720000 |    25 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2952 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1044.64/1045.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.64/1045.05	c  1029s|730000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |2990 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1050.63/1051.07	c  1035s|740000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3037 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
1052.52/1052.99	o -35
1052.52/1052.99	c *1037s|743256 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3046 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1056.52/1056.97	c  1041s|750000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3066 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1062.52/1062.92	c  1046s|760000 |    21 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3114 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1068.32/1068.75	c  1052s|770000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3158 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1073.82/1074.27	c  1058s|780000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3195 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1079.42/1079.81	c  1063s|790000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3236 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1084.91/1085.39	c  1068s|800000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3276 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1090.51/1090.93	c  1074s|810000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3318 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1096.11/1096.55	c  1079s|820000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3362 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1101.61/1102.02	c  1085s|830000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3402 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1107.22/1107.64	c  1090s|840000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3456 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1113.01/1113.41	c  1096s|850000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3518 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1118.50/1118.96	c  1101s|860000 |    26 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3555 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1124.00/1124.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.00/1124.45	c  1106s|870000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3595 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1129.60/1130.08	c  1112s|880000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3640 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1135.29/1135.78	c  1118s|890000 |    21 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3676 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1140.89/1141.31	c  1123s|900000 |    25 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3703 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1146.50/1146.93	c  1128s|910000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3733 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1152.09/1152.51	c  1134s|920000 |    25 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3774 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1157.69/1158.15	c  1139s|930000 |    21 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3803 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1163.30/1163.79	c  1145s|940000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3823 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1169.09/1169.55	c  1150s|950000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3852 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1174.88/1175.35	c  1156s|960000 |    22 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3882 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1180.89/1181.39	c  1162s|970000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3922 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1186.68/1187.12	c  1168s|980000 |    23 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3959 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1191.99/1192.46	c  1173s|990000 |    24 | 16464 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 237 |3987 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1197.48/1197.97	c  1178s|  1000k|    22 | 16464 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 237 |4036 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1203.27/1203.72	c  1184s|  1010k|    23 | 16464 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 237 |4065 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1208.78/1209.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1208.78/1209.20	c  1189s|  1020k|    23 | 16464 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 237 |4111 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1214.37/1214.86	c  1195s|  1030k|    22 | 16464 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 237 |4148 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1219.87/1220.38	c  1200s|  1040k|    23 | 16464 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 237 |4178 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1225.27/1225.73	c  1205s|  1050k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4215 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1230.67/1231.12	c  1211s|  1060k|    21 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4237 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1236.27/1236.79	c  1216s|  1070k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4302 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1241.96/1242.47	c  1222s|  1080k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4350 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1247.76/1248.23	c  1227s|  1090k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4391 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1253.36/1253.80	c  1233s|  1100k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4434 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1259.16/1259.60	c  1238s|  1110k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4477 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1265.16/1265.61	c  1244s|  1120k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4506 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1271.16/1271.64	c  1250s|  1130k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4532 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1276.95/1277.46	c  1256s|  1140k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4559 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1282.65/1283.14	c  1261s|  1150k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4594 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1288.55/1289.03	c  1267s|  1160k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4632 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1294.45/1294.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1294.45/1294.97	c  1273s|  1170k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4674 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1300.04/1300.57	c  1278s|  1180k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4769 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1305.95/1306.46	c  1284s|  1190k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4815 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1311.75/1312.23	c  1290s|  1200k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4864 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1317.34/1317.85	c  1295s|  1210k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4912 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1323.14/1323.63	c  1301s|  1220k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4952 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1328.73/1329.22	c  1306s|  1230k|    21 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |4993 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1334.33/1334.84	c  1312s|  1240k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5042 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1340.03/1340.60	c  1317s|  1250k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5085 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1346.33/1346.81	c  1323s|  1260k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5108 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1352.43/1352.95	c  1329s|  1270k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5151 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1358.23/1358.79	c  1335s|  1280k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5191 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1364.43/1364.96	c  1341s|  1290k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5240 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1370.52/1371.06	c  1347s|  1300k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5270 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1376.32/1376.86	c  1353s|  1310k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5308 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1382.23/1382.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1382.23/1382.77	c  1359s|  1320k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5342 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1388.21/1388.74	c  1364s|  1330k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5382 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1393.91/1394.48	c  1370s|  1340k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5417 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1399.82/1400.38	c  1376s|  1350k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5446 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1406.01/1406.52	c  1382s|  1360k|    25 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5481 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1412.30/1412.81	c  1388s|  1370k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5504 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1418.21/1418.71	c  1394s|  1380k|    26 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5537 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1424.11/1424.67	c  1400s|  1390k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5564 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1430.00/1430.57	c  1405s|  1400k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5611 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1435.80/1436.33	c  1411s|  1410k|    21 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5635 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1441.10/1441.62	c  1416s|  1420k|    21 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5664 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1447.00/1447.50	c  1422s|  1430k|    24 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5700 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1452.69/1453.26	c  1428s|  1440k|    22 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5758 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1458.19/1458.77	c  1433s|  1450k|    23 | 16464 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 237 |5787 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1463.80/1464.36	c  1438s|  1460k|    25 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |5829 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1469.79/1470.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1469.79/1470.39	c  1444s|  1470k|    22 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |5851 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1475.60/1476.15	c  1450s|  1480k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |5884 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1481.69/1482.20	c  1456s|  1490k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |5915 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1487.39/1487.92	c  1461s|  1500k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |5940 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1492.98/1493.58	c  1467s|  1510k|    22 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |5986 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1498.69/1499.24	c  1472s|  1520k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6017 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1504.38/1504.94	c  1478s|  1530k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6064 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1510.28/1510.82	c  1484s|  1540k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6102 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1515.97/1516.55	c  1489s|  1550k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6142 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1521.27/1521.87	c  1495s|  1560k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6186 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1526.77/1527.34	c  1500s|  1570k|    20 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6220 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1532.27/1532.89	c  1505s|  1580k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6280 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1538.17/1538.77	c  1511s|  1590k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6328 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1543.78/1544.35	c  1516s|  1600k|    21 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6374 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1549.37/1549.91	c  1522s|  1610k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6410 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1555.07/1555.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1555.07/1555.68	c  1528s|  1620k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6447 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1560.76/1561.34	c  1533s|  1630k|    25 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6501 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1566.26/1566.81	c  1538s|  1640k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6556 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1571.76/1572.31	c  1544s|  1650k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6589 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1577.55/1578.11	c  1549s|  1660k|    25 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6640 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1583.36/1584.00	c  1555s|  1670k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6670 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1589.45/1590.07	c  1561s|  1680k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6702 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1595.55/1596.18	c  1567s|  1690k|    25 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6737 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1601.34/1601.96	c  1573s|  1700k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6761 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1607.04/1607.69	c  1578s|  1710k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6798 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1612.54/1613.18	c  1584s|  1720k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6829 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1618.44/1619.03	c  1589s|  1730k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6891 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1624.24/1624.85	c  1595s|  1740k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6924 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1629.83/1630.47	c  1601s|  1750k|    24 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6953 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1635.44/1636.00	c  1606s|  1760k|    22 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |6972 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1640.83/1641.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.83/1641.48	c  1611s|  1770k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |7009 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1646.43/1647.09	c  1617s|  1780k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |7039 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1651.83/1652.44	c  1622s|  1790k|    23 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |7085 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1657.33/1657.94	c  1627s|  1800k|    21 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |7133 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1662.82/1663.40	c  1633s|  1810k|    22 | 16464 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 237 |7157 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1668.22/1668.83	c  1638s|  1820k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7179 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1673.63/1674.27	c  1643s|  1830k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7217 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1679.22/1679.89	c  1649s|  1840k|    24 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7257 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1685.12/1685.79	c  1654s|  1850k|    24 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7297 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1690.92/1691.60	c  1660s|  1860k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7340 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1696.51/1697.10	c  1665s|  1870k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7379 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1702.12/1702.70	c  1671s|  1880k|    21 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7423 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1707.62/1708.26	c  1676s|  1890k|    24 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7449 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1713.40/1714.02	c  1682s|  1900k|    20 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7497 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1719.21/1719.82	c  1688s|  1910k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7527 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1725.10/1725.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1725.10/1725.70	c  1693s|  1920k|    23 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7560 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1730.81/1731.43	c  1699s|  1930k|    21 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7582 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1736.40/1737.04	c  1704s|  1940k|    23 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7611 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1742.10/1742.75	c  1710s|  1950k|    24 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7639 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1747.90/1748.52	c  1716s|  1960k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7665 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1753.29/1753.91	c  1721s|  1970k|    26 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7706 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1758.69/1759.36	c  1726s|  1980k|    23 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7736 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1764.09/1764.78	c  1731s|  1990k|    24 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7782 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1769.30/1769.99	c  1737s|  2000k|    24 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7814 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1774.88/1775.53	c  1742s|  2010k|    20 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7856 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1780.39/1781.09	c  1747s|  2020k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7893 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1786.08/1786.76	c  1753s|  2030k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7926 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1791.58/1792.28	c  1758s|  2040k|    21 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |7968 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1797.18/1797.88	c  1764s|  2050k|    22 | 16464 |   0.0 |  91M|  65 |   - |1150 |  80k|   0 |   0 | 237 |8001 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
1800.09/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.71	c 
1800.09/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.71	c Solving Time (sec) : 1766.49
1800.09/1800.71	c Solving Nodes      : 2054991
1800.09/1800.71	c Primal Bound       : -3.50000000000000e+01 (15 solutions)
1800.09/1800.71	c Dual Bound         : -4.99999999999954e+01
1800.09/1800.71	c Gap                : 30.00 %
1800.09/1800.76	s SATISFIABLE
1800.09/1800.76	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.09/1800.76	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.09/1800.76	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.09/1800.76	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.09/1800.76	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 
1800.09/1800.76	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1800.09/1800.76	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 
1800.09/1800.76	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 
1800.09/1800.76	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 
1800.09/1800.76	v -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 
1800.09/1800.76	v -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1800.09/1800.76	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.09/1800.76	v x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 
1800.09/1800.76	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
1800.09/1800.76	v -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 
1800.09/1800.76	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 -x354 
1800.09/1800.76	v -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 
1800.09/1800.76	v -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 
1800.09/1800.76	v -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 
1800.09/1800.76	v x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 
1800.09/1800.76	v -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 
1800.09/1800.76	v -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 
1800.09/1800.76	v -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1800.09/1800.76	v -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 
1800.09/1800.76	v -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 
1800.09/1800.76	v -x543 -x544 -x545 -x546 -x547 -x548 -x549 x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 
1800.09/1800.76	v -x564 -x565 x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 
1800.09/1800.76	v -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 
1800.09/1800.76	v -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 
1800.09/1800.76	v -x626 -x627 -x628 -x629 -x630 -x631 x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 
1800.09/1800.76	v -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 
1800.09/1800.76	v -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 
1800.09/1800.76	v -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 x709 
1800.09/1800.76	v -x710 -x711 -x712 -x713 -x714 -x715 x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 
1800.09/1800.76	v -x731 -x732 -x733 -x734 -x735 -x736 x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 
1800.09/1800.76	v -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 
1800.09/1800.76	v x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 x793 
1800.09/1800.76	v -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 -x810 -x811 -x812 -x813 -x814 
1800.09/1800.76	v -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 
1800.09/1800.76	v -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 x854 -x855 -x856 
1800.09/1800.76	v -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 
1800.09/1800.76	v -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 x892 -x893 -x894 -x895 -x896 -x897 -x898 
1800.09/1800.76	v -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 
1800.09/1800.76	v -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 x936 -x937 -x938 -x939 -x940 
1800.09/1800.76	v -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 
1800.09/1800.76	v -x962 -x963 -x964 -x965 -x966 -x967 -x968 x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 
1800.09/1800.76	v -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 
1800.09/1800.76	v -x1003 -x1004 -x1005 -x1006 -x1007 x1008 -x1009 -x1010 -x1011 -x1012 x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 
1800.09/1800.76	v -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 
1800.09/1800.76	v -x1039 x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 
1800.09/1800.76	v -x1057 -x1058 -x1059 -x1060 x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 
1800.09/1800.76	v -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 x1091 -x1092 
1800.09/1800.76	v -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 
1800.09/1800.76	v -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 x1128 
1800.09/1800.76	v -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 
1800.09/1800.76	v -x1147 -x1148 -x1149 -x1150 
1800.09/1800.76	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.76	c Solving Time       :    1766.49
1800.09/1800.76	c Original Problem   :
1800.09/1800.76	c   Problem name     : HOME/instance-2665633-1276508858.opb
1800.09/1800.76	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.76	c   Constraints      : 80851 initial, 80851 maximal
1800.09/1800.76	c Presolved Problem  :
1800.09/1800.76	c   Problem name     : t_HOME/instance-2665633-1276508858.opb
1800.09/1800.76	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.76	c   Constraints      : 80851 initial, 80872 maximal
1800.09/1800.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   probing          :       1.72          0          0          0          0          0          0          0          0
1800.09/1800.76	c   logicor          :       0.24          0          0          0          0          0          0          0          0
1800.09/1800.76	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.76	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.09/1800.76	c   logicor          :      80851+        29    2055416          0          1      96615    3370174          0          0          0
1800.09/1800.76	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1800.09/1800.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.76	c   integral         :     278.39       0.00       0.00     278.39       0.00
1800.09/1800.76	c   logicor          :     296.54       0.37     296.15       0.00       0.02
1800.09/1800.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.76	c   vbounds          :       1.65          2          0          0
1800.09/1800.76	c   rootredcost      :       1.62          1          0          0
1800.09/1800.76	c   pseudoobj        :     350.61    3276704     783843     887042
1800.09/1800.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.76	c   propagation      :     141.66      96615       8018       8018       42.4          0        0.0          -
1800.09/1800.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.76	c   pseudo solution  :     277.70     146301          0          0        0.0          0        0.0          -
1800.09/1800.76	c   applied globally :          -          -          -       8018       42.4          -          -          -
1800.09/1800.76	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.76	c   cut pool         :       0.02         28          -          -         42          -    (maximal pool size: 459)
1800.09/1800.76	c   redcost          :       0.00         29          0          0          0          0
1800.09/1800.76	c   impliedbounds    :       0.06         29          0          0          0          0
1800.09/1800.76	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.76	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.76	c   gomory           :      78.55         29          0          0      14000          0
1800.09/1800.76	c   strongcg         :       4.82         20          0          0      10000          0
1800.09/1800.76	c   cmir             :      23.92         10          0          0          0          0
1800.09/1800.76	c   flowcover        :      25.92         10          0          0          0          0
1800.09/1800.76	c   clique           :       2.26         29          0          0        262          0
1800.09/1800.76	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.76	c   mcf              :       0.15          1          0          0          0          0
1800.09/1800.76	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.76	c Pricers            :       Time      Calls       Vars
1800.09/1800.76	c   problem variables:       0.00          0          0
1800.09/1800.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.76	c   relpscost        :     278.39          1          0          0          0          0          2
1800.09/1800.76	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   inference        :      10.74    1033709          0          0          0          0    2067418
1800.09/1800.76	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.76	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.76	c   LP solutions     :       0.00          -          0
1800.09/1800.76	c   pseudo solutions :       0.00          -          1
1800.09/1800.76	c   crossover        :       0.00          0          0
1800.09/1800.76	c   oneopt           :       1.69          2          1
1800.09/1800.76	c   trivial          :       0.04          2          3
1800.09/1800.76	c   simplerounding   :       0.06         30          6
1800.09/1800.76	c   zirounding       :       0.03          1          1
1800.09/1800.76	c   rounding         :       1.61         30          1
1800.09/1800.76	c   shifting         :       2.13         30          1
1800.09/1800.76	c   intshifting      :       0.00          0          0
1800.09/1800.76	c   twoopt           :       0.00          0          0
1800.09/1800.76	c   fixandinfer      :       0.00          0          0
1800.09/1800.76	c   feaspump         :       0.00          0          0
1800.09/1800.76	c   coefdiving       :       0.00          0          0
1800.09/1800.76	c   pscostdiving     :       0.00          0          0
1800.09/1800.76	c   fracdiving       :       0.00          0          0
1800.09/1800.76	c   veclendiving     :       0.00          0          0
1800.09/1800.76	c   intdiving        :       0.00          0          0
1800.09/1800.76	c   actconsdiving    :       0.00          0          0
1800.09/1800.76	c   objpscostdiving  :       0.00          0          0
1800.09/1800.76	c   rootsoldiving    :       0.00          0          0
1800.09/1800.76	c   linesearchdiving :       0.00          0          0
1800.09/1800.76	c   guideddiving     :       0.00          0          0
1800.09/1800.76	c   octane           :       0.00          0          0
1800.09/1800.76	c   rens             :       4.79          1          1
1800.09/1800.76	c   rins             :       0.00          0          0
1800.09/1800.76	c   localbranching   :       0.00          0          0
1800.09/1800.76	c   mutation         :       0.00          0          0
1800.09/1800.76	c   dins             :       0.00          0          0
1800.09/1800.76	c   undercover       :       0.00          0          0
1800.09/1800.76	c   nlp              :       1.01          0          0
1800.09/1800.76	c   trysol           :       0.95          0          0
1800.09/1800.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.76	c   primal LP        :       0.34          0          0       0.00       0.00
1800.09/1800.76	c   dual LP          :     191.19         30      16464     548.80      86.11
1800.09/1800.76	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.76	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.76	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.76	c   strong branching :     278.39         33      23418     709.64      84.12
1800.09/1800.76	c     (at root node) :          -         33      23418     709.64          -
1800.09/1800.76	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.76	c B&B Tree           :
1800.09/1800.76	c   number of runs   :          1
1800.09/1800.76	c   nodes            :    2054991
1800.09/1800.76	c   nodes (total)    :    2054991
1800.09/1800.76	c   nodes left       :         21
1800.09/1800.76	c   max depth        :         65
1800.09/1800.76	c   max depth (total):         65
1800.09/1800.76	c   backtracks       :     372539 (18.1%)
1800.09/1800.76	c   delayed cutoffs  :       5956
1800.09/1800.76	c   repropagations   :       6783 (20096 domain reductions, 5479 cutoffs)
1800.09/1800.76	c   avg switch length:       2.00
1800.09/1800.76	c   switching time   :     107.78
1800.09/1800.76	c Solution           :
1800.09/1800.76	c   Solutions found  :         15 (4 improvements)
1800.09/1800.76	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.12 seconds, depth 0, found by <trivial>)
1800.09/1800.76	c   Primal Bound     : -3.50000000000000e+01   (in run 1, after 743256 nodes, 1036.80 seconds, depth 43, found by <relaxation>)
1800.09/1800.76	c   Dual Bound       : -4.99999999999954e+01
1800.09/1800.76	c   Gap              :      30.00 %
1800.09/1800.76	c   Root Dual Bound  : -4.99999999999999e+01
1800.09/1800.76	c   Root Iterations  :      16464
1800.38/1801.07	c Time complete: 1800.46.

Verifier Data

OK	-35

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665633-1276508858/watcher-2665633-1276508858 -o /tmp/evaluation-result-2665633-1276508858/solver-2665633-1276508858 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665633-1276508858.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.01 1.02 1.00 3/106 28715
/proc/meminfo: memFree=1795480/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=8260 CPUtime=0
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 1005 0 0 0 0 0 0 0 18 0 1 0 26487186 8458240 926 1992294400 4194304 9819077 140737298316608 18446744073709551615 8678244 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28715/statm: 2065 927 366 1374 0 686 0

[startup+0.088707 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 28715
/proc/meminfo: memFree=1795480/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=14192 CPUtime=0.08
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 2470 0 0 0 8 0 0 0 20 0 1 0 26487186 14532608 2391 1992294400 4194304 9819077 140737298316608 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28715/statm: 3548 2391 388 1374 0 2169 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14192

[startup+0.101708 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 28715
/proc/meminfo: memFree=1795480/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=15156 CPUtime=0.09
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 2713 0 0 0 9 0 0 0 20 0 1 0 26487186 15519744 2634 1992294400 4194304 9819077 140737298316608 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28715/statm: 3789 2634 388 1374 0 2410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15156

[startup+0.301742 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 28715
/proc/meminfo: memFree=1795480/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=19516 CPUtime=0.29
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 3816 0 0 0 28 1 0 0 20 0 1 0 26487186 19984384 3737 1992294400 4194304 9819077 140737298316608 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28715/statm: 4879 3737 388 1374 0 3500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19516

[startup+0.701811 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 28715
/proc/meminfo: memFree=1795480/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=28424 CPUtime=0.69
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 6057 0 0 0 67 2 0 0 21 0 1 0 26487186 29106176 5978 1992294400 4194304 9819077 140737298316608 18446744073709551615 5648478 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28715/statm: 7106 5978 388 1374 0 5727 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28424

[startup+1.50095 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28716
/proc/meminfo: memFree=1767324/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=87080 CPUtime=1.49
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 20747 0 0 0 139 10 0 0 23 0 1 0 26487186 89169920 20246 1992294400 4194304 9819077 140737298316608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 21770 20246 488 1374 0 20391 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87080

[startup+3.10122 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28716
/proc/meminfo: memFree=1697140/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=105916 CPUtime=3.09
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 33742 0 0 0 277 32 0 0 25 0 1 0 26487186 108457984 24797 1992294400 4194304 9819077 140737298316608 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 26479 24797 508 1374 0 25100 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105916

[startup+6.30077 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28716
/proc/meminfo: memFree=1627204/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=234172 CPUtime=6.28
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 63397 0 0 0 585 43 0 0 25 0 1 0 26487186 239792128 41952 1992294400 4194304 9819077 140737298316608 18446744073709551615 4561162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 58543 41952 634 1374 0 57164 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 234172

[startup+12.7009 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28716
/proc/meminfo: memFree=1627576/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=236196 CPUtime=12.69
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 73109 0 0 0 1214 55 0 0 25 0 1 0 26487186 241864704 42410 1992294400 4194304 9819077 140737298316608 18446744073709551615 6191204 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 59049 42410 664 1374 0 57670 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 236196

[startup+25.5011 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 28716
/proc/meminfo: memFree=1628320/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=234092 CPUtime=25.48
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 88556 0 0 0 2482 66 0 0 25 0 1 0 26487186 239710208 42087 1992294400 4194304 9819077 140737298316608 18446744073709551615 5721503 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 58523 42087 666 1374 0 57144 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 234092

[startup+51.1015 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 28718
/proc/meminfo: memFree=1622740/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=233424 CPUtime=51.07
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 109319 0 0 0 5030 77 0 0 25 0 1 0 26487186 239026176 43644 1992294400 4194304 9819077 140737298316608 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 58356 43644 667 1374 0 56977 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 233424

[startup+102.309 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 28718
/proc/meminfo: memFree=1622864/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=231180 CPUtime=102.26
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 149236 0 0 0 10129 97 0 0 25 0 1 0 26487186 236728320 43553 1992294400 4194304 9819077 140737298316608 18446744073709551615 7312721 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 57795 43553 669 1374 0 56416 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 231180

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 28720
/proc/meminfo: memFree=1628444/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=225840 CPUtime=162.23
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 201382 0 0 0 16100 123 0 0 25 0 1 0 26487186 231260160 42227 1992294400 4194304 9819077 140737298316608 18446744073709551615 6198368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56460 42227 671 1374 0 55081 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 225840

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28722
/proc/meminfo: memFree=1628940/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=217108 CPUtime=222.21
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 313040 0 0 0 22045 176 0 0 25 0 1 0 26487186 222318592 41940 1992294400 4194304 9819077 140737298316608 18446744073709551615 6054107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 54277 41940 678 1374 0 52898 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 217108

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28724
/proc/meminfo: memFree=1621252/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=221812 CPUtime=282.19
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 419497 0 0 0 27985 234 0 0 25 0 1 0 26487186 227135488 44150 1992294400 4194304 9819077 140737298316608 18446744073709551615 6192281 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 55453 44150 678 1374 0 54074 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 221812

[startup+342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28724
/proc/meminfo: memFree=1548588/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=302512 CPUtime=342.16
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 475633 0 0 0 33929 287 0 0 25 0 1 0 26487186 309772288 61891 1992294400 4194304 9819077 140737298316608 18446744073709551615 5481205 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 75628 61891 703 1374 0 74249 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 302512

[startup+402.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 28726
/proc/meminfo: memFree=1615548/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=276920 CPUtime=402.15
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 545481 0 0 0 39890 325 0 0 25 0 1 0 26487186 283566080 45479 1992294400 4194304 9819077 140737298316608 18446744073709551615 7291626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 69230 45479 719 1374 0 67851 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 276920

[startup+462.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 28728
/proc/meminfo: memFree=1615300/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=276920 CPUtime=462.13
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 629843 0 0 0 45848 365 0 0 25 0 1 0 26487186 283566080 45431 1992294400 4194304 9819077 140737298316608 18446744073709551615 7291711 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 69230 45431 719 1374 0 67851 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 276920

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28730
/proc/meminfo: memFree=1615424/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=276920 CPUtime=522.11
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 688851 0 0 0 51816 395 0 0 25 0 1 0 26487186 283566080 45475 1992294400 4194304 9819077 140737298316608 18446744073709551615 6391514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 69230 45475 719 1374 0 67851 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 276920

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28732
/proc/meminfo: memFree=1614060/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=276920 CPUtime=582.09
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 744830 0 0 0 57785 424 0 0 25 0 1 0 26487186 283566080 45707 1992294400 4194304 9819077 140737298316608 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 69230 45707 719 1374 0 67851 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 276920

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28732
/proc/meminfo: memFree=1623732/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=642.08
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809890 0 0 0 63716 492 0 0 25 0 1 0 26487186 229556224 43282 1992294400 4194304 9819077 140737298316608 18446744073709551615 5907483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43282 723 1374 0 54665 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 224176

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28749
/proc/meminfo: memFree=1621996/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=881.98
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809890 0 0 0 87143 1055 0 0 25 0 1 0 26487186 229556224 43282 1992294400 4194304 9819077 140737298316608 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43282 723 1374 0 54665 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 224176

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28749
/proc/meminfo: memFree=1621996/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=941.96
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809890 0 0 0 92997 1199 0 0 25 0 1 0 26487186 229556224 43282 1992294400 4194304 9819077 140737298316608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43282 723 1374 0 54665 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 224176

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 28751
/proc/meminfo: memFree=1621996/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1001.94
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809890 0 0 0 98853 1341 0 0 25 0 1 0 26487186 229556224 43282 1992294400 4194304 9819077 140737298316608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43282 723 1374 0 54665 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 224176

[startup+1062.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28753
/proc/meminfo: memFree=1621996/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1061.92
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 104710 1482 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 5905985 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 224176

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 28755
/proc/meminfo: memFree=1621996/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1121.9
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 110562 1628 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 4704769 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 224176

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28757
/proc/meminfo: memFree=1621996/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1181.89
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 116418 1771 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 5905992 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 224176

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28757
/proc/meminfo: memFree=1621872/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1241.87
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 122264 1923 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 224176

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28759
/proc/meminfo: memFree=1621624/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1301.85
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 128125 2060 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 224176

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28761
/proc/meminfo: memFree=1621624/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1361.82
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 133980 2202 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 224176

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28763
/proc/meminfo: memFree=1621500/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1421.82
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 139848 2334 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 224176

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28765
/proc/meminfo: memFree=1621500/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1481.79
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 145708 2471 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 224176

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28765
/proc/meminfo: memFree=1621376/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1541.77
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 151568 2609 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 4240391 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 224176

[startup+1602.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 28770
/proc/meminfo: memFree=1621004/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1601.75
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 157424 2751 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 224176

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 28772
/proc/meminfo: memFree=1621004/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1661.72
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 163272 2900 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 224176

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28774
/proc/meminfo: memFree=1621004/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1721.71
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 169124 3047 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 224176

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28776
/proc/meminfo: memFree=1620756/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1781.68
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 174973 3195 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 224176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 28776
/proc/meminfo: memFree=1620756/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=224176 CPUtime=1800.09
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809891 0 0 0 176770 3239 0 0 25 0 1 0 26487186 229556224 43283 1992294400 4194304 9819077 140737298316608 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28715/statm: 56044 43283 723 1374 0 54665 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 224176

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

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

[startup+1801 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 28776
/proc/meminfo: memFree=1620756/2059040 swapFree=4140084/4192956
[pid=28715] ppid=28713 vsize=183004 CPUtime=1800.38
/proc/28715/stat : 28715 (pbscip.linux.x8) R 28713 28715 28600 0 -1 4202496 809972 0 0 0 176798 3240 0 0 25 0 1 0 26487186 187396096 32997 1992294400 4194304 9819077 140737298316608 18446744073709551615 6180700 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28715/statm: 45751 32997 724 1374 0 44372 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 183004

Child status: 0
Real time (s): 1801.08
CPU time (s): 1800.46
CPU user time (s): 1768.04
CPU system time (s): 32.4221
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 307828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.04
system time used= 32.4221
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 809976
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= 4
involuntary context switches= 24624

runsolver used 2.83857 second user time and 8.66068 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-14 11:47:38
IDJOB=2665633
IDBENCH=2264
IDSOLVER=1168
FILE ID=node014/2665633-1276508858
PBS_JOBID= 11173425
Free space on /tmp= 62504 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-2.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-2665633-1276508858/watcher-2665633-1276508858 -o /tmp/evaluation-result-2665633-1276508858/solver-2665633-1276508858 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665633-1276508858.opb -t 1800 -m 1800

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

MD5SUM BENCH= 669011fc499ae56e44c354cc6cddc4c7
RANDOM SEED=1367747967

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1795884 kB
Buffers:         65848 kB
Cached:         105900 kB
SwapCached:       6980 kB
Active:         102904 kB
Inactive:        82848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1795884 kB
SwapTotal:     4192956 kB
SwapFree:      4140084 kB
Dirty:            8232 kB
Writeback:           0 kB
AnonPages:       11884 kB
Mapped:          12932 kB
Slab:            55672 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183588 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= 62496 MiB
End job on node014 at 2010-06-14 12:17:41