Trace number 3690940

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedSAT-40 1796.98 1797.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
MD5SUM49f1950e042362832bbb830f499dd3e3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-45
Best CPU time to get the best result obtained on this benchmark106.029
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58245
Number of constraints which are clauses58245
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 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690940-1338018819.opb>
0.09/0.11	c original problem has 945 variables (945 bin, 0 int, 0 impl, 0 cont) and 58245 constraints
0.09/0.11	c problem read in 0.12
0.18/0.25	o 0
0.18/0.26	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.18/0.26	c presolving:
0.48/0.58	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58245 upgd conss, 116490 impls, 0 clqs
0.78/0.84	c    (0.8s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.78/0.84	c    (0.8s) probing aborted: 50/50 successive totally useless probings
0.78/0.85	c presolving (2 rounds):
0.78/0.85	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.78/0.85	c  116490 implications, 0 cliques
0.78/0.85	c presolved problem has 945 variables (945 bin, 0 int, 0 impl, 0 cont) and 58245 constraints
0.78/0.85	c   58245 constraints of type <setppc>
0.78/0.85	c transformed objective value is always integral (scale: 1)
0.78/0.85	c Presolving Time: 0.70
0.78/0.85	c - non default parameters ----------------------------------------------------------------------
0.78/0.85	c # SCIP version 2.1.1.4
0.78/0.85	c 
0.78/0.85	c # maximal time in seconds to run
0.78/0.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.78/0.85	c limits/time = 1797
0.78/0.85	c 
0.78/0.85	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.78/0.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.78/0.85	c limits/memory = 13950
0.78/0.85	c 
0.78/0.85	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.78/0.85	c # [type: int, range: [1,2], default: 1]
0.78/0.85	c timing/clocktype = 2
0.78/0.85	c 
0.78/0.85	c # belongs reading time to solving time?
0.78/0.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.78/0.85	c timing/reading = TRUE
0.78/0.85	c 
0.78/0.85	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.78/0.85	c # [type: int, range: [-1,2147483647], default: -1]
0.78/0.85	c separating/rapidlearning/freq = 0
0.78/0.85	c 
0.78/0.85	c -----------------------------------------------------------------------------------------------
0.78/0.85	c start solving
0.78/0.87	c 
1.48/1.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.48/1.55	c t 1.6s|     1 |     0 |   948 |     - |  69M|   0 | 945 | 945 |  58k| 945 |  58k|   0 |   0 |   0 |-4.725000e+02 | 0.000000e+00 |    Inf 
1.48/1.59	o -1
1.48/1.59	c R 1.6s|     1 |     0 |   948 |     - |  69M|   0 | 945 | 945 |  58k| 945 |  58k|   0 |   0 |   0 |-4.725000e+02 |-1.000000e+00 |  Large 
2.28/2.34	c   2.3s|     1 |     0 |  1210 |     - |  69M|   0 | 887 | 945 |  58k| 945 |  58k|   7 |   0 |   0 |-4.435000e+02 |-1.000000e+00 |  Large 
2.38/2.49	o -32
2.38/2.49	c b 2.4s|     1 |     0 |  1210 |     - |  69M|   0 | 887 | 945 |  58k| 945 |  58k|   7 |   0 |   0 |-4.435000e+02 |-3.200000e+01 |1285.94%
3.39/3.48	c   3.5s|     1 |     0 |  1350 |     - |  69M|   0 | 845 | 945 |  58k| 945 |  58k|  14 |   0 |   0 |-4.225000e+02 |-3.200000e+01 |1220.31%
4.88/4.98	c   5.0s|     1 |     0 |  1593 |     - |  69M|   0 | 806 | 945 |  58k| 945 |  58k|  22 |   0 |   0 |-4.030000e+02 |-3.200000e+01 |1159.38%
6.68/6.72	c   6.7s|     1 |     0 |  1749 |     - |  70M|   0 | 762 | 945 |  58k| 945 |  58k|  39 |   0 |   0 |-3.810000e+02 |-3.200000e+01 |1090.62%
8.69/8.79	c   8.8s|     1 |     0 |  1947 |     - |  70M|   0 | 722 | 945 |  58k| 945 |  58k|  48 |   0 |   0 |-3.610000e+02 |-3.200000e+01 |1028.12%
10.89/10.90	c  10.9s|     1 |     0 |  2183 |     - |  70M|   0 | 685 | 945 |  58k| 945 |  58k|  55 |   0 |   0 |-3.420000e+02 |-3.200000e+01 | 968.75%
12.98/13.02	c  13.0s|     1 |     0 |  2268 |     - |  70M|   0 | 645 | 945 |  58k| 945 |  58k|  64 |   0 |   0 |-3.220000e+02 |-3.200000e+01 | 906.25%
15.39/15.46	c  15.5s|     1 |     0 |  2629 |     - |  70M|   0 | 607 | 945 |  58k| 945 |  58k|  74 |   0 |   0 |-3.030000e+02 |-3.200000e+01 | 846.88%
18.08/18.16	c  18.2s|     1 |     0 |  2887 |     - |  70M|   0 | 562 | 945 |  58k| 945 |  58k|  89 |   0 |   0 |-2.810000e+02 |-3.200000e+01 | 778.12%
20.48/20.59	c  20.6s|     1 |     0 |  3116 |     - |  70M|   0 | 521 | 945 |  58k| 945 |  58k| 104 |   0 |   0 |-2.605000e+02 |-3.200000e+01 | 714.06%
20.97/21.03	c  21.0s|     1 |     0 |  3302 |     - |  70M|   0 | 478 | 945 |  58k| 945 |  58k| 118 |   0 |   0 |-2.390000e+02 |-3.200000e+01 | 646.88%
21.68/21.77	c  21.8s|     1 |     0 |  3807 |     - |  70M|   0 | 440 | 945 |  58k| 945 |  58k| 130 |   0 |   0 |-2.200000e+02 |-3.200000e+01 | 587.50%
22.78/22.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.78/22.86	c  22.9s|     1 |     0 |  5085 |     - |  70M|   0 | 403 | 945 |  58k| 945 |  58k| 143 |   0 |   0 |-2.007500e+02 |-3.200000e+01 | 527.34%
23.17/23.26	c  23.3s|     1 |     0 |  5306 |     - |  70M|   0 | 360 | 945 |  58k| 945 |  58k| 159 |   0 |   0 |-1.792500e+02 |-3.200000e+01 | 460.16%
24.28/24.31	c  24.3s|     1 |     0 |  6438 |     - |  70M|   0 | 324 | 945 |  58k| 945 |  58k| 170 |   0 |   0 |-1.620000e+02 |-3.200000e+01 | 406.25%
24.88/24.99	c  25.0s|     1 |     0 |  7023 |     - |  70M|   0 | 287 | 945 |  58k| 945 |  58k| 186 |   0 |   0 |-1.435000e+02 |-3.200000e+01 | 348.44%
26.39/26.49	c  26.5s|     1 |     0 |  9075 |     - |  70M|   0 | 247 | 945 |  58k| 945 |  58k| 204 |   0 |   0 |-1.235000e+02 |-3.200000e+01 | 285.94%
27.08/27.10	c  27.1s|     1 |     0 |  9825 |     - |  70M|   0 | 213 | 945 |  58k| 945 |  58k| 216 |   0 |   0 |-1.065000e+02 |-3.200000e+01 | 232.81%
27.78/27.81	c  27.8s|     1 |     0 | 10756 |     - |  70M|   0 | 182 | 945 |  58k| 945 |  58k| 224 |   0 |   0 |-9.100000e+01 |-3.200000e+01 | 184.38%
28.08/28.17	c  28.2s|     1 |     0 | 11029 |     - |  70M|   0 | 175 | 945 |  58k| 945 |  58k| 239 |   0 |   0 |-8.200000e+01 |-3.200000e+01 | 156.25%
28.18/28.27	c  28.3s|     1 |     0 | 11143 |     - |  70M|   0 | 167 | 945 |  58k| 945 |  58k| 243 |   0 |   0 |-7.400000e+01 |-3.200000e+01 | 131.25%
28.88/28.96	c  29.0s|     1 |     0 | 12575 |     - |  70M|   0 | 138 | 945 |  58k| 945 |  58k| 250 |   0 |   0 |-6.050000e+01 |-3.200000e+01 |  89.06%
29.08/29.11	c  29.1s|     1 |     0 | 12711 |     - |  70M|   0 | 142 | 945 |  58k| 945 |  58k| 254 |   0 |   0 |-5.450000e+01 |-3.200000e+01 |  70.31%
29.18/29.23	c  29.2s|     1 |     0 | 12830 |     - |  70M|   0 | 127 | 945 |  58k| 945 |  58k| 260 |   0 |   0 |-4.900000e+01 |-3.200000e+01 |  53.12%
29.38/29.43	c  29.4s|     1 |     0 | 13024 |     - |  70M|   0 | 131 | 945 |  58k| 945 |  58k| 267 |   0 |   0 |-4.778571e+01 |-3.200000e+01 |  49.33%
29.38/29.49	c  29.5s|     1 |     0 | 13059 |     - |  70M|   0 | 122 | 945 |  58k| 945 |  58k| 272 |   0 |   0 |-4.630000e+01 |-3.200000e+01 |  44.69%
29.48/29.56	c  29.6s|     1 |     0 | 13117 |     - |  70M|   0 | 129 | 945 |  58k| 945 |  58k| 282 |   0 |   0 |-4.616667e+01 |-3.200000e+01 |  44.27%
29.58/29.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.58/29.64	c  29.6s|     1 |     0 | 13185 |     - |  70M|   0 | 118 | 945 |  58k| 945 |  58k| 290 |   0 |   0 |-4.600000e+01 |-3.200000e+01 |  43.75%
29.68/29.75	c  29.7s|     1 |     0 | 13238 |     - |  70M|   0 | 140 | 945 |  58k| 945 |  58k| 300 |   0 |   0 |-4.583333e+01 |-3.200000e+01 |  43.23%
29.78/29.82	c  29.8s|     1 |     0 | 13286 |     - |  70M|   0 | 139 | 945 |  58k| 945 |  58k| 313 |   0 |   0 |-4.550000e+01 |-3.200000e+01 |  42.19%
29.78/29.86	c  29.9s|     1 |     0 | 13306 |     - |  70M|   0 | 139 | 945 |  58k| 945 |  58k| 321 |   0 |   0 |-4.550000e+01 |-3.200000e+01 |  42.19%
29.88/29.96	c  30.0s|     1 |     0 | 13377 |     - |  70M|   0 | 150 | 945 |  58k| 945 |  58k| 328 |   0 |   0 |-4.550000e+01 |-3.200000e+01 |  42.19%
29.98/30.08	c  30.1s|     1 |     0 | 13460 |     - |  70M|   0 | 151 | 945 |  58k| 945 |  58k| 335 |   0 |   0 |-4.533333e+01 |-3.200000e+01 |  41.67%
30.08/30.19	c  30.2s|     1 |     0 | 13524 |     - |  70M|   0 | 153 | 945 |  58k| 945 |  58k| 344 |   0 |   0 |-4.533333e+01 |-3.200000e+01 |  41.67%
30.28/30.35	c  30.3s|     1 |     0 | 13601 |     - |  70M|   0 | 167 | 945 |  58k| 945 |  58k| 357 |   0 |   0 |-4.533333e+01 |-3.200000e+01 |  41.67%
30.37/30.47	c  30.5s|     1 |     0 | 13669 |     - |  70M|   0 | 170 | 945 |  58k| 945 |  58k| 363 |   0 |   0 |-4.533333e+01 |-3.200000e+01 |  41.67%
30.47/30.59	c  30.6s|     1 |     0 | 13739 |     - |  70M|   0 | 174 | 945 |  58k| 945 |  58k| 377 |   0 |   0 |-4.533333e+01 |-3.200000e+01 |  41.67%
30.68/30.79	c  30.8s|     1 |     0 | 13874 |     - |  70M|   0 | 175 | 945 |  58k| 945 |  58k| 381 |   0 |   0 |-4.533333e+01 |-3.200000e+01 |  41.67%
44.48/44.55	c  44.6s|     1 |     2 | 13874 |     - |  70M|   0 | 175 | 945 |  58k| 945 |  58k| 381 |   0 |  32 |-4.533333e+01 |-3.200000e+01 |  41.67%
126.95/127.06	o -33
126.95/127.06	c p 127s|    27 |    28 | 16595 | 104.7 |  73M|  14 |   - | 945 |  58k| 945 |  58k| 381 |   0 | 569 |-4.533333e+01 |-3.300000e+01 |  37.37%
160.14/160.24	o -34
160.14/160.24	c f 160s|    41 |    42 | 17673 |  95.0 |  74M|  15 |   - | 945 |  58k| 945 |  58k| 381 |   0 | 816 |-4.533333e+01 |-3.400000e+01 |  33.33%
171.05/171.16	c   171s|   100 |   101 | 23994 | 102.2 |  78M|  19 | 103 | 945 |  58k| 945 |  58k| 381 |   0 | 825 |-4.533333e+01 |-3.400000e+01 |  33.33%
180.05/180.18	o -35
180.05/180.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.05/180.18	c f 180s|   200 |   172 | 30096 |  81.5 |  80M|  26 |   - | 945 |  58k| 945 |  58k| 381 |   0 | 858 |-4.533333e+01 |-3.500000e+01 |  29.52%
195.04/195.10	o -36
195.04/195.10	c p 195s|   298 |   262 | 38758 |  83.8 |  84M|  26 |   - | 945 |  58k| 945 |  58k| 381 |   0 | 898 |-4.533333e+01 |-3.600000e+01 |  25.93%
195.14/195.20	c   195s|   300 |   264 | 38796 |  83.4 |  84M|  26 |  94 | 945 |  58k| 945 |  58k| 381 |   0 | 898 |-4.533333e+01 |-3.600000e+01 |  25.93%
203.04/203.13	c   203s|   400 |   348 | 44199 |  76.0 |  86M|  29 |  97 | 945 |  58k| 945 |  58k| 381 |   0 | 927 |-4.533333e+01 |-3.600000e+01 |  25.93%
211.15/211.21	c   211s|   500 |   432 | 49628 |  71.7 |  88M|  31 |  38 | 945 |  58k| 945 |  58k| 381 |   0 | 956 |-4.533333e+01 |-3.600000e+01 |  25.93%
224.04/224.13	c   224s|   600 |   524 | 57455 |  72.8 |  92M|  31 |  96 | 945 |  58k| 945 |  58k| 381 |   0 |1001 |-4.533333e+01 |-3.600000e+01 |  25.93%
227.74/227.80	o -38
227.74/227.80	c p 228s|   620 |   491 | 59636 |  73.9 |  92M|  31 |   - | 945 |  58k| 945 |  58k| 381 |   0 |1011 |-4.533333e+01 |-3.800000e+01 |  19.30%
234.34/234.43	c   234s|   700 |   557 | 64499 |  72.4 |  94M|  31 |  82 | 945 |  58k| 945 |  58k| 381 |   0 |1030 |-4.533333e+01 |-3.800000e+01 |  19.30%
245.33/245.41	c   245s|   800 |   641 | 72025 |  72.8 |  97M|  31 |  98 | 945 |  58k| 945 |  58k| 381 |   0 |1073 |-4.533333e+01 |-3.800000e+01 |  19.30%
255.33/255.45	c   255s|   900 |   717 | 79258 |  72.7 | 100M|  33 |  56 | 945 |  58k| 945 |  58k| 381 |   0 |1110 |-4.533333e+01 |-3.800000e+01 |  19.30%
265.43/265.58	c   266s|  1000 |   797 | 85741 |  71.9 | 102M|  39 | 116 | 945 |  58k| 945 |  58k| 381 |   0 |1146 |-4.533333e+01 |-3.800000e+01 |  19.30%
276.33/276.47	c   276s|  1100 |   897 | 92529 |  71.6 | 104M|  43 |  90 | 945 |  58k| 945 |  58k| 381 |   0 |1173 |-4.533333e+01 |-3.800000e+01 |  19.30%
286.43/286.59	c   287s|  1200 |   997 | 99321 |  71.3 | 107M|  45 | 101 | 945 |  58k| 945 |  58k| 381 |   0 |1191 |-4.533333e+01 |-3.800000e+01 |  19.30%
295.43/295.55	o -39
295.43/295.55	c f 296s|  1281 |  1020 |105367 |  71.5 | 108M|  45 |   - | 945 |  58k| 945 |  58k| 381 |   0 |1218 |-4.533333e+01 |-3.900000e+01 |  16.24%
296.33/296.48	c   296s|  1300 |  1039 |106129 |  71.0 | 108M|  45 |  80 | 945 |  58k| 945 |  58k| 381 |   0 |1218 |-4.533333e+01 |-3.900000e+01 |  16.24%
313.52/313.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.52/313.66	c   314s|  1400 |  1139 |118255 |  74.6 | 111M|  45 |  66 | 945 |  58k| 945 |  58k| 381 |   0 |1266 |-4.533333e+01 |-3.900000e+01 |  16.24%
331.52/331.67	c   332s|  1500 |  1239 |131797 |  78.7 | 114M|  45 |  70 | 945 |  58k| 945 |  58k| 381 |   0 |1293 |-4.533333e+01 |-3.900000e+01 |  16.24%
351.32/351.40	c   351s|  1600 |  1339 |145039 |  82.0 | 117M|  45 |  78 | 945 |  58k| 945 |  58k| 381 |   0 |1337 |-4.533333e+01 |-3.900000e+01 |  16.24%
367.02/367.18	c   367s|  1700 |  1439 |155691 |  83.5 | 120M|  45 |  90 | 945 |  58k| 945 |  58k| 381 |   0 |1380 |-4.533333e+01 |-3.900000e+01 |  16.24%
386.91/387.05	c   387s|  1800 |  1539 |168598 |  86.0 | 123M|  45 | 118 | 945 |  58k| 945 |  58k| 381 |   0 |1422 |-4.533333e+01 |-3.900000e+01 |  16.24%
404.51/404.63	c   405s|  1900 |  1639 |180163 |  87.6 | 126M|  45 |  64 | 945 |  58k| 945 |  58k| 381 |   0 |1467 |-4.533333e+01 |-3.900000e+01 |  16.24%
429.40/429.54	c   430s|  2000 |  1739 |196515 |  91.4 | 129M|  45 | 139 | 945 |  58k| 945 |  58k| 381 |   0 |1511 |-4.533333e+01 |-3.900000e+01 |  16.24%
454.29/454.46	c   454s|  2100 |  1839 |214452 |  95.6 | 133M|  45 | 103 | 945 |  58k| 945 |  58k| 381 |   0 |1572 |-4.533333e+01 |-3.900000e+01 |  16.24%
466.40/466.51	o -40
466.40/466.51	c l 467s|  2153 |  1820 |222362 |  96.9 | 134M|  45 |   - | 945 |  58k| 945 |  58k| 381 |   0 |1600 |-4.533333e+01 |-4.000000e+01 |  13.33%
479.29/479.45	c   479s|  2200 |  1865 |231148 |  98.8 | 135M|  45 | 105 | 945 |  58k| 945 |  58k| 381 |   0 |1632 |-4.533333e+01 |-4.000000e+01 |  13.33%
507.00/507.16	c   507s|  2300 |  1965 |251698 | 103.4 | 139M|  45 | 124 | 945 |  58k| 945 |  58k| 381 |   0 |1688 |-4.533333e+01 |-4.000000e+01 |  13.33%
532.39/532.57	c   533s|  2400 |  2065 |268785 | 106.3 | 142M|  45 | 100 | 945 |  58k| 945 |  58k| 381 |   0 |1740 |-4.533333e+01 |-4.000000e+01 |  13.33%
551.79/551.98	c   552s|  2500 |  2163 |284091 | 108.1 | 145M|  45 |  97 | 945 |  58k| 945 |  58k| 381 |   0 |1752 |-4.533333e+01 |-4.000000e+01 |  13.33%
570.38/570.57	c   571s|  2600 |  2255 |299262 | 109.8 | 148M|  45 |  78 | 945 |  58k| 945 |  58k| 381 |   0 |1769 |-4.533333e+01 |-4.000000e+01 |  13.33%
593.08/593.21	c   593s|  2700 |  2353 |316094 | 112.0 | 151M|  45 |  83 | 945 |  58k| 945 |  58k| 381 |   0 |1777 |-4.533333e+01 |-4.000000e+01 |  13.33%
610.48/610.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
610.48/610.60	c   611s|  2800 |  2449 |332246 | 113.7 | 154M|  45 | 150 | 945 |  58k| 945 |  58k| 381 |   0 |1781 |-4.533333e+01 |-4.000000e+01 |  13.33%
626.27/626.41	c   626s|  2900 |  2539 |344571 | 114.1 | 156M|  45 | 115 | 945 |  58k| 945 |  58k| 381 |   0 |1782 |-4.533333e+01 |-4.000000e+01 |  13.33%
641.37/641.54	c   642s|  3000 |  2629 |357362 | 114.5 | 159M|  45 | 101 | 945 |  58k| 945 |  58k| 381 |   0 |1786 |-4.533333e+01 |-4.000000e+01 |  13.33%
661.36/661.56	c   662s|  3100 |  2721 |371759 | 115.5 | 161M|  45 |  55 | 945 |  58k| 945 |  58k| 381 |   0 |1792 |-4.533333e+01 |-4.000000e+01 |  13.33%
678.26/678.47	c   678s|  3200 |  2811 |385347 | 116.1 | 164M|  45 | 123 | 945 |  58k| 945 |  58k| 381 |   0 |1792 |-4.533333e+01 |-4.000000e+01 |  13.33%
697.17/697.36	c   697s|  3300 |  2907 |398461 | 116.6 | 167M|  45 | 129 | 945 |  58k| 945 |  58k| 381 |   0 |1834 |-4.533333e+01 |-4.000000e+01 |  13.33%
717.75/717.95	c   718s|  3400 |  3001 |412008 | 117.1 | 169M|  45 | 149 | 945 |  58k| 945 |  58k| 381 |   0 |1882 |-4.533333e+01 |-4.000000e+01 |  13.33%
733.75/733.93	c   734s|  3500 |  3099 |423418 | 117.0 | 172M|  45 |  68 | 945 |  58k| 945 |  58k| 381 |   0 |1936 |-4.533333e+01 |-4.000000e+01 |  13.33%
750.85/751.03	c   751s|  3600 |  3189 |436329 | 117.4 | 175M|  45 |   - | 945 |  58k| 945 |  58k| 381 |   0 |1986 |-4.533333e+01 |-4.000000e+01 |  13.33%
772.05/772.27	c   772s|  3700 |  3279 |452928 | 118.7 | 178M|  47 |  83 | 945 |  58k| 945 |  58k| 381 |   0 |2052 |-4.533333e+01 |-4.000000e+01 |  13.33%
793.65/793.84	c   794s|  3800 |  3379 |468958 | 119.8 | 181M|  47 | 103 | 945 |  58k| 945 |  58k| 381 |   0 |2110 |-4.533333e+01 |-4.000000e+01 |  13.33%
813.15/813.33	c   813s|  3900 |  3467 |483448 | 120.4 | 184M|  47 |  72 | 945 |  58k| 945 |  58k| 381 |   0 |2153 |-4.533333e+01 |-4.000000e+01 |  13.33%
829.15/829.38	c   829s|  4000 |  3547 |496300 | 120.6 | 187M|  47 |  69 | 945 |  58k| 945 |  58k| 381 |   0 |2194 |-4.533333e+01 |-4.000000e+01 |  13.33%
845.75/845.97	c   846s|  4100 |  3635 |511481 | 121.4 | 189M|  47 | 148 | 945 |  58k| 945 |  58k| 381 |   0 |2206 |-4.533333e+01 |-4.000000e+01 |  13.33%
855.33/855.58	c   856s|  4200 |  3709 |520328 | 120.6 | 191M|  51 | 112 | 945 |  58k| 945 |  58k| 381 |   0 |2214 |-4.533333e+01 |-4.000000e+01 |  13.33%
871.13/871.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.13/871.39	c   871s|  4300 |  3797 |532393 | 120.6 | 194M|  51 | 110 | 945 |  58k| 945 |  58k| 381 |   0 |2229 |-4.533333e+01 |-4.000000e+01 |  13.33%
884.93/885.18	c   885s|  4400 |  3883 |544295 | 120.6 | 197M|  51 |  56 | 945 |  58k| 945 |  58k| 381 |   0 |2236 |-4.533333e+01 |-4.000000e+01 |  13.33%
896.13/896.30	c   896s|  4500 |  3959 |554093 | 120.1 | 199M|  51 |  56 | 945 |  58k| 945 |  58k| 381 |   0 |2248 |-4.533333e+01 |-4.000000e+01 |  13.33%
905.33/905.50	c   905s|  4600 |  4025 |562665 | 119.3 | 201M|  51 | 117 | 945 |  58k| 945 |  58k| 381 |   0 |2250 |-4.533333e+01 |-4.000000e+01 |  13.33%
917.53/917.70	c   918s|  4700 |  4101 |573159 | 119.0 | 203M|  51 |  85 | 945 |  58k| 945 |  58k| 381 |   0 |2256 |-4.533333e+01 |-4.000000e+01 |  13.33%
926.13/926.35	c   926s|  4800 |  4165 |580306 | 118.0 | 205M|  51 | 107 | 945 |  58k| 945 |  58k| 381 |   0 |2256 |-4.533333e+01 |-4.000000e+01 |  13.33%
935.53/935.74	c   936s|  4900 |  4229 |588538 | 117.3 | 207M|  51 |  66 | 945 |  58k| 945 |  58k| 381 |   0 |2258 |-4.533333e+01 |-4.000000e+01 |  13.33%
942.82/943.09	c   943s|  5000 |  4289 |594652 | 116.2 | 208M|  51 |  66 | 945 |  58k| 945 |  58k| 381 |   0 |2261 |-4.533333e+01 |-4.000000e+01 |  13.33%
951.42/951.60	c   952s|  5100 |  4353 |603151 | 115.6 | 210M|  51 |  78 | 945 |  58k| 945 |  58k| 381 |   0 |2262 |-4.533333e+01 |-4.000000e+01 |  13.33%
961.52/961.71	c   962s|  5200 |  4411 |610629 | 114.8 | 212M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2297 |-4.533333e+01 |-4.000000e+01 |  13.33%
972.92/973.16	c   973s|  5300 |  4475 |617173 | 113.9 | 214M|  51 | 110 | 945 |  58k| 945 |  58k| 381 |   0 |2354 |-4.533333e+01 |-4.000000e+01 |  13.33%
985.91/986.13	c   986s|  5400 |  4545 |626435 | 113.5 | 215M|  51 |  82 | 945 |  58k| 945 |  58k| 381 |   0 |2374 |-4.533333e+01 |-4.000000e+01 |  13.33%
992.21/992.42	c   992s|  5500 |  4581 |630553 | 112.1 | 216M|  51 |  82 | 945 |  58k| 945 |  58k| 381 |   0 |2409 |-4.533333e+01 |-4.000000e+01 |  13.33%
1003.81/1004.08	c  1004s|  5600 |  4647 |639543 | 111.7 | 218M|  51 | 117 | 945 |  58k| 945 |  58k| 381 |   0 |2457 |-4.533333e+01 |-4.000000e+01 |  13.33%
1015.41/1015.61	c  1016s|  5700 |  4717 |647973 | 111.3 | 221M|  51 |  85 | 945 |  58k| 945 |  58k| 381 |   0 |2494 |-4.533333e+01 |-4.000000e+01 |  13.33%
1025.41/1025.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1025.41/1025.68	c  1026s|  5800 |  4777 |655412 | 110.6 | 222M|  51 |  73 | 945 |  58k| 945 |  58k| 381 |   0 |2518 |-4.533333e+01 |-4.000000e+01 |  13.33%
1036.61/1036.86	c  1037s|  5900 |  4843 |663748 | 110.2 | 224M|  51 |  71 | 945 |  58k| 945 |  58k| 381 |   0 |2557 |-4.533333e+01 |-4.000000e+01 |  13.33%
1044.51/1044.75	c  1045s|  6000 |  4895 |669371 | 109.3 | 226M|  51 |  86 | 945 |  58k| 945 |  58k| 381 |   0 |2590 |-4.533333e+01 |-4.000000e+01 |  13.33%
1056.60/1056.80	c  1057s|  6100 |  4953 |677439 | 108.8 | 227M|  51 |  85 | 945 |  58k| 945 |  58k| 381 |   0 |2626 |-4.533333e+01 |-4.000000e+01 |  13.33%
1064.70/1064.96	c  1065s|  6200 |  4993 |683702 | 108.1 | 229M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2655 |-4.533333e+01 |-4.000000e+01 |  13.33%
1075.10/1075.38	c  1075s|  6300 |  5047 |689904 | 107.3 | 230M|  51 |  98 | 945 |  58k| 945 |  58k| 381 |   0 |2698 |-4.533333e+01 |-4.000000e+01 |  13.33%
1089.21/1089.45	c  1089s|  6400 |  5117 |699852 | 107.2 | 232M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2742 |-4.533333e+01 |-4.000000e+01 |  13.33%
1103.40/1103.61	c  1104s|  6500 |  5189 |710911 | 107.3 | 234M|  51 | 102 | 945 |  58k| 945 |  58k| 381 |   0 |2786 |-4.533333e+01 |-4.000000e+01 |  13.33%
1110.50/1110.71	c  1111s|  6600 |  5241 |717359 | 106.6 | 236M|  51 |  80 | 945 |  58k| 945 |  58k| 381 |   0 |2797 |-4.533333e+01 |-4.000000e+01 |  13.33%
1116.21/1116.45	c  1116s|  6700 |  5285 |722815 | 105.8 | 237M|  51 |  77 | 945 |  58k| 945 |  58k| 381 |   0 |2801 |-4.533333e+01 |-4.000000e+01 |  13.33%
1124.10/1124.32	c  1124s|  6800 |  5337 |730301 | 105.4 | 239M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2802 |-4.533333e+01 |-4.000000e+01 |  13.33%
1131.70/1131.95	c  1132s|  6900 |  5391 |737027 | 104.8 | 240M|  51 |  96 | 945 |  58k| 945 |  58k| 381 |   0 |2815 |-4.533333e+01 |-4.000000e+01 |  13.33%
1138.09/1138.36	c  1138s|  7000 |  5441 |742959 | 104.2 | 242M|  51 |  96 | 945 |  58k| 945 |  58k| 381 |   0 |2818 |-4.533333e+01 |-4.000000e+01 |  13.33%
1147.99/1148.24	c  1148s|  7100 |  5499 |751885 | 104.0 | 243M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2823 |-4.533333e+01 |-4.000000e+01 |  13.33%
1153.79/1154.07	c  1154s|  7200 |  5541 |757798 | 103.3 | 245M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2824 |-4.533333e+01 |-4.000000e+01 |  13.33%
1161.49/1161.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1161.49/1161.78	c  1162s|  7300 |  5589 |765167 | 102.9 | 246M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2824 |-4.533333e+01 |-4.000000e+01 |  13.33%
1170.89/1171.12	c  1171s|  7400 |  5651 |772853 | 102.6 | 248M|  51 |  77 | 945 |  58k| 945 |  58k| 381 |   0 |2828 |-4.533333e+01 |-4.000000e+01 |  13.33%
1184.98/1185.23	c  1185s|  7500 |  5715 |784760 | 102.8 | 249M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2832 |-4.533333e+01 |-4.000000e+01 |  13.33%
1192.28/1192.50	c  1192s|  7600 |  5767 |791347 | 102.3 | 251M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2834 |-4.533333e+01 |-4.000000e+01 |  13.33%
1198.79/1199.08	c  1199s|  7700 |  5809 |797479 | 101.8 | 252M|  51 |  70 | 945 |  58k| 945 |  58k| 381 |   0 |2835 |-4.533333e+01 |-4.000000e+01 |  13.33%
1207.68/1207.94	c  1208s|  7800 |  5879 |806074 | 101.6 | 254M|  51 |  83 | 945 |  58k| 945 |  58k| 381 |   0 |2836 |-4.533333e+01 |-4.000000e+01 |  13.33%
1216.88/1217.16	c  1217s|  7900 |  5945 |813784 | 101.3 | 256M|  51 |  70 | 945 |  58k| 945 |  58k| 381 |   0 |2836 |-4.533333e+01 |-4.000000e+01 |  13.33%
1224.89/1225.13	c  1225s|  8000 |  5997 |820494 | 100.8 | 258M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2853 |-4.533333e+01 |-4.000000e+01 |  13.33%
1234.28/1234.58	c  1235s|  8100 |  6051 |827961 | 100.5 | 260M|  51 |  74 | 945 |  58k| 945 |  58k| 381 |   0 |2873 |-4.533333e+01 |-4.000000e+01 |  13.33%
1244.07/1244.36	c  1244s|  8200 |  6103 |835531 | 100.2 | 261M|  51 |  69 | 945 |  58k| 945 |  58k| 381 |   0 |2913 |-4.533333e+01 |-4.000000e+01 |  13.33%
1252.38/1252.68	c  1253s|  8300 |  6153 |841257 |  99.7 | 263M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |2949 |-4.533333e+01 |-4.000000e+01 |  13.33%
1262.58/1262.89	c  1263s|  8400 |  6205 |848631 |  99.4 | 264M|  51 | 114 | 945 |  58k| 945 |  58k| 381 |   0 |2981 |-4.533333e+01 |-4.000000e+01 |  13.33%
1274.47/1274.70	c  1275s|  8500 |  6271 |856964 |  99.2 | 266M|  51 |  84 | 945 |  58k| 945 |  58k| 381 |   0 |3015 |-4.533333e+01 |-4.000000e+01 |  13.33%
1286.98/1287.22	c  1287s|  8600 |  6333 |866308 |  99.1 | 268M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3062 |-4.533333e+01 |-4.000000e+01 |  13.33%
1297.78/1298.07	c  1298s|  8700 |  6397 |875179 |  99.0 | 270M|  51 |  66 | 945 |  58k| 945 |  58k| 381 |   0 |3095 |-4.533333e+01 |-4.000000e+01 |  13.33%
1310.17/1310.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1310.17/1310.49	c  1310s|  8800 |  6473 |883923 |  98.9 | 272M|  51 |  84 | 945 |  58k| 945 |  58k| 381 |   0 |3139 |-4.533333e+01 |-4.000000e+01 |  13.33%
1321.57/1321.87	c  1322s|  8900 |  6533 |892390 |  98.7 | 274M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3179 |-4.533333e+01 |-4.000000e+01 |  13.33%
1333.26/1333.58	c  1334s|  9000 |  6585 |900998 |  98.6 | 276M|  51 |  71 | 945 |  58k| 945 |  58k| 381 |   0 |3215 |-4.533333e+01 |-4.000000e+01 |  13.33%
1341.57/1341.85	c  1342s|  9100 |  6641 |907319 |  98.2 | 277M|  51 |  95 | 945 |  58k| 945 |  58k| 381 |   0 |3249 |-4.533333e+01 |-4.000000e+01 |  13.33%
1351.16/1351.43	c  1351s|  9200 |  6685 |914023 |  97.9 | 278M|  51 | 105 | 945 |  58k| 945 |  58k| 381 |   0 |3287 |-4.533333e+01 |-4.000000e+01 |  13.33%
1362.76/1363.06	c  1363s|  9300 |  6743 |923366 |  97.8 | 280M|  51 |  50 | 945 |  58k| 945 |  58k| 381 |   0 |3320 |-4.533333e+01 |-4.000000e+01 |  13.33%
1371.96/1372.26	c  1372s|  9400 |  6795 |929746 |  97.4 | 282M|  51 |  71 | 945 |  58k| 945 |  58k| 381 |   0 |3352 |-4.533333e+01 |-4.000000e+01 |  13.33%
1381.65/1381.90	c  1382s|  9500 |  6845 |937371 |  97.2 | 283M|  51 |  58 | 945 |  58k| 945 |  58k| 381 |   0 |3382 |-4.533333e+01 |-4.000000e+01 |  13.33%
1391.17/1391.41	c  1391s|  9600 |  6901 |945004 |  97.0 | 285M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3399 |-4.533333e+01 |-4.000000e+01 |  13.33%
1401.55/1401.80	c  1402s|  9700 |  6971 |953681 |  96.9 | 287M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3407 |-4.533333e+01 |-4.000000e+01 |  13.33%
1412.25/1412.51	c  1413s|  9800 |  7045 |963243 |  96.9 | 289M|  51 | 122 | 945 |  58k| 945 |  58k| 381 |   0 |3419 |-4.533333e+01 |-4.000000e+01 |  13.33%
1419.15/1419.46	c  1419s|  9900 |  7075 |969831 |  96.6 | 290M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3422 |-4.533333e+01 |-4.000000e+01 |  13.33%
1428.55/1428.83	c  1429s| 10000 |  7141 |978084 |  96.4 | 292M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3423 |-4.533333e+01 |-4.000000e+01 |  13.33%
1434.35/1434.66	c  1435s| 10100 |  7189 |983498 |  96.0 | 293M|  51 |  78 | 945 |  58k| 945 |  58k| 381 |   0 |3425 |-4.533333e+01 |-4.000000e+01 |  13.33%
1442.24/1442.55	c  1443s| 10200 |  7253 |991248 |  95.8 | 295M|  51 |  56 | 945 |  58k| 945 |  58k| 381 |   0 |3428 |-4.533333e+01 |-4.000000e+01 |  13.33%
1452.54/1452.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1452.54/1452.82	c  1453s| 10300 |  7319 |  1000k|  95.8 | 297M|  51 |  87 | 945 |  58k| 945 |  58k| 381 |   0 |3430 |-4.533333e+01 |-4.000000e+01 |  13.33%
1460.04/1460.38	c  1460s| 10400 |  7387 |  1007k|  95.6 | 299M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3430 |-4.533333e+01 |-4.000000e+01 |  13.33%
1468.25/1468.53	c  1469s| 10500 |  7447 |  1014k|  95.3 | 301M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3434 |-4.533333e+01 |-4.000000e+01 |  13.33%
1476.73/1477.09	c  1477s| 10600 |  7511 |  1023k|  95.2 | 302M|  51 | 112 | 945 |  58k| 945 |  58k| 381 |   0 |3437 |-4.533333e+01 |-4.000000e+01 |  13.33%
1485.04/1485.38	c  1485s| 10700 |  7565 |  1031k|  95.1 | 304M|  51 |  83 | 945 |  58k| 945 |  58k| 381 |   0 |3438 |-4.533333e+01 |-4.000000e+01 |  13.33%
1493.23/1493.57	c  1494s| 10800 |  7629 |  1038k|  94.9 | 306M|  51 | 122 | 945 |  58k| 945 |  58k| 381 |   0 |3438 |-4.533333e+01 |-4.000000e+01 |  13.33%
1499.63/1499.92	c  1500s| 10900 |  7685 |  1045k|  94.7 | 307M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3438 |-4.530769e+01 |-4.000000e+01 |  13.27%
1505.54/1505.82	c  1506s| 11000 |  7733 |  1051k|  94.4 | 309M|  51 | 104 | 945 |  58k| 945 |  58k| 381 |   0 |3439 |-4.530000e+01 |-4.000000e+01 |  13.25%
1512.83/1513.11	c  1513s| 11100 |  7789 |  1059k|  94.2 | 310M|  51 |  91 | 945 |  58k| 945 |  58k| 381 |   0 |3440 |-4.530000e+01 |-4.000000e+01 |  13.25%
1522.33/1522.61	c  1523s| 11200 |  7857 |  1066k|  94.0 | 312M|  51 |  91 | 945 |  58k| 945 |  58k| 381 |   0 |3472 |-4.529630e+01 |-4.000000e+01 |  13.24%
1531.63/1531.97	c  1532s| 11300 |  7917 |  1072k|  93.7 | 314M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3499 |-4.528571e+01 |-4.000000e+01 |  13.21%
1540.13/1540.44	c  1540s| 11400 |  7977 |  1079k|  93.5 | 315M|  51 |  88 | 945 |  58k| 945 |  58k| 381 |   0 |3538 |-4.528571e+01 |-4.000000e+01 |  13.21%
1551.02/1551.30	c  1551s| 11500 |  8035 |  1088k|  93.4 | 317M|  51 |  66 | 945 |  58k| 945 |  58k| 381 |   0 |3565 |-4.528571e+01 |-4.000000e+01 |  13.21%
1561.73/1562.07	c  1562s| 11600 |  8097 |  1096k|  93.3 | 319M|  51 |  75 | 945 |  58k| 945 |  58k| 381 |   0 |3598 |-4.527778e+01 |-4.000000e+01 |  13.19%
1571.22/1571.59	c  1572s| 11700 |  8161 |  1103k|  93.1 | 321M|  51 |  64 | 945 |  58k| 945 |  58k| 381 |   0 |3632 |-4.527778e+01 |-4.000000e+01 |  13.19%
1584.02/1584.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1584.02/1584.33	c  1584s| 11800 |  8227 |  1113k|  93.2 | 323M|  51 | 107 | 945 |  58k| 945 |  58k| 381 |   0 |3655 |-4.527778e+01 |-4.000000e+01 |  13.19%
1592.22/1592.56	c  1593s| 11900 |  8279 |  1118k|  92.8 | 324M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3688 |-4.527778e+01 |-4.000000e+01 |  13.19%
1601.02/1601.37	c  1601s| 12000 |  8343 |  1125k|  92.6 | 326M|  51 |  87 | 945 |  58k| 945 |  58k| 381 |   0 |3712 |-4.525641e+01 |-4.000000e+01 |  13.14%
1610.61/1610.90	c  1611s| 12100 |  8409 |  1133k|  92.5 | 328M|  51 |  84 | 945 |  58k| 945 |  58k| 381 |   0 |3743 |-4.525000e+01 |-4.000000e+01 |  13.12%
1621.71/1622.09	c  1622s| 12200 |  8473 |  1141k|  92.5 | 330M|  51 | 102 | 945 |  58k| 945 |  58k| 381 |   0 |3787 |-4.525000e+01 |-4.000000e+01 |  13.12%
1635.02/1635.30	c  1635s| 12300 |  8539 |  1152k|  92.6 | 332M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3812 |-4.522222e+01 |-4.000000e+01 |  13.06%
1644.71/1645.01	c  1645s| 12400 |  8593 |  1160k|  92.5 | 334M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3833 |-4.522222e+01 |-4.000000e+01 |  13.06%
1655.61/1655.95	c  1656s| 12500 |  8657 |  1168k|  92.4 | 335M|  51 |  80 | 945 |  58k| 945 |  58k| 381 |   0 |3860 |-4.521053e+01 |-4.000000e+01 |  13.03%
1666.71/1667.00	c  1667s| 12600 |  8721 |  1176k|  92.3 | 337M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3891 |-4.520833e+01 |-4.000000e+01 |  13.02%
1676.50/1676.86	c  1677s| 12700 |  8787 |  1184k|  92.2 | 339M|  51 | 103 | 945 |  58k| 945 |  58k| 381 |   0 |3921 |-4.520833e+01 |-4.000000e+01 |  13.02%
1686.40/1686.73	c  1687s| 12800 |  8835 |  1190k|  92.0 | 341M|  51 |  95 | 945 |  58k| 945 |  58k| 381 |   0 |3939 |-4.520833e+01 |-4.000000e+01 |  13.02%
1695.21/1695.55	c  1696s| 12900 |  8893 |  1198k|  91.8 | 342M|  51 |  71 | 945 |  58k| 945 |  58k| 381 |   0 |3950 |-4.516667e+01 |-4.000000e+01 |  12.92%
1700.41/1700.73	c  1701s| 13000 |  8933 |  1203k|  91.5 | 343M|  51 |  67 | 945 |  58k| 945 |  58k| 381 |   0 |3955 |-4.516667e+01 |-4.000000e+01 |  12.92%
1707.70/1708.01	c  1708s| 13100 |  9001 |  1210k|  91.3 | 345M|  51 |  64 | 945 |  58k| 945 |  58k| 381 |   0 |3964 |-4.516667e+01 |-4.000000e+01 |  12.92%
1715.60/1715.97	c  1716s| 13200 |  9059 |  1217k|  91.2 | 347M|  51 |  98 | 945 |  58k| 945 |  58k| 381 |   0 |3972 |-4.516667e+01 |-4.000000e+01 |  12.92%
1724.09/1724.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1724.09/1724.40	c  1724s| 13300 |  9133 |  1225k|  91.1 | 349M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3975 |-4.513333e+01 |-4.000000e+01 |  12.83%
1733.70/1734.00	c  1734s| 13400 |  9189 |  1234k|  91.1 | 350M|  51 |  95 | 945 |  58k| 945 |  58k| 381 |   0 |3978 |-4.500000e+01 |-4.000000e+01 |  12.50%
1743.90/1744.21	c  1744s| 13500 |  9249 |  1244k|  91.1 | 352M|  51 |  74 | 945 |  58k| 945 |  58k| 381 |   0 |3979 |-4.500000e+01 |-4.000000e+01 |  12.50%
1753.00/1753.39	c  1753s| 13600 |  9307 |  1252k|  91.1 | 354M|  51 |  73 | 945 |  58k| 945 |  58k| 381 |   0 |3979 |-4.500000e+01 |-4.000000e+01 |  12.50%
1762.79/1763.12	c  1763s| 13700 |  9375 |  1261k|  91.1 | 356M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3979 |-4.500000e+01 |-4.000000e+01 |  12.50%
1772.29/1772.60	c  1773s| 13800 |  9441 |  1270k|  91.1 | 358M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3979 |-4.500000e+01 |-4.000000e+01 |  12.50%
1777.79/1778.15	c  1778s| 13900 |  9489 |  1276k|  90.8 | 360M|  51 |  71 | 945 |  58k| 945 |  58k| 381 |   0 |3979 |-4.500000e+01 |-4.000000e+01 |  12.50%
1785.79/1786.10	c  1786s| 14000 |  9543 |  1284k|  90.7 | 361M|  51 |   - | 945 |  58k| 945 |  58k| 381 |   0 |3980 |-4.500000e+01 |-4.000000e+01 |  12.50%
1796.69/1797.01	c 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Solving Time (sec) : 1797.01
1796.69/1797.01	c Solving Nodes      : 14092
1796.69/1797.01	c Primal Bound       : -4.00000000000000e+01 (638 solutions)
1796.69/1797.01	c Dual Bound         : -4.50000000000000e+01
1796.69/1797.01	c Gap                : 12.50 %
1796.69/1797.02	s SATISFIABLE
1796.69/1797.02	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 
1796.69/1797.02	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 
1796.69/1797.02	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 
1796.69/1797.02	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 
1796.69/1797.02	v -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1796.69/1797.02	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1796.69/1797.02	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1796.69/1797.02	v -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 
1796.69/1797.02	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 
1796.69/1797.02	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 
1796.69/1797.02	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1796.69/1797.02	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
1796.69/1797.02	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 -x291 -x292 
1796.69/1797.02	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1796.69/1797.02	v -x314 x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 
1796.69/1797.02	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
1796.69/1797.02	v -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1796.69/1797.02	v -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 
1796.69/1797.02	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 
1796.69/1797.02	v -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 
1796.69/1797.02	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 
1796.69/1797.02	v -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 
1796.69/1797.02	v x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 -x501 
1796.69/1797.02	v -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 
1796.69/1797.02	v -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 
1796.69/1797.02	v -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 
1796.69/1797.02	v -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 
1796.69/1797.02	v -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 
1796.69/1797.02	v -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 
1796.69/1797.02	v -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
1796.69/1797.02	v -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 
1796.69/1797.02	v -x670 -x671 -x672 x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 
1796.69/1797.02	v -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 x707 -x708 -x709 -x710 -x711 
1796.69/1797.02	v -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 
1796.69/1797.02	v -x733 -x734 -x735 -x736 x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 
1796.69/1797.02	v -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 
1796.69/1797.02	v -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 
1796.69/1797.02	v -x796 -x797 x798 -x799 -x800 -x801 -x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 
1796.69/1797.02	v -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 
1796.69/1797.02	v -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 x857 -x858 
1796.69/1797.02	v -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 x876 -x877 -x878 -x879 
1796.69/1797.02	v -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 x897 -x898 -x899 -x900 
1796.69/1797.02	v -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 x920 -x921 
1796.69/1797.02	v -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 x939 -x940 -x941 -x942 
1796.69/1797.02	v -x943 -x944 -x945 
1796.69/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.02	c Total Time         :    1797.01
1796.69/1797.02	c   solving          :    1797.01
1796.69/1797.02	c   presolving       :       0.70 (included in solving)
1796.69/1797.02	c   reading          :       0.12 (included in solving)
1796.69/1797.02	c   copying          :       0.78 (9 #copies) (minimal 0.08, maximal 0.09, average 0.09)
1796.69/1797.02	c Original Problem   :
1796.69/1797.02	c   Problem name     : HOME/instance-3690940-1338018819.opb
1796.69/1797.02	c   Variables        : 945 (945 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.02	c   Constraints      : 58245 initial, 58245 maximal
1796.69/1797.02	c   Objective sense  : minimize
1796.69/1797.02	c Presolved Problem  :
1796.69/1797.02	c   Problem name     : t_HOME/instance-3690940-1338018819.opb
1796.69/1797.02	c   Variables        : 945 (945 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.02	c   Constraints      : 58245 initial, 58245 maximal
1796.69/1797.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   pseudoobj        :       0.00       0.02          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   probing          :       0.21       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   setppc           :       0.05       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   linear           :       0.29       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.02	c   integral         :          0          0          0          0      12057          0        643          0          9        207          0          0      23884
1796.69/1797.02	c   setppc           :      58245      58245         38      59261          0          0        638          0          0     419079          0          0          0
1796.69/1797.02	c   countsols        :          0          0          0          0          0          0        641          0          0          0          0          0          0
1796.69/1797.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.02	c   integral         :     329.30       0.00       0.00       0.00     329.29       0.00       0.01       0.00
1796.69/1797.02	c   setppc           :      12.63       0.00       0.12      11.56       0.00       0.00       0.95       0.00
1796.69/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.02	c   rootredcost      :          8          0          0          0
1796.69/1797.02	c   pseudoobj        :      71267          0          0          0
1796.69/1797.02	c   vbounds          :          0          0          0          0
1796.69/1797.02	c   redcost          :      12123          0          0         31
1796.69/1797.02	c   probing          :          0          0          0          0
1796.69/1797.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.02	c   rootredcost      :       0.04       0.00       0.00       0.04       0.00
1796.69/1797.02	c   pseudoobj        :       6.58       0.02       0.00       6.56       0.00
1796.69/1797.02	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
1796.69/1797.02	c   redcost          :       0.23       0.00       0.00       0.23       0.00
1796.69/1797.02	c   probing          :       0.21       0.00       0.21       0.00       0.00
1796.69/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.69/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.02	c   cut pool         :       0.00                    37          -          -        103          -    (maximal pool size: 569)
1796.69/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.02	c   impliedbounds    :       0.03       0.00         38          0          0          0          0
1796.69/1797.02	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.02	c   gomory           :       0.20       0.00         10          0          0        500          0
1796.69/1797.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.02	c   strongcg         :       3.62       0.00         20          0          0      10000          0
1796.69/1797.02	c   cmir             :       6.44       0.00         10          0          0          0          0
1796.69/1797.02	c   flowcover        :       6.93       0.00         10          0          0          0          0
1796.69/1797.02	c   clique           :       0.93       0.00         38          0          0        349          0
1796.69/1797.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.02	c   mcf              :       0.03       0.00          1          0          0          0          0
1796.69/1797.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.69/1797.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.02	c   problem variables:       0.00          -          0          0
1796.69/1797.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.02	c   relpscost        :     329.27       0.00      12057          9        207          0          0      23884
1796.69/1797.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.02	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.02	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.02	c   LP solutions     :       0.00          -          -          0
1796.69/1797.02	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.02	c   oneopt           :       0.07       0.00          9          1
1796.69/1797.02	c   crossover        :       2.52       0.00          8          3
1796.69/1797.02	c   guideddiving     :      69.29       0.00        103         18
1796.69/1797.02	c   coefdiving       :      68.38       0.00        132         26
1796.69/1797.02	c   fracdiving       :     131.52       0.00        188         20
1796.69/1797.02	c   pscostdiving     :      52.07       0.00        195         31
1796.69/1797.02	c   linesearchdiving :      50.25       0.00        195         30
1796.69/1797.02	c   objpscostdiving  :      71.11       0.00         98        147
1796.69/1797.02	c   rootsoldiving    :      35.09       0.00         98         98
1796.69/1797.02	c   veclendiving     :     163.59       0.00        196         16
1796.69/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.02	c   trivial          :       0.01       0.00          2          1
1796.69/1797.02	c   shiftandpropagate:       0.00       0.00          0          0
1796.69/1797.02	c   simplerounding   :       0.28       0.00      12095         72
1796.69/1797.02	c   zirounding       :      29.53       0.00       8601        172
1796.69/1797.02	c   rounding         :      13.27       0.00       4806          1
1796.69/1797.02	c   shifting         :       1.99       0.00        616          1
1796.69/1797.02	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.02	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.02	c   indoneopt        :       0.01       0.00          0          0
1796.69/1797.02	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.02	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.02	c   feaspump         :       0.00       0.00          0          0
1796.69/1797.02	c   clique           :       0.00       0.00          0          0
1796.69/1797.02	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.02	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.02	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.02	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.02	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.02	c   octane           :       0.00       0.00          0          0
1796.69/1797.02	c   rens             :       2.05       0.00          1          1
1796.69/1797.02	c   rins             :       0.00       0.00          0          0
1796.69/1797.02	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.02	c   mutation         :       0.00       0.00          0          0
1796.69/1797.02	c   dins             :       0.00       0.00          0          0
1796.69/1797.02	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.02	c   undercover       :       0.00       0.00          0          0
1796.69/1797.02	c   subnlp           :       0.01       0.00          0          0
1796.69/1797.02	c   trysol           :       0.01       0.00          0          0
1796.69/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.02	c   primal LP        :       0.08          6          0       0.00       0.00       0.08          6
1796.69/1797.02	c   dual LP          :     655.89      14461     834292      58.60    1272.00       2.38        225
1796.69/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.02	c   diving/probing LP:     521.57      27587     457754      16.59     877.65
1796.69/1797.02	c   strong branching :     327.39       3982     314171      78.90     959.62
1796.69/1797.02	c     (at root node) :          -         32      10564     330.12          -
1796.69/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.02	c B&B Tree           :
1796.69/1797.02	c   number of runs   :          1
1796.69/1797.02	c   nodes            :      14092
1796.69/1797.02	c   nodes (total)    :      14092
1796.69/1797.02	c   nodes left       :       9595
1796.69/1797.02	c   max depth        :         51
1796.69/1797.02	c   max depth (total):         51
1796.69/1797.02	c   backtracks       :       2119 (15.0%)
1796.69/1797.02	c   delayed cutoffs  :          0
1796.69/1797.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.69/1797.02	c   avg switch length:       5.95
1796.69/1797.02	c   switching time   :      22.68
1796.69/1797.02	c Solution           :
1796.69/1797.02	c   Solutions found  :        638 (10 improvements)
1796.69/1797.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.25 seconds, depth 0, found by <trivial>)
1796.69/1797.02	c   Primal Bound     : -4.00000000000000e+01   (in run 1, after 2153 nodes, 466.50 seconds, depth 36, found by <linesearchdiving>)
1796.69/1797.02	c   Dual Bound       : -4.50000000000000e+01
1796.69/1797.02	c   Gap              :      12.50 %
1796.69/1797.02	c   Root Dual Bound  : -4.53333333333333e+01
1796.69/1797.02	c   Root Iterations  :      13874
1796.89/1797.28	c Time complete: 1796.97.

Verifier Data

OK	-40

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690940-1338018819/watcher-3690940-1338018819 -o /tmp/evaluation-result-3690940-1338018819/solver-3690940-1338018819 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690940-1338018819.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.96 1.69 3/176 1614
/proc/meminfo: memFree=28471732/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=10716 CPUtime=0 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 1445 0 0 0 0 0 0 0 20 0 1 0 268007982 10973184 1399 33554432000 4194304 10173063 140734438956880 140733206403464 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 2679 1400 416 1460 0 1210 0

[startup+0.029521 s]
/proc/loadavg: 1.95 1.96 1.69 3/176 1614
/proc/meminfo: memFree=28471732/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=15468 CPUtime=0.02 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 2631 0 0 0 2 0 0 0 20 0 1 0 268007982 15839232 2585 33554432000 4194304 10173063 140734438956880 140734438821416 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 3867 2585 416 1460 0 2398 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15468

[startup+0.100245 s]
/proc/loadavg: 1.95 1.96 1.69 3/176 1614
/proc/meminfo: memFree=28471732/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=24828 CPUtime=0.09 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 4967 0 0 0 9 0 0 0 20 0 1 0 268007982 25423872 4921 33554432000 4194304 10173063 140734438956880 140734438821416 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 6207 4921 416 1460 0 4738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24828

[startup+0.30023 s]
/proc/loadavg: 1.95 1.96 1.69 3/176 1614
/proc/meminfo: memFree=28471732/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=79704 CPUtime=0.29 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 20657 0 0 0 26 3 0 0 20 0 1 0 268007982 81616896 18199 33554432000 4194304 10173063 140734438956880 140734438821416 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 19926 18199 551 1460 0 18457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79704

[startup+0.700239 s]
/proc/loadavg: 1.95 1.96 1.69 3/176 1614
/proc/meminfo: memFree=28471732/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=105384 CPUtime=0.69 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 28436 0 0 0 61 8 0 0 20 0 1 0 268007982 107913216 24609 33554432000 4194304 10173063 140734438956880 140734438821416 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 26346 24609 585 1460 0 24877 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105384

[startup+1.50025 s]
/proc/loadavg: 1.95 1.96 1.69 3/177 1615
/proc/meminfo: memFree=28318876/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=187632 CPUtime=1.48 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 48565 0 0 0 138 10 0 0 20 0 1 0 268007982 192135168 44076 33554432000 4194304 10173063 140734438956880 140734438954904 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 46908 44076 730 1460 0 45439 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 187632

[startup+3.10026 s]
/proc/loadavg: 1.95 1.96 1.69 3/177 1615
/proc/meminfo: memFree=28294072/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=187760 CPUtime=3.09 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 50810 0 0 0 296 13 0 0 20 0 1 0 268007982 192266240 42729 33554432000 4194304 10173063 140734438956880 140734438952264 7283391 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 46940 42729 777 1460 0 45471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187760

[startup+6.30018 s]
/proc/loadavg: 1.95 1.96 1.69 3/177 1615
/proc/meminfo: memFree=28296476/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=190864 CPUtime=6.28 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 51969 0 0 0 615 13 0 0 20 0 1 0 268007982 195444736 44399 33554432000 4194304 10173063 140734438956880 140734438952040 7283395 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 47716 44399 779 1460 0 46247 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 190864

[startup+12.7002 s]
/proc/loadavg: 1.96 1.96 1.70 3/177 1615
/proc/meminfo: memFree=28293276/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=193216 CPUtime=12.69 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 52694 0 0 0 1255 14 0 0 20 0 1 0 268007982 197853184 45162 33554432000 4194304 10173063 140734438956880 140734438952264 7283395 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 48304 45162 780 1460 0 46835 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 193216

[startup+25.5002 s]
/proc/loadavg: 1.97 1.96 1.70 3/177 1615
/proc/meminfo: memFree=28284836/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=195996 CPUtime=25.47 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 57773 0 0 0 2531 16 0 0 20 0 1 0 268007982 200699904 47053 33554432000 4194304 10173063 140734438956880 140734438950136 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 48999 47053 781 1460 0 47530 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 195996

[startup+51.1002 s]
/proc/loadavg: 1.98 1.97 1.71 3/177 1615
/proc/meminfo: memFree=28259824/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=217424 CPUtime=51.07 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 69973 0 0 0 5076 31 0 0 20 0 1 0 268007982 222642176 53170 33554432000 4194304 10173063 140734438956880 140734438950712 8047536 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 54356 53170 833 1460 0 52887 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 217424

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.72 3/177 1615
/proc/meminfo: memFree=28257516/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=217424 CPUtime=102.26 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 69979 0 0 0 10185 41 0 0 20 0 1 0 268007982 222642176 53302 33554432000 4194304 10173063 140734438956880 140734438950712 8032952 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 54356 53302 833 1460 0 52887 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 217424

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/177 1615
/proc/meminfo: memFree=28255836/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=217424 CPUtime=162.24 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 69980 0 0 0 16170 54 0 0 20 0 1 0 268007982 222642176 53319 33554432000 4194304 10173063 140734438956880 140734438950328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 54356 53319 833 1460 0 52887 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 217424

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/177 1615
/proc/meminfo: memFree=28255224/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=217424 CPUtime=222.24 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 81458 0 0 0 22152 72 0 0 20 0 1 0 268007982 222642176 53320 33554432000 4194304 10173063 140734438956880 140734438950136 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 54356 53320 834 1460 0 52887 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 217424

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/177 1616
/proc/meminfo: memFree=28249520/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=228680 CPUtime=282.23 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 98176 0 0 0 28133 90 0 0 20 0 1 0 268007982 234168320 55041 33554432000 4194304 10173063 140734438956880 140734438950328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 57170 55041 837 1460 0 55701 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 228680

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/177 1616
/proc/meminfo: memFree=28239236/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=237888 CPUtime=342.22 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 100531 0 0 0 34116 106 0 0 20 0 1 0 268007982 243597312 57381 33554432000 4194304 10173063 140734438956880 140734438950120 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 59472 57381 837 1460 0 58003 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 237888

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/178 1619
/proc/meminfo: memFree=28230672/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=246332 CPUtime=402.21 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 118656 0 0 0 40096 125 0 0 20 0 1 0 268007982 252243968 58811 33554432000 4194304 10173063 140734438956880 140734438950008 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 61583 58811 837 1460 0 60114 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 246332

[startup+462.3 s]
/proc/loadavg: 2.07 1.99 1.80 3/178 1644
/proc/meminfo: memFree=28214976/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=254880 CPUtime=462.2 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 121279 0 0 0 46082 138 0 0 20 0 1 0 268007982 260997120 62052 33554432000 4194304 10173063 140734438956880 140734438950328 7722912 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 63720 62052 837 1460 0 62251 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 254880

[startup+522.3 s]
/proc/loadavg: 2.02 1.99 1.81 3/177 1644
/proc/meminfo: memFree=28204776/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=265892 CPUtime=522.19 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 123679 0 0 0 52065 154 0 0 20 0 1 0 268007982 272273408 64452 33554432000 4194304 10173063 140734438956880 140734438950008 5122959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 66473 64452 837 1460 0 65004 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 265892

[startup+582.3 s]
/proc/loadavg: 2.04 2.00 1.82 3/177 1645
/proc/meminfo: memFree=28196716/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=273372 CPUtime=582.17 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 125476 0 0 0 58051 166 0 0 20 0 1 0 268007982 279932928 66240 33554432000 4194304 10173063 140734438956880 140734438951912 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 68343 66240 837 1460 0 66874 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 273372

[startup+642.3 s]

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

/proc/meminfo: memFree=28059324/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=361352 CPUtime=1122.1 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 210162 0 0 0 111891 319 0 0 20 0 1 0 268007982 370024448 88977 33554432000 4194304 10173063 140734438956880 140734438950520 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 90338 88977 837 1460 0 88869 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 361352

[startup+1182.3 s]
/proc/loadavg: 2.04 2.08 1.91 3/177 1695
/proc/meminfo: memFree=28004296/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=372648 CPUtime=1182.09 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 212143 0 0 0 117878 331 0 0 20 0 1 0 268007982 381591552 90955 33554432000 4194304 10173063 140734438956880 140734438950520 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 93162 90955 837 1460 0 91693 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 372648

[startup+1242.3 s]
/proc/loadavg: 2.06 2.07 1.92 3/177 1695
/proc/meminfo: memFree=27960864/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=381692 CPUtime=1242.08 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 214595 0 0 0 123862 346 0 0 20 0 1 0 268007982 390852608 93403 33554432000 4194304 10173063 140734438956880 140734438950328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 95423 93403 837 1460 0 93954 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 381692

[startup+1302.3 s]
/proc/loadavg: 2.02 2.06 1.92 3/177 1695
/proc/meminfo: memFree=27928040/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=391972 CPUtime=1302.08 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 217126 0 0 0 129848 360 0 0 20 0 1 0 268007982 401379328 95934 33554432000 4194304 10173063 140734438956880 140734438953368 7910502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 97993 95934 837 1460 0 96524 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 391972

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 1.92 3/177 1695
/proc/meminfo: memFree=27883772/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=402860 CPUtime=1362.06 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 220185 0 0 0 135833 373 0 0 20 0 1 0 268007982 412528640 98988 33554432000 4194304 10173063 140734438956880 140734438950328 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 100715 98988 837 1460 0 99246 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 402860

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 1.92 3/177 1695
/proc/meminfo: memFree=27834536/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=413492 CPUtime=1422.06 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 237386 0 0 0 141816 390 0 0 20 0 1 0 268007982 423415808 101249 33554432000 4194304 10173063 140734438956880 140734438950136 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 103373 101249 837 1460 0 101904 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 413492

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 1.92 3/177 1696
/proc/meminfo: memFree=27794560/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=430460 CPUtime=1482.03 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 240995 0 0 0 147799 404 0 0 20 0 1 0 268007982 440791040 105549 33554432000 4194304 10173063 140734438956880 140734438950152 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 107615 105549 837 1460 0 106146 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 430460

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.92 3/177 1696
/proc/meminfo: memFree=27766792/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=440544 CPUtime=1542.02 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 243698 0 0 0 153783 419 0 0 20 0 1 0 268007982 451117056 108245 33554432000 4194304 10173063 140734438956880 140734438949512 7888464 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 110136 108245 837 1460 0 108667 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 440544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/178 1700
/proc/meminfo: memFree=27749512/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=451404 CPUtime=1602.02 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 246312 0 0 0 159771 431 0 0 20 0 1 0 268007982 462237696 110793 33554432000 4194304 10173063 140734438956880 140734438950216 5122700 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 112851 110793 837 1460 0 111382 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 451404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/177 1700
/proc/meminfo: memFree=27732032/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=459344 CPUtime=1662.01 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 248554 0 0 0 165757 444 0 0 20 0 1 0 268007982 470368256 113033 33554432000 4194304 10173063 140734438956880 140734438950520 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 114836 113033 837 1460 0 113367 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 459344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1700
/proc/meminfo: memFree=27712232/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=473836 CPUtime=1722 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 251966 0 0 0 171742 458 0 0 20 0 1 0 268007982 485208064 116412 33554432000 4194304 10173063 140734438956880 140734438952248 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 118459 116412 837 1460 0 116990 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 473836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 1700
/proc/meminfo: memFree=27690296/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=484776 CPUtime=1781.99 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 254790 0 0 0 177727 472 0 0 20 0 1 0 268007982 496410624 119230 33554432000 4194304 10173063 140734438956880 140734438950136 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 121194 119230 837 1460 0 119725 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 484776

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1701
/proc/meminfo: memFree=27687808/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=484776 CPUtime=1785.19 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 254950 0 0 0 178047 472 0 0 20 0 1 0 268007982 496410624 119390 33554432000 4194304 10173063 140734438956880 140734438950520 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 121194 119390 837 1460 0 119725 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 484776

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1701
/proc/meminfo: memFree=27683220/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=487800 CPUtime=1791.6 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 255377 0 0 0 178687 473 0 0 20 0 1 0 268007982 499507200 119817 33554432000 4194304 10173063 140734438956880 140734438950264 5122959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 121950 119817 837 1460 0 120481 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 487800

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1701
/proc/meminfo: memFree=27680740/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=488800 CPUtime=1794.79 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 255655 0 0 0 179006 473 0 0 20 0 1 0 268007982 500531200 120095 33554432000 4194304 10173063 140734438956880 140734438949528 5123035 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 122200 120095 837 1460 0 120731 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 488800

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1701
/proc/meminfo: memFree=27680740/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=488800 CPUtime=1795.59 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 255669 0 0 0 179085 474 0 0 20 0 1 0 268007982 500531200 120109 33554432000 4194304 10173063 140734438956880 140734438951912 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 122200 120109 837 1460 0 120731 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 488800

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1701
/proc/meminfo: memFree=27679996/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=488800 CPUtime=1796.39 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 255716 0 0 0 179165 474 0 0 20 0 1 0 268007982 500531200 120156 33554432000 4194304 10173063 140734438956880 140734438951912 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 122200 120156 837 1460 0 120731 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 488800

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1701
/proc/meminfo: memFree=27679996/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=488800 CPUtime=1796.79 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 255732 0 0 0 179205 474 0 0 20 0 1 0 268007982 500531200 120172 33554432000 4194304 10173063 140734438956880 140734438950520 4928759 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 122200 120172 839 1460 0 120731 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 488800

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1701
/proc/meminfo: memFree=27679996/32873648 swapFree=6852/6852
[pid=1614] ppid=1612 vsize=485752 CPUtime=1796.89 cores=1,3,5,7
/proc/1614/stat : 1614 (scip-2.1.1.4fix) R 1612 1614 1296 0 -1 4202496 255732 0 0 0 179215 474 0 0 20 0 1 0 268007982 497410048 119410 33554432000 4194304 10173063 140734438956880 140734438950520 8992599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1614/statm: 121438 119410 839 1460 0 119969 0
Current children cumulated CPU time (s) 1796.89
Current children cumulated vsize (KiB) 485752

Child status: 0
Real time (s): 1797.28
CPU time (s): 1796.98
CPU user time (s): 1792.22
CPU system time (s): 4.75528
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 488800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.22
system time used= 4.75528
maximum resident set size= 480688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255734
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= 44
involuntary context switches= 1848

runsolver used 3.2865 second user time and 8.72467 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-26 09:53:39
IDJOB=3690940
IDBENCH=2250
IDSOLVER=2270
FILE ID=node116/3690940-1338018819
RUNJOBID= node116-1338016936-1314
PBS_JOBID= 14624355
Free space on /tmp= 71576 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690940-1338018819/watcher-3690940-1338018819 -o /tmp/evaluation-result-3690940-1338018819/solver-3690940-1338018819 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690940-1338018819.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 49f1950e042362832bbb830f499dd3e3
RANDOM SEED=1197190766

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28472376 kB
Buffers:          234156 kB
Cached:          3304612 kB
SwapCached:            0 kB
Active:           764644 kB
Inactive:        2869812 kB
Active(anon):      98308 kB
Inactive(anon):        0 kB
Active(file):     666336 kB
Inactive(file):  2869812 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14756 kB
Writeback:             0 kB
AnonPages:        102564 kB
Mapped:            16764 kB
Shmem:               200 kB
Slab:             629884 kB
SReclaimable:      74420 kB
SUnreclaim:       555464 kB
KernelStack:        1448 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     209536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71556 MiB
End job on node116 at 2012-05-26 10:23:37