Trace number 3691412

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-14 1796.77 1797.06

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark1797.4
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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-3691412-1338021826.opb>
0.00/0.00	c original problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.00/0.00	c problem read in 0.01
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	c presolving:
0.03/0.08	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24696 impls, 200 clqs
0.09/0.14	c    (0.1s) probing: 51/3262 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.14	c presolving (2 rounds):
0.09/0.14	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  24696 implications, 200 cliques
0.09/0.14	c presolved problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3363 constraints
0.09/0.14	c     300 constraints of type <setppc>
0.09/0.14	c    3062 constraints of type <and>
0.09/0.14	c       1 constraints of type <linear>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.14
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.1.1.4
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1797
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.15	c 
1.10/1.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.17	c t 1.2s|     1 |     0 |  4080 |     - |  14M|   0 |1127 |3262 |3363 |3262 |6425 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 |    Inf 
1.10/1.18	o -4
1.10/1.18	c s 1.2s|     1 |     0 |  4080 |     - |  14M|   0 |1127 |3262 |3363 |3262 |6425 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |1150.00%
1.29/1.32	o -5
1.29/1.32	c U 1.3s|     1 |     0 |  4080 |     - |  15M|   0 |1127 |3262 |3363 |3262 |6425 |   0 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
4.49/4.52	c   4.5s|     1 |     0 |  5631 |     - |  15M|   0 |1209 |3262 |3364 |3262 |6455 |  30 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
5.99/6.07	c   6.1s|     1 |     0 |  9860 |     - |  15M|   0 |1232 |3262 |3364 |3262 |6474 |  49 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
7.69/7.72	c   7.7s|     1 |     0 | 13735 |     - |  15M|   0 |1415 |3262 |3364 |3262 |6496 |  71 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
8.88/8.98	c   9.0s|     1 |     0 | 16090 |     - |  15M|   0 |1633 |3262 |3364 |3262 |6526 | 101 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
9.89/9.97	c  10.0s|     1 |     0 | 17397 |     - |  15M|   0 |1644 |3262 |3364 |3262 |6544 | 119 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
10.69/10.75	c  10.8s|     1 |     0 | 17878 |     - |  15M|   0 |1660 |3262 |3364 |3262 |6557 | 132 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
20.69/20.71	c  20.7s|     1 |     2 | 17878 |     - |  15M|   0 |1660 |3262 |3364 |3262 |6557 | 132 |   0 |  22 |-5.000000e+01 |-5.000000e+00 | 900.00%
158.76/158.85	o -12
158.76/158.85	c p 159s|    18 |    19 |389206 |21842.8 |  16M|   7 |   - |3262 |3368 |3262 |3139 |5160 |   4 | 257 |-4.864785e+01 |-1.200000e+01 | 305.40%
364.63/364.77	o -13
364.63/364.77	c p 365s|    72 |    73 |  1174k|16286.7 |  17M|  13 |   - |3262 |3422 |3262 |3353 |9897 |  58 | 407 |-4.724232e+01 |-1.300000e+01 | 263.40%
414.12/414.29	c   414s|   100 |   101 |  1388k|13845.8 |  17M|  15 | 812 |3262 |3427 |3262 |3288 |  11k|  63 | 411 |-4.676288e+01 |-1.300000e+01 | 259.71%
531.39/531.51	c   532s|   200 |   201 |  1821k|9061.5 |  17M|  21 | 769 |3262 |3441 |3262 |3310 |  15k|  77 | 525 |-4.558222e+01 |-1.300000e+01 | 250.63%
665.28/665.49	c   665s|   300 |   301 |  2333k|7745.8 |  18M|  42 |1021 |3262 |3450 |3262 |3566 |  18k|  86 | 625 |-4.366440e+01 |-1.300000e+01 | 235.88%
747.07/747.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
747.07/747.26	c   747s|   400 |   401 |  2653k|6605.4 |  18M|  46 | 934 |3262 |3454 |3262 |3389 |  21k|  93 | 692 |-4.222097e+01 |-1.300000e+01 | 224.78%
778.35/778.52	o -14
778.35/778.52	c p 779s|   450 |   451 |  2783k|6160.2 |  19M|  46 |   - |3262 |3457 |3262 |3454 |  22k|  97 | 692 |-4.201674e+01 |-1.400000e+01 | 200.12%
824.45/824.68	c   825s|   500 |   501 |  2952k|5882.0 |  20M|  47 | 478 |3262 |3459 |3262 |3456 |  24k|  99 | 750 |-4.132629e+01 |-1.400000e+01 | 195.19%
891.44/891.69	c   892s|   600 |   601 |  3242k|5384.2 |  20M|  57 |1200 |3262 |3462 |3262 |3395 |  26k| 106 | 753 |-4.132629e+01 |-1.400000e+01 | 195.19%
934.53/934.71	c   935s|   700 |   701 |  3421k|4869.1 |  21M|  65 | 295 |3262 |3464 |3262 |3316 |  27k| 108 | 764 |-4.121641e+01 |-1.400000e+01 | 194.40%
974.03/974.23	c   974s|   800 |   801 |  3575k|4452.9 |  22M|  71 | 714 |3262 |3465 |3262 |3696 |  29k| 110 | 805 |-4.101958e+01 |-1.400000e+01 | 193.00%
1017.52/1017.77	c  1018s|   900 |   897 |  3744k|4145.4 |  23M|  72 | 650 |3262 |3463 |3262 |3312 |  31k| 112 | 843 |-4.083808e+01 |-1.400000e+01 | 191.70%
1062.01/1062.28	c  1062s|  1000 |   997 |  3926k|3912.2 |  24M|  72 | 258 |3262 |3462 |3262 |3350 |  33k| 112 | 879 |-4.078960e+01 |-1.400000e+01 | 191.35%
1098.81/1099.02	c  1099s|  1100 |  1091 |  4073k|3690.4 |  25M|  72 | 193 |3262 |3464 |3262 |3418 |  35k| 114 | 917 |-4.078960e+01 |-1.400000e+01 | 191.35%
1143.00/1143.24	c  1143s|  1200 |  1179 |  4249k|3529.3 |  27M|  72 | 296 |3262 |3464 |3262 |3156 |  37k| 114 | 958 |-4.045091e+01 |-1.400000e+01 | 188.94%
1191.39/1191.62	c  1192s|  1300 |  1273 |  4445k|3408.2 |  28M|  72 | 404 |3262 |3464 |3262 |3305 |  40k| 114 |1000 |-4.030635e+01 |-1.400000e+01 | 187.90%
1230.99/1231.21	c  1231s|  1400 |  1367 |  4611k|3283.6 |  29M|  72 | 175 |3262 |3466 |3262 |3410 |  42k| 119 |1035 |-4.030635e+01 |-1.400000e+01 | 187.90%
1267.69/1267.97	c  1268s|  1500 |  1463 |  4761k|3164.5 |  30M|  72 |1166 |3262 |3470 |3262 |3118 |  44k| 123 |1066 |-4.023607e+01 |-1.400000e+01 | 187.40%
1306.07/1306.31	c  1306s|  1600 |  1555 |  4912k|3060.8 |  31M|  72 | 803 |3262 |3469 |3262 |3335 |  46k| 123 |1129 |-4.011953e+01 |-1.400000e+01 | 186.57%
1334.76/1335.04	c  1335s|  1700 |  1647 |  5038k|2955.3 |  32M|  72 | 398 |3262 |3471 |3262 |3389 |  47k| 125 |1133 |-4.011953e+01 |-1.400000e+01 | 186.57%
1365.47/1365.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1365.47/1365.71	c  1366s|  1800 |  1741 |  5170k|2864.0 |  33M|  72 | 686 |3262 |3469 |3262 |3369 |  48k| 125 |1154 |-4.002557e+01 |-1.400000e+01 | 185.90%
1394.16/1394.43	c  1394s|  1900 |  1833 |  5277k|2769.9 |  34M|  72 |1098 |3262 |3464 |3262 |3311 |  50k| 125 |1205 |-4.000332e+01 |-1.400000e+01 | 185.74%
1417.26/1417.57	c  1418s|  2000 |  1923 |  5383k|2684.2 |  36M|  72 | 204 |3262 |3465 |3262 |3313 |  51k| 126 |1206 |-4.000332e+01 |-1.400000e+01 | 185.74%
1441.16/1441.48	c  1441s|  2100 |  2015 |  5487k|2605.9 |  36M|  72 | 880 |3262 |3469 |3262 |3250 |  53k| 131 |1209 |-3.999620e+01 |-1.400000e+01 | 185.69%
1466.45/1466.71	c  1467s|  2200 |  2105 |  5583k|2531.1 |  37M|  72 | 536 |3262 |3476 |3262 |3495 |  54k| 138 |1243 |-3.999620e+01 |-1.400000e+01 | 185.69%
1494.24/1494.57	c  1495s|  2300 |  2205 |  5686k|2465.5 |  38M|  72 | 269 |3262 |3477 |3262 |3333 |  55k| 139 |1278 |-3.999620e+01 |-1.400000e+01 | 185.69%
1519.34/1519.67	c  1520s|  2400 |  2275 |  5799k|2409.9 |  39M|  72 | 589 |3262 |3475 |3262 |3363 |  57k| 139 |1282 |-3.983763e+01 |-1.400000e+01 | 184.55%
1557.54/1557.86	c  1558s|  2500 |  2355 |  5961k|2378.4 |  40M|  72 | 253 |3262 |3479 |3262 |3414 |  59k| 144 |1317 |-3.981423e+01 |-1.400000e+01 | 184.39%
1593.33/1593.63	c  1594s|  2600 |  2451 |  6102k|2341.1 |  42M|  72 |1080 |3262 |3483 |3262 |3325 |  62k| 148 |1362 |-3.980526e+01 |-1.400000e+01 | 184.32%
1621.12/1621.42	c  1621s|  2700 |  2539 |  6232k|2302.4 |  43M|  72 | 186 |3262 |3487 |3262 |3419 |  63k| 152 |1362 |-3.980526e+01 |-1.400000e+01 | 184.32%
1646.52/1646.87	c  1647s|  2800 |  2635 |  6341k|2259.1 |  44M|  72 | 214 |3262 |3490 |3262 |2923 |  65k| 155 |1377 |-3.980526e+01 |-1.400000e+01 | 184.32%
1674.82/1675.15	c  1675s|  2900 |  2721 |  6451k|2219.2 |  45M|  72 | 288 |3262 |3490 |3262 |3385 |  67k| 155 |1408 |-3.949401e+01 |-1.400000e+01 | 182.10%
1702.61/1702.99	c  1703s|  3000 |  2813 |  6567k|2184.1 |  46M|  72 | 153 |3262 |3489 |3262 |3407 |  68k| 157 |1443 |-3.948995e+01 |-1.400000e+01 | 182.07%
1724.20/1724.59	c  1725s|  3100 |  2905 |  6664k|2144.9 |  47M|  72 | 596 |3262 |3488 |3262 |3351 |  70k| 157 |1447 |-3.947973e+01 |-1.400000e+01 | 182.00%
1742.71/1743.01	c  1743s|  3200 |  2989 |  6746k|2103.2 |  48M|  72 | 396 |3262 |3487 |3262 |3375 |  71k| 157 |1447 |-3.947973e+01 |-1.400000e+01 | 182.00%
1765.70/1766.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1765.70/1766.09	c  1766s|  3300 |  3071 |  6845k|2069.6 |  50M|  72 | 282 |3262 |3489 |3262 |3389 |  72k| 159 |1466 |-3.935998e+01 |-1.400000e+01 | 181.14%
1788.20/1788.56	c  1789s|  3400 |  3153 |  6936k|2035.4 |  51M|  72 | 217 |3262 |3496 |3262 |3384 |  74k| 167 |1502 |-3.935998e+01 |-1.400000e+01 | 181.14%
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.01
1796.70/1797.00	c Solving Nodes      : 3432
1796.70/1797.00	c Primal Bound       : -1.40000000000000e+01 (13 solutions)
1796.70/1797.00	c Dual Bound         : -3.93540246982332e+01
1796.70/1797.00	c Gap                : 181.10 %
1796.70/1797.00	s SATISFIABLE
1796.70/1797.00	v -x160 -x183 -x118 -x165 -x126 -x157 -x148 -x158 -x196 x181 -x167 -x156 -x142 -x131 -x198 -x197 -x163 -x137 -x110 -x171 -x107 -x103 
1796.70/1797.00	v -x144 -x130 -x125 -x122 -x113 -x119 -x159 -x192 x195 -x164 -x179 -x175 -x188 -x145 -x191 -x151 -x169 -x102 -x152 -x146 -x140 
1796.70/1797.00	v -x135 -x112 -x105 x134 x143 -x190 -x186 -x189 x123 x194 x136 -x114 -x138 -x154 -x141 -x162 x200 -x109 -x185 -x101 -x193 x178 
1796.70/1797.00	v x172 -x170 -x155 -x139 -x124 -x120 -x117 -x116 -x108 -x104 -x128 -x147 -x168 -x153 x184 x132 -x180 -x106 -x115 -x187 -x129 
1796.70/1797.00	v -x199 -x161 -x149 -x127 -x182 x174 -x150 -x121 -x133 -x177 -x173 -x111 -x166 x176 -x100 x99 -x98 -x97 x96 -x95 -x94 x93 x92 
1796.70/1797.00	v -x91 x90 -x89 -x88 x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 
1796.70/1797.00	v -x65 -x64 -x63 x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 
1796.70/1797.00	v -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1796.70/1797.00	v -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 -x1 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.01
1796.70/1797.00	c   solving          :    1797.01
1796.70/1797.00	c   presolving       :       0.14 (included in solving)
1796.70/1797.00	c   reading          :       0.01 (included in solving)
1796.70/1797.00	c   copying          :       0.07 (7 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3691412-1338021826.opb
1796.70/1797.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 301 initial, 301 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3691412-1338021826.opb
1796.70/1797.00	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 3363 initial, 3496 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   and              :       0.09       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0       3314          0         73          0          0         28          0          0       6608
1796.70/1797.00	c   setppc           :        300        300          6      68489          0          1         68        741         44      20835          0          0          0
1796.70/1797.00	c   and              :       3062       3062       7830      68446          0          1         67        963         82     504082      93830          0          0
1796.70/1797.00	c   linear           :          1          1          6      68360          0          0         12          5          1          0          0          0          0
1796.70/1797.00	c   logicor          :          0+       133          6       2856          0          0          0          0          0       1062          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          1         16          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     225.30       0.00       0.00       0.00     225.30       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :       0.43       0.00       0.00       0.42       0.00       0.00       0.01       0.00
1796.70/1797.00	c   and              :      10.64       0.00       6.90       3.72       0.00       0.00       0.01       0.00
1796.70/1797.00	c   linear           :       0.09       0.00       0.01       0.08       0.00       0.00       0.00       0.00
1796.70/1797.00	c   logicor          :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          4          0          0          0
1796.70/1797.00	c   pseudoobj        :      71708         29          3          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :       7977          0          0       4651
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.00	c   pseudoobj        :       0.11       0.00       0.00       0.11       0.00
1796.70/1797.00	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.00	c   redcost          :       0.57       0.00       0.00       0.57       0.00
1796.70/1797.00	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.00        130        130        171       34.7          3        2.7          -
1796.70/1797.00	c   infeasible LP    :       0.00          3          3          4       30.2          0        0.0          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -        167       28.9          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00                     5          -          -          4          -    (maximal pool size: 114)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0         48          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       0.79       0.00          6          0          0         36          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       1.36       0.00          6          0          0         74          0
1796.70/1797.00	c   cmir             :       0.17       0.00          6          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.17       0.00          6          0          0          0          0
1796.70/1797.00	c   clique           :       0.30       0.00          6          0          0         40          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.03       0.00          2          0          0          6          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       2.41       0.00          1          0          0          0          0
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     225.29       0.00       3314          0         28          0          0       6608
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.00	c   oneopt           :       0.01       0.00          4          0
1796.70/1797.00	c   crossover        :       0.20       0.00          4          2
1796.70/1797.00	c   objpscostdiving  :      19.75       0.00         16          0
1796.70/1797.00	c   rootsoldiving    :      15.11       0.00         17          0
1796.70/1797.01	c   guideddiving     :      57.97       0.00         62          0
1796.70/1797.01	c   veclendiving     :      48.55       0.00         62          0
1796.70/1797.01	c   coefdiving       :      51.71       0.00         63          0
1796.70/1797.01	c   pscostdiving     :      69.68       0.00         63          3
1796.70/1797.01	c   fracdiving       :      51.76       0.00         63          0
1796.70/1797.01	c   linesearchdiving :      46.27       0.00         63          0
1796.70/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.01	c   trivial          :       0.00       0.00          2          1
1796.70/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.01	c   simplerounding   :       0.01       0.00          0          0
1796.70/1797.01	c   zirounding       :       0.88       0.00          0          0
1796.70/1797.01	c   rounding         :       2.07       0.00       1214          0
1796.70/1797.01	c   shifting         :       1.00       0.00        779          6
1796.70/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.01	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.01	c   clique           :       0.00       0.00          0          0
1796.70/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   octane           :       0.00       0.00          0          0
1796.70/1797.01	c   rens             :       0.01       0.00          0          0
1796.70/1797.01	c   rins             :       0.00       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00       0.00          0          0
1796.70/1797.01	c   dins             :       0.00       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.01	c   undercover       :       0.15       0.00          1          1
1796.70/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.01	c   trysol           :       0.00       0.00          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.01	c   primal LP        :       6.64       2395          4       1.00       0.60       6.62       2391
1796.70/1797.01	c   dual LP          :    1176.05       8136    5429149     680.43    4616.42       0.19        157
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.01	c   diving/probing LP:     329.65      41506    1539274      37.09    4669.46
1796.70/1797.01	c   strong branching :     225.11       1513     826749     546.43    3672.60
1796.70/1797.01	c     (at root node) :          -         22      22000    1000.00          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :       3432
1796.70/1797.01	c   nodes (total)    :       3432
1796.70/1797.01	c   nodes left       :       3179
1796.70/1797.01	c   max depth        :         72
1796.70/1797.01	c   max depth (total):         72
1796.70/1797.01	c   backtracks       :        523 (15.2%)
1796.70/1797.01	c   delayed cutoffs  :          0
1796.70/1797.01	c   repropagations   :        113 (71 domain reductions, 0 cutoffs)
1796.70/1797.01	c   avg switch length:       4.42
1796.70/1797.01	c   switching time   :       8.30
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :         13 (6 improvements)
1796.70/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1796.70/1797.01	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 450 nodes, 778.52 seconds, depth 197, found by <pscostdiving>)
1796.70/1797.01	c   Dual Bound       : -3.93540246982332e+01
1796.70/1797.01	c   Gap              :     181.10 %
1796.70/1797.01	c   Root Dual Bound  : -4.99999999999999e+01
1796.70/1797.01	c   Root Iterations  :      17878
1796.70/1797.06	c Time complete: 1796.76.

