Trace number 3692110

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-44 1797.08 1797.38

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-3.opb
MD5SUM29f577041bedcbf69a98210424b233be
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.05
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 constraints81068
Number of constraints which are clauses81068
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-3692110-1338032836.opb>
0.08/0.18	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 81068 constraints
0.08/0.18	c problem read in 0.18
0.19/0.29	o 0
0.29/0.30	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.29/0.30	c presolving:
0.69/0.78	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 81068 upgd conss, 162136 impls, 0 clqs
1.29/1.30	c    (1.3s) probing: 51/1150 (4.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.30	c    (1.3s) probing aborted: 50/50 successive totally useless probings
1.29/1.32	c presolving (2 rounds):
1.29/1.32	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.29/1.32	c  162136 implications, 0 cliques
1.29/1.32	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 81068 constraints
1.29/1.32	c   81068 constraints of type <setppc>
1.29/1.32	c transformed objective value is always integral (scale: 1)
1.29/1.32	c Presolving Time: 1.05
1.29/1.32	c - non default parameters ----------------------------------------------------------------------
1.29/1.32	c # SCIP version 2.1.1.4
1.29/1.32	c 
1.29/1.32	c # maximal time in seconds to run
1.29/1.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.32	c limits/time = 1797
1.29/1.32	c 
1.29/1.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.32	c limits/memory = 13950
1.29/1.32	c 
1.29/1.32	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.29/1.32	c # [type: int, range: [1,2], default: 1]
1.29/1.32	c timing/clocktype = 2
1.29/1.32	c 
1.29/1.32	c # belongs reading time to solving time?
1.29/1.32	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.32	c timing/reading = TRUE
1.29/1.32	c 
1.29/1.32	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.32	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.32	c separating/rapidlearning/freq = 0
1.29/1.32	c 
1.29/1.32	c -----------------------------------------------------------------------------------------------
1.29/1.32	c start solving
1.29/1.35	c 
2.49/2.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.49/2.54	c t 2.5s|     1 |     0 |  1152 |     - | 107M|   0 |1150 |1150 |  81k|1150 |  81k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 |    Inf 
2.59/2.60	o -1
2.59/2.60	c R 2.6s|     1 |     0 |  1152 |     - | 107M|   0 |1150 |1150 |  81k|1150 |  81k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  Large 
3.99/4.04	c   4.0s|     1 |     0 |  1380 |     - | 107M|   0 |1085 |1150 |  81k|1150 |  81k|   8 |   0 |   0 |-5.425000e+02 |-1.000000e+00 |  Large 
3.99/4.07	o -36
3.99/4.07	c b 4.1s|     1 |     0 |  1380 |     - | 107M|   0 |1085 |1150 |  81k|1150 |  81k|   8 |   0 |   0 |-5.425000e+02 |-3.600000e+01 |1406.94%
5.79/5.86	c   5.9s|     1 |     0 |  1518 |     - | 107M|   0 |1040 |1150 |  81k|1150 |  81k|  14 |   0 |   0 |-5.200000e+02 |-3.600000e+01 |1344.44%
8.58/8.60	c   8.6s|     1 |     0 |  1963 |     - | 107M|   0 | 995 |1150 |  81k|1150 |  81k|  21 |   0 |   0 |-4.975000e+02 |-3.600000e+01 |1281.94%
11.29/11.38	c  11.4s|     1 |     0 |  2160 |     - | 107M|   0 | 952 |1150 |  81k|1150 |  81k|  28 |   0 |   0 |-4.760000e+02 |-3.600000e+01 |1222.22%
14.39/14.42	c  14.4s|     1 |     0 |  2351 |     - | 107M|   0 | 899 |1150 |  81k|1150 |  81k|  38 |   0 |   0 |-4.495000e+02 |-3.600000e+01 |1148.61%
17.99/18.03	c  18.0s|     1 |     0 |  2631 |     - | 107M|   0 | 852 |1150 |  81k|1150 |  81k|  53 |   0 |   0 |-4.260000e+02 |-3.600000e+01 |1083.33%
21.89/21.98	c  22.0s|     1 |     0 |  3061 |     - | 107M|   0 | 818 |1150 |  81k|1150 |  81k|  69 |   0 |   0 |-4.090000e+02 |-3.600000e+01 |1036.11%
25.98/26.09	c  26.1s|     1 |     0 |  3477 |     - | 107M|   0 | 753 |1150 |  81k|1150 |  81k| 108 |   0 |   0 |-3.755000e+02 |-3.600000e+01 | 943.06%
29.78/29.81	c  29.8s|     1 |     0 |  3667 |     - | 107M|   0 | 709 |1150 |  81k|1150 |  81k| 122 |   0 |   0 |-3.525000e+02 |-3.600000e+01 | 879.17%
33.99/34.05	c  34.0s|     1 |     0 |  4216 |     - | 107M|   0 | 661 |1150 |  81k|1150 |  81k| 141 |   0 |   0 |-3.287500e+02 |-3.600000e+01 | 813.19%
34.78/34.86	c  34.9s|     1 |     0 |  4493 |     - | 107M|   0 | 611 |1150 |  81k|1150 |  81k| 154 |   0 |   0 |-3.045000e+02 |-3.600000e+01 | 745.83%
36.49/36.55	c  36.6s|     1 |     0 |  5692 |     - | 107M|   0 | 568 |1150 |  81k|1150 |  81k| 167 |   0 |   0 |-2.820000e+02 |-3.600000e+01 | 683.33%
37.29/37.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.29/37.39	c  37.4s|     1 |     0 |  5998 |     - | 107M|   0 | 525 |1150 |  81k|1150 |  81k| 182 |   0 |   0 |-2.605000e+02 |-3.600000e+01 | 623.61%
40.48/40.53	c  40.5s|     1 |     0 |  8431 |     - | 107M|   0 | 482 |1150 |  81k|1150 |  81k| 200 |   0 |   0 |-2.400000e+02 |-3.600000e+01 | 566.67%
41.38/41.43	c  41.4s|     1 |     0 |  8834 |     - | 107M|   0 | 449 |1150 |  81k|1150 |  81k| 210 |   0 |   0 |-2.230000e+02 |-3.600000e+01 | 519.44%
44.69/44.73	c  44.7s|     1 |     0 | 11246 |     - | 107M|   0 | 428 |1150 |  81k|1150 |  81k| 223 |   0 |   0 |-2.125000e+02 |-3.600000e+01 | 490.28%
48.28/48.31	c  48.3s|     1 |     0 | 13708 |     - | 107M|   0 | 366 |1150 |  81k|1150 |  81k| 238 |   0 |   0 |-1.820000e+02 |-3.600000e+01 | 405.56%
51.48/51.53	c  51.5s|     1 |     0 | 15906 |     - | 107M|   0 | 316 |1150 |  81k|1150 |  81k| 247 |   0 |   0 |-1.570000e+02 |-3.600000e+01 | 336.11%
53.48/53.53	c  53.5s|     1 |     0 | 17622 |     - | 108M|   0 | 279 |1150 |  81k|1150 |  81k| 255 |   0 |   0 |-1.385000e+02 |-3.600000e+01 | 284.72%
54.48/54.57	c  54.6s|     1 |     0 | 18448 |     - | 108M|   0 | 242 |1150 |  81k|1150 |  81k| 267 |   0 |   0 |-1.200000e+02 |-3.600000e+01 | 233.33%
54.88/54.95	c  54.9s|     1 |     0 | 18701 |     - | 108M|   0 | 208 |1150 |  81k|1150 |  81k| 270 |   0 |   0 |-1.030000e+02 |-3.600000e+01 | 186.11%
55.18/55.27	c  55.3s|     1 |     0 | 19066 |     - | 108M|   0 | 169 |1150 |  81k|1150 |  81k| 278 |   0 |   0 |-8.550000e+01 |-3.600000e+01 | 137.50%
55.68/55.72	c  55.7s|     1 |     0 | 19562 |     - | 108M|   0 | 135 |1150 |  81k|1150 |  81k| 283 |   0 |   0 |-6.850000e+01 |-3.600000e+01 |  90.28%
55.88/55.93	c  55.9s|     1 |     0 | 19684 |     - | 108M|   0 | 128 |1150 |  81k|1150 |  81k| 287 |   0 |   0 |-6.000000e+01 |-3.600000e+01 |  66.67%
56.09/56.12	c  56.1s|     1 |     0 | 19830 |     - | 108M|   0 | 136 |1150 |  81k|1150 |  81k| 290 |   0 |   0 |-5.500000e+01 |-3.600000e+01 |  52.78%
56.28/56.34	c  56.3s|     1 |     0 | 19942 |     - | 108M|   0 | 146 |1150 |  81k|1150 |  81k| 294 |   0 |   0 |-5.150000e+01 |-3.600000e+01 |  43.06%
56.48/56.57	c  56.6s|     1 |     0 | 20116 |     - | 108M|   0 | 155 |1150 |  81k|1150 |  81k| 302 |   0 |   0 |-5.137500e+01 |-3.600000e+01 |  42.71%
56.68/56.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.68/56.72	c  56.7s|     1 |     0 | 20214 |     - | 108M|   0 | 148 |1150 |  81k|1150 |  81k| 312 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
56.78/56.83	c  56.8s|     1 |     0 | 20227 |     - | 108M|   0 | 146 |1150 |  81k|1150 |  81k| 319 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
56.88/56.94	c  56.9s|     1 |     0 | 20268 |     - | 108M|   0 | 157 |1150 |  81k|1150 |  81k| 331 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
57.09/57.11	c  57.1s|     1 |     0 | 20345 |     - | 108M|   0 | 165 |1150 |  81k|1150 |  81k| 343 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
57.19/57.24	c  57.2s|     1 |     0 | 20396 |     - | 108M|   0 | 165 |1150 |  81k|1150 |  81k| 349 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
57.28/57.35	c  57.3s|     1 |     0 | 20432 |     - | 108M|   0 | 169 |1150 |  81k|1150 |  81k| 360 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
63.79/63.81	c  63.8s|     1 |     2 | 20432 |     - | 108M|   0 | 169 |1150 |  81k|1150 |  81k| 360 |   0 |  18 |-5.083333e+01 |-3.600000e+01 |  41.20%
110.37/110.48	o -37
110.37/110.48	c c 110s|    17 |    18 | 21739 |  81.7 | 110M|  16 |   - |1150 |  81k|1150 |  81k| 360 |   0 | 325 |-5.033333e+01 |-3.700000e+01 |  36.04%
143.76/143.81	o -41
143.76/143.81	c p 144s|    30 |    31 | 22646 |  76.3 | 111M|  22 |   - |1150 |  81k|1150 |  81k| 360 |   0 | 541 |-5.033333e+01 |-4.100000e+01 |  22.76%
255.15/255.29	c   255s|   100 |   101 | 28447 |  81.0 | 117M|  24 |  86 |1150 |  81k|1150 |  81k| 360 |   0 |1265 |-5.033333e+01 |-4.100000e+01 |  22.76%
269.23/269.30	c   269s|   200 |   189 | 34442 |  70.4 | 120M|  27 |  62 |1150 |  81k|1150 |  81k| 360 |   0 |1285 |-5.033333e+01 |-4.100000e+01 |  22.76%
284.03/284.14	c   284s|   300 |   269 | 39274 |  63.0 | 123M|  34 | 113 |1150 |  81k|1150 |  81k| 360 |   0 |1316 |-5.000000e+01 |-4.100000e+01 |  21.95%
293.93/294.06	c   294s|   400 |   329 | 43343 |  57.4 | 125M|  39 |  56 |1150 |  81k|1150 |  81k| 360 |   0 |1341 |-5.000000e+01 |-4.100000e+01 |  21.95%
304.92/305.09	c   305s|   500 |   397 | 48231 |  55.7 | 127M|  42 |   - |1150 |  81k|1150 |  81k| 360 |   0 |1360 |-5.000000e+01 |-4.100000e+01 |  21.95%
319.93/320.07	c   320s|   600 |   475 | 54095 |  56.2 | 130M|  48 |  57 |1150 |  81k|1150 |  81k| 360 |   0 |1406 |-5.000000e+01 |-4.100000e+01 |  21.95%
328.53/328.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
328.53/328.64	c   329s|   700 |   525 | 57737 |  53.4 | 132M|  52 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |1424 |-5.000000e+01 |-4.100000e+01 |  21.95%
341.42/341.58	c   342s|   800 |   599 | 62366 |  52.5 | 135M|  52 | 130 |1150 |  81k|1150 |  81k| 360 |   0 |1461 |-5.000000e+01 |-4.100000e+01 |  21.95%
353.42/353.51	c   354s|   900 |   671 | 66958 |  51.8 | 137M|  52 |  98 |1150 |  81k|1150 |  81k| 360 |   0 |1498 |-5.000000e+01 |-4.100000e+01 |  21.95%
364.81/364.94	c   365s|  1000 |   743 | 71359 |  51.0 | 140M|  52 |  78 |1150 |  81k|1150 |  81k| 360 |   0 |1528 |-5.000000e+01 |-4.100000e+01 |  21.95%
376.12/376.30	c   376s|  1100 |   807 | 75535 |  50.1 | 142M|  52 | 102 |1150 |  81k|1150 |  81k| 360 |   0 |1550 |-5.000000e+01 |-4.100000e+01 |  21.95%
390.82/390.90	c   391s|  1200 |   903 | 81820 |  51.2 | 144M|  52 | 114 |1150 |  81k|1150 |  81k| 360 |   0 |1577 |-5.000000e+01 |-4.100000e+01 |  21.95%
404.72/404.84	c   405s|  1300 |  1003 | 86475 |  50.8 | 147M|  52 | 116 |1150 |  81k|1150 |  81k| 360 |   0 |1604 |-5.000000e+01 |-4.100000e+01 |  21.95%
421.22/421.30	c   421s|  1400 |  1103 | 93030 |  51.9 | 149M|  54 | 100 |1150 |  81k|1150 |  81k| 360 |   0 |1627 |-5.000000e+01 |-4.100000e+01 |  21.95%
445.31/445.45	c   445s|  1500 |  1203 |102054 |  54.5 | 153M|  54 | 175 |1150 |  81k|1150 |  81k| 360 |   0 |1663 |-5.000000e+01 |-4.100000e+01 |  21.95%
467.80/467.96	c   468s|  1600 |  1303 |110631 |  56.4 | 156M|  54 | 159 |1150 |  81k|1150 |  81k| 360 |   0 |1707 |-5.000000e+01 |-4.100000e+01 |  21.95%
487.70/487.82	c   488s|  1700 |  1399 |118989 |  58.0 | 159M|  54 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |1733 |-5.000000e+01 |-4.100000e+01 |  21.95%
506.29/506.44	c   506s|  1800 |  1499 |125436 |  58.4 | 162M|  54 | 111 |1150 |  81k|1150 |  81k| 360 |   0 |1769 |-5.000000e+01 |-4.100000e+01 |  21.95%
529.19/529.33	c   529s|  1900 |  1599 |135336 |  60.5 | 166M|  54 |  94 |1150 |  81k|1150 |  81k| 360 |   0 |1805 |-5.000000e+01 |-4.100000e+01 |  21.95%
555.99/556.17	c   556s|  2000 |  1699 |147213 |  63.4 | 169M|  54 | 101 |1150 |  81k|1150 |  81k| 360 |   0 |1841 |-5.000000e+01 |-4.100000e+01 |  21.95%
587.19/587.36	c   587s|  2100 |  1799 |157527 |  65.3 | 174M|  54 | 112 |1150 |  81k|1150 |  81k| 360 |   0 |1893 |-5.000000e+01 |-4.100000e+01 |  21.95%
610.88/611.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
610.88/611.01	c   611s|  2200 |  1899 |169090 |  67.6 | 177M|  54 |  98 |1150 |  81k|1150 |  81k| 360 |   0 |1929 |-5.000000e+01 |-4.100000e+01 |  21.95%
632.08/632.29	o -42
632.08/632.29	c p 632s|  2288 |  1913 |178493 |  69.1 | 179M|  54 |   - |1150 |  81k|1150 |  81k| 360 |   0 |1968 |-5.000000e+01 |-4.200000e+01 |  19.05%
635.38/635.52	c   636s|  2300 |  1925 |179663 |  69.3 | 179M|  54 | 113 |1150 |  81k|1150 |  81k| 360 |   0 |1977 |-5.000000e+01 |-4.200000e+01 |  19.05%
669.07/669.22	c   669s|  2400 |  2025 |194108 |  72.4 | 182M|  54 |  85 |1150 |  81k|1150 |  81k| 360 |   0 |2027 |-5.000000e+01 |-4.200000e+01 |  19.05%
699.06/699.25	c   699s|  2500 |  2123 |206921 |  74.6 | 186M|  54 |  85 |1150 |  81k|1150 |  81k| 360 |   0 |2076 |-5.000000e+01 |-4.200000e+01 |  19.05%
704.97/705.13	o -43
704.97/705.13	c l 705s|  2525 |  2072 |209603 |  74.9 | 186M|  54 |   - |1150 |  81k|1150 |  81k| 360 |   0 |2085 |-5.000000e+01 |-4.300000e+01 |  16.28%
726.66/726.83	c   727s|  2600 |  2147 |219059 |  76.4 | 188M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2126 |-5.000000e+01 |-4.300000e+01 |  16.28%
756.35/756.51	c   757s|  2700 |  2245 |231884 |  78.3 | 191M|  54 |  86 |1150 |  81k|1150 |  81k| 360 |   0 |2187 |-5.000000e+01 |-4.300000e+01 |  16.28%
781.86/782.10	c   782s|  2800 |  2343 |244813 |  80.2 | 195M|  54 |  70 |1150 |  81k|1150 |  81k| 360 |   0 |2224 |-5.000000e+01 |-4.300000e+01 |  16.28%
806.55/806.76	c   807s|  2900 |  2437 |257661 |  81.8 | 197M|  54 |  98 |1150 |  81k|1150 |  81k| 360 |   0 |2251 |-5.000000e+01 |-4.300000e+01 |  16.28%
830.94/831.19	c   831s|  3000 |  2535 |269725 |  83.1 | 200M|  54 |  74 |1150 |  81k|1150 |  81k| 360 |   0 |2274 |-5.000000e+01 |-4.300000e+01 |  16.28%
858.14/858.30	c   858s|  3100 |  2633 |284201 |  85.1 | 205M|  54 |  71 |1150 |  81k|1150 |  81k| 360 |   0 |2304 |-5.000000e+01 |-4.300000e+01 |  16.28%
896.44/896.65	c   897s|  3200 |  2731 |301324 |  87.8 | 210M|  54 | 103 |1150 |  81k|1150 |  81k| 360 |   0 |2319 |-5.000000e+01 |-4.300000e+01 |  16.28%
919.73/919.95	c   920s|  3300 |  2829 |312810 |  88.6 | 212M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2328 |-5.000000e+01 |-4.300000e+01 |  16.28%
945.12/945.33	c   945s|  3400 |  2925 |326430 |  90.0 | 216M|  54 | 103 |1150 |  81k|1150 |  81k| 360 |   0 |2344 |-5.000000e+01 |-4.300000e+01 |  16.28%
967.03/967.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
967.03/967.20	c   967s|  3500 |  3023 |338750 |  91.0 | 219M|  54 |  91 |1150 |  81k|1150 |  81k| 360 |   0 |2352 |-5.000000e+01 |-4.300000e+01 |  16.28%
986.83/987.02	c   987s|  3600 |  3119 |350197 |  91.6 | 221M|  54 |  78 |1150 |  81k|1150 |  81k| 360 |   0 |2358 |-5.000000e+01 |-4.300000e+01 |  16.28%
1011.62/1011.89	c  1012s|  3700 |  3215 |365585 |  93.3 | 225M|  54 | 106 |1150 |  81k|1150 |  81k| 360 |   0 |2363 |-5.000000e+01 |-4.300000e+01 |  16.28%
1035.42/1035.67	c  1036s|  3800 |  3307 |377482 |  94.0 | 229M|  54 | 117 |1150 |  81k|1150 |  81k| 360 |   0 |2365 |-5.000000e+01 |-4.300000e+01 |  16.28%
1042.62/1042.89	o -44
1042.62/1042.89	c p1043s|  3837 |  3217 |380872 |  94.0 | 228M|  54 |   - |1150 |  81k|1150 |  81k| 360 |   0 |2379 |-5.000000e+01 |-4.400000e+01 |  13.64%
1058.51/1058.71	c  1059s|  3900 |  3278 |388129 |  94.3 | 230M|  54 | 134 |1150 |  81k|1150 |  81k| 360 |   0 |2401 |-5.000000e+01 |-4.400000e+01 |  13.64%
1090.20/1090.48	c  1090s|  4000 |  3372 |402924 |  95.6 | 235M|  54 |  88 |1150 |  81k|1150 |  81k| 360 |   0 |2457 |-5.000000e+01 |-4.400000e+01 |  13.64%
1113.30/1113.59	c  1114s|  4100 |  3464 |413748 |  96.0 | 238M|  54 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |2506 |-5.000000e+01 |-4.400000e+01 |  13.64%
1142.39/1142.63	c  1143s|  4200 |  3552 |424572 |  96.2 | 242M|  54 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |2554 |-5.000000e+01 |-4.400000e+01 |  13.64%
1164.70/1164.92	c  1165s|  4300 |  3634 |435264 |  96.5 | 245M|  54 | 105 |1150 |  81k|1150 |  81k| 360 |   0 |2586 |-5.000000e+01 |-4.400000e+01 |  13.64%
1193.99/1194.23	c  1194s|  4400 |  3732 |449266 |  97.5 | 249M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2642 |-5.000000e+01 |-4.400000e+01 |  13.64%
1219.98/1220.25	c  1220s|  4500 |  3826 |460562 |  97.8 | 253M|  54 |  99 |1150 |  81k|1150 |  81k| 360 |   0 |2687 |-5.000000e+01 |-4.400000e+01 |  13.64%
1251.38/1251.64	c  1252s|  4600 |  3914 |476397 |  99.1 | 256M|  54 |   - |1150 |  81k|1150 |  81k| 360 |   0 |2749 |-5.000000e+01 |-4.400000e+01 |  13.64%
1280.78/1281.07	c  1281s|  4700 |  4010 |489827 |  99.9 | 259M|  54 |  74 |1150 |  81k|1150 |  81k| 360 |   0 |2791 |-5.000000e+01 |-4.400000e+01 |  13.64%
1301.68/1301.96	c  1302s|  4800 |  4106 |499206 |  99.8 | 262M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2833 |-5.000000e+01 |-4.400000e+01 |  13.64%
1321.17/1321.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1321.17/1321.43	c  1321s|  4900 |  4192 |509688 |  99.9 | 265M|  54 | 103 |1150 |  81k|1150 |  81k| 360 |   0 |2865 |-5.000000e+01 |-4.400000e+01 |  13.64%
1345.86/1346.10	c  1346s|  5000 |  4282 |520117 | 100.0 | 268M|  54 | 104 |1150 |  81k|1150 |  81k| 360 |   0 |2912 |-5.000000e+01 |-4.400000e+01 |  13.64%
1365.66/1365.99	c  1366s|  5100 |  4374 |529682 |  99.9 | 270M|  54 |  80 |1150 |  81k|1150 |  81k| 360 |   0 |2947 |-5.000000e+01 |-4.400000e+01 |  13.64%
1390.76/1391.09	c  1391s|  5200 |  4470 |542167 | 100.4 | 274M|  54 |  67 |1150 |  81k|1150 |  81k| 360 |   0 |2970 |-5.000000e+01 |-4.400000e+01 |  13.64%
1410.56/1410.84	c  1411s|  5300 |  4554 |553618 | 100.6 | 277M|  54 |  99 |1150 |  81k|1150 |  81k| 360 |   0 |2978 |-5.000000e+01 |-4.400000e+01 |  13.64%
1426.56/1426.83	c  1427s|  5400 |  4632 |561983 | 100.3 | 280M|  54 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |2983 |-5.000000e+01 |-4.400000e+01 |  13.64%
1444.45/1444.71	c  1445s|  5500 |  4708 |572243 | 100.3 | 282M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2986 |-5.000000e+01 |-4.400000e+01 |  13.64%
1465.65/1465.91	c  1466s|  5600 |  4798 |584189 | 100.7 | 285M|  54 |  79 |1150 |  81k|1150 |  81k| 360 |   0 |2990 |-5.000000e+01 |-4.400000e+01 |  13.64%
1483.05/1483.39	c  1483s|  5700 |  4878 |591829 | 100.3 | 288M|  54 |  91 |1150 |  81k|1150 |  81k| 360 |   0 |2994 |-5.000000e+01 |-4.400000e+01 |  13.64%
1501.44/1501.73	c  1502s|  5800 |  4958 |601074 | 100.1 | 291M|  54 | 103 |1150 |  81k|1150 |  81k| 360 |   0 |2998 |-5.000000e+01 |-4.400000e+01 |  13.64%
1516.84/1517.18	c  1517s|  5900 |  5030 |610159 | 100.0 | 293M|  54 | 116 |1150 |  81k|1150 |  81k| 360 |   0 |3002 |-5.000000e+01 |-4.400000e+01 |  13.64%
1533.94/1534.20	c  1534s|  6000 |  5110 |619220 |  99.8 | 296M|  54 |  92 |1150 |  81k|1150 |  81k| 360 |   0 |3009 |-5.000000e+01 |-4.400000e+01 |  13.64%
1554.73/1555.08	c  1555s|  6100 |  5194 |629559 |  99.9 | 299M|  54 |  68 |1150 |  81k|1150 |  81k| 360 |   0 |3011 |-5.000000e+01 |-4.400000e+01 |  13.64%
1570.83/1571.11	c  1571s|  6200 |  5272 |639077 |  99.8 | 302M|  54 |  68 |1150 |  81k|1150 |  81k| 360 |   0 |3012 |-5.000000e+01 |-4.400000e+01 |  13.64%
1589.93/1590.25	c  1590s|  6300 |  5356 |649382 |  99.8 | 305M|  54 | 134 |1150 |  81k|1150 |  81k| 360 |   0 |3013 |-5.000000e+01 |-4.400000e+01 |  13.64%
1612.13/1612.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1612.13/1612.49	c  1612s|  6400 |  5436 |659203 |  99.8 | 308M|  54 |  65 |1150 |  81k|1150 |  81k| 360 |   0 |3030 |-5.000000e+01 |-4.400000e+01 |  13.64%
1632.63/1632.90	c  1633s|  6500 |  5526 |669304 |  99.8 | 311M|  54 |  90 |1150 |  81k|1150 |  81k| 360 |   0 |3070 |-5.000000e+01 |-4.400000e+01 |  13.64%
1657.21/1657.53	c  1658s|  6600 |  5624 |680494 | 100.0 | 315M|  54 |  78 |1150 |  81k|1150 |  81k| 360 |   0 |3117 |-5.000000e+01 |-4.400000e+01 |  13.64%
1678.23/1678.55	c  1679s|  6700 |  5704 |691161 | 100.1 | 318M|  54 | 164 |1150 |  81k|1150 |  81k| 360 |   0 |3151 |-5.000000e+01 |-4.400000e+01 |  13.64%
1703.41/1703.76	c  1704s|  6800 |  5778 |702918 | 100.4 | 320M|  54 |  80 |1150 |  81k|1150 |  81k| 360 |   0 |3200 |-5.000000e+01 |-4.400000e+01 |  13.64%
1719.50/1719.89	c  1720s|  6900 |  5852 |710143 | 100.0 | 323M|  54 |  71 |1150 |  81k|1150 |  81k| 360 |   0 |3238 |-5.000000e+01 |-4.400000e+01 |  13.64%
1739.11/1739.46	c  1739s|  7000 |  5922 |719693 |  99.9 | 325M|  54 |  85 |1150 |  81k|1150 |  81k| 360 |   0 |3268 |-5.000000e+01 |-4.400000e+01 |  13.64%
1756.20/1756.53	c  1757s|  7100 |  5992 |726944 |  99.5 | 327M|  54 |  98 |1150 |  81k|1150 |  81k| 360 |   0 |3302 |-5.000000e+01 |-4.400000e+01 |  13.64%
1772.70/1773.04	c  1773s|  7200 |  6068 |734932 |  99.2 | 330M|  54 |  77 |1150 |  81k|1150 |  81k| 360 |   0 |3345 |-5.000000e+01 |-4.400000e+01 |  13.64%
1786.60/1786.92	c  1787s|  7300 |  6132 |741813 |  98.8 | 332M|  54 |  83 |1150 |  81k|1150 |  81k| 360 |   0 |3370 |-5.000000e+01 |-4.400000e+01 |  13.64%
1796.70/1797.02	c 
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Solving Time (sec) : 1797.01
1796.70/1797.02	c Solving Nodes      : 7342
1796.70/1797.02	c Primal Bound       : -4.40000000000000e+01 (591 solutions)
1796.70/1797.02	c Dual Bound         : -5.00000000000000e+01
1796.70/1797.02	c Gap                : 13.64 %
1796.70/1797.04	s SATISFIABLE
1796.70/1797.04	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.04	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.04	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.04	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.04	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.04	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1796.70/1797.04	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1796.70/1797.04	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 
1796.70/1797.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1796.70/1797.04	v x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 
1796.70/1797.04	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.04	v -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 
1796.70/1797.04	v -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 
1796.70/1797.04	v -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 
1796.70/1797.04	v -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 x622 -x623 -x624 -x625 -x626 -x627 
1796.70/1797.04	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.04	v -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 
1796.70/1797.04	v -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 x687 -x688 -x689 
1796.70/1797.04	v -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 
1796.70/1797.04	v -x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 
1796.70/1797.04	v -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 
1796.70/1797.04	v -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 
1796.70/1797.04	v -x774 -x775 -x776 -x777 -x778 x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 
1796.70/1797.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	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.04	v -x984 x985 -x986 -x987 -x988 -x989 -x990 x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 
1796.70/1797.04	v -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 x1020 -x1021 -x1022 
1796.70/1797.04	v -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 x1039 -x1040 
1796.70/1797.04	v -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
1796.70/1797.04	v -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 
1796.70/1797.04	v -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 
1796.70/1797.04	v -x1094 -x1095 -x1096 -x1097 -x1098 x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 
1796.70/1797.04	v -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 x1124 -x1125 -x1126 -x1127 -x1128 -x1129 
1796.70/1797.04	v -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 
1796.70/1797.04	v -x1148 -x1149 -x1150 
1796.70/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.04	c Total Time         :    1797.01
1796.70/1797.04	c   solving          :    1797.01
1796.70/1797.04	c   presolving       :       1.05 (included in solving)
1796.70/1797.04	c   reading          :       0.18 (included in solving)
1796.70/1797.04	c   copying          :       1.01 (9 #copies) (minimal 0.10, maximal 0.12, average 0.11)
1796.70/1797.04	c Original Problem   :
1796.70/1797.04	c   Problem name     : HOME/instance-3692110-1338032836.opb
1796.70/1797.04	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.04	c   Constraints      : 81068 initial, 81068 maximal
1796.70/1797.04	c   Objective sense  : minimize
1796.70/1797.04	c Presolved Problem  :
1796.70/1797.04	c   Problem name     : t_HOME/instance-3692110-1338032836.opb
1796.70/1797.04	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.04	c   Constraints      : 81068 initial, 81068 maximal
1796.70/1797.04	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.04	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   pseudoobj        :       0.00       0.02          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   probing          :       0.44       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   setppc           :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   linear           :       0.42       0.03          0          0          0          0          0          0          0          0          0
1796.70/1797.04	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.04	c   integral         :          0          0          0          0       6918          0        596          0          3         57          0          0      13778
1796.70/1797.04	c   setppc           :      81068      81068         33      34573          0          0        591          0          0     233279          0          0          0
1796.70/1797.04	c   countsols        :          0          0          0          0          0          0        594          0          0          0          0          0          0
1796.70/1797.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.04	c   integral         :     394.73       0.00       0.00       0.00     394.71       0.00       0.02       0.00
1796.70/1797.04	c   setppc           :      14.75       0.00       0.25      12.74       0.00       0.00       1.76       0.00
1796.70/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.04	c   rootredcost      :          6          0          0          0
1796.70/1797.04	c   pseudoobj        :      41440          0          0          0
1796.70/1797.04	c   vbounds          :          0          0          0          0
1796.70/1797.04	c   redcost          :       6953          0          0          3
1796.70/1797.04	c   probing          :          0          0          0          0
1796.70/1797.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.04	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.04	c   pseudoobj        :       5.02       0.02       0.00       4.99       0.00
1796.70/1797.04	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.04	c   redcost          :       0.16       0.00       0.00       0.16       0.00
1796.70/1797.04	c   probing          :       0.44       0.00       0.44       0.00       0.00
1796.70/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.04	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.04	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.04	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.70/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.04	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.04	c   cut pool         :       0.00                    32          -          -         90          -    (maximal pool size: 749)
1796.70/1797.04	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   impliedbounds    :       0.04       0.00         33          0          0          0          0
1796.70/1797.04	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   gomory           :       0.30       0.00         10          0          0        500          0
1796.70/1797.04	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   strongcg         :       5.37       0.00         20          0          0      10000          0
1796.70/1797.04	c   cmir             :      10.35       0.00         10          0          0          0          0
1796.70/1797.04	c   flowcover        :      11.03       0.00         10          0          0          0          0
1796.70/1797.04	c   clique           :       1.50       0.00         33          0          0        299          0
1796.70/1797.04	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   mcf              :       0.06       0.00          1          0          0          0          0
1796.70/1797.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.04	c   problem variables:       0.00          -          0          0
1796.70/1797.04	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.04	c   relpscost        :     394.69       0.00       6918          3         57          0          0      13778
1796.70/1797.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.04	c   LP solutions     :       0.00          -          -          0
1796.70/1797.04	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.04	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.04	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.04	c   oneopt           :       0.11       0.00          7          1
1796.70/1797.04	c   crossover        :       3.64       0.00          8          2
1796.70/1797.04	c   guideddiving     :      58.96       0.00         58         10
1796.70/1797.04	c   veclendiving     :     171.48       0.00         81          2
1796.70/1797.04	c   coefdiving       :      90.88       0.00        118         30
1796.70/1797.04	c   linesearchdiving :      80.54       0.00        165         14
1796.70/1797.04	c   rootsoldiving    :      53.48       0.00         83         89
1796.70/1797.04	c   pscostdiving     :      83.51       0.00        166         26
1796.70/1797.04	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.04	c   trivial          :       0.02       0.00          2          1
1796.70/1797.04	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.04	c   simplerounding   :       0.35       0.00       6951         72
1796.70/1797.04	c   zirounding       :      47.88       0.00       6891        223
1796.70/1797.04	c   rounding         :      18.58       0.00       3515          1
1796.70/1797.04	c   shifting         :       2.81       0.00        428          1
1796.70/1797.04	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.04	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.04	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.04	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.04	c   clique           :       0.00       0.00          0          0
1796.70/1797.04	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.04	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.04	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.04	c   fracdiving       :      60.31       0.00         60          6
1796.70/1797.04	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.04	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.04	c   objpscostdiving  :      72.50       0.00         46        112
1796.70/1797.04	c   octane           :       0.00       0.00          0          0
1796.70/1797.04	c   rens             :       2.23       0.00          1          1
1796.70/1797.04	c   rins             :       0.00       0.00          0          0
1796.70/1797.04	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.04	c   mutation         :       0.00       0.00          0          0
1796.70/1797.04	c   dins             :       0.00       0.00          0          0
1796.70/1797.04	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.04	c   undercover       :       0.00       0.00          0          0
1796.70/1797.04	c   subnlp           :       0.01       0.00          0          0
1796.70/1797.04	c   trysol           :       0.01       0.00          0          0
1796.70/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.04	c   primal LP        :       0.10          5          0       0.00       0.00       0.10          5
1796.70/1797.04	c   dual LP          :     520.40       7533     435875      58.89     837.57       2.46        132
1796.70/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.04	c   diving/probing LP:     534.68      17005     310980      18.29     581.62
1796.70/1797.04	c   strong branching :     392.62       3388     249240      73.57     634.82
1796.70/1797.04	c     (at root node) :          -         18       2025     112.50          -
1796.70/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.04	c B&B Tree           :
1796.70/1797.04	c   number of runs   :          1
1796.70/1797.04	c   nodes            :       7342
1796.70/1797.04	c   nodes (total)    :       7342
1796.70/1797.04	c   nodes left       :       6164
1796.70/1797.04	c   max depth        :         54
1796.70/1797.04	c   max depth (total):         54
1796.70/1797.04	c   backtracks       :        981 (13.4%)
1796.70/1797.04	c   delayed cutoffs  :          0
1796.70/1797.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.04	c   avg switch length:       5.52
1796.70/1797.04	c   switching time   :      21.71
1796.70/1797.04	c Solution           :
1796.70/1797.04	c   Solutions found  :        591 (8 improvements)
1796.70/1797.04	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.27 seconds, depth 0, found by <trivial>)
1796.70/1797.04	c   Primal Bound     : -4.40000000000000e+01   (in run 1, after 3837 nodes, 1042.88 seconds, depth 38, found by <pscostdiving>)
1796.70/1797.04	c   Dual Bound       : -5.00000000000000e+01
1796.70/1797.04	c   Gap              :      13.64 %
1796.70/1797.04	c   Root Dual Bound  : -5.08333333333333e+01
1796.70/1797.04	c   Root Iterations  :      20432
1797.01/1797.37	c Time complete: 1797.07.

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-3692110-1338032836/watcher-3692110-1338032836 -o /tmp/evaluation-result-3692110-1338032836/solver-3692110-1338032836 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692110-1338032836.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.10 2.03 2.01 3/174 16000
/proc/meminfo: memFree=28013176/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=12024 CPUtime=0 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 1650 0 0 0 0 0 0 0 20 0 1 0 269409509 12312576 1604 33554432000 4194304 10219143 140734011773648 140735391387896 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 3006 1612 398 1471 0 1526 0

[startup+0.0401741 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 16000
/proc/meminfo: memFree=28013176/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=20928 CPUtime=0.03 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 3995 0 0 0 3 0 0 0 20 0 1 0 269409509 21430272 3949 33554432000 4194304 10219143 140734011773648 140735391387896 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 5232 3949 421 1471 0 3752 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20928

[startup+0.100364 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 16000
/proc/meminfo: memFree=28013176/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=33396 CPUtime=0.08 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 6972 0 0 0 8 0 0 0 20 0 1 0 269409509 34197504 6927 33554432000 4194304 10219143 140734011773648 140735391387896 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 8349 6965 421 1471 0 6869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33396

[startup+0.300316 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 16000
/proc/meminfo: memFree=28013176/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=106088 CPUtime=0.29 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 24893 0 0 0 25 4 0 0 20 0 1 0 269409509 108634112 24798 33554432000 4194304 10219143 140734011773648 140735391387896 4443054 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 26522 24798 528 1471 0 25042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 106088

[startup+0.700309 s]
/proc/loadavg: 2.10 2.03 2.01 3/174 16000
/proc/meminfo: memFree=28013176/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=142660 CPUtime=0.69 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 34048 0 0 0 58 11 0 0 20 0 1 0 269409509 146083840 33881 33554432000 4194304 10219143 140734011773648 140734011770648 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 35665 33882 558 1471 0 34185 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142660

[startup+1.50032 s]
/proc/loadavg: 2.10 2.03 2.01 3/175 16001
/proc/meminfo: memFree=27894904/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=202508 CPUtime=1.49 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 51944 0 0 0 132 17 0 0 20 0 1 0 269409509 207368192 48119 33554432000 4194304 10219143 140734011773648 140734011770648 8036835 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 50627 48119 671 1471 0 49147 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 202508

[startup+3.10024 s]
/proc/loadavg: 2.10 2.03 2.01 3/175 16001
/proc/meminfo: memFree=27790976/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=251868 CPUtime=3.09 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 61543 0 0 0 289 20 0 0 20 0 1 0 269409509 257912832 59641 33554432000 4194304 10219143 140734011773648 140734011769688 5160920 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 62967 59641 753 1471 0 61487 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 251868

[startup+6.30024 s]
/proc/loadavg: 2.10 2.03 2.01 3/175 16001
/proc/meminfo: memFree=27774536/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=251868 CPUtime=6.28 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 62407 0 0 0 607 21 0 0 20 0 1 0 269409509 257912832 60349 33554432000 4194304 10219143 140734011773648 140734011770008 7257005 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 62967 60349 776 1471 0 61487 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 251868

[startup+12.7002 s]
/proc/loadavg: 2.09 2.03 2.00 3/175 16001
/proc/meminfo: memFree=27772624/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=251868 CPUtime=12.69 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 62692 0 0 0 1247 22 0 0 20 0 1 0 269409509 257912832 60634 33554432000 4194304 10219143 140734011773648 140734011769032 7256998 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 62967 60634 779 1471 0 61487 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 251868

[startup+25.5002 s]
/proc/loadavg: 2.15 2.04 2.01 3/175 16001
/proc/meminfo: memFree=27771740/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=253912 CPUtime=25.49 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 62963 0 0 0 2527 22 0 0 20 0 1 0 269409509 260005888 60905 33554432000 4194304 10219143 140734011773648 140734011768808 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 63478 60905 779 1471 0 61998 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 253912

[startup+51.1003 s]
/proc/loadavg: 2.10 2.04 2.01 3/175 16001
/proc/meminfo: memFree=27769232/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=255864 CPUtime=51.08 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 63527 0 0 0 5083 25 0 0 20 0 1 0 269409509 262004736 61469 33554432000 4194304 10219143 140734011773648 140734011766904 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 63966 61469 779 1471 0 62486 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 255864

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 16001
/proc/meminfo: memFree=27718644/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=299888 CPUtime=102.28 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 80675 0 0 0 10183 45 0 0 20 0 1 0 269409509 307085312 73607 33554432000 4194304 10219143 140734011773648 140734011766824 8091136 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 74972 73607 821 1471 0 73492 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 299888

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 16002
/proc/meminfo: memFree=27718244/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=299888 CPUtime=162.26 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 80678 0 0 0 16170 56 0 0 20 0 1 0 269409509 307085312 73750 33554432000 4194304 10219143 140734011773648 140734011767480 8091688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 74972 73750 821 1471 0 73492 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 299888

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 16005
/proc/meminfo: memFree=27712832/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=299888 CPUtime=222.24 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 80693 0 0 0 22159 65 0 0 20 0 1 0 269409509 307085312 73811 33554432000 4194304 10219143 140734011773648 140734011766824 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 74972 73811 821 1471 0 73492 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 299888

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 16005
/proc/meminfo: memFree=27696964/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=299888 CPUtime=282.23 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 88569 0 0 0 28143 80 0 0 20 0 1 0 269409509 307085312 74097 33554432000 4194304 10219143 140734011773648 140734011767096 7946410 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 74972 74097 826 1471 0 73492 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 299888

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 16005
/proc/meminfo: memFree=27646000/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=346844 CPUtime=342.22 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 99928 0 0 0 34129 93 0 0 20 0 1 0 269409509 355168256 85456 33554432000 4194304 10219143 140734011773648 140734011766904 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 86711 85456 826 1471 0 85231 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 346844

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 16005
/proc/meminfo: memFree=27631180/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=346844 CPUtime=402.21 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 99928 0 0 0 40119 102 0 0 20 0 1 0 269409509 355168256 85456 33554432000 4194304 10219143 140734011773648 140734011767560 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 86711 85456 826 1471 0 85231 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 346844

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16006
/proc/meminfo: memFree=27612732/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=352280 CPUtime=462.2 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 107329 0 0 0 46106 114 0 0 20 0 1 0 269409509 360734720 87195 33554432000 4194304 10219143 140734011773648 140734011766744 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 88070 87195 826 1471 0 86590 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 352280

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 16006
/proc/meminfo: memFree=27602624/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=352280 CPUtime=522.19 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 107329 0 0 0 52096 123 0 0 20 0 1 0 269409509 360734720 87195 33554432000 4194304 10219143 140734011773648 140734011767096 7961885 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 88070 87195 826 1471 0 86590 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 352280

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16006
/proc/meminfo: memFree=27595556/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=352280 CPUtime=582.18 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 107329 0 0 0 58086 132 0 0 20 0 1 0 269409509 360734720 87195 33554432000 4194304 10219143 140734011773648 140734011766952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 88070 87195 826 1471 0 86590 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 352280

[startup+642.3 s]

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

/proc/meminfo: memFree=27515628/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=379424 CPUtime=1062.11 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 150281 0 0 0 105993 218 0 0 20 0 1 0 269409509 388530176 92732 33554432000 4194304 10219143 140734011773648 140734011767288 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 94856 92732 826 1471 0 93376 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 379424

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/175 16034
/proc/meminfo: memFree=27504708/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=384912 CPUtime=1122.1 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 151290 0 0 0 111982 228 0 0 20 0 1 0 269409509 394149888 94578 33554432000 4194304 10219143 140734011773648 140734011767096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 96228 94578 826 1471 0 94748 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 384912

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 16034
/proc/meminfo: memFree=27491560/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=393912 CPUtime=1182.09 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 173833 0 0 0 117964 245 0 0 20 0 1 0 269409509 403365888 96231 33554432000 4194304 10219143 140734011773648 140734011768856 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 98478 96231 826 1471 0 96998 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 393912

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 16034
/proc/meminfo: memFree=27487592/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=396556 CPUtime=1242.09 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 176214 0 0 0 123955 254 0 0 20 0 1 0 269409509 406073344 96129 33554432000 4194304 10219143 140734011773648 140734011766520 7956094 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 99139 96129 826 1471 0 97659 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 396556

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16034
/proc/meminfo: memFree=27465148/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=405700 CPUtime=1302.08 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 179176 0 0 0 129946 262 0 0 20 0 1 0 269409509 415436800 99014 33554432000 4194304 10219143 140734011773648 140734011769016 7954733 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 101425 99014 826 1471 0 99945 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 405700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16035
/proc/meminfo: memFree=27449116/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=414252 CPUtime=1362.06 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 181329 0 0 0 135934 272 0 0 20 0 1 0 269409509 424194048 101164 33554432000 4194304 10219143 140734011773648 140734011766904 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 103563 101164 826 1471 0 102083 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 414252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16038
/proc/meminfo: memFree=27434908/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=418200 CPUtime=1422.06 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 203592 0 0 0 141915 291 0 0 20 0 1 0 269409509 428236800 101752 33554432000 4194304 10219143 140734011773648 140734011768680 4988587 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 104550 101752 826 1471 0 103070 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 418200

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/175 16038
/proc/meminfo: memFree=27411540/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=430512 CPUtime=1482.05 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 207026 0 0 0 147904 301 0 0 20 0 1 0 269409509 440844288 105644 33554432000 4194304 10219143 140734011773648 140734011767288 5184847 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 107628 105644 826 1471 0 106148 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 430512

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 16038
/proc/meminfo: memFree=27394664/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=439372 CPUtime=1542.04 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 208628 0 0 0 153894 310 0 0 20 0 1 0 269409509 449916928 107242 33554432000 4194304 10219143 140734011773648 140734011766888 7750281 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 109843 107242 826 1471 0 108363 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 439372

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16038
/proc/meminfo: memFree=27379244/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=448300 CPUtime=1602.02 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 232852 0 0 0 159875 327 0 0 20 0 1 0 269409509 459059200 109306 33554432000 4194304 10219143 140734011773648 140734011768680 7976336 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 112075 109306 826 1471 0 110595 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 448300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16039
/proc/meminfo: memFree=27358472/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=456860 CPUtime=1662.02 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 235651 0 0 0 165865 337 0 0 20 0 1 0 269409509 467824640 112099 33554432000 4194304 10219143 140734011773648 140734011767096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 114215 112099 826 1471 0 112735 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 456860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16077
/proc/meminfo: memFree=27808128/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=463584 CPUtime=1722.01 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 237250 0 0 0 171853 348 0 0 20 0 1 0 269409509 474710016 113696 33554432000 4194304 10219143 140734011773648 140734011766952 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 115896 113696 826 1471 0 114416 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 463584

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16077
/proc/meminfo: memFree=27754560/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=471136 CPUtime=1782 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 239362 0 0 0 177841 359 0 0 20 0 1 0 269409509 482443264 115762 33554432000 4194304 10219143 140734011773648 140734011766776 8056208 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 117784 115762 826 1471 0 116304 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 471136

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16077
/proc/meminfo: memFree=27752824/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=471136 CPUtime=1785.2 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 239381 0 0 0 178161 359 0 0 20 0 1 0 269409509 482443264 115781 33554432000 4194304 10219143 140734011773648 140734011766776 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 117784 115781 826 1471 0 116304 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 471136

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16077
/proc/meminfo: memFree=27746500/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=472588 CPUtime=1791.61 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 239588 0 0 0 178801 360 0 0 20 0 1 0 269409509 483930112 115988 33554432000 4194304 10219143 140734011773648 140734011770136 6850585 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 118147 115988 826 1471 0 116667 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 472588

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16077
/proc/meminfo: memFree=27744764/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=474260 CPUtime=1794.8 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 239748 0 0 0 179120 360 0 0 20 0 1 0 269409509 485642240 116143 33554432000 4194304 10219143 140734011773648 140734011766632 5184847 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 118565 116143 826 1471 0 117085 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 474260

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16077
/proc/meminfo: memFree=27744392/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=474260 CPUtime=1796.4 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 239754 0 0 0 179279 361 0 0 20 0 1 0 269409509 485642240 116149 33554432000 4194304 10219143 140734011773648 140734011768680 7711462 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 118565 116149 826 1471 0 117085 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 474260

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16077
/proc/meminfo: memFree=27744392/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=474260 CPUtime=1796.8 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 239759 0 0 0 179319 361 0 0 20 0 1 0 269409509 485642240 116154 33554432000 4194304 10219143 140734011773648 140734011768680 5952127 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 118565 116154 828 1471 0 117085 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 474260

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16077
/proc/meminfo: memFree=27747492/32873852 swapFree=6848/6848
[pid=16000] ppid=15998 vsize=469420 CPUtime=1797.01 cores=1,3,5,7
/proc/16000/stat : 16000 (scip-2.1.1.4exp) R 15998 16000 14323 0 -1 4202496 239759 0 0 0 179340 361 0 0 20 0 1 0 269409509 480686080 114944 33554432000 4194304 10219143 140734011773648 140734011768680 5015195 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16000/statm: 117355 114944 828 1471 0 115875 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 469420

Child status: 0
Real time (s): 1797.38
CPU time (s): 1797.08
CPU user time (s): 1793.47
CPU system time (s): 3.61945
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 524220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.47
system time used= 3.61945
maximum resident set size= 518984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239761
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= 24
involuntary context switches= 1880

runsolver used 3.16652 second user time and 8.45771 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-26 13:47:16
IDJOB=3692110
IDBENCH=2261
IDSOLVER=2271
FILE ID=node128/3692110-1338032836
RUNJOBID= node128-1338017079-14340
PBS_JOBID= 14624370
Free space on /tmp= 71224 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-3.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-3692110-1338032836/watcher-3692110-1338032836 -o /tmp/evaluation-result-3692110-1338032836/solver-3692110-1338032836 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692110-1338032836.opb -t 1800 -m 15500

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

MD5SUM BENCH= 29f577041bedcbf69a98210424b233be
RANDOM SEED=496219428

node128.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.389
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.77
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.389
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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
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.389
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.389
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.389
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.91
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.389
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.389
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:       32873852 kB
MemFree:        28013184 kB
Buffers:          281940 kB
Cached:          3499176 kB
SwapCached:            0 kB
Active:          1167804 kB
Inactive:        2906628 kB
Active(anon):     295316 kB
Inactive(anon):        0 kB
Active(file):     872488 kB
Inactive(file):  2906628 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15536 kB
Writeback:             0 kB
AnonPages:        381456 kB
Mapped:            17532 kB
Shmem:               204 kB
Slab:             647952 kB
SReclaimable:      90532 kB
SUnreclaim:       557420 kB
KernelStack:        1464 kB
PageTables:         4592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     408072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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= 71212 MiB
End job on node128 at 2012-05-26 14:17:13