Trace number 3692111

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 E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixedSAT-43 1797.02 1797.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
MD5SUMe81d6b8e8ff8ec031773b7b65d16ea78
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -50
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80258
Number of constraints which are clauses80258
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: 947bdb7-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-3692111-1338033018.opb>
0.09/0.17	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80258 constraints
0.09/0.17	c problem read in 0.17
0.19/0.27	o 0
0.19/0.27	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.27	c presolving:
0.69/0.70	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80258 upgd conss, 160516 impls, 0 clqs
1.00/1.07	c    (1.1s) probing: 51/1150 (4.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.07	c    (1.1s) probing aborted: 50/50 successive totally useless probings
1.00/1.09	c presolving (2 rounds):
1.00/1.09	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.09	c  160516 implications, 0 cliques
1.00/1.09	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80258 constraints
1.00/1.09	c   80258 constraints of type <setppc>
1.00/1.09	c transformed objective value is always integral (scale: 1)
1.00/1.09	c Presolving Time: 0.83
1.00/1.09	c - non default parameters ----------------------------------------------------------------------
1.00/1.09	c # SCIP version 2.1.1.4
1.00/1.09	c 
1.00/1.09	c # maximal time in seconds to run
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.09	c limits/time = 1797
1.00/1.09	c 
1.00/1.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.09	c limits/memory = 13950
1.00/1.09	c 
1.00/1.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.00/1.09	c # [type: int, range: [1,2], default: 1]
1.00/1.09	c timing/clocktype = 2
1.00/1.09	c 
1.00/1.09	c # belongs reading time to solving time?
1.00/1.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.09	c timing/reading = TRUE
1.00/1.09	c 
1.00/1.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.09	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.09	c separating/rapidlearning/freq = 0
1.00/1.09	c 
1.00/1.09	c -----------------------------------------------------------------------------------------------
1.00/1.09	c start solving
1.10/1.12	c 
2.19/2.21	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.21	c t 2.2s|     1 |     0 |  1152 |     - | 106M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 |    Inf 
2.19/2.26	o -1
2.19/2.26	c R 2.3s|     1 |     0 |  1152 |     - | 106M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  Large 
3.59/3.62	c   3.6s|     1 |     0 |  1523 |     - | 106M|   0 |1085 |1150 |  80k|1150 |  80k|   7 |   0 |   0 |-5.425000e+02 |-1.000000e+00 |  Large 
3.59/3.64	o -36
3.59/3.64	c b 3.6s|     1 |     0 |  1523 |     - | 106M|   0 |1085 |1150 |  80k|1150 |  80k|   7 |   0 |   0 |-5.425000e+02 |-3.600000e+01 |1406.94%
5.29/5.34	c   5.3s|     1 |     0 |  1637 |     - | 106M|   0 |1040 |1150 |  80k|1150 |  80k|  14 |   0 |   0 |-5.200000e+02 |-3.600000e+01 |1344.44%
7.59/7.68	c   7.7s|     1 |     0 |  1954 |     - | 106M|   0 | 997 |1150 |  80k|1150 |  80k|  22 |   0 |   0 |-4.985000e+02 |-3.600000e+01 |1284.72%
10.29/10.36	c  10.4s|     1 |     0 |  2229 |     - | 106M|   0 | 931 |1150 |  80k|1150 |  80k|  36 |   0 |   0 |-4.647500e+02 |-3.600000e+01 |1190.97%
13.39/13.48	c  13.5s|     1 |     0 |  2655 |     - | 106M|   0 | 883 |1150 |  80k|1150 |  80k|  46 |   0 |   0 |-4.415000e+02 |-3.600000e+01 |1126.39%
16.59/16.60	c  16.6s|     1 |     0 |  2905 |     - | 106M|   0 | 826 |1150 |  80k|1150 |  80k|  72 |   0 |   0 |-4.130000e+02 |-3.600000e+01 |1047.22%
20.19/20.20	c  20.2s|     1 |     0 |  3413 |     - | 106M|   0 | 758 |1150 |  80k|1150 |  80k|  87 |   0 |   0 |-3.790000e+02 |-3.600000e+01 | 952.78%
23.98/24.00	c  24.0s|     1 |     0 |  3998 |     - | 106M|   0 | 710 |1150 |  80k|1150 |  80k| 102 |   0 |   0 |-3.550000e+02 |-3.600000e+01 | 886.11%
27.58/27.61	c  27.6s|     1 |     0 |  4405 |     - | 106M|   0 | 662 |1150 |  80k|1150 |  80k| 114 |   0 |   0 |-3.310000e+02 |-3.600000e+01 | 819.44%
31.49/31.52	c  31.5s|     1 |     0 |  5050 |     - | 106M|   0 | 613 |1150 |  80k|1150 |  80k| 125 |   0 |   0 |-3.065000e+02 |-3.600000e+01 | 751.39%
32.99/33.06	c  33.1s|     1 |     0 |  6147 |     - | 106M|   0 | 551 |1150 |  80k|1150 |  80k| 140 |   0 |   0 |-2.755000e+02 |-3.600000e+01 | 665.28%
33.68/33.72	c  33.7s|     1 |     0 |  6425 |     - | 106M|   0 | 507 |1150 |  80k|1150 |  80k| 152 |   0 |   0 |-2.535000e+02 |-3.600000e+01 | 604.17%
34.38/34.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.38/34.46	c  34.5s|     1 |     0 |  6812 |     - | 106M|   0 | 466 |1150 |  80k|1150 |  80k| 166 |   0 |   0 |-2.330000e+02 |-3.600000e+01 | 547.22%
35.58/35.66	c  35.7s|     1 |     0 |  7933 |     - | 107M|   0 | 411 |1150 |  80k|1150 |  80k| 175 |   0 |   0 |-2.055000e+02 |-3.600000e+01 | 470.83%
36.48/36.57	c  36.6s|     1 |     0 |  8536 |     - | 107M|   0 | 360 |1150 |  80k|1150 |  80k| 199 |   0 |   0 |-1.800000e+02 |-3.600000e+01 | 400.00%
38.19/38.20	c  38.2s|     1 |     0 | 10139 |     - | 107M|   0 | 316 |1150 |  80k|1150 |  80k| 224 |   0 |   0 |-1.580000e+02 |-3.600000e+01 | 338.89%
39.18/39.29	c  39.3s|     1 |     0 | 11317 |     - | 107M|   0 | 277 |1150 |  80k|1150 |  80k| 240 |   0 |   0 |-1.385000e+02 |-3.600000e+01 | 284.72%
41.09/41.17	c  41.2s|     1 |     0 | 13438 |     - | 107M|   0 | 253 |1150 |  80k|1150 |  80k| 255 |   0 |   0 |-1.265000e+02 |-3.600000e+01 | 251.39%
41.79/41.88	c  41.9s|     1 |     0 | 14025 |     - | 107M|   0 | 222 |1150 |  80k|1150 |  80k| 270 |   0 |   0 |-1.110000e+02 |-3.600000e+01 | 208.33%
42.79/42.84	c  42.8s|     1 |     0 | 15266 |     - | 107M|   0 | 208 |1150 |  80k|1150 |  80k| 284 |   0 |   0 |-9.316667e+01 |-3.600000e+01 | 158.80%
43.28/43.34	c  43.3s|     1 |     0 | 16003 |     - | 107M|   0 | 170 |1150 |  80k|1150 |  80k| 289 |   0 |   0 |-7.716667e+01 |-3.600000e+01 | 114.35%
44.08/44.18	c  44.2s|     1 |     0 | 17176 |     - | 107M|   0 | 158 |1150 |  80k|1150 |  80k| 294 |   0 |   0 |-6.866667e+01 |-3.600000e+01 |  90.74%
44.28/44.38	c  44.4s|     1 |     0 | 17308 |     - | 107M|   0 | 140 |1150 |  80k|1150 |  80k| 300 |   0 |   0 |-5.316667e+01 |-3.600000e+01 |  47.69%
44.38/44.49	c  44.5s|     1 |     0 | 17413 |     - | 107M|   0 | 161 |1150 |  80k|1150 |  80k| 304 |   0 |   0 |-5.230000e+01 |-3.600000e+01 |  45.28%
44.48/44.56	c  44.6s|     1 |     0 | 17447 |     - | 107M|   0 | 153 |1150 |  80k|1150 |  80k| 311 |   0 |   0 |-5.216667e+01 |-3.600000e+01 |  44.91%
44.58/44.67	c  44.7s|     1 |     0 | 17521 |     - | 107M|   0 | 137 |1150 |  80k|1150 |  80k| 316 |   0 |   0 |-5.150000e+01 |-3.600000e+01 |  43.06%
44.78/44.84	c  44.8s|     1 |     0 | 17616 |     - | 107M|   0 | 152 |1150 |  80k|1150 |  80k| 325 |   0 |   0 |-5.150000e+01 |-3.600000e+01 |  43.06%
44.88/44.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.88/44.96	c  45.0s|     1 |     0 | 17670 |     - | 107M|   0 | 151 |1150 |  80k|1150 |  80k| 335 |   0 |   0 |-5.050000e+01 |-3.600000e+01 |  40.28%
44.99/45.09	c  45.1s|     1 |     0 | 17717 |     - | 107M|   0 | 161 |1150 |  80k|1150 |  80k| 346 |   0 |   0 |-5.050000e+01 |-3.600000e+01 |  40.28%
45.18/45.21	c  45.2s|     1 |     0 | 17773 |     - | 107M|   0 | 165 |1150 |  80k|1150 |  80k| 356 |   0 |   0 |-5.050000e+01 |-3.600000e+01 |  40.28%
45.28/45.37	c  45.4s|     1 |     0 | 17852 |     - | 107M|   0 | 169 |1150 |  80k|1150 |  80k| 366 |   0 |   0 |-5.050000e+01 |-3.600000e+01 |  40.28%
45.48/45.55	c  45.5s|     1 |     0 | 17926 |     - | 107M|   0 | 172 |1150 |  80k|1150 |  80k| 373 |   0 |   0 |-5.050000e+01 |-3.600000e+01 |  40.28%
45.68/45.70	c  45.7s|     1 |     0 | 17987 |     - | 107M|   0 | 174 |1150 |  80k|1150 |  80k| 382 |   0 |   0 |-5.050000e+01 |-3.600000e+01 |  40.28%
53.78/53.84	c  53.8s|     1 |     2 | 17987 |     - | 107M|   0 | 174 |1150 |  80k|1150 |  80k| 382 |   0 |  20 |-5.050000e+01 |-3.600000e+01 |  40.28%
101.57/101.68	o -37
101.57/101.68	c c 102s|    12 |    13 | 19042 |  95.9 | 109M|  11 |   - |1150 |  80k|1150 |  80k| 382 |   0 | 261 |-5.000000e+01 |-3.700000e+01 |  35.14%
101.67/101.70	o -39
101.67/101.70	c c 102s|    12 |    13 | 19044 |  96.1 | 109M|  11 |   - |1150 |  80k|1150 |  80k| 382 |   0 | 261 |-5.000000e+01 |-3.900000e+01 |  28.21%
244.35/244.41	c   244s|   100 |    97 | 26326 |  84.2 | 116M|  26 |  74 |1150 |  80k|1150 |  80k| 382 |   0 |1181 |-5.000000e+01 |-3.900000e+01 |  28.21%
246.64/246.76	o -40
246.64/246.76	c c 247s|   119 |   114 | 27778 |  83.0 | 117M|  28 |   - |1150 |  80k|1150 |  80k| 382 |   0 |1181 |-5.000000e+01 |-4.000000e+01 |  25.00%
258.35/258.49	c   258s|   200 |   187 | 32969 |  75.3 | 119M|  29 |  62 |1150 |  80k|1150 |  80k| 382 |   0 |1219 |-5.000000e+01 |-4.000000e+01 |  25.00%
271.94/272.01	c   272s|   300 |   283 | 39917 |  73.3 | 122M|  34 |  74 |1150 |  80k|1150 |  80k| 382 |   0 |1250 |-5.000000e+01 |-4.000000e+01 |  25.00%
282.55/282.62	c   283s|   400 |   357 | 44963 |  67.6 | 124M|  42 |  88 |1150 |  80k|1150 |  80k| 382 |   0 |1280 |-5.000000e+01 |-4.000000e+01 |  25.00%
293.94/294.00	c   294s|   500 |   445 | 50263 |  64.7 | 127M|  42 |   - |1150 |  80k|1150 |  80k| 382 |   0 |1308 |-5.000000e+01 |-4.000000e+01 |  25.00%
299.64/299.76	o -41
299.64/299.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.64/299.76	c l 300s|   530 |   430 | 52340 |  64.9 | 128M|  42 |   - |1150 |  80k|1150 |  80k| 382 |   0 |1326 |-5.000000e+01 |-4.100000e+01 |  21.95%
301.03/301.12	o -42
301.03/301.12	c g 301s|   545 |   416 | 53234 |  64.8 | 128M|  42 |   - |1150 |  80k|1150 |  80k| 382 |   0 |1326 |-5.000000e+01 |-4.200000e+01 |  19.05%
306.23/306.38	c   306s|   600 |   451 | 55310 |  62.3 | 129M|  42 |  89 |1150 |  80k|1150 |  80k| 382 |   0 |1353 |-5.000000e+01 |-4.200000e+01 |  19.05%
317.64/317.80	c   318s|   700 |   517 | 60881 |  61.4 | 131M|  42 |  42 |1150 |  80k|1150 |  80k| 382 |   0 |1380 |-5.000000e+01 |-4.200000e+01 |  19.05%
327.83/327.91	o -43
327.83/327.91	c p 328s|   763 |   513 | 66044 |  63.1 | 133M|  42 |   - |1150 |  80k|1150 |  80k| 382 |   0 |1408 |-5.000000e+01 |-4.300000e+01 |  16.28%
332.14/332.23	c   332s|   800 |   540 | 67662 |  62.2 | 134M|  42 |  90 |1150 |  80k|1150 |  80k| 382 |   0 |1429 |-5.000000e+01 |-4.300000e+01 |  16.28%
341.53/341.69	c   342s|   900 |   594 | 72243 |  60.4 | 136M|  42 |   - |1150 |  80k|1150 |  80k| 382 |   0 |1464 |-5.000000e+01 |-4.300000e+01 |  16.28%
349.74/349.86	c   350s|  1000 |   648 | 76015 |  58.1 | 138M|  42 | 114 |1150 |  80k|1150 |  80k| 382 |   0 |1490 |-5.000000e+01 |-4.300000e+01 |  16.28%
375.03/375.17	c   375s|  1100 |   748 | 87615 |  63.4 | 141M|  42 |  88 |1150 |  80k|1150 |  80k| 382 |   0 |1526 |-5.000000e+01 |-4.300000e+01 |  16.28%
388.72/388.81	c   389s|  1200 |   848 | 94030 |  63.4 | 143M|  42 | 113 |1150 |  80k|1150 |  80k| 382 |   0 |1554 |-5.000000e+01 |-4.300000e+01 |  16.28%
402.72/402.84	c   403s|  1300 |   948 | 99709 |  62.9 | 146M|  42 | 110 |1150 |  80k|1150 |  80k| 382 |   0 |1590 |-5.000000e+01 |-4.300000e+01 |  16.28%
417.32/417.44	c   417s|  1400 |  1048 |107580 |  64.0 | 148M|  42 |  84 |1150 |  80k|1150 |  80k| 382 |   0 |1617 |-5.000000e+01 |-4.300000e+01 |  16.28%
437.62/437.73	c   438s|  1500 |  1148 |116488 |  65.7 | 151M|  42 | 110 |1150 |  80k|1150 |  80k| 382 |   0 |1653 |-5.000000e+01 |-4.300000e+01 |  16.28%
457.01/457.16	c   457s|  1600 |  1248 |126072 |  67.6 | 155M|  42 |  96 |1150 |  80k|1150 |  80k| 382 |   0 |1698 |-5.000000e+01 |-4.300000e+01 |  16.28%
479.91/480.02	c   480s|  1700 |  1348 |137881 |  70.6 | 158M|  44 |  89 |1150 |  80k|1150 |  80k| 382 |   0 |1733 |-5.000000e+01 |-4.300000e+01 |  16.28%
499.11/499.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
499.11/499.26	c   499s|  1800 |  1448 |147039 |  71.7 | 160M|  44 | 132 |1150 |  80k|1150 |  80k| 382 |   0 |1763 |-5.000000e+01 |-4.300000e+01 |  16.28%
523.90/524.04	c   524s|  1900 |  1548 |159774 |  74.7 | 164M|  44 | 106 |1150 |  80k|1150 |  80k| 382 |   0 |1807 |-5.000000e+01 |-4.300000e+01 |  16.28%
543.20/543.38	c   543s|  2000 |  1648 |169330 |  75.7 | 167M|  44 |  96 |1150 |  80k|1150 |  80k| 382 |   0 |1843 |-5.000000e+01 |-4.300000e+01 |  16.28%
579.50/579.69	c   580s|  2100 |  1748 |186945 |  80.5 | 171M|  44 | 128 |1150 |  80k|1150 |  80k| 382 |   0 |1905 |-5.000000e+01 |-4.300000e+01 |  16.28%
600.69/600.86	c   601s|  2200 |  1848 |196741 |  81.3 | 174M|  44 |  95 |1150 |  80k|1150 |  80k| 382 |   0 |1943 |-5.000000e+01 |-4.300000e+01 |  16.28%
629.99/630.15	c   630s|  2300 |  1948 |210779 |  83.9 | 177M|  44 |  84 |1150 |  80k|1150 |  80k| 382 |   0 |1991 |-5.000000e+01 |-4.300000e+01 |  16.28%
662.28/662.44	c   662s|  2400 |  2048 |226795 |  87.0 | 181M|  44 | 116 |1150 |  80k|1150 |  80k| 382 |   0 |2056 |-5.000000e+01 |-4.300000e+01 |  16.28%
688.88/689.01	c   689s|  2500 |  2148 |240040 |  88.9 | 184M|  44 | 103 |1150 |  80k|1150 |  80k| 382 |   0 |2105 |-5.000000e+01 |-4.300000e+01 |  16.28%
723.58/723.74	c   724s|  2600 |  2248 |258124 |  92.4 | 188M|  44 | 110 |1150 |  80k|1150 |  80k| 382 |   0 |2162 |-5.000000e+01 |-4.300000e+01 |  16.28%
754.96/755.16	c   755s|  2700 |  2344 |273689 |  94.7 | 191M|  44 |  96 |1150 |  80k|1150 |  80k| 382 |   0 |2222 |-5.000000e+01 |-4.300000e+01 |  16.28%
783.77/783.98	c   784s|  2800 |  2444 |288120 |  96.5 | 195M|  44 | 106 |1150 |  80k|1150 |  80k| 382 |   0 |2269 |-5.000000e+01 |-4.300000e+01 |  16.28%
813.16/813.34	c   813s|  2900 |  2542 |303630 |  98.5 | 198M|  44 | 127 |1150 |  80k|1150 |  80k| 382 |   0 |2300 |-5.000000e+01 |-4.300000e+01 |  16.28%
837.96/838.20	c   838s|  3000 |  2642 |318064 | 100.1 | 201M|  44 | 121 |1150 |  80k|1150 |  80k| 382 |   0 |2319 |-5.000000e+01 |-4.300000e+01 |  16.28%
862.16/862.32	c   862s|  3100 |  2740 |331930 | 101.3 | 204M|  44 | 182 |1150 |  80k|1150 |  80k| 382 |   0 |2341 |-5.000000e+01 |-4.300000e+01 |  16.28%
885.65/885.85	c   886s|  3200 |  2838 |345910 | 102.5 | 208M|  44 | 126 |1150 |  80k|1150 |  80k| 382 |   0 |2360 |-5.000000e+01 |-4.300000e+01 |  16.28%
914.55/914.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
914.55/914.75	c   915s|  3300 |  2938 |361284 | 104.1 | 211M|  44 |  91 |1150 |  80k|1150 |  80k| 382 |   0 |2386 |-5.000000e+01 |-4.300000e+01 |  16.28%
938.15/938.32	c   938s|  3400 |  3036 |375053 | 105.1 | 214M|  44 |  76 |1150 |  80k|1150 |  80k| 382 |   0 |2396 |-5.000000e+01 |-4.300000e+01 |  16.28%
959.34/959.56	c   960s|  3500 |  3136 |388713 | 106.0 | 216M|  44 |  81 |1150 |  80k|1150 |  80k| 382 |   0 |2401 |-5.000000e+01 |-4.300000e+01 |  16.28%
983.03/983.29	c   983s|  3600 |  3234 |403937 | 107.2 | 219M|  44 |  81 |1150 |  80k|1150 |  80k| 382 |   0 |2408 |-5.000000e+01 |-4.300000e+01 |  16.28%
1005.03/1005.20	c  1005s|  3700 |  3326 |417317 | 108.0 | 222M|  44 |  68 |1150 |  80k|1150 |  80k| 382 |   0 |2411 |-5.000000e+01 |-4.300000e+01 |  16.28%
1025.62/1025.86	c  1026s|  3800 |  3426 |429867 | 108.4 | 225M|  44 |  88 |1150 |  80k|1150 |  80k| 382 |   0 |2421 |-5.000000e+01 |-4.300000e+01 |  16.28%
1050.72/1050.98	c  1051s|  3900 |  3526 |443609 | 109.2 | 228M|  44 | 102 |1150 |  80k|1150 |  80k| 382 |   0 |2474 |-5.000000e+01 |-4.300000e+01 |  16.28%
1080.42/1080.64	c  1081s|  4000 |  3626 |460103 | 110.6 | 232M|  44 |  95 |1150 |  80k|1150 |  80k| 382 |   0 |2542 |-5.000000e+01 |-4.300000e+01 |  16.28%
1101.81/1102.08	c  1102s|  4100 |  3722 |471230 | 110.6 | 234M|  44 |  84 |1150 |  80k|1150 |  80k| 382 |   0 |2589 |-5.000000e+01 |-4.300000e+01 |  16.28%
1129.61/1129.89	c  1130s|  4200 |  3818 |486301 | 111.5 | 237M|  44 |  81 |1150 |  80k|1150 |  80k| 382 |   0 |2648 |-5.000000e+01 |-4.300000e+01 |  16.28%
1152.71/1152.98	c  1153s|  4300 |  3912 |498175 | 111.7 | 240M|  44 |  99 |1150 |  80k|1150 |  80k| 382 |   0 |2697 |-5.000000e+01 |-4.300000e+01 |  16.28%
1176.40/1176.60	c  1177s|  4400 |  4012 |510996 | 112.1 | 243M|  44 |  71 |1150 |  80k|1150 |  80k| 382 |   0 |2742 |-5.000000e+01 |-4.300000e+01 |  16.28%
1202.30/1202.54	c  1203s|  4500 |  4112 |524303 | 112.5 | 246M|  44 |  98 |1150 |  80k|1150 |  80k| 382 |   0 |2792 |-5.000000e+01 |-4.300000e+01 |  16.28%
1224.89/1225.18	c  1225s|  4600 |  4208 |536502 | 112.7 | 249M|  44 |  69 |1150 |  80k|1150 |  80k| 382 |   0 |2832 |-5.000000e+01 |-4.300000e+01 |  16.28%
1251.89/1252.12	c  1252s|  4700 |  4308 |551068 | 113.4 | 252M|  44 |  97 |1150 |  80k|1150 |  80k| 382 |   0 |2888 |-5.000000e+01 |-4.300000e+01 |  16.28%
1274.19/1274.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1274.19/1274.44	c  1274s|  4800 |  4406 |564647 | 113.9 | 255M|  44 | 144 |1150 |  80k|1150 |  80k| 382 |   0 |2902 |-5.000000e+01 |-4.300000e+01 |  16.28%
1295.38/1295.61	c  1296s|  4900 |  4498 |576388 | 114.0 | 258M|  47 |  87 |1150 |  80k|1150 |  80k| 382 |   0 |2929 |-5.000000e+01 |-4.300000e+01 |  16.28%
1313.88/1314.16	c  1314s|  5000 |  4590 |587024 | 113.8 | 261M|  47 | 112 |1150 |  80k|1150 |  80k| 382 |   0 |2943 |-5.000000e+01 |-4.300000e+01 |  16.28%
1332.77/1333.07	c  1333s|  5100 |  4684 |598514 | 113.9 | 264M|  47 | 101 |1150 |  80k|1150 |  80k| 382 |   0 |2952 |-5.000000e+01 |-4.300000e+01 |  16.28%
1350.07/1350.32	c  1350s|  5200 |  4778 |608896 | 113.7 | 266M|  47 |  80 |1150 |  80k|1150 |  80k| 382 |   0 |2960 |-5.000000e+01 |-4.300000e+01 |  16.28%
1371.17/1371.49	c  1371s|  5300 |  4868 |622381 | 114.1 | 269M|  47 |   - |1150 |  80k|1150 |  80k| 382 |   0 |2960 |-5.000000e+01 |-4.300000e+01 |  16.28%
1390.47/1390.71	c  1391s|  5400 |  4960 |634218 | 114.1 | 272M|  47 |  88 |1150 |  80k|1150 |  80k| 382 |   0 |2963 |-5.000000e+01 |-4.300000e+01 |  16.28%
1418.26/1418.52	c  1419s|  5500 |  5054 |646830 | 114.4 | 275M|  47 |  78 |1150 |  80k|1150 |  80k| 382 |   0 |2991 |-5.000000e+01 |-4.300000e+01 |  16.28%
1434.77/1435.02	c  1435s|  5600 |  5142 |657851 | 114.3 | 278M|  47 | 119 |1150 |  80k|1150 |  80k| 382 |   0 |2998 |-5.000000e+01 |-4.300000e+01 |  16.28%
1453.87/1454.18	c  1454s|  5700 |  5236 |670045 | 114.4 | 281M|  49 | 151 |1150 |  80k|1150 |  80k| 382 |   0 |3003 |-5.000000e+01 |-4.300000e+01 |  16.28%
1470.47/1470.79	c  1471s|  5800 |  5326 |680883 | 114.3 | 283M|  49 |  55 |1150 |  80k|1150 |  80k| 382 |   0 |3007 |-5.000000e+01 |-4.300000e+01 |  16.28%
1487.96/1488.27	c  1488s|  5900 |  5420 |691401 | 114.2 | 286M|  49 |  82 |1150 |  80k|1150 |  80k| 382 |   0 |3007 |-5.000000e+01 |-4.300000e+01 |  16.28%
1508.15/1508.41	c  1508s|  6000 |  5516 |701262 | 113.9 | 289M|  49 | 133 |1150 |  80k|1150 |  80k| 382 |   0 |3064 |-5.000000e+01 |-4.300000e+01 |  16.28%
1535.26/1535.58	c  1536s|  6100 |  5602 |715280 | 114.3 | 292M|  49 |  91 |1150 |  80k|1150 |  80k| 382 |   0 |3100 |-5.000000e+01 |-4.300000e+01 |  16.28%
1553.45/1553.78	c  1554s|  6200 |  5698 |724782 | 114.0 | 295M|  49 |  71 |1150 |  80k|1150 |  80k| 382 |   0 |3153 |-5.000000e+01 |-4.300000e+01 |  16.28%
1574.74/1575.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1574.74/1575.06	c  1575s|  6300 |  5788 |736301 | 114.0 | 298M|  49 |  71 |1150 |  80k|1150 |  80k| 382 |   0 |3209 |-5.000000e+01 |-4.300000e+01 |  16.28%
1591.44/1591.71	c  1592s|  6400 |  5876 |745789 | 113.7 | 300M|  49 | 105 |1150 |  80k|1150 |  80k| 382 |   0 |3241 |-5.000000e+01 |-4.300000e+01 |  16.28%
1612.34/1612.63	c  1613s|  6500 |  5964 |755950 | 113.6 | 303M|  49 |  65 |1150 |  80k|1150 |  80k| 382 |   0 |3286 |-5.000000e+01 |-4.300000e+01 |  16.28%
1629.44/1629.70	c  1630s|  6600 |  6058 |765225 | 113.2 | 306M|  49 |  66 |1150 |  80k|1150 |  80k| 382 |   0 |3328 |-5.000000e+01 |-4.300000e+01 |  16.28%
1651.33/1651.63	c  1652s|  6700 |  6150 |776021 | 113.2 | 308M|  49 |  93 |1150 |  80k|1150 |  80k| 382 |   0 |3376 |-5.000000e+01 |-4.300000e+01 |  16.28%
1671.53/1671.84	c  1672s|  6800 |  6244 |786519 | 113.0 | 311M|  49 | 119 |1150 |  80k|1150 |  80k| 382 |   0 |3428 |-5.000000e+01 |-4.300000e+01 |  16.28%
1688.13/1688.48	c  1688s|  6900 |  6324 |795424 | 112.7 | 314M|  49 |  85 |1150 |  80k|1150 |  80k| 382 |   0 |3465 |-5.000000e+01 |-4.300000e+01 |  16.28%
1710.72/1711.10	c  1711s|  7000 |  6416 |807508 | 112.8 | 317M|  49 |  97 |1150 |  80k|1150 |  80k| 382 |   0 |3516 |-5.000000e+01 |-4.300000e+01 |  16.28%
1731.12/1731.43	c  1731s|  7100 |  6504 |818474 | 112.8 | 319M|  49 |  91 |1150 |  80k|1150 |  80k| 382 |   0 |3534 |-5.000000e+01 |-4.300000e+01 |  16.28%
1749.12/1749.49	c  1749s|  7200 |  6600 |830092 | 112.8 | 323M|  49 | 128 |1150 |  80k|1150 |  80k| 382 |   0 |3542 |-5.000000e+01 |-4.300000e+01 |  16.28%
1763.61/1763.98	c  1764s|  7300 |  6680 |839546 | 112.6 | 325M|  49 |  64 |1150 |  80k|1150 |  80k| 382 |   0 |3555 |-5.000000e+01 |-4.300000e+01 |  16.28%
1783.71/1784.01	c  1784s|  7400 |  6762 |851198 | 112.6 | 328M|  49 |  97 |1150 |  80k|1150 |  80k| 382 |   0 |3571 |-5.000000e+01 |-4.300000e+01 |  16.28%
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.01
1796.70/1797.01	c Solving Nodes      : 7481
1796.70/1797.01	c Primal Bound       : -4.30000000000000e+01 (617 solutions)
1796.70/1797.01	c Dual Bound         : -5.00000000000000e+01
1796.70/1797.01	c Gap                : 16.28 %
1796.70/1797.03	s SATISFIABLE
1796.70/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.70/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.70/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.70/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.70/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.70/1797.03	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 
1796.70/1797.03	v -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 
1796.70/1797.03	v -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 
1796.70/1797.03	v -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 
1796.70/1797.03	v -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 
1796.70/1797.03	v -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1796.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/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.70/1797.03	v -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 
1796.70/1797.03	v -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 
1796.70/1797.03	v -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 
1796.70/1797.03	v -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 x857 
1796.70/1797.03	v -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 
1796.70/1797.03	v -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 
1796.70/1797.03	v -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 x916 -x917 -x918 -x919 -x920 
1796.70/1797.03	v -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 
1796.70/1797.03	v -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 x958 -x959 -x960 -x961 -x962 
1796.70/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.70/1797.03	v -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 x998 -x999 -x1000 -x1001 -x1002 -x1003 
1796.70/1797.03	v -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 
1796.70/1797.03	v -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 x1038 -x1039 
1796.70/1797.03	v -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
1796.70/1797.03	v -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 
1796.70/1797.03	v -x1076 -x1077 -x1078 x1079 -x1080 -x1081 -x1082 x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 
1796.70/1797.03	v -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 x1110 -x1111 
1796.70/1797.03	v -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 
1796.70/1797.03	v -x1130 -x1131 x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 
1796.70/1797.03	v -x1148 -x1149 -x1150 
1796.70/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.03	c Total Time         :    1797.01
1796.70/1797.03	c   solving          :    1797.01
1796.70/1797.03	c   presolving       :       0.83 (included in solving)
1796.70/1797.03	c   reading          :       0.17 (included in solving)
1796.70/1797.03	c   copying          :       0.74 (7 #copies) (minimal 0.10, maximal 0.11, average 0.11)
1796.70/1797.03	c Original Problem   :
1796.70/1797.03	c   Problem name     : HOME/instance-3692111-1338033018.opb
1796.70/1797.03	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.03	c   Constraints      : 80258 initial, 80258 maximal
1796.70/1797.03	c   Objective sense  : minimize
1796.70/1797.03	c Presolved Problem  :
1796.70/1797.03	c   Problem name     : t_HOME/instance-3692111-1338033018.opb
1796.70/1797.03	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.03	c   Constraints      : 80258 initial, 80258 maximal
1796.70/1797.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   pseudoobj        :       0.00       0.02          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   probing          :       0.30       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   setppc           :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   linear           :       0.38       0.02          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.03	c   integral         :          0          0          0          0       7264          0        622          0          4        103          0          0      14438
1796.70/1797.03	c   setppc           :      80258      80258         33      41783          0          2        617          0          0     235141          0          0          0
1796.70/1797.03	c   countsols        :          0          0          0          0          0          2        620          0          0          0          0          0          0
1796.70/1797.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.03	c   integral         :     391.88       0.00       0.00       0.00     391.86       0.00       0.02       0.00
1796.70/1797.03	c   setppc           :      10.12       0.00       0.16       8.57       0.00       0.00       1.39       0.00
1796.70/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.03	c   rootredcost      :          7          0          0          0
1796.70/1797.03	c   pseudoobj        :      48998          0          0          0
1796.70/1797.03	c   vbounds          :          0          0          0          0
1796.70/1797.03	c   redcost          :       7300          0          0          3
1796.70/1797.03	c   probing          :          0          0          0          0
1796.70/1797.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.03	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.03	c   pseudoobj        :       5.46       0.02       0.00       5.44       0.00
1796.70/1797.03	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.03	c   redcost          :       0.16       0.00       0.00       0.16       0.00
1796.70/1797.03	c   probing          :       0.30       0.00       0.30       0.00       0.00
1796.70/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.70/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.03	c   cut pool         :       0.00                    32          -          -         75          -    (maximal pool size: 908)
1796.70/1797.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   impliedbounds    :       0.04       0.00         33          0          0          0          0
1796.70/1797.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   gomory           :       0.28       0.00         10          0          0        500          0
1796.70/1797.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   strongcg         :       5.08       0.00         20          0          0      10000          0
1796.70/1797.03	c   cmir             :       9.22       0.00         10          0          0          0          0
1796.70/1797.03	c   flowcover        :       9.97       0.00         10          0          0          0          0
1796.70/1797.03	c   clique           :       1.71       0.00         33          0          0        295          0
1796.70/1797.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   mcf              :       0.05       0.00          1          0          0          0          0
1796.70/1797.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.03	c   problem variables:       0.00          -          0          0
1796.70/1797.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.03	c   relpscost        :     391.85       0.00       7264          4        103          0          0      14438
1796.70/1797.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.70/1797.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.03	c   LP solutions     :       0.00          -          -          0
1796.70/1797.03	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.03	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.03	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.03	c   oneopt           :       0.08       0.00          7          1
1796.70/1797.03	c   crossover        :       2.52       0.00          6          3
1796.70/1797.03	c   coefdiving       :     118.23       0.00        178         30
1796.70/1797.03	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.03	c   trivial          :       0.02       0.00          2          1
1796.70/1797.03	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.03	c   simplerounding   :       0.30       0.00       7297         85
1796.70/1797.03	c   zirounding       :      35.95       0.00       7220        197
1796.70/1797.03	c   rounding         :      14.09       0.00       3630          1
1796.70/1797.03	c   shifting         :       2.14       0.00        441          1
1796.70/1797.03	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.03	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.03	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.03	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.03	c   clique           :       0.00       0.00          0          0
1796.70/1797.03	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.03	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.03	c   pscostdiving     :      79.30       0.00        196         14
1796.70/1797.03	c   fracdiving       :      55.11       0.00         64         12
1796.70/1797.03	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.03	c   veclendiving     :     172.24       0.00        118          3
1796.70/1797.03	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.03	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.03	c   objpscostdiving  :      75.20       0.00         66        139
1796.70/1797.03	c   rootsoldiving    :      54.48       0.00        112         98
1796.70/1797.03	c   linesearchdiving :      84.12       0.00        197         18
1796.70/1797.03	c   guideddiving     :      88.62       0.00        114         13
1796.70/1797.03	c   octane           :       0.00       0.00          0          0
1796.70/1797.03	c   rens             :       2.31       0.00          1          1
1796.70/1797.03	c   rins             :       0.00       0.00          0          0
1796.70/1797.03	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.03	c   mutation         :       0.00       0.00          0          0
1796.70/1797.03	c   dins             :       0.00       0.00          0          0
1796.70/1797.03	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.03	c   undercover       :       0.00       0.00          0          0
1796.70/1797.03	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.03	c   trysol           :       0.01       0.00          0          0
1796.70/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.03	c   primal LP        :       0.09          5          0       0.00       0.00       0.09          5
1796.70/1797.03	c   dual LP          :     506.78       7736     487445      64.53     961.85       2.90        182
1796.70/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.03	c   diving/probing LP:     580.86      22086     371662      16.83     639.85
1796.70/1797.03	c   strong branching :     389.74       3576     259620      72.60     666.14
1796.70/1797.03	c     (at root node) :          -         20       2930     146.50          -
1796.70/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.03	c B&B Tree           :
1796.70/1797.03	c   number of runs   :          1
1796.70/1797.03	c   nodes            :       7481
1796.70/1797.03	c   nodes (total)    :       7481
1796.70/1797.03	c   nodes left       :       6831
1796.70/1797.03	c   max depth        :         49
1796.70/1797.03	c   max depth (total):         49
1796.70/1797.03	c   backtracks       :       1229 (16.4%)
1796.70/1797.03	c   delayed cutoffs  :          0
1796.70/1797.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.03	c   avg switch length:       6.55
1796.70/1797.03	c   switching time   :      18.40
1796.70/1797.03	c Solution           :
1796.70/1797.03	c   Solutions found  :        617 (9 improvements)
1796.70/1797.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.26 seconds, depth 0, found by <trivial>)
1796.70/1797.03	c   Primal Bound     : -4.30000000000000e+01   (in run 1, after 763 nodes, 327.91 seconds, depth 32, found by <pscostdiving>)
1796.70/1797.03	c   Dual Bound       : -5.00000000000000e+01
1796.70/1797.03	c   Gap              :      16.28 %
1796.70/1797.03	c   Root Dual Bound  : -5.05000000000000e+01
1796.70/1797.03	c   Root Iterations  :      17987
1796.91/1797.29	c Time complete: 1797.01.

Verifier Data

OK	-43

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-3692111-1338033018/watcher-3692111-1338033018 -o /tmp/evaluation-result-3692111-1338033018/solver-3692111-1338033018 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692111-1338033018.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: 2.16 2.13 2.00 3/177 3153
/proc/meminfo: memFree=28286788/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=13584 CPUtime=0 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 2129 0 0 0 0 0 0 0 20 0 1 0 269427820 13910016 2084 33554432000 4194304 10219143 140737335184400 140737335047880 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 3396 2085 413 1471 0 1916 0

[startup+0.0243531 s]
/proc/loadavg: 2.16 2.13 2.00 3/177 3153
/proc/meminfo: memFree=28286788/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=18668 CPUtime=0.02 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 3402 0 0 0 2 0 0 0 20 0 1 0 269427820 19116032 3358 33554432000 4194304 10219143 140737335184400 140737335047880 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 4667 3371 421 1471 0 3187 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18668

[startup+0.100248 s]
/proc/loadavg: 2.16 2.13 2.00 3/177 3153
/proc/meminfo: memFree=28286788/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=33528 CPUtime=0.09 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 7146 0 0 0 9 0 0 0 20 0 1 0 269427820 34332672 7101 33554432000 4194304 10219143 140737335184400 140737335047880 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 8382 7101 421 1471 0 6902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33528

[startup+0.300219 s]
/proc/loadavg: 2.16 2.13 2.00 3/177 3153
/proc/meminfo: memFree=28286788/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=104032 CPUtime=0.28 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 24435 0 0 0 24 4 0 0 20 0 1 0 269427820 106528768 24295 33554432000 4194304 10219143 140737335184400 140737335047880 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 26008 24295 550 1471 0 24528 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104032

[startup+0.70024 s]
/proc/loadavg: 2.16 2.13 2.00 3/177 3153
/proc/meminfo: memFree=28286788/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=125556 CPUtime=0.69 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 35131 0 0 0 59 10 0 0 20 0 1 0 269427820 128569344 29285 33554432000 4194304 10219143 140737335184400 140737335181400 9036791 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 31132 29028 558 1471 0 29652 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 125556

[startup+1.50025 s]
/proc/loadavg: 2.15 2.12 2.00 3/178 3154
/proc/meminfo: memFree=28067908/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=226568 CPUtime=1.49 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 56260 0 0 0 134 15 0 0 20 0 1 0 269427820 232005632 53318 33554432000 4194304 10219143 140737335184400 140737335178040 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 56642 53318 727 1471 0 55162 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 226568

[startup+3.10019 s]
/proc/loadavg: 2.15 2.12 2.00 3/178 3154
/proc/meminfo: memFree=27942676/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=248940 CPUtime=3.08 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 61281 0 0 0 290 18 0 0 20 0 1 0 269427820 254914560 58956 33554432000 4194304 10219143 140737335184400 140737335179240 7228487 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 62235 58956 764 1471 0 60755 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 248940

[startup+6.30018 s]
/proc/loadavg: 2.15 2.12 2.00 3/178 3154
/proc/meminfo: memFree=27932256/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=248940 CPUtime=6.28 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 61796 0 0 0 609 19 0 0 20 0 1 0 269427820 254914560 59316 33554432000 4194304 10219143 140737335184400 140737335179240 7257009 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 62235 59316 776 1471 0 60755 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 248940

[startup+12.7001 s]
/proc/loadavg: 2.12 2.12 2.00 3/178 3154
/proc/meminfo: memFree=27930056/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=248940 CPUtime=12.69 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 62015 0 0 0 1249 20 0 0 20 0 1 0 269427820 254914560 59535 33554432000 4194304 10219143 140737335184400 140737335179560 7266267 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 62235 59535 780 1471 0 60755 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 248940

[startup+25.5002 s]
/proc/loadavg: 2.18 2.13 2.00 3/178 3154
/proc/meminfo: memFree=27927088/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=251696 CPUtime=25.48 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 62963 0 0 0 2527 21 0 0 20 0 1 0 269427820 257736704 60221 33554432000 4194304 10219143 140737335184400 140737335179784 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 62924 60221 780 1471 0 61444 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 251696

[startup+51.1003 s]
/proc/loadavg: 2.12 2.12 2.00 3/177 3154
/proc/meminfo: memFree=27917864/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=251488 CPUtime=51.08 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 79750 0 0 0 5072 36 0 0 20 0 1 0 269427820 257523712 61344 33554432000 4194304 10219143 140737335184400 140737335177848 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 62872 61344 824 1471 0 61392 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 251488

[startup+102.307 s]
/proc/loadavg: 2.04 2.10 2.00 3/177 3154
/proc/meminfo: memFree=27855624/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=251488 CPUtime=102.28 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 79750 0 0 0 10182 46 0 0 20 0 1 0 269427820 257523712 61344 33554432000 4194304 10219143 140737335184400 140737335179224 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 62872 61344 824 1471 0 61392 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 251488

[startup+162.3 s]
/proc/loadavg: 2.01 2.08 2.00 3/177 3154
/proc/meminfo: memFree=27853984/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=251488 CPUtime=162.26 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 79750 0 0 0 16171 55 0 0 20 0 1 0 269427820 257523712 61344 33554432000 4194304 10219143 140737335184400 140737335177112 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 62872 61344 824 1471 0 61392 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 251488

[startup+222.3 s]
/proc/loadavg: 2.00 2.06 2.00 3/177 3155
/proc/meminfo: memFree=27852888/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=251488 CPUtime=222.25 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 79756 0 0 0 22161 64 0 0 20 0 1 0 269427820 257523712 61588 33554432000 4194304 10219143 140737335184400 140737335177528 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 62872 61588 824 1471 0 61392 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 251488

[startup+282.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/177 3155
/proc/meminfo: memFree=27851332/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=254000 CPUtime=282.24 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 98968 0 0 0 28140 84 0 0 20 0 1 0 269427820 260096000 61874 33554432000 4194304 10219143 140737335184400 140737335179768 5184867 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 63500 61874 824 1471 0 62020 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 254000

[startup+342.3 s]
/proc/loadavg: 2.03 2.06 2.00 3/177 3155
/proc/meminfo: memFree=27847428/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=267640 CPUtime=342.23 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 101793 0 0 0 34128 95 0 0 20 0 1 0 269427820 274063360 64697 33554432000 4194304 10219143 140737335184400 140737335180440 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 66910 64697 824 1471 0 65430 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 267640

[startup+402.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 3155
/proc/meminfo: memFree=27829468/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=279932 CPUtime=402.22 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 126678 0 0 0 40110 112 0 0 20 0 1 0 269427820 286650368 67594 33554432000 4194304 10219143 140737335184400 140737335177656 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 69983 67594 824 1471 0 68503 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 279932

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 3155
/proc/meminfo: memFree=27815020/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=292580 CPUtime=462.21 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 130053 0 0 0 46100 121 0 0 20 0 1 0 269427820 299601920 70945 33554432000 4194304 10219143 140737335184400 140737335177704 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 73145 70945 824 1471 0 71665 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 292580

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 3156
/proc/meminfo: memFree=27808176/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=299708 CPUtime=522.2 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 132080 0 0 0 52088 132 0 0 20 0 1 0 269427820 306900992 72967 33554432000 4194304 10219143 140737335184400 140737335177288 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 74927 72967 824 1471 0 73447 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 299708

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3156
/proc/meminfo: memFree=27805300/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=313624 CPUtime=582.2 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 134419 0 0 0 58077 143 0 0 20 0 1 0 269427820 321150976 75304 33554432000 4194304 10219143 140737335184400 140737335177304 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 78406 75304 824 1471 0 76926 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 313624

[startup+642.3 s]

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

/proc/meminfo: memFree=27677100/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=376644 CPUtime=1122.11 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 209836 0 0 0 111953 258 0 0 20 0 1 0 269427820 385683456 91430 33554432000 4194304 10219143 140737335184400 140737335177672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 94161 91430 824 1471 0 92681 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 376644

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3184
/proc/meminfo: memFree=27661476/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=382956 CPUtime=1182.1 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 211991 0 0 0 117943 267 0 0 20 0 1 0 269427820 392146944 93570 33554432000 4194304 10219143 140737335184400 140737335177528 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 95739 93570 824 1471 0 94259 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 382956

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3187
/proc/meminfo: memFree=27645236/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=392028 CPUtime=1242.09 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 214096 0 0 0 123931 278 0 0 20 0 1 0 269427820 401436672 95675 33554432000 4194304 10219143 140737335184400 140737335178040 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 98007 95675 824 1471 0 96527 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 392028

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3187
/proc/meminfo: memFree=27638132/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=397084 CPUtime=1302.09 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 215393 0 0 0 129922 287 0 0 20 0 1 0 269427820 406614016 96972 33554432000 4194304 10219143 140737335184400 140737335179768 7956094 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 99271 96972 824 1471 0 97791 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 397084

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3187
/proc/meminfo: memFree=27614532/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=404620 CPUtime=1362.07 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 218823 0 0 0 135909 298 0 0 20 0 1 0 269427820 414330880 98108 33554432000 4194304 10219143 140737335184400 140737335177672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 101155 98108 824 1471 0 99675 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 404620

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 3187
/proc/meminfo: memFree=27601828/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=418748 CPUtime=1422.07 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 222416 0 0 0 141900 307 0 0 20 0 1 0 269427820 428797952 101701 33554432000 4194304 10219143 140737335184400 140737335177336 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 104687 101701 824 1471 0 103207 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 418748

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3188
/proc/meminfo: memFree=27586028/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=425200 CPUtime=1482.05 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 224368 0 0 0 147888 317 0 0 20 0 1 0 269427820 435404800 103731 33554432000 4194304 10219143 140737335184400 140737335178040 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 106300 103731 824 1471 0 104820 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 425200

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3188
/proc/meminfo: memFree=27568608/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=434332 CPUtime=1542.05 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 226878 0 0 0 153877 328 0 0 20 0 1 0 269427820 444755968 106250 33554432000 4194304 10219143 140737335184400 140737335178264 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 108583 106250 824 1471 0 107103 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 434332

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3188
/proc/meminfo: memFree=27555524/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=442304 CPUtime=1602.03 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 228507 0 0 0 159865 338 0 0 20 0 1 0 269427820 452919296 107875 33554432000 4194304 10219143 140737335184400 140737335176840 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 110576 107875 824 1471 0 109096 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 442304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3188
/proc/meminfo: memFree=27539780/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=448864 CPUtime=1662.03 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 230279 0 0 0 165856 347 0 0 20 0 1 0 269427820 459636736 109590 33554432000 4194304 10219143 140737335184400 140737335176984 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 112216 109590 824 1471 0 110736 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 448864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3188
/proc/meminfo: memFree=27524584/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=453608 CPUtime=1722.02 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 231916 0 0 0 171846 356 0 0 20 0 1 0 269427820 464494592 111227 33554432000 4194304 10219143 140737335184400 140737335179432 7931857 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 113402 111227 824 1471 0 111922 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 453608

[startup+1782.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 3189
/proc/meminfo: memFree=27504972/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=466804 CPUtime=1782.01 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 257525 0 0 0 177828 373 0 0 20 0 1 0 269427820 478007296 114370 33554432000 4194304 10219143 140737335184400 140737335178040 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 116701 114370 824 1471 0 115221 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 466804

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

[startup+1785.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/178 3192
/proc/meminfo: memFree=27503708/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=466804 CPUtime=1785.21 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 257573 0 0 0 178148 373 0 0 20 0 1 0 269427820 478007296 114418 33554432000 4194304 10219143 140737335184400 140737335177784 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 116701 114418 824 1471 0 115221 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 466804

[startup+1791.91 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 3192
/proc/meminfo: memFree=27503256/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=466804 CPUtime=1791.61 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 257658 0 0 0 178787 374 0 0 20 0 1 0 269427820 478007296 114503 33554432000 4194304 10219143 140737335184400 140737335178040 7954715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 116701 114503 824 1471 0 115221 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 466804

[startup+1795.1 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 3192
/proc/meminfo: memFree=27502644/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=466804 CPUtime=1794.81 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 257709 0 0 0 179107 374 0 0 20 0 1 0 269427820 478007296 114554 33554432000 4194304 10219143 140737335184400 140737335178040 8056250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 116701 114554 824 1471 0 115221 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 466804

[startup+1795.9 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 3192
/proc/meminfo: memFree=27502644/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=466804 CPUtime=1795.6 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 257731 0 0 0 179186 374 0 0 20 0 1 0 269427820 478007296 114576 33554432000 4194304 10219143 140737335184400 140737335178040 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 116701 114576 824 1471 0 115221 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 466804

[startup+1796.7 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 3192
/proc/meminfo: memFree=27502732/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=466804 CPUtime=1796.4 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 257741 0 0 0 179266 374 0 0 20 0 1 0 269427820 478007296 114586 33554432000 4194304 10219143 140737335184400 140737335177496 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 116701 114586 824 1471 0 115221 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 466804

[startup+1797.1 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 3192
/proc/meminfo: memFree=27502732/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=466804 CPUtime=1796.81 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 257747 0 0 0 179306 375 0 0 20 0 1 0 269427820 478007296 114592 33554432000 4194304 10219143 140737335184400 140737335177496 4990656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 116701 114592 828 1471 0 115221 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 466804

[startup+1797.2 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 3192
/proc/meminfo: memFree=27502732/32873648 swapFree=6864/6864
[pid=3153] ppid=3151 vsize=465748 CPUtime=1796.91 cores=1,3,5,7
/proc/3153/stat : 3153 (scip-2.1.1.4exp) R 3151 3153 1798 0 -1 4202496 257747 0 0 0 179316 375 0 0 20 0 1 0 269427820 476925952 114328 33554432000 4194304 10219143 140737335184400 140737335177496 5015180 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3153/statm: 116437 114328 828 1471 0 114957 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 465748

Child status: 0
Real time (s): 1797.3
CPU time (s): 1797.02
CPU user time (s): 1793.26
CPU system time (s): 3.76143
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 541768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.26
system time used= 3.76143
maximum resident set size= 536108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257749
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= 26
involuntary context switches= 1846

runsolver used 2.77358 second user time and 9.01863 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-26 13:50:18
IDJOB=3692111
IDBENCH=2263
IDSOLVER=2271
FILE ID=node120/3692111-1338033018
RUNJOBID= node120-1338029422-2919
PBS_JOBID= 14624351
Free space on /tmp= 71604 MiB

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

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

MD5SUM BENCH= e81d6b8e8ff8ec031773b7b65d16ea78
RANDOM SEED=477967197

node120.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.456
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	: 5332.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        28287696 kB
Buffers:          220924 kB
Cached:          3466232 kB
SwapCached:          492 kB
Active:           757216 kB
Inactive:        3062676 kB
Active(anon):     122216 kB
Inactive(anon):    12388 kB
Active(file):     635000 kB
Inactive(file):  3050288 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             31276 kB
Writeback:             0 kB
AnonPages:        243040 kB
Mapped:            15892 kB
Shmem:               120 kB
Slab:             629832 kB
SReclaimable:      74336 kB
SUnreclaim:       555496 kB
KernelStack:        1464 kB
PageTables:         3708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     247556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 71604 MiB
End job on node120 at 2012-05-26 14:20:16