Verifier Data

OK	-14

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

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.96 3/176 31421
/proc/meminfo: memFree=26715112/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=10228 CPUtime=0 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 1 0 268311167 10473472 1250 33554432000 4194304 10173063 140733347571824 140734038348264 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 2557 1250 417 1460 0 1088 0

[startup+0.044773 s]
/proc/loadavg: 1.85 1.97 1.96 3/176 31421
/proc/meminfo: memFree=26715112/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=23780 CPUtime=0.03 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 4764 0 0 0 2 1 0 0 20 0 1 0 268311167 24350720 4462 33554432000 4194304 10173063 140733347571824 140733347565368 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 5945 4462 551 1460 0 4476 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23780

[startup+0.100426 s]
/proc/loadavg: 1.85 1.97 1.96 3/176 31421
/proc/meminfo: memFree=26715112/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=27276 CPUtime=0.09 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 5632 0 0 0 5 4 0 0 20 0 1 0 268311167 27930624 5330 33554432000 4194304 10173063 140733347571824 140733347565368 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 6819 5330 577 1460 0 5350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27276

[startup+0.300318 s]
/proc/loadavg: 1.85 1.97 1.96 3/176 31421
/proc/meminfo: memFree=26715112/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=44508 CPUtime=0.29 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 10359 0 0 0 22 7 0 0 20 0 1 0 268311167 45576192 9605 33554432000 4194304 10173063 140733347571824 140733347565368 8012278 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 11127 9605 750 1460 0 9658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44508

