Trace number 3690942

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedSAT-44 1797.01 1797.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
MD5SUMdc857dc123c51e1f53f981679774fda8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.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 constraints80072
Number of constraints which are clauses80072
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3690942-1338018852.opb>
0.09/0.17	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80072 constraints
0.09/0.17	c problem read in 0.17
0.29/0.38	o 0
0.29/0.39	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.29/0.39	c presolving:
0.79/0.86	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80072 upgd conss, 160144 impls, 0 clqs
1.19/1.28	c    (1.3s) probing: 51/1150 (4.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.19/1.28	c    (1.3s) probing aborted: 50/50 successive totally useless probings
1.29/1.30	c presolving (2 rounds):
1.29/1.30	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.30	c  160144 implications, 0 cliques
1.29/1.30	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80072 constraints
1.29/1.30	c   80072 constraints of type <setppc>
1.29/1.30	c transformed objective value is always integral (scale: 1)
1.29/1.30	c Presolving Time: 1.08
1.29/1.30	c - non default parameters ----------------------------------------------------------------------
1.29/1.30	c # SCIP version 2.1.1.4
1.29/1.30	c 
1.29/1.30	c # maximal time in seconds to run
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.30	c limits/time = 1797
1.29/1.30	c 
1.29/1.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.30	c limits/memory = 13950
1.29/1.30	c 
1.29/1.30	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.29/1.30	c # [type: int, range: [1,2], default: 1]
1.29/1.30	c timing/clocktype = 2
1.29/1.30	c 
1.29/1.30	c # belongs reading time to solving time?
1.29/1.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.30	c timing/reading = TRUE
1.29/1.30	c 
1.29/1.30	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.30	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.30	c separating/rapidlearning/freq = 0
1.29/1.30	c 
1.29/1.30	c -----------------------------------------------------------------------------------------------
1.29/1.30	c start solving
1.29/1.33	c 
2.49/2.52	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.52	c t 2.5s|     1 |     0 |  1152 |     - |  95M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 |    Inf 
2.49/2.58	o -1
2.49/2.58	c R 2.6s|     1 |     0 |  1152 |     - |  95M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  Large 
3.88/3.96	c   4.0s|     1 |     0 |  1479 |     - |  95M|   0 |1085 |1150 |  80k|1150 |  80k|   8 |   0 |   0 |-5.425000e+02 |-1.000000e+00 |  Large 
3.88/3.99	o -33
3.88/3.99	c b 4.0s|     1 |     0 |  1479 |     - |  95M|   0 |1085 |1150 |  80k|1150 |  80k|   8 |   0 |   0 |-5.425000e+02 |-3.300000e+01 |1543.94%
5.89/5.96	c   6.0s|     1 |     0 |  1619 |     - |  95M|   0 |1028 |1150 |  80k|1150 |  80k|  27 |   0 |   0 |-5.140000e+02 |-3.300000e+01 |1457.58%
8.99/9.06	c   9.1s|     1 |     0 |  1929 |     - |  95M|   0 | 919 |1150 |  80k|1150 |  80k| 104 |   0 |   0 |-4.595000e+02 |-3.300000e+01 |1292.42%
12.79/12.89	c  12.9s|     1 |     0 |  2064 |     - |  95M|   0 | 865 |1150 |  80k|1150 |  80k| 121 |   0 |   0 |-4.325000e+02 |-3.300000e+01 |1210.61%
16.79/16.83	c  16.8s|     1 |     0 |  2273 |     - |  95M|   0 | 829 |1150 |  80k|1150 |  80k| 130 |   0 |   0 |-4.133750e+02 |-3.300000e+01 |1152.65%
20.78/20.86	c  20.9s|     1 |     0 |  2555 |     - |  95M|   0 | 783 |1150 |  80k|1150 |  80k| 141 |   0 |   0 |-3.902500e+02 |-3.300000e+01 |1082.58%
24.99/25.09	c  25.1s|     1 |     0 |  3062 |     - |  95M|   0 | 733 |1150 |  80k|1150 |  80k| 153 |   0 |   0 |-3.652500e+02 |-3.300000e+01 |1006.82%
29.48/29.50	c  29.5s|     1 |     0 |  3634 |     - |  95M|   0 | 691 |1150 |  80k|1150 |  80k| 171 |   0 |   0 |-3.442500e+02 |-3.300000e+01 | 943.18%
34.58/34.64	c  34.6s|     1 |     0 |  5040 |     - |  96M|   0 | 628 |1150 |  80k|1150 |  80k| 187 |   0 |   0 |-3.127500e+02 |-3.300000e+01 | 847.73%
38.37/38.40	c  38.4s|     1 |     0 |  5420 |     - |  96M|   0 | 577 |1150 |  80k|1150 |  80k| 211 |   0 |   0 |-2.877500e+02 |-3.300000e+01 | 771.97%
39.28/39.36	c  39.4s|     1 |     0 |  6034 |     - |  96M|   0 | 515 |1150 |  80k|1150 |  80k| 231 |   0 |   0 |-2.567500e+02 |-3.300000e+01 | 678.03%
40.18/40.22	c  40.2s|     1 |     0 |  6588 |     - |  96M|   0 | 467 |1150 |  80k|1150 |  80k| 247 |   0 |   0 |-2.327500e+02 |-3.300000e+01 | 605.30%
43.37/43.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.37/43.41	c  43.4s|     1 |     0 |  9374 |     - |  96M|   0 | 416 |1150 |  80k|1150 |  80k| 260 |   0 |   0 |-2.072500e+02 |-3.300000e+01 | 528.03%
46.57/46.63	c  46.6s|     1 |     0 | 11992 |     - |  96M|   0 | 385 |1150 |  80k|1150 |  80k| 275 |   0 |   0 |-1.917500e+02 |-3.300000e+01 | 481.06%
48.59/48.68	c  48.7s|     1 |     0 | 13610 |     - |  96M|   0 | 364 |1150 |  80k|1150 |  80k| 285 |   0 |   0 |-1.812500e+02 |-3.300000e+01 | 449.24%
49.59/49.66	c  49.7s|     1 |     0 | 14414 |     - |  96M|   0 | 313 |1150 |  80k|1150 |  80k| 298 |   0 |   0 |-1.565000e+02 |-3.300000e+01 | 374.24%
51.98/52.02	c  52.0s|     1 |     0 | 16478 |     - |  96M|   0 | 277 |1150 |  80k|1150 |  80k| 308 |   0 |   0 |-1.385000e+02 |-3.300000e+01 | 319.70%
56.08/56.19	c  56.2s|     1 |     0 | 19827 |     - |  96M|   0 | 246 |1150 |  80k|1150 |  80k| 319 |   0 |   0 |-1.230000e+02 |-3.300000e+01 | 272.73%
56.68/56.70	c  56.7s|     1 |     0 | 19995 |     - |  96M|   0 | 243 |1150 |  80k|1150 |  80k| 328 |   0 |   0 |-1.135000e+02 |-3.300000e+01 | 243.94%
57.18/57.30	c  57.3s|     1 |     0 | 20182 |     - |  96M|   0 | 209 |1150 |  80k|1150 |  80k| 335 |   0 |   0 |-1.055000e+02 |-3.300000e+01 | 219.70%
58.57/58.68	c  58.7s|     1 |     0 | 21806 |     - |  96M|   0 | 195 |1150 |  80k|1150 |  80k| 338 |   0 |   0 |-9.850000e+01 |-3.300000e+01 | 198.48%
58.97/59.05	c  59.0s|     1 |     0 | 22178 |     - |  96M|   0 | 169 |1150 |  80k|1150 |  80k| 343 |   0 |   0 |-8.450000e+01 |-3.300000e+01 | 156.06%
60.07/60.13	c  60.1s|     1 |     0 | 23403 |     - |  96M|   0 | 153 |1150 |  80k|1150 |  80k| 347 |   0 |   0 |-7.000000e+01 |-3.300000e+01 | 112.12%
60.17/60.29	c  60.3s|     1 |     0 | 23506 |     - |  96M|   0 | 145 |1150 |  80k|1150 |  80k| 354 |   0 |   0 |-6.300000e+01 |-3.300000e+01 |  90.91%
60.47/60.51	c  60.5s|     1 |     0 | 23622 |     - |  96M|   0 | 126 |1150 |  80k|1150 |  80k| 357 |   0 |   0 |-5.600000e+01 |-3.300000e+01 |  69.70%
60.58/60.70	c  60.7s|     1 |     0 | 23738 |     - |  96M|   0 | 128 |1150 |  80k|1150 |  80k| 363 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  51.52%
60.68/60.79	c  60.8s|     1 |     0 | 23778 |     - |  96M|   0 | 137 |1150 |  80k|1150 |  80k| 371 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  51.52%
60.87/60.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.87/60.92	c  60.9s|     1 |     0 | 23841 |     - |  96M|   0 | 144 |1150 |  80k|1150 |  80k| 378 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  51.52%
60.97/61.07	c  61.1s|     1 |     0 | 23884 |     - |  96M|   0 | 150 |1150 |  80k|1150 |  80k| 386 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  51.52%
61.17/61.21	c  61.2s|     1 |     0 | 23943 |     - |  96M|   0 | 155 |1150 |  80k|1150 |  80k| 395 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  51.52%
61.37/61.43	c  61.4s|     1 |     0 | 24049 |     - |  96M|   0 | 168 |1150 |  80k|1150 |  80k| 402 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  51.52%
71.37/71.46	c  71.5s|     1 |     2 | 24049 |     - |  96M|   0 | 168 |1150 |  80k|1150 |  80k| 402 |   0 |  33 |-5.000000e+01 |-3.300000e+01 |  51.52%
119.37/119.43	o -35
119.37/119.43	c c 119s|    12 |    13 | 25449 | 127.3 |  99M|  11 |   - |1150 |  80k|1150 |  80k| 402 |   0 | 294 |-5.000000e+01 |-3.500000e+01 |  42.86%
119.37/119.46	o -38
119.37/119.46	c c 119s|    12 |    13 | 25451 | 127.5 |  99M|  11 |   - |1150 |  80k|1150 |  80k| 402 |   0 | 294 |-5.000000e+01 |-3.800000e+01 |  31.58%
260.22/260.34	o -40
260.22/260.34	c l 260s|    81 |    82 | 33216 | 114.6 | 105M|  19 |   - |1150 |  80k|1150 |  80k| 402 |   0 |1158 |-5.000000e+01 |-4.000000e+01 |  25.00%
262.13/262.20	c   262s|   100 |   101 | 34344 | 104.0 | 105M|  22 |  89 |1150 |  80k|1150 |  80k| 402 |   0 |1158 |-5.000000e+01 |-4.000000e+01 |  25.00%
271.82/271.91	o -42
271.82/271.91	c l 272s|   161 |   155 | 39193 |  94.7 | 108M|  26 |   - |1150 |  80k|1150 |  80k| 402 |   0 |1169 |-5.000000e+01 |-4.200000e+01 |  19.05%
271.82/271.97	o -43
271.82/271.97	c b 272s|   162 |   145 | 39194 |  94.1 | 108M|  26 |  88 |1150 |  80k|1150 |  80k| 402 |   0 |1169 |-5.000000e+01 |-4.300000e+01 |  16.28%
277.12/277.21	c   277s|   200 |   171 | 41482 |  87.6 | 109M|  28 |  65 |1150 |  80k|1150 |  80k| 402 |   0 |1188 |-5.000000e+01 |-4.300000e+01 |  16.28%
291.42/291.58	c   292s|   300 |   253 | 48402 |  81.4 | 112M|  29 |  83 |1150 |  80k|1150 |  80k| 402 |   0 |1216 |-5.000000e+01 |-4.300000e+01 |  16.28%
303.01/303.10	c   303s|   400 |   319 | 54676 |  76.8 | 114M|  34 |  87 |1150 |  80k|1150 |  80k| 402 |   0 |1235 |-5.000000e+01 |-4.300000e+01 |  16.28%
318.41/318.57	c   319s|   500 |   387 | 61947 |  75.9 | 117M|  34 |   - |1150 |  80k|1150 |  80k| 402 |   0 |1287 |-5.000000e+01 |-4.300000e+01 |  16.28%
332.41/332.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
332.41/332.50	c   332s|   600 |   467 | 68979 |  75.0 | 120M|  34 |  88 |1150 |  80k|1150 |  80k| 402 |   0 |1315 |-5.000000e+01 |-4.300000e+01 |  16.28%
344.11/344.26	c   344s|   700 |   529 | 74656 |  72.4 | 123M|  37 |   - |1150 |  80k|1150 |  80k| 402 |   0 |1343 |-5.000000e+01 |-4.300000e+01 |  16.28%
358.81/358.97	c   359s|   800 |   623 | 82427 |  73.1 | 126M|  49 |  74 |1150 |  80k|1150 |  80k| 402 |   0 |1371 |-5.000000e+01 |-4.300000e+01 |  16.28%
376.00/376.11	c   376s|   900 |   723 | 89530 |  72.8 | 128M|  49 |  94 |1150 |  80k|1150 |  80k| 402 |   0 |1406 |-5.000000e+01 |-4.300000e+01 |  16.28%
398.20/398.30	c   398s|  1000 |   823 | 99991 |  76.0 | 131M|  49 | 147 |1150 |  80k|1150 |  80k| 402 |   0 |1441 |-5.000000e+01 |-4.300000e+01 |  16.28%
420.69/420.82	c   421s|  1100 |   923 |110981 |  79.1 | 134M|  49 |  80 |1150 |  80k|1150 |  80k| 402 |   0 |1468 |-5.000000e+01 |-4.300000e+01 |  16.28%
437.49/437.61	c   438s|  1200 |  1023 |119218 |  79.4 | 137M|  49 | 107 |1150 |  80k|1150 |  80k| 402 |   0 |1501 |-5.000000e+01 |-4.300000e+01 |  16.28%
460.09/460.20	c   460s|  1300 |  1123 |131131 |  82.4 | 140M|  49 | 116 |1150 |  80k|1150 |  80k| 402 |   0 |1537 |-5.000000e+01 |-4.300000e+01 |  16.28%
492.18/492.38	c   492s|  1400 |  1223 |148027 |  88.6 | 143M|  49 | 103 |1150 |  80k|1150 |  80k| 402 |   0 |1581 |-5.000000e+01 |-4.300000e+01 |  16.28%
518.09/518.28	c   518s|  1500 |  1323 |160376 |  90.9 | 146M|  49 | 150 |1150 |  80k|1150 |  80k| 402 |   0 |1626 |-5.000000e+01 |-4.300000e+01 |  16.28%
540.98/541.17	c   541s|  1600 |  1423 |171787 |  92.4 | 150M|  49 |  81 |1150 |  80k|1150 |  80k| 402 |   0 |1663 |-5.000000e+01 |-4.300000e+01 |  16.28%
562.57/562.77	c   563s|  1700 |  1523 |182143 |  93.1 | 154M|  49 |  80 |1150 |  80k|1150 |  80k| 402 |   0 |1710 |-5.000000e+01 |-4.300000e+01 |  16.28%
600.07/600.27	c   600s|  1800 |  1623 |199970 |  97.8 | 158M|  49 |  92 |1150 |  80k|1150 |  80k| 402 |   0 |1770 |-5.000000e+01 |-4.300000e+01 |  16.28%
633.96/634.16	c   634s|  1900 |  1723 |216844 | 101.5 | 161M|  49 |  74 |1150 |  80k|1150 |  80k| 402 |   0 |1813 |-5.000000e+01 |-4.300000e+01 |  16.28%
670.06/670.25	c   670s|  2000 |  1821 |234611 | 105.3 | 165M|  49 |  93 |1150 |  80k|1150 |  80k| 402 |   0 |1869 |-5.000000e+01 |-4.300000e+01 |  16.28%
707.65/707.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
707.65/707.86	c   708s|  2100 |  1919 |253933 | 109.5 | 169M|  49 | 109 |1150 |  80k|1150 |  80k| 402 |   0 |1919 |-5.000000e+01 |-4.300000e+01 |  16.28%
742.15/742.34	c   742s|  2200 |  2019 |269617 | 111.7 | 172M|  49 | 214 |1150 |  80k|1150 |  80k| 402 |   0 |1981 |-5.000000e+01 |-4.300000e+01 |  16.28%
769.64/769.87	c   770s|  2300 |  2119 |282314 | 112.3 | 176M|  49 | 114 |1150 |  80k|1150 |  80k| 402 |   0 |2023 |-5.000000e+01 |-4.300000e+01 |  16.28%
801.24/801.45	c   801s|  2400 |  2219 |298958 | 114.6 | 179M|  49 |  84 |1150 |  80k|1150 |  80k| 402 |   0 |2079 |-5.000000e+01 |-4.300000e+01 |  16.28%
831.93/832.15	c   832s|  2500 |  2319 |314077 | 116.1 | 182M|  49 | 117 |1150 |  80k|1150 |  80k| 402 |   0 |2143 |-5.000000e+01 |-4.300000e+01 |  16.28%
861.53/861.74	c   862s|  2600 |  2417 |328128 | 117.0 | 185M|  49 | 115 |1150 |  80k|1150 |  80k| 402 |   0 |2201 |-5.000000e+01 |-4.300000e+01 |  16.28%
895.52/895.75	c   896s|  2700 |  2515 |345788 | 119.2 | 188M|  49 |  83 |1150 |  80k|1150 |  80k| 402 |   0 |2249 |-5.000000e+01 |-4.300000e+01 |  16.28%
918.53/918.73	c   919s|  2800 |  2615 |358904 | 119.6 | 192M|  49 |  89 |1150 |  80k|1150 |  80k| 402 |   0 |2260 |-5.000000e+01 |-4.300000e+01 |  16.28%
947.02/947.21	c   947s|  2900 |  2715 |375951 | 121.4 | 195M|  49 |  80 |1150 |  80k|1150 |  80k| 402 |   0 |2295 |-5.000000e+01 |-4.300000e+01 |  16.28%
969.31/969.56	c   970s|  3000 |  2815 |389661 | 121.9 | 199M|  49 | 115 |1150 |  80k|1150 |  80k| 402 |   0 |2310 |-5.000000e+01 |-4.300000e+01 |  16.28%
970.92/971.13	o -44
970.92/971.13	c p 971s|  3009 |  2735 |390665 | 121.9 | 197M|  49 |   - |1150 |  80k|1150 |  80k| 402 |   0 |2314 |-5.000000e+01 |-4.400000e+01 |  13.64%
997.11/997.36	c   997s|  3100 |  2820 |405575 | 123.1 | 200M|  49 |  74 |1150 |  80k|1150 |  80k| 402 |   0 |2329 |-5.000000e+01 |-4.400000e+01 |  13.64%
1019.30/1019.50	c  1020s|  3200 |  2918 |419631 | 123.7 | 204M|  49 |   - |1150 |  80k|1150 |  80k| 402 |   0 |2339 |-5.000000e+01 |-4.400000e+01 |  13.64%
1044.60/1044.84	c  1045s|  3300 |  3012 |433758 | 124.2 | 207M|  49 | 103 |1150 |  80k|1150 |  80k| 402 |   0 |2351 |-5.000000e+01 |-4.400000e+01 |  13.64%
1071.90/1072.11	c  1072s|  3400 |  3102 |452362 | 126.0 | 211M|  49 |  76 |1150 |  80k|1150 |  80k| 402 |   0 |2358 |-5.000000e+01 |-4.400000e+01 |  13.64%
1098.80/1099.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.80/1099.09	c  1099s|  3500 |  3198 |468465 | 127.0 | 214M|  49 |  91 |1150 |  80k|1150 |  80k| 402 |   0 |2364 |-5.000000e+01 |-4.400000e+01 |  13.64%
1122.49/1122.78	c  1123s|  3600 |  3292 |483364 | 127.6 | 217M|  49 |  70 |1150 |  80k|1150 |  80k| 402 |   0 |2370 |-5.000000e+01 |-4.400000e+01 |  13.64%
1148.89/1149.12	c  1149s|  3700 |  3390 |497637 | 128.0 | 220M|  49 |  72 |1150 |  80k|1150 |  80k| 402 |   0 |2421 |-5.000000e+01 |-4.400000e+01 |  13.64%
1174.08/1174.38	c  1174s|  3800 |  3482 |510232 | 128.0 | 223M|  50 |  87 |1150 |  80k|1150 |  80k| 402 |   0 |2468 |-5.000000e+01 |-4.400000e+01 |  13.64%
1194.68/1194.94	c  1195s|  3900 |  3566 |519959 | 127.2 | 226M|  55 |   - |1150 |  80k|1150 |  80k| 402 |   0 |2529 |-5.000000e+01 |-4.400000e+01 |  13.64%
1211.47/1211.70	c  1212s|  4000 |  3644 |529557 | 126.4 | 229M|  55 | 100 |1150 |  80k|1150 |  80k| 402 |   0 |2568 |-5.000000e+01 |-4.400000e+01 |  13.64%
1235.57/1235.88	c  1236s|  4100 |  3732 |541861 | 126.3 | 232M|  55 | 123 |1150 |  80k|1150 |  80k| 402 |   0 |2624 |-5.000000e+01 |-4.400000e+01 |  13.64%
1256.76/1257.01	c  1257s|  4200 |  3814 |552178 | 125.8 | 234M|  55 |  73 |1150 |  80k|1150 |  80k| 402 |   0 |2678 |-5.000000e+01 |-4.400000e+01 |  13.64%
1276.86/1277.17	c  1277s|  4300 |  3902 |561678 | 125.1 | 237M|  55 |   - |1150 |  80k|1150 |  80k| 402 |   0 |2726 |-5.000000e+01 |-4.400000e+01 |  13.64%
1290.27/1290.54	c  1291s|  4400 |  3964 |568209 | 123.7 | 239M|  55 |  64 |1150 |  80k|1150 |  80k| 402 |   0 |2775 |-5.000000e+01 |-4.400000e+01 |  13.64%
1314.26/1314.57	c  1315s|  4500 |  4044 |580906 | 123.8 | 242M|  55 |  88 |1150 |  80k|1150 |  80k| 402 |   0 |2824 |-5.000000e+01 |-4.400000e+01 |  13.64%
1332.45/1332.72	c  1333s|  4600 |  4120 |591822 | 123.5 | 244M|  55 | 174 |1150 |  80k|1150 |  80k| 402 |   0 |2841 |-5.000000e+01 |-4.400000e+01 |  13.64%
1349.36/1349.65	c  1350s|  4700 |  4200 |601720 | 122.9 | 247M|  55 |  61 |1150 |  80k|1150 |  80k| 402 |   0 |2866 |-5.000000e+01 |-4.400000e+01 |  13.64%
1367.16/1367.46	c  1367s|  4800 |  4276 |612548 | 122.6 | 249M|  55 |  72 |1150 |  80k|1150 |  80k| 402 |   0 |2875 |-5.000000e+01 |-4.400000e+01 |  13.64%
1381.55/1381.82	c  1382s|  4900 |  4350 |621731 | 122.0 | 252M|  55 |  80 |1150 |  80k|1150 |  80k| 402 |   0 |2881 |-5.000000e+01 |-4.400000e+01 |  13.64%
1395.15/1395.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1395.15/1395.42	c  1395s|  5000 |  4428 |630064 | 121.2 | 254M|  55 | 115 |1150 |  80k|1150 |  80k| 402 |   0 |2888 |-5.000000e+01 |-4.400000e+01 |  13.64%
1410.64/1410.95	c  1411s|  5100 |  4504 |640150 | 120.8 | 257M|  55 |  60 |1150 |  80k|1150 |  80k| 402 |   0 |2898 |-5.000000e+01 |-4.400000e+01 |  13.64%
1424.84/1425.12	c  1425s|  5200 |  4580 |649146 | 120.2 | 259M|  55 | 136 |1150 |  80k|1150 |  80k| 402 |   0 |2901 |-5.000000e+01 |-4.400000e+01 |  13.64%
1441.84/1442.20	c  1442s|  5300 |  4650 |659109 | 119.8 | 262M|  55 |   - |1150 |  80k|1150 |  80k| 402 |   0 |2918 |-5.000000e+01 |-4.400000e+01 |  13.64%
1459.54/1459.90	c  1460s|  5400 |  4730 |669857 | 119.6 | 264M|  55 |  62 |1150 |  80k|1150 |  80k| 402 |   0 |2922 |-5.000000e+01 |-4.400000e+01 |  13.64%
1475.73/1476.09	c  1476s|  5500 |  4802 |679802 | 119.2 | 266M|  55 |  85 |1150 |  80k|1150 |  80k| 402 |   0 |2927 |-5.000000e+01 |-4.400000e+01 |  13.64%
1487.73/1488.03	c  1488s|  5600 |  4860 |687806 | 118.5 | 268M|  55 |  69 |1150 |  80k|1150 |  80k| 402 |   0 |2932 |-5.000000e+01 |-4.400000e+01 |  13.64%
1502.63/1502.94	c  1503s|  5700 |  4938 |697271 | 118.1 | 270M|  55 | 106 |1150 |  80k|1150 |  80k| 402 |   0 |2933 |-5.000000e+01 |-4.400000e+01 |  13.64%
1517.62/1517.92	c  1518s|  5800 |  5002 |705824 | 117.6 | 272M|  55 |  98 |1150 |  80k|1150 |  80k| 402 |   0 |2961 |-5.000000e+01 |-4.400000e+01 |  13.64%
1538.52/1538.83	c  1539s|  5900 |  5088 |716644 | 117.4 | 275M|  55 |  82 |1150 |  80k|1150 |  80k| 402 |   0 |3006 |-5.000000e+01 |-4.400000e+01 |  13.64%
1556.91/1557.20	c  1557s|  6000 |  5164 |726261 | 117.1 | 278M|  55 |   - |1150 |  80k|1150 |  80k| 402 |   0 |3044 |-5.000000e+01 |-4.400000e+01 |  13.64%
1575.21/1575.53	c  1576s|  6100 |  5236 |735725 | 116.7 | 280M|  55 |  72 |1150 |  80k|1150 |  80k| 402 |   0 |3088 |-5.000000e+01 |-4.400000e+01 |  13.64%
1591.72/1592.02	c  1592s|  6200 |  5310 |744097 | 116.2 | 283M|  55 |   - |1150 |  80k|1150 |  80k| 402 |   0 |3120 |-5.000000e+01 |-4.400000e+01 |  13.64%
1608.61/1608.91	c  1609s|  6300 |  5376 |752520 | 115.6 | 285M|  55 |  71 |1150 |  80k|1150 |  80k| 402 |   0 |3169 |-5.000000e+01 |-4.400000e+01 |  13.64%
1632.01/1632.37	c  1632s|  6400 |  5450 |764927 | 115.8 | 287M|  55 |  81 |1150 |  80k|1150 |  80k| 402 |   0 |3227 |-5.000000e+01 |-4.400000e+01 |  13.64%
1652.60/1652.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1652.60/1652.95	c  1653s|  6500 |  5524 |775400 | 115.6 | 290M|  55 | 101 |1150 |  80k|1150 |  80k| 402 |   0 |3263 |-5.000000e+01 |-4.400000e+01 |  13.64%
1668.10/1668.42	c  1668s|  6600 |  5594 |783074 | 115.0 | 292M|  55 |  91 |1150 |  80k|1150 |  80k| 402 |   0 |3304 |-5.000000e+01 |-4.400000e+01 |  13.64%
1682.70/1683.06	c  1683s|  6700 |  5658 |790068 | 114.3 | 294M|  55 |  82 |1150 |  80k|1150 |  80k| 402 |   0 |3347 |-5.000000e+01 |-4.400000e+01 |  13.64%
1698.79/1699.18	c  1699s|  6800 |  5734 |799340 | 114.0 | 297M|  55 |  61 |1150 |  80k|1150 |  80k| 402 |   0 |3379 |-5.000000e+01 |-4.400000e+01 |  13.64%
1715.19/1715.56	c  1716s|  6900 |  5796 |806938 | 113.5 | 299M|  55 | 115 |1150 |  80k|1150 |  80k| 402 |   0 |3421 |-5.000000e+01 |-4.400000e+01 |  13.64%
1735.69/1736.09	c  1736s|  7000 |  5876 |817760 | 113.4 | 302M|  55 |  80 |1150 |  80k|1150 |  80k| 402 |   0 |3468 |-5.000000e+01 |-4.400000e+01 |  13.64%
1760.38/1760.75	c  1761s|  7100 |  5966 |830606 | 113.6 | 304M|  55 | 127 |1150 |  80k|1150 |  80k| 402 |   0 |3514 |-5.000000e+01 |-4.400000e+01 |  13.64%
1780.69/1781.07	c  1781s|  7200 |  6040 |841664 | 113.6 | 307M|  55 |  95 |1150 |  80k|1150 |  80k| 402 |   0 |3556 |-5.000000e+01 |-4.400000e+01 |  13.64%
1796.68/1797.01	c 
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Solving Time (sec) : 1797.01
1796.68/1797.01	c Solving Nodes      : 7288
1796.68/1797.01	c Primal Bound       : -4.40000000000000e+01 (580 solutions)
1796.68/1797.01	c Dual Bound         : -5.00000000000000e+01
1796.68/1797.01	c Gap                : 13.64 %
1796.68/1797.03	s SATISFIABLE
1796.68/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.68/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.68/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.68/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.68/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.68/1797.03	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1796.68/1797.03	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 
1796.68/1797.03	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 x186 -x187 
1796.68/1797.03	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1796.68/1797.03	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 
1796.68/1797.03	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1796.68/1797.03	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
1796.68/1797.03	v -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1796.68/1797.03	v -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1796.68/1797.03	v -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 -x334 
1796.68/1797.03	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 
1796.68/1797.03	v -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1796.68/1797.03	v x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1796.68/1797.03	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 
1796.68/1797.03	v -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1796.68/1797.03	v -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 
1796.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/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.68/1797.03	v -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 
1796.68/1797.03	v x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 
1796.68/1797.03	v -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 
1796.68/1797.03	v -x838 x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 x857 -x858 
1796.68/1797.03	v -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 
1796.68/1797.03	v -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 
1796.68/1797.03	v -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 
1796.68/1797.03	v -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 x936 -x937 -x938 -x939 -x940 -x941 -x942 
1796.68/1797.03	v -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 
1796.68/1797.03	v -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 
1796.68/1797.03	v -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 
1796.68/1797.03	v -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 
1796.68/1797.03	v -x1022 x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 
1796.68/1797.03	v -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
1796.68/1797.03	v -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 x1072 -x1073 -x1074 -x1075 
1796.68/1797.03	v -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 x1091 -x1092 -x1093 
1796.68/1797.03	v -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 
1796.68/1797.03	v -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 
1796.68/1797.03	v -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 x1146 -x1147 
1796.68/1797.03	v -x1148 -x1149 -x1150 
1796.68/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.03	c Total Time         :    1797.01
1796.68/1797.03	c   solving          :    1797.01
1796.68/1797.03	c   presolving       :       1.08 (included in solving)
1796.68/1797.03	c   reading          :       0.17 (included in solving)
1796.68/1797.03	c   copying          :       1.13 (9 #copies) (minimal 0.12, maximal 0.13, average 0.13)
1796.68/1797.03	c Original Problem   :
1796.68/1797.03	c   Problem name     : HOME/instance-3690942-1338018852.opb
1796.68/1797.03	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.03	c   Constraints      : 80072 initial, 80072 maximal
1796.68/1797.03	c   Objective sense  : minimize
1796.68/1797.03	c Presolved Problem  :
1796.68/1797.03	c   Problem name     : t_HOME/instance-3690942-1338018852.opb
1796.68/1797.03	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.03	c   Constraints      : 80072 initial, 80072 maximal
1796.68/1797.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   pseudoobj        :       0.00       0.02          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   probing          :       0.34       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   setppc           :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   linear           :       0.43       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.68/1797.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.03	c   integral         :          0          0          0          0       6801          0        585          0          2         81          0          0      13496
1796.68/1797.03	c   setppc           :      80072      80072         31      38622          0          2        580          0          0     231616          0          0          0
1796.68/1797.03	c   countsols        :          0          0          0          0          0          2        583          0          0          0          0          0          0
1796.68/1797.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.68/1797.03	c   integral         :     406.79       0.00       0.00       0.00     406.78       0.00       0.01       0.00
1796.68/1797.03	c   setppc           :      10.01       0.00       0.17       8.57       0.00       0.00       1.26       0.00
1796.68/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.68/1797.03	c   rootredcost      :          7          0          0          0
1796.68/1797.03	c   pseudoobj        :      45374          0          0          0
1796.68/1797.03	c   vbounds          :          0          0          0          0
1796.68/1797.03	c   redcost          :       6838          0          0          6
1796.68/1797.03	c   probing          :          0          0          0          0
1796.68/1797.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.68/1797.03	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.68/1797.03	c   pseudoobj        :       5.95       0.02       0.00       5.93       0.00
1796.68/1797.03	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.68/1797.03	c   redcost          :       0.15       0.00       0.00       0.15       0.00
1796.68/1797.03	c   probing          :       0.34       0.00       0.34       0.00       0.00
1796.68/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.68/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.03	c   cut pool         :       0.00                    30          -          -         64          -    (maximal pool size: 838)
1796.68/1797.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.68/1797.03	c   impliedbounds    :       0.04       0.00         31          0          0          0          0
1796.68/1797.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.68/1797.03	c   gomory           :       0.29       0.00         10          0          0        500          0
1796.68/1797.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.68/1797.03	c   strongcg         :       5.33       0.00         20          0          0      10000          0
1796.68/1797.03	c   cmir             :      12.18       0.00         10          0          0          0          0
1796.68/1797.03	c   flowcover        :      13.73       0.00         10          0          0          0          0
1796.68/1797.03	c   clique           :       1.06       0.00         31          0          0        283          0
1796.68/1797.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.68/1797.03	c   mcf              :       0.05       0.00          1          0          0          0          0
1796.68/1797.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.68/1797.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.68/1797.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.68/1797.03	c   problem variables:       0.00          -          0          0
1796.68/1797.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.03	c   relpscost        :     406.77       0.00       6801          2         81          0          0      13496
1796.68/1797.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.03	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.68/1797.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.03	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.68/1797.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.68/1797.03	c   LP solutions     :       0.00          -          -          0
1796.68/1797.03	c   pseudo solutions :       0.00          -          -          0
1796.68/1797.03	c   oneopt           :       0.09       0.00          7          2
1796.68/1797.03	c   crossover        :       3.52       0.00          8          2
1796.68/1797.03	c   guideddiving     :      57.05       0.00         55          5
1796.68/1797.03	c   fracdiving       :      62.32       0.00         63          8
1796.68/1797.03	c   objpscostdiving  :      82.48       0.00         59        146
1796.68/1797.03	c   veclendiving     :     184.04       0.00        119         12
1796.68/1797.03	c   coefdiving       :     103.03       0.00        150         21
1796.68/1797.03	c   linesearchdiving :      77.21       0.00        157         29
1796.68/1797.03	c   rootsoldiving    :      45.39       0.00         79         95
1796.68/1797.03	c   pscostdiving     :      74.44       0.00        158         48
1796.68/1797.03	c   smallcard        :       0.00       0.00          0          0
1796.68/1797.03	c   trivial          :       0.01       0.00          2          1
1796.68/1797.03	c   shiftandpropagate:       0.00       0.00          0          0
1796.68/1797.03	c   simplerounding   :       0.24       0.00       6832         52
1796.68/1797.03	c   zirounding       :      32.36       0.00       6749        156
1796.68/1797.03	c   rounding         :      13.02       0.00       3476          1
1796.68/1797.03	c   shifting         :       2.08       0.00        430          1
1796.68/1797.03	c   intshifting      :       0.00       0.00          0          0
1796.68/1797.03	c   twoopt           :       0.00       0.00          0          0
1796.68/1797.03	c   indtwoopt        :       0.00       0.00          0          0
1796.68/1797.03	c   indoneopt        :       0.01       0.00          0          0
1796.68/1797.03	c   fixandinfer      :       0.00       0.00          0          0
1796.68/1797.03	c   feaspump         :       0.00       0.00          0          0
1796.68/1797.03	c   clique           :       0.00       0.00          0          0
1796.68/1797.03	c   indcoefdiving    :       0.00       0.00          0          0
1796.68/1797.03	c   indrounding      :       0.00       0.00          0          0
1796.68/1797.03	c   nlpdiving        :       0.00       0.00          0          0
1796.68/1797.03	c   intdiving        :       0.00       0.00          0          0
1796.68/1797.03	c   actconsdiving    :       0.00       0.00          0          0
1796.68/1797.03	c   octane           :       0.00       0.00          0          0
1796.68/1797.03	c   rens             :       1.70       0.00          1          1
1796.68/1797.03	c   rins             :       0.00       0.00          0          0
1796.68/1797.03	c   localbranching   :       0.00       0.00          0          0
1796.68/1797.03	c   mutation         :       0.00       0.00          0          0
1796.68/1797.03	c   dins             :       0.00       0.00          0          0
1796.68/1797.03	c   vbounds          :       0.00       0.00          0          0
1796.68/1797.03	c   undercover       :       0.00       0.00          0          0
1796.68/1797.03	c   subnlp           :       0.00       0.00          0          0
1796.68/1797.03	c   trysol           :       0.01       0.00          0          0
1796.68/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.68/1797.03	c   primal LP        :       0.10          5          0       0.00       0.00       0.10          5
1796.68/1797.03	c   dual LP          :     537.51       7514     507139      68.82     943.49       2.32        145
1796.68/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.68/1797.03	c   diving/probing LP:     552.37      20407     343620      16.84     622.08
1796.68/1797.03	c   strong branching :     404.68       3570     276279      77.39     682.71
1796.68/1797.03	c     (at root node) :          -         33       4418     133.88          -
1796.68/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.03	c B&B Tree           :
1796.68/1797.03	c   number of runs   :          1
1796.68/1797.03	c   nodes            :       7288
1796.68/1797.03	c   nodes (total)    :       7288
1796.68/1797.03	c   nodes left       :       6110
1796.68/1797.03	c   max depth        :         55
1796.68/1797.03	c   max depth (total):         55
1796.68/1797.03	c   backtracks       :       1096 (15.0%)
1796.68/1797.03	c   delayed cutoffs  :          0
1796.68/1797.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.68/1797.03	c   avg switch length:       5.96
1796.68/1797.03	c   switching time   :      16.97
1796.68/1797.03	c Solution           :
1796.68/1797.03	c   Solutions found  :        580 (9 improvements)
1796.68/1797.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.37 seconds, depth 0, found by <trivial>)
1796.68/1797.03	c   Primal Bound     : -4.40000000000000e+01   (in run 1, after 3009 nodes, 971.12 seconds, depth 31, found by <pscostdiving>)
1796.68/1797.03	c   Dual Bound       : -5.00000000000000e+01
1796.68/1797.03	c   Gap              :      13.64 %
1796.68/1797.03	c   Root Dual Bound  : -5.00000000000000e+01
1796.68/1797.03	c   Root Iterations  :      24049
1796.98/1797.31	c Time complete: 1797.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.73 3/176 29308
/proc/meminfo: memFree=27832584/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=11136 CPUtime=0 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 1538 0 0 0 0 0 0 0 20 0 1 0 268013763 11403264 1492 33554432000 4194304 10173063 140733848534496 140733938630728 7171598 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 2784 1492 416 1460 0 1315 0

[startup+0.0730159 s]
/proc/loadavg: 2.00 2.00 1.73 3/176 29308
/proc/meminfo: memFree=27832584/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=20544 CPUtime=0.06 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 3906 0 0 0 6 0 0 0 20 0 1 0 268013763 21037056 3860 33554432000 4194304 10173063 140733848534496 140733848399000 9048885 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 5136 3860 416 1460 0 3667 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20544

[startup+0.100309 s]
/proc/loadavg: 2.00 2.00 1.73 3/176 29308
/proc/meminfo: memFree=27832584/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=24920 CPUtime=0.09 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 4998 0 0 0 9 0 0 0 20 0 1 0 268013763 25518080 4952 33554432000 4194304 10173063 140733848534496 140733848399000 9050066 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 6230 4952 416 1460 0 4761 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24920

[startup+0.300244 s]
/proc/loadavg: 2.00 2.00 1.73 3/176 29308
/proc/meminfo: memFree=27832584/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=93748 CPUtime=0.29 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 21775 0 0 0 26 3 0 0 20 0 1 0 268013763 95997952 21673 33554432000 4194304 10173063 140733848534496 140733848530520 4941862 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 23437 21673 511 1460 0 21968 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93748

[startup+0.700242 s]
/proc/loadavg: 2.00 2.00 1.73 3/176 29308
/proc/meminfo: memFree=27832584/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=116756 CPUtime=0.69 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 30513 0 0 0 61 8 0 0 20 0 1 0 268013763 119558144 27266 33554432000 4194304 10173063 140733848534496 140733848530520 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 29189 27266 560 1460 0 27720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116756

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 1.73 3/177 29309
/proc/meminfo: memFree=27717156/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=207188 CPUtime=1.49 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 54829 0 0 0 133 16 0 0 20 0 1 0 268013763 212160512 49162 33554432000 4194304 10173063 140733848534496 140733848530856 8800002 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 51830 49183 691 1460 0 50361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207188

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 1.73 3/177 29309
/proc/meminfo: memFree=27613288/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=251596 CPUtime=3.09 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 62513 0 0 0 290 19 0 0 20 0 1 0 268013763 257634304 59151 33554432000 4194304 10173063 140733848534496 140733848529880 5099105 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 62899 59151 755 1460 0 61430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 251596

[startup+6.3002 s]
/proc/loadavg: 2.16 2.03 1.74 3/177 29309
/proc/meminfo: memFree=27595112/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=251596 CPUtime=6.29 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 63650 0 0 0 608 21 0 0 20 0 1 0 268013763 257634304 60134 33554432000 4194304 10173063 140733848534496 140733848529336 7657632 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 62899 60134 777 1460 0 61430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 251596

[startup+12.7002 s]
/proc/loadavg: 2.15 2.03 1.74 3/177 29309
/proc/meminfo: memFree=27593392/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=251596 CPUtime=12.69 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 63772 0 0 0 1248 21 0 0 20 0 1 0 268013763 257634304 60256 33554432000 4194304 10173063 140733848534496 140733848529656 7472064 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 62899 60256 778 1460 0 61430 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 251596

[startup+25.5065 s]
/proc/loadavg: 2.11 2.03 1.75 3/177 29309
/proc/meminfo: memFree=27593144/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=252588 CPUtime=25.49 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 64049 0 0 0 2527 22 0 0 20 0 1 0 268013763 258650112 60533 33554432000 4194304 10173063 140733848534496 140733848527480 7274102 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 63147 60533 779 1460 0 61678 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 252588

[startup+51.1002 s]
/proc/loadavg: 2.07 2.03 1.75 3/177 29309
/proc/meminfo: memFree=27587812/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=258476 CPUtime=51.08 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 65410 0 0 0 5084 24 0 0 20 0 1 0 268013763 264679424 61894 33554432000 4194304 10173063 140733848534496 140733848527016 8012533 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 64619 61894 781 1460 0 63150 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 258476

[startup+102.3 s]
/proc/loadavg: 2.08 2.04 1.77 3/177 29310
/proc/meminfo: memFree=27527548/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=315592 CPUtime=102.27 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 80517 0 0 0 10187 40 0 0 20 0 1 0 268013763 323166208 76985 33554432000 4194304 10173063 140733848534496 140733848528408 8007162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 78898 76985 832 1460 0 77429 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 315592

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 1.78 3/177 29310
/proc/meminfo: memFree=27526928/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=315592 CPUtime=162.26 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 80517 0 0 0 16178 48 0 0 20 0 1 0 268013763 323166208 76985 33554432000 4194304 10173063 140733848534496 140733848527672 8012178 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 78898 76985 832 1460 0 77429 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 315592

[startup+222.3 s]
/proc/loadavg: 2.08 2.04 1.80 3/177 29349
/proc/meminfo: memFree=29136628/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=315592 CPUtime=222.24 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 80520 0 0 0 22168 56 0 0 20 0 1 0 268013763 323166208 77074 33554432000 4194304 10173063 140733848534496 140733848527944 8007106 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 78898 77074 832 1460 0 77429 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 315592

[startup+282.3 s]
/proc/loadavg: 2.07 2.04 1.81 3/177 29349
/proc/meminfo: memFree=29122668/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=315592 CPUtime=282.22 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 80536 0 0 0 28157 65 0 0 20 0 1 0 268013763 323166208 77180 33554432000 4194304 10173063 140733848534496 140733848531064 8012037 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 78898 77180 833 1460 0 77429 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 315592

[startup+342.306 s]
/proc/loadavg: 2.02 2.03 1.82 3/177 29349
/proc/meminfo: memFree=29112672/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=305492 CPUtime=342.22 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 84732 0 0 0 34142 80 0 0 20 0 1 0 268013763 312823808 75052 33554432000 4194304 10173063 140733848534496 140733848527016 8041192 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 76373 75052 837 1460 0 74904 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 305492

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 1.83 3/178 29353
/proc/meminfo: memFree=29086664/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=312460 CPUtime=402.2 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 95357 0 0 0 40128 92 0 0 20 0 1 0 268013763 319959040 76794 33554432000 4194304 10173063 140733848534496 140733848527848 7910496 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 78115 76794 837 1460 0 76646 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 312460

[startup+462.3 s]
/proc/loadavg: 2.06 2.03 1.84 3/178 29376
/proc/meminfo: memFree=29072536/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=312460 CPUtime=462.19 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 95360 0 0 0 46119 100 0 0 20 0 1 0 268013763 319959040 76797 33554432000 4194304 10173063 140733848534496 140733848528328 7887663 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 78115 76797 837 1460 0 76646 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 312460

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 1.84 3/177 29376
/proc/meminfo: memFree=29060640/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=312460 CPUtime=522.18 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 95360 0 0 0 52109 109 0 0 20 0 1 0 268013763 319959040 76797 33554432000 4194304 10173063 140733848534496 140733848528328 8063658 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 78115 76797 837 1460 0 76646 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 312460

[startup+582.3 s]
/proc/loadavg: 2.06 2.03 1.86 3/177 29376
/proc/meminfo: memFree=29058408/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=308000 CPUtime=582.17 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 110728 0 0 0 58092 125 0 0 20 0 1 0 268013763 315392000 75057 33554432000 4194304 10173063 140733848534496 140733848528328 8886411 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 77000 75057 837 1460 0 75531 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 308000

[startup+642.3 s]

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

/proc/meminfo: memFree=28961960/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=364004 CPUtime=1062.09 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 168705 0 0 0 105997 212 0 0 20 0 1 0 268013763 372740096 87374 33554432000 4194304 10173063 140733848534496 140733848527752 7911706 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 91001 87374 837 1460 0 89532 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 364004

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 29381
/proc/meminfo: memFree=28948040/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=369996 CPUtime=1122.09 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 170729 0 0 0 111987 222 0 0 20 0 1 0 268013763 378875904 90310 33554432000 4194304 10173063 140733848534496 140733848527368 7706073 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 92499 90310 837 1460 0 91030 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 369996

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 1.91 3/177 29381
/proc/meminfo: memFree=28944132/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=372160 CPUtime=1182.07 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 170945 0 0 0 117976 231 0 0 20 0 1 0 268013763 381091840 91037 33554432000 4194304 10173063 140733848534496 140733848527096 5122959 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 93040 91037 837 1460 0 91571 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 372160

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 29381
/proc/meminfo: memFree=28931908/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=383004 CPUtime=1242.07 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 172934 0 0 0 123965 242 0 0 20 0 1 0 268013763 392196096 93536 33554432000 4194304 10173063 140733848534496 140733848527016 7706073 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 95751 93536 837 1460 0 94282 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 383004

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/177 29382
/proc/meminfo: memFree=28925148/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=389960 CPUtime=1302.06 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 193351 0 0 0 129950 256 0 0 20 0 1 0 268013763 399319040 95142 33554432000 4194304 10173063 140733848534496 140733848528136 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 97490 95142 837 1460 0 96021 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 389960

[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 1.93 3/177 29382
/proc/meminfo: memFree=28913120/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=404112 CPUtime=1362.05 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 196064 0 0 0 135939 266 0 0 20 0 1 0 268013763 413810688 97854 33554432000 4194304 10173063 140733848534496 140733848527480 8007106 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 101028 97854 837 1460 0 99559 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 404112

[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 29382
/proc/meminfo: memFree=28905308/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=407928 CPUtime=1422.04 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 197814 0 0 0 141928 276 0 0 20 0 1 0 268013763 417718272 99604 33554432000 4194304 10173063 140733848534496 140733848527800 5122959 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 101982 99604 837 1460 0 100513 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 407928

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 1.93 3/177 29382
/proc/meminfo: memFree=28890628/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=419120 CPUtime=1482.03 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 219971 0 0 0 147909 294 0 0 20 0 1 0 268013763 429178880 102729 33554432000 4194304 10173063 140733848534496 140733848529480 5134419 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 104780 102729 837 1460 0 103311 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 419120

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 29382
/proc/meminfo: memFree=28876244/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=431432 CPUtime=1542.03 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 222380 0 0 0 153899 304 0 0 20 0 1 0 268013763 441786368 105096 33554432000 4194304 10173063 140733848534496 140733848528216 5122959 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 107858 105096 837 1460 0 106389 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 431432

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 1.94 3/178 29385
/proc/meminfo: memFree=28865684/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=436684 CPUtime=1602.01 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 223887 0 0 0 159888 313 0 0 20 0 1 0 268013763 447164416 106594 33554432000 4194304 10173063 140733848534496 140733848527944 8063648 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 109171 106594 837 1460 0 107702 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 436684

[startup+1662.31 s]
/proc/loadavg: 2.02 2.02 1.94 3/177 29386
/proc/meminfo: memFree=28854096/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=442772 CPUtime=1662 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 225518 0 0 0 165880 320 0 0 20 0 1 0 268013763 453398528 108736 33554432000 4194304 10173063 140733848534496 140733848527752 7971287 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 110693 108736 837 1460 0 109224 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 442772

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 29386
/proc/meminfo: memFree=28839464/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=451068 CPUtime=1721.99 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 226815 0 0 0 171869 330 0 0 20 0 1 0 268013763 461893632 110033 33554432000 4194304 10173063 140733848534496 140733848527752 7911721 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 112767 110033 837 1460 0 111298 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 451068

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 1.94 3/177 29386
/proc/meminfo: memFree=28820920/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=462568 CPUtime=1781.98 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 249496 0 0 0 177853 345 0 0 20 0 1 0 268013763 473669632 112880 33554432000 4194304 10173063 140733848534496 140733848528328 8007098 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 115642 112880 837 1460 0 114173 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 462568

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

[startup+1785.7 s]
/proc/loadavg: 2.05 2.03 1.94 3/177 29386
/proc/meminfo: memFree=28820300/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=462568 CPUtime=1785.38 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 249724 0 0 0 178192 346 0 0 20 0 1 0 268013763 473669632 113108 33554432000 4194304 10173063 140733848534496 140733848527752 7911706 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 115642 113108 837 1460 0 114173 0
Current children cumulated CPU time (s) 1785.38
Current children cumulated vsize (KiB) 462568

[startup+1792.11 s]
/proc/loadavg: 2.04 2.03 1.94 3/177 29386
/proc/meminfo: memFree=28818872/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=462568 CPUtime=1791.78 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 249908 0 0 0 178831 347 0 0 20 0 1 0 268013763 473669632 113292 33554432000 4194304 10173063 140733848534496 140733848527432 5134464 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 115642 113292 837 1460 0 114173 0
Current children cumulated CPU time (s) 1791.78
Current children cumulated vsize (KiB) 462568

[startup+1795.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/177 29386
/proc/meminfo: memFree=28816764/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=462764 CPUtime=1794.98 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 250160 0 0 0 179150 348 0 0 20 0 1 0 268013763 473870336 113536 33554432000 4194304 10173063 140733848534496 140733848527800 5122747 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 115691 113536 837 1460 0 114222 0
Current children cumulated CPU time (s) 1794.98
Current children cumulated vsize (KiB) 462764

[startup+1796.1 s]
/proc/loadavg: 2.04 2.03 1.94 3/177 29386
/proc/meminfo: memFree=28816764/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=462764 CPUtime=1795.78 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 250192 0 0 0 179230 348 0 0 20 0 1 0 268013763 473870336 113568 33554432000 4194304 10173063 140733848534496 140733848527752 7911721 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 115691 113568 837 1460 0 114222 0
Current children cumulated CPU time (s) 1795.78
Current children cumulated vsize (KiB) 462764

[startup+1796.9 s]
/proc/loadavg: 2.04 2.03 1.94 3/177 29386
/proc/meminfo: memFree=28816640/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=464520 CPUtime=1796.58 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 250352 0 0 0 179310 348 0 0 20 0 1 0 268013763 475668480 113728 33554432000 4194304 10173063 140733848534496 140733848527752 8012592 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 116130 113728 837 1460 0 114661 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (KiB) 464520

[startup+1797.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/177 29386
/proc/meminfo: memFree=28816640/32873844 swapFree=7100/7100
[pid=29308] ppid=29306 vsize=438568 CPUtime=1796.98 cores=0,2,4,6
/proc/29308/stat : 29308 (scip-2.1.1.4fix) R 29306 29308 29021 0 -1 4202496 250355 0 0 0 179350 348 0 0 20 0 1 0 268013763 449093632 107506 33554432000 4194304 10173063 140733848534496 140733848533608 7544969 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29308/statm: 109642 107506 840 1460 0 108173 0
Current children cumulated CPU time (s) 1796.98
Current children cumulated vsize (KiB) 438568

Child status: 0
Real time (s): 1797.32
CPU time (s): 1797.01
CPU user time (s): 1793.51
CPU system time (s): 3.49647
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 523676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.51
system time used= 3.49647
maximum resident set size= 517804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250357
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= 30
involuntary context switches= 3395

runsolver used 3.75943 second user time and 10.2934 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 09:54:12
IDJOB=3690942
IDBENCH=2260
IDSOLVER=2270
FILE ID=node102/3690942-1338018852
RUNJOBID= node102-1338016939-29037
PBS_JOBID= 14624369
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= dc857dc123c51e1f53f981679774fda8
RANDOM SEED=265146288

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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.91
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		: 2667.178
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		: 2667.178
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		: 2667.178
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	: 5438.54
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		: 2667.178
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		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27832584 kB
Buffers:          224424 kB
Cached:          2391848 kB
SwapCached:            0 kB
Active:          2533340 kB
Inactive:        1735396 kB
Active(anon):    1654788 kB
Inactive(anon):        0 kB
Active(file):     878552 kB
Inactive(file):  1735396 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15540 kB
Writeback:             0 kB
AnonPages:       1685952 kB
Mapped:            17472 kB
Shmem:               200 kB
Slab:             630176 kB
SReclaimable:      72812 kB
SUnreclaim:       557364 kB
KernelStack:        1472 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1817840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1427456 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= 71532 MiB
End job on node102 at 2012-05-26 10:24:10