Trace number 3693275

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedSAT-44 1797.02 1797.31

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 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-3693275-1338031955.opb>
0.08/0.16	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80851 constraints
0.08/0.16	c problem read in 0.16
0.29/0.35	o 0
0.29/0.36	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.29/0.36	c presolving:
0.79/0.80	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80851 upgd conss, 161702 impls, 0 clqs
1.09/1.15	c    (1.1s) probing: 51/1150 (4.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.09/1.15	c    (1.1s) probing aborted: 50/50 successive totally useless probings
1.09/1.17	c presolving (2 rounds):
1.09/1.17	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.09/1.17	c  161702 implications, 0 cliques
1.09/1.17	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80851 constraints
1.09/1.17	c   80851 constraints of type <setppc>
1.09/1.17	c transformed objective value is always integral (scale: 1)
1.09/1.17	c Presolving Time: 0.95
1.09/1.17	c - non default parameters ----------------------------------------------------------------------
1.09/1.17	c # SCIP version 2.1.1.4
1.09/1.17	c 
1.09/1.17	c # maximal time in seconds to run
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.17	c limits/time = 1797
1.09/1.17	c 
1.09/1.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.17	c limits/memory = 13950
1.09/1.17	c 
1.09/1.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.09/1.17	c # [type: int, range: [1,2], default: 1]
1.09/1.17	c timing/clocktype = 2
1.09/1.17	c 
1.09/1.17	c # belongs reading time to solving time?
1.09/1.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.17	c timing/reading = TRUE
1.09/1.17	c 
1.09/1.17	c -----------------------------------------------------------------------------------------------
1.09/1.17	c start solving
1.09/1.19	c 
2.19/2.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.19/2.27	c t 2.3s|     1 |     0 |  1150 |     - |  96M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 |    Inf 
2.29/2.33	o -1
2.29/2.33	c R 2.3s|     1 |     0 |  1150 |     - |  96M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  Large 
3.79/3.84	c   3.8s|     1 |     0 |  1501 |     - |  96M|   0 |1086 |1150 |  80k|1150 |  80k|   6 |   0 |   0 |-5.430000e+02 |-1.000000e+00 |  Large 
3.79/3.86	o -34
3.79/3.86	c b 3.9s|     1 |     0 |  1501 |     - |  96M|   0 |1086 |1150 |  80k|1150 |  80k|   6 |   0 |   0 |-5.430000e+02 |-3.400000e+01 |1497.06%
5.59/5.68	c   5.7s|     1 |     0 |  1666 |     - |  96M|   0 |1043 |1150 |  80k|1150 |  80k|  11 |   0 |   0 |-5.215000e+02 |-3.400000e+01 |1433.82%
7.98/8.04	c   8.0s|     1 |     0 |  1786 |     - |  96M|   0 |1000 |1150 |  80k|1150 |  80k|  16 |   0 |   0 |-5.000000e+02 |-3.400000e+01 |1370.59%
11.09/11.17	c  11.2s|     1 |     0 |  1978 |     - |  96M|   0 | 941 |1150 |  80k|1150 |  80k|  40 |   0 |   0 |-4.697500e+02 |-3.400000e+01 |1281.62%
15.19/15.22	c  15.2s|     1 |     0 |  2400 |     - |  96M|   0 | 893 |1150 |  80k|1150 |  80k|  49 |   0 |   0 |-4.457500e+02 |-3.400000e+01 |1211.03%
18.89/18.92	c  18.9s|     1 |     0 |  2510 |     - |  96M|   0 | 869 |1150 |  80k|1150 |  80k|  58 |   0 |   0 |-4.337500e+02 |-3.400000e+01 |1175.74%
23.18/23.21	c  23.2s|     1 |     0 |  2830 |     - |  96M|   0 | 825 |1150 |  80k|1150 |  80k|  65 |   0 |   0 |-4.117500e+02 |-3.400000e+01 |1111.03%
27.49/27.51	c  27.5s|     1 |     0 |  2984 |     - |  96M|   0 | 780 |1150 |  80k|1150 |  80k|  74 |   0 |   0 |-3.892500e+02 |-3.400000e+01 |1044.85%
31.68/31.77	c  31.8s|     1 |     0 |  3221 |     - |  96M|   0 | 737 |1150 |  80k|1150 |  80k|  84 |   0 |   0 |-3.685000e+02 |-3.400000e+01 | 983.82%
36.39/36.48	c  36.5s|     1 |     0 |  3788 |     - |  96M|   0 | 717 |1150 |  80k|1150 |  80k|  99 |   0 |   0 |-3.575833e+02 |-3.400000e+01 | 951.72%
37.19/37.24	c  37.2s|     1 |     0 |  4035 |     - |  96M|   0 | 674 |1150 |  80k|1150 |  80k| 114 |   0 |   0 |-3.362500e+02 |-3.400000e+01 | 888.97%
38.78/38.81	c  38.8s|     1 |     0 |  5302 |     - |  97M|   0 | 633 |1150 |  80k|1150 |  80k| 124 |   0 |   0 |-3.157500e+02 |-3.400000e+01 | 828.68%
39.49/39.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.49/39.55	c  39.5s|     1 |     0 |  5593 |     - |  97M|   0 | 585 |1150 |  80k|1150 |  80k| 143 |   0 |   0 |-2.917500e+02 |-3.400000e+01 | 758.09%
41.08/41.12	c  41.1s|     1 |     0 |  6562 |     - |  97M|   0 | 519 |1150 |  80k|1150 |  81k| 159 |   0 |   0 |-2.587500e+02 |-3.400000e+01 | 661.03%
42.08/42.15	c  42.1s|     1 |     0 |  7230 |     - |  97M|   0 | 478 |1150 |  80k|1150 |  81k| 170 |   0 |   0 |-2.382500e+02 |-3.400000e+01 | 600.74%
43.28/43.31	c  43.3s|     1 |     0 |  8035 |     - |  97M|   0 | 437 |1150 |  80k|1150 |  81k| 182 |   0 |   0 |-2.177500e+02 |-3.400000e+01 | 540.44%
44.08/44.16	c  44.2s|     1 |     0 |  8589 |     - |  97M|   0 | 411 |1150 |  80k|1150 |  81k| 195 |   0 |   0 |-2.040000e+02 |-3.400000e+01 | 500.00%
44.88/44.93	c  44.9s|     1 |     0 |  9005 |     - |  97M|   0 | 366 |1150 |  80k|1150 |  81k| 210 |   0 |   0 |-1.822500e+02 |-3.400000e+01 | 436.03%
45.79/45.80	c  45.8s|     1 |     0 |  9648 |     - |  97M|   0 | 348 |1150 |  80k|1150 |  81k| 221 |   0 |   0 |-1.732500e+02 |-3.400000e+01 | 409.56%
47.78/47.80	c  47.8s|     1 |     0 | 11544 |     - |  97M|   0 | 310 |1150 |  80k|1150 |  81k| 231 |   0 |   0 |-1.550000e+02 |-3.400000e+01 | 355.88%
49.39/49.43	c  49.4s|     1 |     0 | 13184 |     - |  97M|   0 | 272 |1150 |  80k|1150 |  81k| 235 |   0 |   0 |-1.360000e+02 |-3.400000e+01 | 300.00%
50.98/51.05	c  51.0s|     1 |     0 | 15020 |     - |  97M|   0 | 256 |1150 |  80k|1150 |  81k| 238 |   0 |   0 |-1.280000e+02 |-3.400000e+01 | 276.47%
51.18/51.27	c  51.3s|     1 |     0 | 15174 |     - |  97M|   0 | 238 |1150 |  80k|1150 |  81k| 244 |   0 |   0 |-1.190000e+02 |-3.400000e+01 | 250.00%
51.48/51.50	c  51.5s|     1 |     0 | 15344 |     - |  97M|   0 | 202 |1150 |  80k|1150 |  81k| 249 |   0 |   0 |-1.010000e+02 |-3.400000e+01 | 197.06%
52.88/52.91	c  52.9s|     1 |     0 | 17268 |     - |  97M|   0 | 190 |1150 |  80k|1150 |  81k| 253 |   0 |   0 |-9.250000e+01 |-3.400000e+01 | 172.06%
53.08/53.17	c  53.2s|     1 |     0 | 17633 |     - |  97M|   0 | 174 |1150 |  80k|1150 |  81k| 258 |   0 |   0 |-7.500000e+01 |-3.400000e+01 | 120.59%
53.28/53.30	c  53.3s|     1 |     0 | 17718 |     - |  97M|   0 | 164 |1150 |  80k|1150 |  81k| 265 |   0 |   0 |-6.650000e+01 |-3.400000e+01 |  95.59%
53.48/53.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.48/53.51	c  53.5s|     1 |     0 | 17929 |     - |  97M|   0 | 163 |1150 |  80k|1150 |  81k| 268 |   0 |   0 |-5.050000e+01 |-3.400000e+01 |  48.53%
53.58/53.68	c  53.7s|     1 |     0 | 18004 |     - |  97M|   0 | 173 |1150 |  80k|1150 |  81k| 279 |   0 |   0 |-5.033333e+01 |-3.400000e+01 |  48.04%
53.68/53.77	c  53.8s|     1 |     0 | 18043 |     - |  97M|   0 | 177 |1150 |  80k|1150 |  81k| 290 |   0 |   0 |-5.033333e+01 |-3.400000e+01 |  48.04%
53.89/53.94	c  53.9s|     1 |     0 | 18118 |     - |  97M|   0 | 189 |1150 |  80k|1150 |  81k| 300 |   0 |   0 |-5.033333e+01 |-3.400000e+01 |  48.04%
54.08/54.12	c  54.1s|     1 |     0 | 18201 |     - |  97M|   0 | 201 |1150 |  80k|1150 |  81k| 310 |   0 |   0 |-5.033333e+01 |-3.400000e+01 |  48.04%
54.18/54.27	c  54.3s|     1 |     0 | 18260 |     - |  97M|   0 | 197 |1150 |  80k|1150 |  81k| 315 |   0 |   0 |-5.033333e+01 |-3.400000e+01 |  48.04%
54.38/54.41	c  54.4s|     1 |     0 | 18327 |     - |  97M|   0 | 197 |1150 |  80k|1150 |  81k| 326 |   0 |   0 |-5.033333e+01 |-3.400000e+01 |  48.04%
62.78/62.86	c  62.9s|     1 |     2 | 18327 |     - |  97M|   0 | 197 |1150 |  80k|1150 |  81k| 326 |   0 |  21 |-5.033333e+01 |-3.400000e+01 |  48.04%
98.57/98.67	o -35
98.57/98.67	c c98.7s|     8 |     9 | 19739 | 201.7 | 100M|   7 |   - |1150 |  80k|1150 |  80k| 326 |   0 | 205 |-5.033333e+01 |-3.500000e+01 |  43.81%
98.57/98.69	o -37
98.57/98.69	c c98.7s|     8 |     9 | 19741 | 202.0 | 100M|   7 |   - |1150 |  80k|1150 |  80k| 326 |   0 | 205 |-5.033333e+01 |-3.700000e+01 |  36.04%
149.65/149.74	o -38
149.65/149.74	c p 150s|    21 |    22 | 21336 | 150.4 | 101M|  14 |   - |1150 |  80k|1150 |  80k| 326 |   0 | 482 |-5.000000e+01 |-3.800000e+01 |  31.58%
149.65/149.76	o -40
149.65/149.76	c p 150s|    21 |    22 | 21338 | 150.6 | 101M|  14 |   - |1150 |  80k|1150 |  80k| 326 |   0 | 482 |-5.000000e+01 |-4.000000e+01 |  25.00%
233.44/233.58	c   234s|   100 |   101 | 28483 | 102.6 | 106M|  21 |  66 |1150 |  80k|1150 |  80k| 326 |   0 | 914 |-5.000000e+01 |-4.000000e+01 |  25.00%
252.04/252.16	c   252s|   200 |   199 | 37822 |  98.0 | 111M|  23 |  95 |1150 |  80k|1150 |  80k| 326 |   0 | 955 |-5.000000e+01 |-4.000000e+01 |  25.00%
265.05/265.12	c   265s|   300 |   293 | 44817 |  88.6 | 114M|  28 |  89 |1150 |  80k|1150 |  80k| 326 |   0 | 974 |-5.000000e+01 |-4.000000e+01 |  25.00%
281.94/282.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.94/282.00	c   282s|   400 |   393 | 53370 |  87.8 | 118M|  28 |  96 |1150 |  80k|1150 |  80k| 326 |   0 |1010 |-5.000000e+01 |-4.000000e+01 |  25.00%
296.04/296.19	c   296s|   500 |   473 | 60119 |  83.8 | 121M|  28 |  78 |1150 |  80k|1150 |  80k| 326 |   0 |1049 |-5.000000e+01 |-4.000000e+01 |  25.00%
302.03/302.19	o -41
302.03/302.19	c l 302s|   542 |   489 | 63043 |  82.7 | 122M|  28 |   - |1150 |  80k|1150 |  80k| 326 |   0 |1067 |-5.000000e+01 |-4.100000e+01 |  21.95%
310.74/310.84	c   311s|   600 |   537 | 67600 |  82.3 | 123M|  28 | 109 |1150 |  80k|1150 |  80k| 326 |   0 |1086 |-5.000000e+01 |-4.100000e+01 |  21.95%
323.53/323.62	c   324s|   700 |   629 | 74523 |  80.4 | 126M|  28 |  40 |1150 |  80k|1150 |  80k| 326 |   0 |1122 |-5.000000e+01 |-4.100000e+01 |  21.95%
343.03/343.15	c   343s|   800 |   729 | 83958 |  82.1 | 131M|  28 |  96 |1150 |  80k|1150 |  80k| 326 |   0 |1169 |-5.000000e+01 |-4.100000e+01 |  21.95%
357.82/357.93	c   358s|   900 |   829 | 91711 |  81.6 | 134M|  28 | 112 |1150 |  80k|1150 |  80k| 326 |   0 |1188 |-5.000000e+01 |-4.100000e+01 |  21.95%
373.83/373.93	c   374s|  1000 |   929 | 98981 |  80.7 | 137M|  28 | 111 |1150 |  80k|1150 |  80k| 326 |   0 |1214 |-5.000000e+01 |-4.100000e+01 |  21.95%
388.92/389.02	c   389s|  1100 |  1029 |106948 |  80.6 | 140M|  28 |  74 |1150 |  80k|1150 |  80k| 326 |   0 |1250 |-5.000000e+01 |-4.100000e+01 |  21.95%
408.72/408.83	c   409s|  1200 |  1129 |116603 |  82.0 | 143M|  31 |  78 |1150 |  80k|1150 |  80k| 326 |   0 |1287 |-5.000000e+01 |-4.100000e+01 |  21.95%
424.91/425.00	c   425s|  1300 |  1229 |124821 |  82.0 | 146M|  31 | 105 |1150 |  80k|1150 |  80k| 326 |   0 |1322 |-5.000000e+01 |-4.100000e+01 |  21.95%
435.91/436.01	o -42
435.91/436.01	c c 436s|  1356 |  1249 |130839 |  83.0 | 147M|  31 |   - |1150 |  80k|1150 |  80k| 326 |   0 |1340 |-5.000000e+01 |-4.200000e+01 |  19.05%
444.91/445.09	c   445s|  1400 |  1293 |134536 |  83.1 | 149M|  31 | 116 |1150 |  80k|1150 |  80k| 326 |   0 |1358 |-5.000000e+01 |-4.200000e+01 |  19.05%
458.81/458.95	c   459s|  1500 |  1393 |142007 |  82.5 | 152M|  31 |  93 |1150 |  80k|1150 |  80k| 326 |   0 |1389 |-5.000000e+01 |-4.200000e+01 |  19.05%
475.81/475.91	c   476s|  1600 |  1493 |151323 |  83.2 | 155M|  31 | 109 |1150 |  80k|1150 |  80k| 326 |   0 |1425 |-5.000000e+01 |-4.200000e+01 |  19.05%
496.30/496.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.30/496.42	c   496s|  1700 |  1593 |161348 |  84.2 | 158M|  31 | 103 |1150 |  80k|1150 |  80k| 326 |   0 |1461 |-5.000000e+01 |-4.200000e+01 |  19.05%
514.30/514.43	c   514s|  1800 |  1693 |171137 |  84.9 | 162M|  31 | 133 |1150 |  80k|1150 |  80k| 326 |   0 |1496 |-5.000000e+01 |-4.200000e+01 |  19.05%
537.39/537.57	c   538s|  1900 |  1793 |182808 |  86.6 | 165M|  31 |  70 |1150 |  80k|1150 |  80k| 326 |   0 |1531 |-5.000000e+01 |-4.200000e+01 |  19.05%
560.69/560.84	c   561s|  2000 |  1893 |194279 |  88.0 | 168M|  31 |  87 |1150 |  80k|1150 |  80k| 326 |   0 |1583 |-5.000000e+01 |-4.200000e+01 |  19.05%
587.59/587.71	c   588s|  2100 |  1993 |209567 |  91.1 | 171M|  31 | 129 |1150 |  80k|1150 |  80k| 326 |   0 |1628 |-5.000000e+01 |-4.200000e+01 |  19.05%
631.88/632.02	c   632s|  2200 |  2093 |233368 |  97.8 | 176M|  31 | 111 |1150 |  80k|1150 |  80k| 326 |   0 |1683 |-5.000000e+01 |-4.200000e+01 |  19.05%
660.68/660.84	o -44
660.68/660.84	c l 661s|  2277 |  2085 |249437 | 101.5 | 177M|  31 |   - |1150 |  80k|1150 |  80k| 326 |   0 |1720 |-5.000000e+01 |-4.400000e+01 |  13.64%
668.87/669.09	c   669s|  2300 |  2108 |253901 | 102.5 | 178M|  31 | 100 |1150 |  80k|1150 |  80k| 326 |   0 |1737 |-5.000000e+01 |-4.400000e+01 |  13.64%
708.87/709.05	c   709s|  2400 |  2204 |274745 | 106.9 | 181M|  31 | 111 |1150 |  80k|1150 |  80k| 326 |   0 |1791 |-5.000000e+01 |-4.400000e+01 |  13.64%
756.17/756.34	c   756s|  2500 |  2304 |301631 | 113.4 | 186M|  31 |  82 |1150 |  80k|1150 |  80k| 326 |   0 |1844 |-5.000000e+01 |-4.400000e+01 |  13.64%
806.07/806.30	c   806s|  2600 |  2404 |322327 | 117.0 | 189M|  31 | 103 |1150 |  80k|1150 |  80k| 326 |   0 |1901 |-5.000000e+01 |-4.400000e+01 |  13.64%
847.55/847.73	c   848s|  2700 |  2504 |342133 | 120.0 | 194M|  31 |  83 |1150 |  80k|1150 |  80k| 326 |   0 |1958 |-5.000000e+01 |-4.400000e+01 |  13.64%
887.24/887.44	c   887s|  2800 |  2604 |362045 | 122.8 | 197M|  31 | 118 |1150 |  80k|1150 |  80k| 326 |   0 |2013 |-5.000000e+01 |-4.400000e+01 |  13.64%
924.14/924.37	c   924s|  2900 |  2704 |383683 | 126.0 | 201M|  31 | 111 |1150 |  80k|1150 |  80k| 326 |   0 |2065 |-5.000000e+01 |-4.400000e+01 |  13.64%
955.83/956.04	c   956s|  3000 |  2800 |402854 | 128.2 | 205M|  31 | 109 |1150 |  80k|1150 |  80k| 326 |   0 |2094 |-5.000000e+01 |-4.400000e+01 |  13.64%
981.83/982.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
981.83/982.06	c   982s|  3100 |  2900 |419668 | 129.5 | 208M|  31 | 145 |1150 |  80k|1150 |  80k| 326 |   0 |2111 |-5.000000e+01 |-4.400000e+01 |  13.64%
1006.92/1007.13	c  1007s|  3200 |  2998 |435838 | 130.5 | 212M|  31 | 107 |1150 |  80k|1150 |  80k| 326 |   0 |2125 |-5.000000e+01 |-4.400000e+01 |  13.64%
1033.62/1033.80	c  1034s|  3300 |  3098 |452955 | 131.7 | 215M|  31 | 114 |1150 |  80k|1150 |  80k| 326 |   0 |2134 |-5.000000e+01 |-4.400000e+01 |  13.64%
1060.12/1060.39	c  1060s|  3400 |  3196 |470250 | 133.0 | 219M|  31 | 123 |1150 |  80k|1150 |  80k| 326 |   0 |2138 |-5.000000e+01 |-4.400000e+01 |  13.64%
1088.82/1089.00	c  1089s|  3500 |  3296 |488421 | 134.4 | 222M|  31 | 130 |1150 |  80k|1150 |  80k| 326 |   0 |2143 |-5.000000e+01 |-4.400000e+01 |  13.64%
1114.61/1114.86	c  1115s|  3600 |  3396 |506197 | 135.6 | 226M|  31 | 141 |1150 |  80k|1150 |  80k| 326 |   0 |2149 |-5.000000e+01 |-4.400000e+01 |  13.64%
1141.91/1142.19	c  1142s|  3700 |  3492 |524775 | 136.9 | 229M|  31 |  85 |1150 |  80k|1150 |  80k| 326 |   0 |2152 |-5.000000e+01 |-4.400000e+01 |  13.64%
1165.90/1166.11	c  1166s|  3800 |  3590 |540583 | 137.5 | 232M|  34 | 103 |1150 |  80k|1150 |  80k| 326 |   0 |2155 |-5.000000e+01 |-4.400000e+01 |  13.64%
1192.20/1192.43	c  1192s|  3900 |  3690 |554753 | 137.6 | 235M|  34 | 136 |1150 |  80k|1150 |  80k| 326 |   0 |2209 |-5.000000e+01 |-4.400000e+01 |  13.64%
1222.69/1222.95	c  1223s|  4000 |  3788 |570872 | 138.2 | 238M|  34 |  96 |1150 |  80k|1150 |  80k| 326 |   0 |2276 |-5.000000e+01 |-4.400000e+01 |  13.64%
1246.48/1246.78	c  1247s|  4100 |  3882 |584544 | 138.1 | 241M|  34 | 114 |1150 |  80k|1150 |  80k| 326 |   0 |2322 |-5.000000e+01 |-4.400000e+01 |  13.64%
1269.58/1269.84	c  1270s|  4200 |  3976 |596066 | 137.6 | 244M|  34 | 170 |1150 |  80k|1150 |  80k| 326 |   0 |2387 |-5.000000e+01 |-4.400000e+01 |  13.64%
1292.88/1293.12	c  1293s|  4300 |  4072 |609661 | 137.6 | 247M|  34 | 202 |1150 |  80k|1150 |  80k| 326 |   0 |2429 |-5.000000e+01 |-4.400000e+01 |  13.64%
1316.38/1316.61	c  1317s|  4400 |  4166 |621784 | 137.2 | 250M|  34 | 106 |1150 |  80k|1150 |  80k| 326 |   0 |2491 |-5.000000e+01 |-4.400000e+01 |  13.64%
1337.18/1337.46	c  1337s|  4500 |  4258 |633750 | 136.8 | 253M|  34 |   - |1150 |  80k|1150 |  80k| 326 |   0 |2534 |-5.000000e+01 |-4.400000e+01 |  13.64%
1363.27/1363.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.27/1363.58	c  1364s|  4600 |  4356 |647332 | 136.8 | 256M|  35 |  92 |1150 |  80k|1150 |  80k| 326 |   0 |2591 |-5.000000e+01 |-4.400000e+01 |  13.64%
1386.27/1386.55	c  1387s|  4700 |  4452 |660005 | 136.6 | 260M|  35 |  90 |1150 |  80k|1150 |  80k| 326 |   0 |2637 |-5.000000e+01 |-4.400000e+01 |  13.64%
1406.37/1406.62	c  1407s|  4800 |  4546 |669973 | 135.8 | 262M|  35 | 103 |1150 |  80k|1150 |  80k| 326 |   0 |2682 |-5.000000e+01 |-4.400000e+01 |  13.64%
1422.46/1422.71	c  1423s|  4900 |  4628 |679862 | 135.0 | 265M|  35 |   - |1150 |  80k|1150 |  80k| 326 |   0 |2705 |-5.000000e+01 |-4.400000e+01 |  13.64%
1444.66/1444.96	c  1445s|  5000 |  4722 |693571 | 135.1 | 268M|  35 | 120 |1150 |  80k|1150 |  80k| 326 |   0 |2719 |-5.000000e+01 |-4.400000e+01 |  13.64%
1462.06/1462.30	c  1462s|  5100 |  4816 |705895 | 134.8 | 271M|  35 |  94 |1150 |  80k|1150 |  80k| 326 |   0 |2726 |-5.000000e+01 |-4.400000e+01 |  13.64%
1482.75/1483.09	c  1483s|  5200 |  4916 |718994 | 134.8 | 274M|  35 |  81 |1150 |  80k|1150 |  80k| 326 |   0 |2735 |-5.000000e+01 |-4.400000e+01 |  13.64%
1502.95/1503.21	c  1503s|  5300 |  5016 |731999 | 134.7 | 277M|  35 | 120 |1150 |  80k|1150 |  80k| 326 |   0 |2739 |-5.000000e+01 |-4.400000e+01 |  13.64%
1526.55/1526.83	c  1527s|  5400 |  5108 |747400 | 135.0 | 280M|  35 |  87 |1150 |  80k|1150 |  80k| 326 |   0 |2744 |-5.000000e+01 |-4.400000e+01 |  13.64%
1546.44/1546.70	c  1547s|  5500 |  5202 |759790 | 134.8 | 283M|  35 |  85 |1150 |  80k|1150 |  80k| 326 |   0 |2745 |-5.000000e+01 |-4.400000e+01 |  13.64%
1562.54/1562.82	c  1563s|  5600 |  5296 |771963 | 134.6 | 286M|  35 |  84 |1150 |  80k|1150 |  80k| 326 |   0 |2746 |-5.000000e+01 |-4.400000e+01 |  13.64%
1579.73/1580.07	c  1580s|  5700 |  5384 |783286 | 134.2 | 289M|  35 |  93 |1150 |  80k|1150 |  80k| 326 |   0 |2748 |-5.000000e+01 |-4.400000e+01 |  13.64%
1594.04/1594.39	c  1594s|  5800 |  5482 |793478 | 133.7 | 292M|  35 |  73 |1150 |  80k|1150 |  80k| 326 |   0 |2751 |-5.000000e+01 |-4.400000e+01 |  13.64%
1615.73/1616.00	c  1616s|  5900 |  5568 |805441 | 133.4 | 295M|  35 | 133 |1150 |  80k|1150 |  80k| 326 |   0 |2790 |-5.000000e+01 |-4.400000e+01 |  13.64%
1637.22/1637.51	c  1638s|  6000 |  5658 |817858 | 133.3 | 298M|  35 | 106 |1150 |  80k|1150 |  80k| 326 |   0 |2832 |-5.000000e+01 |-4.400000e+01 |  13.64%
1659.82/1660.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1659.82/1660.10	c  1660s|  6100 |  5748 |830741 | 133.2 | 301M|  35 |  65 |1150 |  80k|1150 |  80k| 326 |   0 |2882 |-5.000000e+01 |-4.400000e+01 |  13.64%
1686.32/1686.62	c  1687s|  6200 |  5836 |844568 | 133.3 | 304M|  35 | 104 |1150 |  80k|1150 |  80k| 326 |   0 |2940 |-5.000000e+01 |-4.400000e+01 |  13.64%
1706.12/1706.40	c  1706s|  6300 |  5926 |855803 | 133.0 | 307M|  35 |  82 |1150 |  80k|1150 |  80k| 326 |   0 |2975 |-5.000000e+01 |-4.400000e+01 |  13.64%
1730.02/1730.33	c  1730s|  6400 |  6020 |867384 | 132.7 | 310M|  35 |  89 |1150 |  80k|1150 |  80k| 326 |   0 |3021 |-5.000000e+01 |-4.400000e+01 |  13.64%
1752.61/1752.97	c  1753s|  6500 |  6112 |879951 | 132.6 | 313M|  35 | 115 |1150 |  80k|1150 |  80k| 326 |   0 |3067 |-5.000000e+01 |-4.400000e+01 |  13.64%
1775.81/1776.19	c  1776s|  6600 |  6194 |892107 | 132.4 | 315M|  35 |   - |1150 |  80k|1150 |  80k| 326 |   0 |3117 |-5.000000e+01 |-4.400000e+01 |  13.64%
1796.71/1797.01	c 
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Solving Time (sec) : 1797.01
1796.71/1797.01	c Solving Nodes      : 6684
1796.71/1797.01	c Primal Bound       : -4.40000000000000e+01 (600 solutions)
1796.71/1797.01	c Dual Bound         : -5.00000000000000e+01
1796.71/1797.01	c Gap                : 13.64 %
1796.71/1797.03	s SATISFIABLE
1796.71/1797.03	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.71/1797.03	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.71/1797.03	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.71/1797.03	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.71/1797.03	v -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1796.71/1797.03	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1796.71/1797.03	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 
1796.71/1797.03	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1796.71/1797.03	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 
1796.71/1797.03	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1796.71/1797.03	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1796.71/1797.03	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1796.71/1797.03	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 
1796.71/1797.03	v -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
1796.71/1797.03	v -x313 -x314 x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 
1796.71/1797.03	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 
1796.71/1797.03	v -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 -x373 -x374 -x375 
1796.71/1797.03	v -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 
1796.71/1797.03	v -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 -x417 
1796.71/1797.03	v -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 -x436 -x437 -x438 
1796.71/1797.03	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 
1796.71/1797.03	v -x460 -x461 -x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 
1796.71/1797.03	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 
1796.71/1797.03	v -x502 -x503 -x504 -x505 x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 
1796.71/1797.03	v -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 
1796.71/1797.03	v -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 x564 
1796.71/1797.03	v -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 
1796.71/1797.03	v -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 
1796.71/1797.03	v -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 
1796.71/1797.03	v -x628 -x629 -x630 -x631 -x632 -x633 x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
1796.71/1797.03	v -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 
1796.71/1797.03	v -x670 -x671 -x672 x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 
1796.71/1797.03	v -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 
1796.71/1797.03	v -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 x726 -x727 -x728 -x729 -x730 -x731 -x732 
1796.71/1797.03	v -x733 -x734 -x735 -x736 x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 
1796.71/1797.03	v -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 
1796.71/1797.03	v -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 
1796.71/1797.03	v -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 
1796.71/1797.03	v -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 
1796.71/1797.03	v -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 x857 -x858 
1796.71/1797.03	v -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 
1796.71/1797.03	v -x880 -x881 -x882 x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 
1796.71/1797.03	v -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 
1796.71/1797.03	v -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 x938 -x939 -x940 -x941 -x942 
1796.71/1797.03	v -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 
1796.71/1797.03	v -x963 -x964 -x965 -x966 -x967 -x968 x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 
1796.71/1797.03	v -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 x1004 
1796.71/1797.03	v -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 
1796.71/1797.03	v -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 
1796.71/1797.03	v -x1040 -x1041 -x1042 -x1043 x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
1796.71/1797.03	v -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 
1796.71/1797.03	v -x1076 -x1077 -x1078 -x1079 x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 
1796.71/1797.03	v -x1094 -x1095 x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 
1796.71/1797.03	v -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 x1127 -x1128 -x1129 
1796.71/1797.03	v -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 
1796.71/1797.03	v -x1148 -x1149 -x1150 
1796.71/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.03	c Total Time         :    1797.01
1796.71/1797.03	c   solving          :    1797.01
1796.71/1797.03	c   presolving       :       0.95 (included in solving)
1796.71/1797.03	c   reading          :       0.16 (included in solving)
1796.71/1797.03	c   copying          :       0.86 (8 #copies) (minimal 0.10, maximal 0.11, average 0.11)
1796.71/1797.03	c Original Problem   :
1796.71/1797.03	c   Problem name     : HOME/instance-3693275-1338031955.opb
1796.71/1797.03	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03	c   Constraints      : 80851 initial, 80851 maximal
1796.71/1797.03	c   Objective sense  : minimize
1796.71/1797.03	c Presolved Problem  :
1796.71/1797.03	c   Problem name     : t_HOME/instance-3693275-1338031955.opb
1796.71/1797.03	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03	c   Constraints      : 80851 initial, 80851 maximal
1796.71/1797.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   pseudoobj        :       0.00       0.02          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   probing          :       0.27       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   setppc           :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   linear           :       0.41       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.03	c   integral         :          0          0          0          0       6564          0        605          0          1         32          0          0      13100
1796.71/1797.03	c   setppc           :      80851      80851         34      40930          0          0        600          0          0     233460          0          0          0
1796.71/1797.03	c   countsols        :          0          0          0          0          0          0        603          0          0          0          0          0          0
1796.71/1797.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.03	c   integral         :     372.09       0.00       0.00       0.00     372.08       0.00       0.01       0.00
1796.71/1797.03	c   setppc           :      10.87       0.00       0.16       9.55       0.00       0.00       1.17       0.00
1796.71/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.03	c   rootredcost      :          8          0          0          0
1796.71/1797.03	c   pseudoobj        :      47444          0          0          0
1796.71/1797.03	c   vbounds          :          0          0          0          0
1796.71/1797.03	c   redcost          :       6603          0          0          5
1796.71/1797.03	c   probing          :          0          0          0          0
1796.71/1797.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.03	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.71/1797.03	c   pseudoobj        :       5.49       0.02       0.00       5.47       0.00
1796.71/1797.03	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.71/1797.03	c   redcost          :       0.14       0.00       0.00       0.14       0.00
1796.71/1797.03	c   probing          :       0.27       0.00       0.27       0.00       0.00
1796.71/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.71/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.03	c   cut pool         :       0.00                    33          -          -         67          -    (maximal pool size: 665)
1796.71/1797.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   impliedbounds    :       0.04       0.00         34          0          0          0          0
1796.71/1797.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   gomory           :       0.28       0.00         10          0          0        500          0
1796.71/1797.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   strongcg         :       5.10       0.00         20          0          0      10000          0
1796.71/1797.03	c   cmir             :      12.18       0.00         10          0          0          0          0
1796.71/1797.03	c   flowcover        :      13.07       0.00         10          0          0          0          0
1796.71/1797.03	c   clique           :       1.64       0.00         34          0          0        317          0
1796.71/1797.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   mcf              :       0.17       0.00          1          0          0          0          0
1796.71/1797.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.03	c   problem variables:       0.00          -          0          0
1796.71/1797.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.03	c   relpscost        :     372.07       0.00       6564          1         32          0          0      13100
1796.71/1797.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.03	c   LP solutions     :       0.00          -          -          0
1796.71/1797.03	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.03	c   oneopt           :       0.07       0.00          7          1
1796.71/1797.03	c   crossover        :       2.92       0.00          7          4
1796.71/1797.03	c   pscostdiving     :      96.72       0.00        186         36
1796.71/1797.03	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.03	c   trivial          :       0.01       0.00          2          1
1796.71/1797.03	c   shiftandpropagate:       0.00       0.00          0          0
1796.71/1797.03	c   simplerounding   :       0.22       0.00       6598         63
1796.71/1797.03	c   zirounding       :      29.80       0.00       6550        142
1796.71/1797.03	c   rounding         :      12.50       0.00       3403          1
1796.71/1797.03	c   shifting         :       2.05       0.00        416          1
1796.71/1797.03	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.03	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.03	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.03	c   indoneopt        :       0.01       0.00          0          0
1796.71/1797.03	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.03	c   feaspump         :       0.00       0.00          0          0
1796.71/1797.03	c   clique           :       0.00       0.00          0          0
1796.71/1797.03	c   coefdiving       :     120.69       0.00        152         43
1796.71/1797.03	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.03	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.03	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.03	c   fracdiving       :      66.44       0.00         70         16
1796.71/1797.03	c   veclendiving     :     186.32       0.00        108          9
1796.71/1797.03	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.03	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.03	c   objpscostdiving  :      72.16       0.00         55        133
1796.71/1797.03	c   rootsoldiving    :      52.62       0.00        103        100
1796.71/1797.03	c   linesearchdiving :     102.75       0.00        211         36
1796.71/1797.03	c   guideddiving     :      62.19       0.00         63         13
1796.71/1797.03	c   octane           :       0.00       0.00          0          0
1796.71/1797.03	c   rens             :       2.35       0.00          1          1
1796.71/1797.03	c   rins             :       0.00       0.00          0          0
1796.71/1797.03	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.03	c   mutation         :       0.00       0.00          0          0
1796.71/1797.03	c   dins             :       0.00       0.00          0          0
1796.71/1797.03	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.03	c   undercover       :       0.00       0.00          0          0
1796.71/1797.03	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.03	c   trysol           :       0.01       0.00          0          0
1796.71/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.03	c   primal LP        :       0.09          5          0       0.00       0.00       0.09          5
1796.71/1797.03	c   dual LP          :     503.91       6894     487316      72.40     967.07       2.52        163
1796.71/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.03	c   diving/probing LP:     617.65      22742     415885      18.29     673.34
1796.71/1797.03	c   strong branching :     370.47       3158     270505      85.66     730.17
1796.71/1797.03	c     (at root node) :          -         21       3354     159.71          -
1796.71/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.03	c B&B Tree           :
1796.71/1797.03	c   number of runs   :          1
1796.71/1797.03	c   nodes            :       6684
1796.71/1797.03	c   nodes (total)    :       6684
1796.71/1797.03	c   nodes left       :       6272
1796.71/1797.03	c   max depth        :         35
1796.71/1797.03	c   max depth (total):         35
1796.71/1797.03	c   backtracks       :       1296 (19.4%)
1796.71/1797.03	c   delayed cutoffs  :          0
1796.71/1797.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.03	c   avg switch length:       6.52
1796.71/1797.03	c   switching time   :      19.44
1796.71/1797.03	c Solution           :
1796.71/1797.03	c   Solutions found  :        600 (10 improvements)
1796.71/1797.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.34 seconds, depth 0, found by <trivial>)
1796.71/1797.03	c   Primal Bound     : -4.40000000000000e+01   (in run 1, after 2277 nodes, 660.84 seconds, depth 25, found by <linesearchdiving>)
1796.71/1797.03	c   Dual Bound       : -5.00000000000000e+01
1796.71/1797.03	c   Gap              :      13.64 %
1796.71/1797.03	c   Root Dual Bound  : -5.03333333333333e+01
1796.71/1797.03	c   Root Iterations  :      18327
1797.01/1797.30	c Time complete: 1797.02.

Verifier Data

OK	-44

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-3693275-1338031955/watcher-3693275-1338031955 -o /tmp/evaluation-result-3693275-1338031955/solver-3693275-1338031955 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693275-1338031955.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 2.01 2.00 2.00 3/176 9116
/proc/meminfo: memFree=28947860/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=11136 CPUtime=0 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 1536 0 0 0 0 0 0 0 20 0 1 0 269320007 11403264 1491 33554432000 4194304 10169799 140735173239872 140733738325880 8797266 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 2784 1491 412 1459 0 1316 0

[startup+0.0427469 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 9116
/proc/meminfo: memFree=28947860/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=17008 CPUtime=0.03 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 3018 0 0 0 3 0 0 0 20 0 1 0 269320007 17416192 2973 33554432000 4194304 10169799 140735173239872 140733738325880 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 4252 2973 412 1459 0 2784 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17008

[startup+0.100291 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 9116
/proc/meminfo: memFree=28947860/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=25124 CPUtime=0.08 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 5032 0 0 0 8 0 0 0 20 0 1 0 269320007 25726976 4987 33554432000 4194304 10169799 140735173239872 140733738325880 5282272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 6281 4987 412 1459 0 4813 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25124

[startup+0.300267 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 9116
/proc/meminfo: memFree=28947860/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=104864 CPUtime=0.29 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 24464 0 0 0 26 3 0 0 20 0 1 0 269320007 107380736 24361 33554432000 4194304 10169799 140735173239872 140733738325880 7543003 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 26216 24361 499 1459 0 24748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104864

[startup+0.700274 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 9116
/proc/meminfo: memFree=28947860/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=127272 CPUtime=0.69 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 33287 0 0 0 60 9 0 0 20 0 1 0 269320007 130326528 29895 33554432000 4194304 10169799 140735173239872 140735173237864 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 31818 29895 553 1459 0 30350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127272

[startup+1.50027 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 9117
/proc/meminfo: memFree=28826336/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=229512 CPUtime=1.49 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 59571 0 0 0 134 15 0 0 20 0 1 0 269320007 235020288 54355 33554432000 4194304 10169799 140735173239872 140735173237864 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 57378 54355 724 1459 0 55910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 229512

[startup+3.10025 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 9117
/proc/meminfo: memFree=28717308/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=253716 CPUtime=3.09 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 66060 0 0 0 290 19 0 0 20 0 1 0 269320007 259805184 58495 33554432000 4194304 10169799 140735173239872 140735173235864 7242705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 63429 58495 761 1459 0 61961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 253716

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9117
/proc/meminfo: memFree=28720904/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=249516 CPUtime=6.29 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 67562 0 0 0 610 19 0 0 20 0 1 0 269320007 255504384 57839 33554432000 4194304 10169799 140735173239872 140735173234280 7271351 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 62379 57839 774 1459 0 60911 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 249516

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9117
/proc/meminfo: memFree=28708268/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=251796 CPUtime=12.69 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 68937 0 0 0 1249 20 0 0 20 0 1 0 269320007 257839104 60236 33554432000 4194304 10169799 140735173239872 140735173236408 7271351 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 62949 60236 774 1459 0 61481 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 251796

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9117
/proc/meminfo: memFree=28706904/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=256456 CPUtime=25.48 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 69314 0 0 0 2528 20 0 0 20 0 1 0 269320007 262610944 60613 33554432000 4194304 10169799 140735173239872 140735173236408 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 64114 60613 774 1459 0 62646 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 256456

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9118
/proc/meminfo: memFree=28700208/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=259508 CPUtime=51.08 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 71057 0 0 0 5085 23 0 0 20 0 1 0 269320007 265736192 62260 33554432000 4194304 10169799 140735173239872 140735173234280 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 64877 62260 776 1459 0 63409 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 259508

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9118
/proc/meminfo: memFree=28632492/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=323444 CPUtime=102.28 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 87635 0 0 0 10186 42 0 0 20 0 1 0 269320007 331206656 78927 33554432000 4194304 10169799 140735173239872 140735173234472 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 80861 78927 826 1459 0 79393 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 323444

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9118
/proc/meminfo: memFree=28631300/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=323444 CPUtime=162.25 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 87654 0 0 0 16173 52 0 0 20 0 1 0 269320007 331206656 79137 33554432000 4194304 10169799 140735173239872 140735173234472 7682088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 80861 79137 826 1459 0 79393 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 323444

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 9119
/proc/meminfo: memFree=28628180/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=323444 CPUtime=222.25 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 87654 0 0 0 22162 63 0 0 20 0 1 0 269320007 331206656 79696 33554432000 4194304 10169799 140735173239872 140735173234664 8030232 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 80861 79696 826 1459 0 79393 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 323444

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9119
/proc/meminfo: memFree=28632592/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=316964 CPUtime=282.24 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 91156 0 0 0 28148 76 0 0 20 0 1 0 269320007 324571136 78154 33554432000 4194304 10169799 140735173239872 140735173237512 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 79241 78154 830 1459 0 77773 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 316964

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9119
/proc/meminfo: memFree=28632220/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=316964 CPUtime=342.23 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 91156 0 0 0 34136 87 0 0 20 0 1 0 269320007 324571136 78154 33554432000 4194304 10169799 140735173239872 140735173234008 8044557 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 79241 78154 830 1459 0 77773 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 316964

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9120
/proc/meminfo: memFree=28632096/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=316964 CPUtime=402.22 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 104211 0 0 0 40121 101 0 0 20 0 1 0 269320007 324571136 78154 33554432000 4194304 10169799 140735173239872 140735173234200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 79241 78154 830 1459 0 77773 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 316964

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9123
/proc/meminfo: memFree=28631280/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=316964 CPUtime=462.21 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 104211 0 0 0 46110 111 0 0 20 0 1 0 269320007 324571136 78154 33554432000 4194304 10169799 140735173239872 140735173234472 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 79241 78154 830 1459 0 77773 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 316964

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9123
/proc/meminfo: memFree=28630792/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=319492 CPUtime=522.2 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 104212 0 0 0 52100 120 0 0 20 0 1 0 269320007 327159808 78155 33554432000 4194304 10169799 140735173239872 140735173236392 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 79873 78155 830 1459 0 78405 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 319492

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9123
/proc/meminfo: memFree=28628000/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=324552 CPUtime=582.19 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 123789 0 0 0 58082 137 0 0 20 0 1 0 269320007 332341248 78794 33554432000 4194304 10169799 140735173239872 140735173234248 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 81138 78794 830 1459 0 79670 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 324552

[startup+642.3 s]

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

/proc/meminfo: memFree=28448316/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=377392 CPUtime=1062.11 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 141426 0 0 0 105997 214 0 0 20 0 1 0 269320007 386449408 92035 33554432000 4194304 10169799 140735173239872 140735173236392 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 94348 92035 830 1459 0 92880 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 377392

[startup+1122.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 9926
/proc/meminfo: memFree=28447256/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=383024 CPUtime=1122.11 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 166240 0 0 0 111981 230 0 0 20 0 1 0 269320007 392216576 93154 33554432000 4194304 10169799 140735173239872 140735173234200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 95756 93154 830 1459 0 94288 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 383024

[startup+1182.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 9926
/proc/meminfo: memFree=28443588/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=389396 CPUtime=1182.1 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 168128 0 0 0 117969 241 0 0 20 0 1 0 269320007 398741504 95040 33554432000 4194304 10169799 140735173239872 140735173234664 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 97349 95040 830 1459 0 95881 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 389396

[startup+1242.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/177 9926
/proc/meminfo: memFree=28434928/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=397952 CPUtime=1242.09 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 190767 0 0 0 123953 256 0 0 20 0 1 0 269320007 407502848 96811 33554432000 4194304 10169799 140735173239872 140735173234360 5120223 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 99488 96811 830 1459 0 98020 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 397952

[startup+1302.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 9927
/proc/meminfo: memFree=28414520/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=405864 CPUtime=1302.09 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 192847 0 0 0 129944 265 0 0 20 0 1 0 269320007 415604736 99402 33554432000 4194304 10169799 140735173239872 140735173234392 5119964 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 101466 99402 830 1459 0 99998 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 405864

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 9927
/proc/meminfo: memFree=28414940/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=414320 CPUtime=1362.07 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 194693 0 0 0 135933 274 0 0 20 0 1 0 269320007 424263680 101248 33554432000 4194304 10169799 140735173239872 140735173234280 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 103580 101248 830 1459 0 102112 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 414320

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 9927
/proc/meminfo: memFree=28404832/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=419292 CPUtime=1422.07 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 217628 0 0 0 141916 291 0 0 20 0 1 0 269320007 429355008 102638 33554432000 4194304 10169799 140735173239872 140735173234744 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 104823 102638 830 1459 0 103355 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 419292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 9927
/proc/meminfo: memFree=28388276/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=431948 CPUtime=1482.05 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 220493 0 0 0 147903 302 0 0 20 0 1 0 269320007 442314752 105494 33554432000 4194304 10169799 140735173239872 140735173236392 7884913 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 107987 105494 830 1459 0 106519 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 431948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 9927
/proc/meminfo: memFree=28378848/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=440232 CPUtime=1542.04 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 222403 0 0 0 153893 311 0 0 20 0 1 0 269320007 450797568 107912 33554432000 4194304 10169799 140735173239872 140735173233912 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 110058 107912 830 1459 0 108590 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 440232

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 9928
/proc/meminfo: memFree=28362556/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=450040 CPUtime=1602.03 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 223911 0 0 0 159881 322 0 0 20 0 1 0 269320007 460840960 110448 33554432000 4194304 10169799 140735173239872 140735173234936 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 112510 110448 830 1459 0 111042 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 450040

[startup+1662.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/178 9931
/proc/meminfo: memFree=28361356/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=455372 CPUtime=1662.03 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 225389 0 0 0 165870 333 0 0 20 0 1 0 269320007 466300928 111926 33554432000 4194304 10169799 140735173239872 140735173234936 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 113843 111926 830 1459 0 112375 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 455372

[startup+1722.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/178 9954
/proc/meminfo: memFree=28351556/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=468292 CPUtime=1722.02 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 248655 0 0 0 171851 351 0 0 20 0 1 0 269320007 479531008 114914 33554432000 4194304 10169799 140735173239872 140735173237544 8884238 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 117073 114914 830 1459 0 115605 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 468292

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 9954
/proc/meminfo: memFree=28343136/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=471184 CPUtime=1782.01 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 249568 0 0 0 177839 362 0 0 20 0 1 0 269320007 482492416 115824 33554432000 4194304 10169799 140735173239872 140735173234200 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 117796 115824 830 1459 0 116328 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 471184

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 9954
/proc/meminfo: memFree=28342764/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=471184 CPUtime=1785.2 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 249574 0 0 0 178158 362 0 0 20 0 1 0 269320007 482492416 115830 33554432000 4194304 10169799 140735173239872 140735173234344 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 117796 115830 830 1459 0 116328 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 471184

[startup+1791.91 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 9954
/proc/meminfo: memFree=28345804/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=473052 CPUtime=1791.61 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 249683 0 0 0 178798 363 0 0 20 0 1 0 269320007 484405248 115939 33554432000 4194304 10169799 140735173239872 140735173234328 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 118263 115939 830 1459 0 116795 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 473052

[startup+1795.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9954
/proc/meminfo: memFree=28340472/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=473052 CPUtime=1794.81 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 249773 0 0 0 179117 364 0 0 20 0 1 0 269320007 484405248 116029 33554432000 4194304 10169799 140735173239872 140735173236056 7929392 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 118263 116029 830 1459 0 116795 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 473052

[startup+1796.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9954
/proc/meminfo: memFree=28340348/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=473052 CPUtime=1796.41 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 249836 0 0 0 179277 364 0 0 20 0 1 0 269320007 484405248 116092 33554432000 4194304 10169799 140735173239872 140735173234120 7929380 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 118263 116092 830 1459 0 116795 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 473052

[startup+1797.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9954
/proc/meminfo: memFree=28340348/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=473052 CPUtime=1796.81 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 249850 0 0 0 179317 364 0 0 20 0 1 0 269320007 484405248 116106 33554432000 4194304 10169799 140735173239872 140735173234120 4926032 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 118263 116106 832 1459 0 116795 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 473052

[startup+1797.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9954
/proc/meminfo: memFree=28380212/32873844 swapFree=7900/7900
[pid=9116] ppid=9114 vsize=338280 CPUtime=1797.01 cores=0,2,4,6
/proc/9116/stat : 9116 (scip-2.1.1.4sfi) R 9114 9116 6871 0 -1 4202496 249850 0 0 0 179337 364 0 0 20 0 1 0 269320007 346398720 83885 33554432000 4194304 10169799 140735173239872 140735173234120 9174538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9116/statm: 84570 83885 832 1459 0 83102 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 338280

Child status: 0
Real time (s): 1797.31
CPU time (s): 1797.02
CPU user time (s): 1793.37
CPU system time (s): 3.65045
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 545784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.37
system time used= 3.65044
maximum resident set size= 540512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249852
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= 33
involuntary context switches= 1848

runsolver used 2.83557 second user time and 7.42087 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 13:32:35
IDJOB=3693275
IDBENCH=2264
IDSOLVER=2272
FILE ID=node137/3693275-1338031955
RUNJOBID= node137-1338017245-7420
PBS_JOBID= 14624260
Free space on /tmp= 71268 MiB

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

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

MD5SUM BENCH= 669011fc499ae56e44c354cc6cddc4c7
RANDOM SEED=168028911

node137.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.600
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.20
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.600
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.600
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	: 5331.92
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.600
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.600
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.91
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.600
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.90
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.600
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.91
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.600
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:       32873844 kB
MemFree:        28948124 kB
Buffers:          253632 kB
Cached:          2785276 kB
SwapCached:        22060 kB
Active:          1019892 kB
Inactive:        2119572 kB
Active(anon):      80028 kB
Inactive(anon):    22680 kB
Active(file):     939864 kB
Inactive(file):  2096892 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             15592 kB
Writeback:             0 kB
AnonPages:        190032 kB
Mapped:            12884 kB
Shmem:                 0 kB
Slab:             645552 kB
SReclaimable:      87324 kB
SUnreclaim:       558228 kB
KernelStack:        1472 kB
PageTables:         4016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     203240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71252 MiB
End job on node137 at 2012-05-26 14:02:32