[startup+0.700255 s]
/proc/loadavg: 1.85 1.97 1.96 3/176 31421
/proc/meminfo: memFree=26715112/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=46136 CPUtime=0.69 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 10981 0 0 0 61 8 0 0 20 0 1 0 268311167 47243264 10192 33554432000 4194304 10173063 140733347571824 140733347565368 8012233 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 11534 10192 750 1460 0 10065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46136

[startup+1.50034 s]
/proc/loadavg: 1.85 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26677624/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=75352 CPUtime=1.49 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 21302 0 0 0 139 10 0 0 20 0 1 0 268311167 77160448 17539 33554432000 4194304 10173063 140733347571824 140733347565176 5108324 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 18838 17539 841 1460 0 17369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75352

[startup+3.10026 s]
/proc/loadavg: 1.85 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26646996/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77048 CPUtime=3.09 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22016 0 0 0 293 16 0 0 20 0 1 0 268311167 78897152 18253 33554432000 4194304 10173063 140733347571824 140733347565864 5978164 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19262 18253 865 1460 0 17793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77048

[startup+6.30023 s]
/proc/loadavg: 1.86 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26644020/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=6.28 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22723 0 0 0 605 23 0 0 20 0 1 0 268311167 79015936 18304 33554432000 4194304 10173063 140733347571824 140733347565080 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18304 865 1460 0 17822 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 77164

[startup+12.7003 s]
/proc/loadavg: 1.87 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26643664/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=12.69 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22736 0 0 0 1242 27 0 0 20 0 1 0 268311167 79015936 18317 33554432000 4194304 10173063 140733347571824 140733347565272 7986112 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18317 868 1460 0 17822 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77164

[startup+25.5004 s]
/proc/loadavg: 1.90 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26644136/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=25.49 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22739 0 0 0 2516 33 0 0 20 0 1 0 268311167 79015936 18320 33554432000 4194304 10173063 140733347571824 140733347565176 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18320 871 1460 0 17822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77164

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26644120/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=51.09 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22742 0 0 0 5064 45 0 0 20 0 1 0 268311167 79015936 18323 33554432000 4194304 10173063 140733347571824 140733347566648 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18323 874 1460 0 17822 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77164

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26643916/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=102.28 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22743 0 0 0 10157 71 0 0 20 0 1 0 268311167 79015936 18324 33554432000 4194304 10173063 140733347571824 140733347565464 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18324 875 1460 0 17822 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 77164

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26643452/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=162.26 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22743 0 0 0 16130 96 0 0 20 0 1 0 268311167 79015936 18324 33554432000 4194304 10173063 140733347571824 140733347565368 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18324 875 1460 0 17822 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 77164

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/177 31422
/proc/meminfo: memFree=26613064/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=222.25 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22743 0 0 0 22096 129 0 0 20 0 1 0 268311167 79015936 18324 33554432000 4194304 10173063 140733347571824 140733347567928 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18324 875 1460 0 17822 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 77164

[startup+282.3 s]
/proc/loadavg: 2.12 2.00 1.97 3/177 31423
/proc/meminfo: memFree=26612956/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=282.25 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22743 0 0 0 28066 159 0 0 20 0 1 0 268311167 79015936 18324 33554432000 4194304 10173063 140733347571824 140733347565176 8047531 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18324 875 1460 0 17822 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 77164

[startup+342.3 s]
/proc/loadavg: 2.04 2.00 1.97 3/177 31423
/proc/meminfo: memFree=26632660/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=342.24 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22743 0 0 0 34038 186 0 0 20 0 1 0 268311167 79015936 18324 33554432000 4194304 10173063 140733347571824 140733347565128 7911519 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18324 875 1460 0 17822 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 77164

[startup+402.3 s]
/proc/loadavg: 2.07 2.01 1.97 3/178 31426
/proc/meminfo: memFree=26631444/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=402.22 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22745 0 0 0 40004 218 0 0 20 0 1 0 268311167 79015936 18324 33554432000 4194304 10173063 140733347571824 140733347564744 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18324 875 1460 0 17822 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 77164

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 31426
/proc/meminfo: memFree=26611924/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=462.21 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22756 0 0 0 45971 250 0 0 20 0 1 0 268311167 79015936 18583 33554432000 4194304 10173063 140733347571824 140733347564424 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18583 875 1460 0 17822 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 77164

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/177 31426
/proc/meminfo: memFree=26611800/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=522.2 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22756 0 0 0 51941 279 0 0 20 0 1 0 268311167 79015936 18583 33554432000 4194304 10173063 140733347571824 140733347565176 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18583 875 1460 0 17822 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 77164

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 31427
/proc/meminfo: memFree=26611800/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=77164 CPUtime=582.18 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 22756 0 0 0 57910 308 0 0 20 0 1 0 268311167 79015936 18583 33554432000 4194304 10173063 140733347571824 140733347565080 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19291 18583 875 1460 0 17822 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 77164

[startup+642.3 s]

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

/proc/meminfo: memFree=26611108/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=76684 CPUtime=1122.1 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 26721 0 0 0 111608 602 0 0 20 0 1 0 268311167 78524416 18509 33554432000 4194304 10173063 140733347571824 140733347565128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19171 18509 877 1460 0 17702 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 76684

[startup+1182.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 31454
/proc/meminfo: memFree=26609248/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=78656 CPUtime=1182.1 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 27172 0 0 0 117574 636 0 0 20 0 1 0 268311167 80543744 18960 33554432000 4194304 10173063 140733347571824 140733347564840 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19664 18960 877 1460 0 18195 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 78656

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 31455
/proc/meminfo: memFree=26607884/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=79996 CPUtime=1242.08 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 31656 0 0 0 123540 668 0 0 20 0 1 0 268311167 81915904 19339 33554432000 4194304 10173063 140733347571824 140733347565464 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 19999 19339 880 1460 0 18530 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 79996

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31455
/proc/meminfo: memFree=26604784/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=82600 CPUtime=1302.08 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 32824 0 0 0 129506 702 0 0 20 0 1 0 268311167 84582400 19990 33554432000 4194304 10173063 140733347571824 140733347565272 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 20650 19990 880 1460 0 19181 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 82600

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31455
/proc/meminfo: memFree=26602296/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=85168 CPUtime=1362.06 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 34383 0 0 0 135466 740 0 0 20 0 1 0 268311167 87212032 20635 33554432000 4194304 10173063 140733347571824 140733347565080 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 21292 20635 880 1460 0 19823 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 85168

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 31455
/proc/meminfo: memFree=26599196/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=88548 CPUtime=1422.07 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 35243 0 0 0 141432 775 0 0 20 0 1 0 268311167 90673152 21495 33554432000 4194304 10173063 140733347571824 140733347565080 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 22137 21495 880 1460 0 20668 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 88548

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 31455
/proc/meminfo: memFree=26598824/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=89196 CPUtime=1482.04 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 39263 0 0 0 147395 809 0 0 20 0 1 0 268311167 91336704 21642 33554432000 4194304 10173063 140733347571824 140733347565464 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 22299 21642 881 1460 0 20830 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 89196

[startup+1542.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 31456
/proc/meminfo: memFree=26595228/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=92384 CPUtime=1542.03 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 40948 0 0 0 153362 841 0 0 20 0 1 0 268311167 94601216 22436 33554432000 4194304 10173063 140733347571824 140733347565464 7981118 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 23096 22436 881 1460 0 21627 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 92384

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/178 31498
/proc/meminfo: memFree=26307076/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=94628 CPUtime=1602.02 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 41443 0 0 0 159325 877 0 0 20 0 1 0 268311167 96899072 22931 33554432000 4194304 10173063 140733347571824 140733347565080 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 23657 22931 881 1460 0 22188 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 94628

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 31498
/proc/meminfo: memFree=26260448/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=98852 CPUtime=1662.01 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 42548 0 0 0 165288 913 0 0 20 0 1 0 268311167 101224448 24032 33554432000 4194304 10173063 140733347571824 140733347567192 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 24713 24032 881 1460 0 23244 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 98852

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 31498
/proc/meminfo: memFree=26194136/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=100312 CPUtime=1722.01 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 43835 0 0 0 171256 945 0 0 20 0 1 0 268311167 102719488 24439 33554432000 4194304 10173063 140733347571824 140733347565080 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 25078 24439 881 1460 0 23609 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 100312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31498
/proc/meminfo: memFree=26097580/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=104984 CPUtime=1782 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 45443 0 0 0 177222 978 0 0 20 0 1 0 268311167 107503616 25570 33554432000 4194304 10173063 140733347571824 140733347565464 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 26246 25570 881 1460 0 24777 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 104984

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31498
/proc/meminfo: memFree=26093844/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=105632 CPUtime=1785.19 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 45612 0 0 0 177540 979 0 0 20 0 1 0 268311167 108167168 25739 33554432000 4194304 10173063 140733347571824 140733347565176 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 26408 25739 881 1460 0 24939 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 105632

[startup+1791.91 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 31498
/proc/meminfo: memFree=26080700/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=106080 CPUtime=1791.6 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 45623 0 0 0 178175 985 0 0 20 0 1 0 268311167 108625920 25750 33554432000 4194304 10173063 140733347571824 140733347565176 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 26520 25750 881 1460 0 25051 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 106080

[startup+1795.1 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 31498
/proc/meminfo: memFree=26072748/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=106080 CPUtime=1794.8 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 45633 0 0 0 178494 986 0 0 20 0 1 0 268311167 108625920 25760 33554432000 4194304 10173063 140733347571824 140733347565128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 26520 25760 881 1460 0 25051 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 106080

[startup+1795.9 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 31498
/proc/meminfo: memFree=26072748/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=106080 CPUtime=1795.59 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 45634 0 0 0 178573 986 0 0 20 0 1 0 268311167 108625920 25761 33554432000 4194304 10173063 140733347571824 140733347565128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 26520 25761 881 1460 0 25051 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 106080

[startup+1796.7 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 31498
/proc/meminfo: memFree=26071136/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=106080 CPUtime=1796.4 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 45634 0 0 0 178653 987 0 0 20 0 1 0 268311167 108625920 25761 33554432000 4194304 10173063 140733347571824 140733347565128 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 26520 25761 881 1460 0 25051 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 106080

[startup+1796.9 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 31498
/proc/meminfo: memFree=26071136/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=106080 CPUtime=1796.6 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 45634 0 0 0 178673 987 0 0 20 0 1 0 268311167 108625920 25761 33554432000 4194304 10173063 140733347571824 140733347565128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 26520 25761 881 1460 0 25051 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 106080

[startup+1797 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 31498
/proc/meminfo: memFree=26071136/32873844 swapFree=6088/6088
[pid=31421] ppid=31419 vsize=106080 CPUtime=1796.7 cores=1,3,5,7
/proc/31421/stat : 31421 (scip-2.1.1.4fix) R 31419 31421 30587 0 -1 4202496 45634 0 0 0 178683 987 0 0 20 0 1 0 268311167 108625920 25761 33554432000 4194304 10173063 140733347571824 140733347565128 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31421/statm: 26520 25761 881 1460 0 25051 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 106080

Child status: 0
Real time (s): 1797.06
CPU time (s): 1796.77
CPU user time (s): 1786.89
CPU system time (s): 9.8765
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 106080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.89
system time used= 9.8765
maximum resident set size= 103056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45639
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= 1849

runsolver used 4.98524 second user time and 14.0139 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-26 10:43:46
IDJOB=3691412
IDBENCH=48237
IDSOLVER=2270
FILE ID=node108/3691412-1338021826
RUNJOBID= node108-1338016938-30604
PBS_JOBID= 14624363
Free space on /tmp= 71700 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_5.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-3691412-1338021826/watcher-3691412-1338021826 -o /tmp/evaluation-result-3691412-1338021826/solver-3691412-1338021826 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691412-1338021826.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=328788823

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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:        26715492 kB
Buffers:          223948 kB
Cached:          4490960 kB
SwapCached:            0 kB
Active:          1212668 kB
Inactive:        4172220 kB
Active(anon):     672524 kB
Inactive(anon):        0 kB
Active(file):     540144 kB
Inactive(file):  4172220 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13880 kB
Writeback:             0 kB
AnonPages:        677828 kB
Mapped:            17412 kB
Shmem:               200 kB
Slab:             633816 kB
SReclaimable:      76068 kB
SUnreclaim:       557748 kB
KernelStack:        1456 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     801148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71680 MiB
End job on node108 at 2012-05-26 11:13:43