Trace number 3691411

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.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
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.54
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)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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-3691411-1338022333.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.08/0.19	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24920 impls, 200 clqs
0.29/0.36	c    (0.4s) probing: 51/3290 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.36	c    (0.4s) probing aborted: 50/50 successive totally useless probings
0.29/0.36	c presolving (2 rounds):
0.29/0.36	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.36	c  24920 implications, 200 cliques
0.29/0.36	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.29/0.36	c     300 constraints of type <setppc>
0.29/0.36	c    3090 constraints of type <and>
0.29/0.36	c       1 constraints of type <linear>
0.29/0.36	c transformed objective value is always integral (scale: 1)
0.29/0.36	c Presolving Time: 0.36
0.29/0.36	c - non default parameters ----------------------------------------------------------------------
0.29/0.36	c # SCIP version 2.1.1.4
0.29/0.36	c 
0.29/0.36	c # maximal time in seconds to run
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/time = 1797
0.29/0.36	c 
0.29/0.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/memory = 13950
0.29/0.36	c 
0.29/0.37	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.37	c # [type: int, range: [1,2], default: 1]
0.29/0.37	c timing/clocktype = 2
0.29/0.37	c 
0.29/0.37	c # belongs reading time to solving time?
0.29/0.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.37	c timing/reading = TRUE
0.29/0.37	c 
0.29/0.37	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.37	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.37	c separating/rapidlearning/freq = 0
0.29/0.37	c 
0.29/0.37	c -----------------------------------------------------------------------------------------------
0.29/0.37	c start solving
0.29/0.37	c 
0.99/1.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.03	c t 1.0s|     1 |     0 |  2559 |     - |  14M|   0 | 752 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 |    Inf 
0.99/1.03	o -2
0.99/1.03	c s 1.0s|     1 |     0 |  2559 |     - |  14M|   0 | 752 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |2400.00%
1.09/1.17	o -3
1.09/1.17	c U 1.2s|     1 |     0 |  2559 |     - |  15M|   0 | 752 |3290 |3391 |3290 |6481 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
4.18/4.20	c   4.2s|     1 |     0 |  5212 |     - |  15M|   0 |1414 |3290 |3392 |3290 |6528 |  47 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
5.39/5.45	c   5.4s|     1 |     0 |  7751 |     - |  15M|   0 |1583 |3290 |3392 |3290 |6571 |  90 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
5.39/5.45	o -3
5.39/5.45	c s 5.5s|     1 |     0 |  7751 |     - |  15M|   0 |1583 |3290 |3392 |3290 |6571 |  90 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
6.69/6.74	c   6.7s|     1 |     0 | 10056 |     - |  15M|   0 |1674 |3290 |3392 |3290 |6600 | 119 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |1566.67%
6.69/6.74	o -4
6.69/6.74	c s 6.7s|     1 |     0 | 10056 |     - |  15M|   0 |1674 |3290 |3392 |3290 |6600 | 119 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |1150.00%
7.69/7.77	c   7.8s|     1 |     0 | 11465 |     - |  15M|   0 |1570 |3290 |3392 |3290 |6612 | 131 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |1150.00%
7.69/7.78	o -5
7.69/7.78	c s 7.8s|     1 |     0 | 11465 |     - |  15M|   0 |1570 |3290 |3392 |3290 |6612 | 131 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
8.69/8.71	c   8.7s|     1 |     0 | 12371 |     - |  15M|   0 |1587 |3290 |3392 |3290 |6618 | 137 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
9.99/10.04	c  10.0s|     1 |     0 | 15144 |     - |  16M|   0 |1630 |3290 |3392 |3290 |6632 | 151 |   0 |   0 |-5.000000e+01 |-5.000000e+00 | 900.00%
40.59/40.62	o -11
40.59/40.62	c E40.6s|     1 |     0 | 15144 |     - |  16M|   0 |1630 |3290 |3392 |3290 |6632 | 151 |   0 |   0 |-5.000000e+01 |-1.100000e+01 | 354.55%
40.59/40.64	c  40.6s|     1 |     0 | 15144 |     - |  16M|   0 |1630 |3290 |3392 |3290 |6632 | 151 |   0 |   0 |-5.000000e+01 |-1.100000e+01 | 354.55%
41.79/41.83	c  41.8s|     1 |     0 | 17501 |     - |  16M|   0 |1604 |3290 |3392 |3290 |6642 | 161 |   0 |   0 |-5.000000e+01 |-1.100000e+01 | 354.55%
48.98/49.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.98/49.08	c  49.1s|     1 |     2 | 17501 |     - |  16M|   0 |1604 |3290 |3392 |3290 |6642 | 161 |   0 |  15 |-5.000000e+01 |-1.100000e+01 | 354.55%
227.15/227.25	o -12
227.15/227.25	c f 227s|    22 |    23 |576643 |26625.8 |  17M|   6 |   - |3290 |3404 |3290 |2717 |5690 |  12 | 274 |-4.886941e+01 |-1.200000e+01 | 307.25%
269.75/269.86	o -13
269.75/269.86	c l 270s|    27 |    28 |741885 |27860.9 |  17M|   7 |   - |3290 |3406 |3290 |2921 |6524 |  14 | 306 |-4.840019e+01 |-1.300000e+01 | 272.31%
435.42/435.58	c   436s|   100 |   101 |  1423k|14199.2 |  17M|  15 |1367 |3290 |3446 |3290 |3326 |  11k|  54 | 414 |-4.695335e+01 |-1.300000e+01 | 261.18%
621.69/621.85	c   622s|   200 |   201 |  2165k|10792.8 |  18M|  32 | 568 |3290 |3478 |3290 |2960 |  16k|  86 | 617 |-4.428178e+01 |-1.300000e+01 | 240.63%
742.17/742.39	c   742s|   300 |   301 |  2616k|8693.1 |  18M|  44 |1300 |3290 |3481 |3290 |3452 |  20k|  95 | 754 |-4.205166e+01 |-1.300000e+01 | 223.47%
830.65/830.83	c   831s|   400 |   401 |  2961k|7377.8 |  19M|  46 | 671 |3290 |3495 |3290 |3536 |  23k| 109 | 839 |-4.156673e+01 |-1.300000e+01 | 219.74%
876.75/876.99	o -14
876.75/876.99	c p 877s|   462 |   463 |  3165k|6828.2 |  20M|  49 |   - |3290 |3509 |3290 |3350 |  25k| 123 | 839 |-4.155025e+01 |-1.400000e+01 | 196.79%
899.14/899.39	c   899s|   500 |   501 |  3262k|6502.8 |  20M|  51 |1195 |3290 |3514 |3290 |3465 |  26k| 128 | 839 |-4.155025e+01 |-1.400000e+01 | 196.79%
967.54/967.72	c   968s|   600 |   599 |  3522k|5852.1 |  21M|  57 | 652 |3290 |3515 |3290 |3349 |  29k| 129 | 906 |-4.154678e+01 |-1.400000e+01 | 196.76%
1034.23/1034.49	c  1034s|   700 |   695 |  3798k|5409.0 |  22M|  57 |1353 |3290 |3512 |3290 |2988 |  32k| 129 | 964 |-4.107793e+01 |-1.400000e+01 | 193.41%
1096.42/1096.67	c  1097s|   800 |   793 |  4056k|5054.5 |  23M|  57 | 561 |3290 |3519 |3290 |3398 |  35k| 136 |1014 |-4.106243e+01 |-1.400000e+01 | 193.30%
1152.81/1153.07	c  1153s|   900 |   893 |  4253k|4712.4 |  24M|  59 | 162 |3290 |3519 |3290 |3426 |  38k| 136 |1099 |-4.106243e+01 |-1.400000e+01 | 193.30%
1202.90/1203.17	c  1203s|  1000 |   991 |  4465k|4452.3 |  26M|  61 | 290 |3290 |3522 |3290 |3305 |  40k| 140 |1122 |-4.100339e+01 |-1.400000e+01 | 192.88%
1257.40/1257.65	c  1258s|  1100 |  1085 |  4668k|4232.0 |  27M|  61 | 324 |3290 |3521 |3290 |3411 |  43k| 142 |1209 |-4.090500e+01 |-1.400000e+01 | 192.18%
1299.59/1299.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1299.59/1299.87	c  1300s|  1200 |  1175 |  4850k|4031.1 |  29M|  61 | 824 |3290 |3521 |3290 |3343 |  45k| 147 |1214 |-4.050634e+01 |-1.400000e+01 | 189.33%
1354.38/1354.68	c  1355s|  1300 |  1269 |  5063k|3884.5 |  30M|  61 | 618 |3290 |3524 |3290 |2818 |  49k| 151 |1314 |-4.030316e+01 |-1.400000e+01 | 187.88%
1394.27/1394.54	c  1395s|  1400 |  1367 |  5244k|3736.2 |  31M|  61 | 381 |3290 |3522 |3290 |3455 |  51k| 151 |1320 |-4.030316e+01 |-1.400000e+01 | 187.88%
1441.47/1441.73	c  1442s|  1500 |  1461 |  5432k|3612.1 |  32M|  61 | 844 |3290 |3537 |3290 |3455 |  53k| 167 |1382 |-3.973986e+01 |-1.400000e+01 | 183.86%
1481.36/1481.63	c  1482s|  1600 |  1557 |  5598k|3490.4 |  33M|  61 | 830 |3290 |3537 |3290 |3127 |  56k| 167 |1414 |-3.963569e+01 |-1.400000e+01 | 183.11%
1515.26/1515.56	c  1516s|  1700 |  1651 |  5743k|3370.1 |  34M|  61 | 487 |3290 |3537 |3290 |3556 |  58k| 167 |1427 |-3.957398e+01 |-1.400000e+01 | 182.67%
1556.35/1556.64	c  1557s|  1800 |  1733 |  5905k|3272.9 |  35M|  61 | 339 |3290 |3537 |3290 |2854 |  60k| 169 |1495 |-3.941579e+01 |-1.400000e+01 | 181.54%
1595.44/1595.78	c  1596s|  1900 |  1827 |  6075k|3190.3 |  36M|  61 | 896 |3290 |3537 |3290 |3149 |  62k| 169 |1508 |-3.939507e+01 |-1.400000e+01 | 181.39%
1635.63/1635.95	c  1636s|  2000 |  1919 |  6235k|3110.6 |  37M|  61 | 277 |3290 |3539 |3290 |3494 |  64k| 171 |1547 |-3.918101e+01 |-1.400000e+01 | 179.86%
1671.73/1672.08	c  1672s|  2100 |  2019 |  6374k|3028.4 |  38M|  61 | 371 |3290 |3542 |3290 |3492 |  66k| 174 |1581 |-3.901271e+01 |-1.400000e+01 | 178.66%
1713.82/1714.16	c  1714s|  2200 |  2113 |  6559k|2975.0 |  40M|  61 | 204 |3290 |3544 |3290 |3525 |  68k| 177 |1584 |-3.884453e+01 |-1.400000e+01 | 177.46%
1759.62/1759.96	c  1760s|  2300 |  2209 |  6732k|2920.9 |  40M|  61 | 526 |3290 |3543 |3290 |3439 |  70k| 179 |1644 |-3.877176e+01 |-1.400000e+01 | 176.94%
1794.51/1794.83	c  1795s|  2400 |  2309 |  6875k|2858.9 |  41M|  61 | 278 |3290 |3554 |3290 |3533 |  72k| 190 |1659 |-3.877176e+01 |-1.400000e+01 | 176.94%
1796.71/1797.00	c 
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Solving Time (sec) : 1797.01
1796.71/1797.00	c Solving Nodes      : 2411
1796.71/1797.00	c Primal Bound       : -1.40000000000000e+01 (14 solutions)
1796.71/1797.00	c Dual Bound         : -3.87717637207846e+01
1796.71/1797.00	c Gap                : 176.94 %
1796.71/1797.01	s SATISFIABLE
1796.71/1797.01	v -x197 x164 -x113 x185 -x170 -x158 -x132 -x171 -x135 -x150 -x104 x166 -x160 -x144 -x119 -x110 -x106 -x157 -x146 -x114 x192 -x180 
1796.71/1797.01	v x161 -x145 -x128 -x122 -x154 -x112 -x151 -x124 -x134 -x178 -x172 -x136 -x187 x181 x168 x163 -x156 -x152 -x131 -x118 -x117 -x109 
1796.71/1797.01	v -x105 -x198 -x190 -x200 -x183 -x123 -x153 -x182 -x189 -x193 -x149 -x195 -x191 -x179 -x162 -x107 x175 -x137 -x115 -x101 x188 
1796.71/1797.01	v -x184 x167 -x133 -x130 -x129 -x127 -x121 -x120 x111 -x108 -x155 -x199 -x138 -x148 -x174 -x139 x143 -x116 -x196 -x176 -x142 
1796.71/1797.01	v -x103 -x140 x194 -x125 -x159 -x165 -x102 -x177 -x173 -x126 -x141 -x169 -x186 -x147 x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 
1796.71/1797.01	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.71/1797.01	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 
1796.71/1797.01	v x40 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.71/1797.01	v -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Total Time         :    1797.01
1796.71/1797.01	c   solving          :    1797.01
1796.71/1797.01	c   presolving       :       0.36 (included in solving)
1796.71/1797.01	c   reading          :       0.01 (included in solving)
1796.71/1797.01	c   copying          :       0.03 (4 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.71/1797.01	c Original Problem   :
1796.71/1797.01	c   Problem name     : HOME/instance-3691411-1338022333.opb
1796.71/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 301 initial, 301 maximal
1796.71/1797.01	c   Objective sense  : minimize
1796.71/1797.01	c Presolved Problem  :
1796.71/1797.01	c   Problem name     : t_HOME/instance-3691411-1338022333.opb
1796.71/1797.01	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 3391 initial, 3554 maximal
1796.71/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   probing          :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   and              :       0.31       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   integral         :          0          0          0          0       2363          0         42          0          0          0          0          0       4726
1796.71/1797.01	c   setppc           :        300        300          7      73865          0          1         37        638         41      14314          0          0          0
1796.71/1797.01	c   and              :       3090       3090       6016      73822          0          1         36        797         99     347020      93394          0          0
1796.71/1797.01	c   linear           :          1          1          7      73720          0          0         13          2          1          0          0          0          0
1796.71/1797.01	c   logicor          :          0+       163          7       2537          0          0          0          1          0        915          0          0          0
1796.71/1797.01	c   countsols        :          0          0          0          0          0          1         17          0          0          0          0          0          0
1796.71/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.01	c   integral         :     228.57       0.00       0.00       0.00     228.57       0.00       0.00       0.00
1796.71/1797.01	c   setppc           :       0.38       0.00       0.00       0.38       0.00       0.00       0.00       0.00
1796.71/1797.01	c   and              :       7.10       0.00       3.94       3.16       0.00       0.00       0.00       0.00
1796.71/1797.01	c   linear           :       0.11       0.00       0.01       0.11       0.00       0.00       0.00       0.00
1796.71/1797.01	c   logicor          :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00
1796.71/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.01	c   rootredcost      :          3          0          0          0
1796.71/1797.01	c   pseudoobj        :      76135         27          6          0
1796.71/1797.01	c   vbounds          :          0          0          0          0
1796.71/1797.01	c   redcost          :       6081          0          0       2098
1796.71/1797.01	c   probing          :          0          0          0          0
1796.71/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.01	c   rootredcost      :       0.07       0.00       0.00       0.07       0.00
1796.71/1797.01	c   pseudoobj        :       0.15       0.00       0.00       0.15       0.00
1796.71/1797.01	c   vbounds          :       0.06       0.00       0.00       0.06       0.00
1796.71/1797.01	c   redcost          :       0.50       0.00       0.00       0.50       0.00
1796.71/1797.01	c   probing          :       0.02       0.00       0.02       0.00       0.00
1796.71/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.01	c   propagation      :       0.00        147        147        186       26.3          2       85.0          -
1796.71/1797.01	c   infeasible LP    :       0.00         11         11         18       49.3          0        0.0          0
1796.71/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.01	c   applied globally :          -          -          -        190       23.9          -          -          -
1796.71/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.01	c   cut pool         :       0.00                     6          -          -          7          -    (maximal pool size: 129)
1796.71/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   impliedbounds    :       0.00       0.00          7          0          0         48          0
1796.71/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   gomory           :       0.77       0.00          7          0          0         67          0
1796.71/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   strongcg         :       1.29       0.00          7          0          0         95          0
1796.71/1797.01	c   cmir             :       0.21       0.00          7          0          0          0          0
1796.71/1797.01	c   flowcover        :       0.21       0.00          7          0          0          0          0
1796.71/1797.01	c   clique           :       0.39       0.00          7          0          0         49          0
1796.71/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   mcf              :       0.03       0.00          3          0          0          0          0
1796.71/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.01	c   rapidlearning    :       1.95       0.00          1          0          0          0          0
1796.71/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.01	c   problem variables:       0.00          -          0          0
1796.71/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   relpscost        :     228.56       0.00       2363          0          0          0          0       4726
1796.71/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.01	c   LP solutions     :       0.00          -          -          0
1796.71/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.01	c   oneopt           :       0.01       0.00          8          0
1796.71/1797.01	c   linesearchdiving :      55.20       0.00         57          1
1796.71/1797.01	c   guideddiving     :      50.88       0.00         57          0
1796.71/1797.01	c   coefdiving       :      51.64       0.00         58          0
1796.71/1797.01	c   pscostdiving     :      60.40       0.00         58          1
1796.71/1797.01	c   fracdiving       :      73.86       0.00         58          1
1796.71/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.01	c   trivial          :       0.00       0.00          2          1
1796.71/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.71/1797.01	c   simplerounding   :       0.01       0.00          0          0
1796.71/1797.01	c   zirounding       :       0.52       0.00          0          0
1796.71/1797.01	c   rounding         :       0.86       0.00       1048          0
1796.71/1797.01	c   shifting         :       0.81       0.00        609          7
1796.71/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.01	c   indoneopt        :       0.01       0.00          0          0
1796.71/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.71/1797.01	c   clique           :       0.00       0.00          0          0
1796.71/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.01	c   veclendiving     :      50.06       0.00         58          0
1796.71/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.01	c   objpscostdiving  :      21.82       0.00         10          0
1796.71/1797.01	c   rootsoldiving    :      14.74       0.00         18          0
1796.71/1797.01	c   octane           :       0.00       0.00          0          0
1796.71/1797.01	c   rens             :      30.60       0.00          1          1
1796.71/1797.01	c   rins             :       0.00       0.00          0          0
1796.71/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.01	c   mutation         :       0.00       0.00          0          0
1796.71/1797.01	c   crossover        :       0.19       0.00          1          1
1796.71/1797.01	c   dins             :       0.00       0.00          0          0
1796.71/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.01	c   undercover       :       0.14       0.00          1          1
1796.71/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.01	c   trysol           :       0.01       0.00          0          0
1796.71/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.01	c   primal LP        :       6.69       1887          9       4.50       1.34       6.67       1885
1796.71/1797.01	c   dual LP          :    1133.53       6156    5213281     857.02    4599.15       0.12         73
1796.71/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.01	c   diving/probing LP:     347.79      47313    1672271      35.34    4808.27
1796.71/1797.01	c   strong branching :     228.43       1659     817318     492.66    3577.98
1796.71/1797.01	c     (at root node) :          -         15      15000    1000.00          -
1796.71/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.01	c B&B Tree           :
1796.71/1797.01	c   number of runs   :          1
1796.71/1797.01	c   nodes            :       2411
1796.71/1797.01	c   nodes (total)    :       2411
1796.71/1797.01	c   nodes left       :       2318
1796.71/1797.01	c   max depth        :         61
1796.71/1797.01	c   max depth (total):         61
1796.71/1797.01	c   backtracks       :        435 (18.0%)
1796.71/1797.01	c   delayed cutoffs  :          0
1796.71/1797.01	c   repropagations   :        113 (45 domain reductions, 0 cutoffs)
1796.71/1797.01	c   avg switch length:       4.34
1796.71/1797.01	c   switching time   :       7.69
1796.71/1797.01	c Solution           :
1796.71/1797.01	c   Solutions found  :         14 (10 improvements)
1796.71/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.03 seconds, depth 0, found by <trivial>)
1796.71/1797.01	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 462 nodes, 876.99 seconds, depth 198, found by <pscostdiving>)
1796.71/1797.01	c   Dual Bound       : -3.87717637207846e+01
1796.71/1797.01	c   Gap              :     176.94 %
1796.71/1797.01	c   Root Dual Bound  : -5.00000000000000e+01
1796.71/1797.01	c   Root Iterations  :      17501
1796.71/1797.04	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-3691411-1338022333/watcher-3691411-1338022333 -o /tmp/evaluation-result-3691411-1338022333/solver-3691411-1338022333 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691411-1338022333.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.97 3/174 28663
/proc/meminfo: memFree=29492580/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=10092 CPUtime=0 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 1263 0 0 0 0 0 0 0 20 0 1 0 268361855 10334208 1217 33554432000 4194304 10173063 140735695281088 140733682134232 8800002 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28663/statm: 2523 1217 417 1460 0 1054 0

[startup+0.0987299 s]
/proc/loadavg: 2.00 2.00 1.97 3/174 28663
/proc/meminfo: memFree=29492580/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=23684 CPUtime=0.08 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 4724 0 0 0 3 5 0 0 20 0 1 0 268361855 24252416 4421 33554432000 4194304 10173063 140735695281088 140733682134232 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28663/statm: 5921 4421 551 1460 0 4452 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23684

[startup+0.10029 s]
/proc/loadavg: 2.00 2.00 1.97 3/174 28663
/proc/meminfo: memFree=29492580/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=23684 CPUtime=0.08 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 4724 0 0 0 3 5 0 0 20 0 1 0 268361855 24252416 4421 33554432000 4194304 10173063 140735695281088 140733682134232 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28663/statm: 5921 4421 551 1460 0 4452 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23684

[startup+0.300197 s]
/proc/loadavg: 2.00 2.00 1.97 3/174 28663
/proc/meminfo: memFree=29492580/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=27304 CPUtime=0.29 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 5640 0 0 0 6 23 0 0 20 0 1 0 268361855 27959296 5337 33554432000 4194304 10173063 140735695281088 140735695278344 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28663/statm: 6826 5337 577 1460 0 5357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27304

[startup+0.700185 s]
/proc/loadavg: 2.00 2.00 1.97 3/174 28663
/proc/meminfo: memFree=29492580/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=46224 CPUtime=0.69 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 11050 0 0 0 41 28 0 0 20 0 1 0 268361855 47333376 10249 33554432000 4194304 10173063 140735695281088 140735695278344 8982067 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28663/statm: 11556 10249 750 1460 0 10087 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46224

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28664
/proc/meminfo: memFree=29454356/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=77236 CPUtime=1.49 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 21548 0 0 0 116 33 0 0 20 0 1 0 268361855 79089664 17960 33554432000 4194304 10173063 140735695281088 140735695272456 8831992 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28663/statm: 19309 17960 861 1460 0 17840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77236

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28664
/proc/meminfo: memFree=29422636/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=77960 CPUtime=3.09 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 22069 0 0 0 257 52 0 0 20 0 1 0 268361855 79831040 18481 33554432000 4194304 10173063 140735695281088 140735695275128 4953531 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28663/statm: 19490 18481 865 1460 0 18021 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77960

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28664
/proc/meminfo: memFree=29422140/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=76116 CPUtime=6.29 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 22554 0 0 0 557 72 0 0 20 0 1 0 268361855 77942784 18036 33554432000 4194304 10173063 140735695281088 140735695274344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 19029 18036 865 1460 0 17560 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76116

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28664
/proc/meminfo: memFree=29405896/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=93224 CPUtime=12.69 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27240 0 0 0 1162 107 0 0 20 0 1 0 268361855 95461376 22135 33554432000 4194304 10173063 140735695281088 140735695270264 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23306 22135 879 1460 0 21837 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93224

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28664
/proc/meminfo: memFree=29406136/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=93224 CPUtime=25.48 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27339 0 0 0 2404 144 0 0 20 0 1 0 268361855 95461376 22232 33554432000 4194304 10173063 140735695281088 140735695271144 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23306 22232 879 1460 0 21837 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93224

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28664
/proc/meminfo: memFree=29422332/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=51.08 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27899 0 0 0 4902 206 0 0 20 0 1 0 268361855 76832768 17821 33554432000 4194304 10173063 140735695281088 140735695274344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 17821 884 1460 0 17289 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 75032

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28664
/proc/meminfo: memFree=29420884/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=102.27 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 9999 228 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274536 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 75032

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28664
/proc/meminfo: memFree=29420884/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=162.26 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 15973 253 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274392 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 75032

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/175 28664
/proc/meminfo: memFree=29420884/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=222.25 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 21938 287 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274536 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 75032

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 28665
/proc/meminfo: memFree=29421008/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=282.24 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 27897 327 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274408 7911568 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 75032

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 28665
/proc/meminfo: memFree=29421008/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=342.23 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 33848 375 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274440 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 75032

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/175 28665
/proc/meminfo: memFree=29421008/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=402.22 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 39801 421 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 75032

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/175 28665
/proc/meminfo: memFree=29421008/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=462.22 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 45738 484 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 75032

[startup+522.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/176 28668
/proc/meminfo: memFree=29421496/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=522.2 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 51693 527 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274440 8008910 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 75032

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/176 28692
/proc/meminfo: memFree=29421868/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=582.19 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 27903 0 0 0 57660 559 0 0 20 0 1 0 268361855 76832768 18079 33554432000 4194304 10173063 140735695281088 140735695274728 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18079 885 1460 0 17289 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 75032

[startup+642.3 s]

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

/proc/meminfo: memFree=29409208/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75032 CPUtime=1122.11 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 30440 0 0 0 111197 1014 0 0 20 0 1 0 268361855 76832768 18080 33554432000 4194304 10173063 140735695281088 140735695274440 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18758 18080 886 1460 0 17289 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 75032

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 28697
/proc/meminfo: memFree=29408344/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=75848 CPUtime=1182.11 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 30480 0 0 0 117154 1057 0 0 20 0 1 0 268361855 77668352 18120 33554432000 4194304 10173063 140735695281088 140735695274392 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 18962 18120 886 1460 0 17493 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 75848

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 28697
/proc/meminfo: memFree=29404124/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=77656 CPUtime=1242.1 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 31067 0 0 0 123115 1095 0 0 20 0 1 0 268361855 79519744 18707 33554432000 4194304 10173063 140735695281088 140735695274008 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 19414 18707 886 1460 0 17945 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 77656

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 28697
/proc/meminfo: memFree=29400836/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=79348 CPUtime=1302.09 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 31409 0 0 0 129070 1139 0 0 20 0 1 0 268361855 81252352 19048 33554432000 4194304 10173063 140735695281088 140735695274632 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 19837 19048 886 1460 0 18368 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 79348

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28697
/proc/meminfo: memFree=29397484/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=80528 CPUtime=1362.08 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 31765 0 0 0 135026 1182 0 0 20 0 1 0 268361855 82460672 19403 33554432000 4194304 10173063 140735695281088 140735695274632 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 20132 19403 886 1460 0 18663 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 80528

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28697
/proc/meminfo: memFree=29395560/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=81520 CPUtime=1422.07 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 32024 0 0 0 140981 1226 0 0 20 0 1 0 268361855 83476480 19662 33554432000 4194304 10173063 140735695281088 140735695274440 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 20380 19662 886 1460 0 18911 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 81520

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28698
/proc/meminfo: memFree=29389916/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=84608 CPUtime=1482.06 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 32727 0 0 0 146949 1257 0 0 20 0 1 0 268361855 86638592 20364 33554432000 4194304 10173063 140735695281088 140735695274392 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 21152 20364 886 1460 0 19683 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 84608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28698
/proc/meminfo: memFree=29387056/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=86592 CPUtime=1542.05 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 33307 0 0 0 152915 1290 0 0 20 0 1 0 268361855 88670208 20942 33554432000 4194304 10173063 140735695281088 140735695277608 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 21648 20942 886 1460 0 20179 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 86592

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28698
/proc/meminfo: memFree=29383024/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=88544 CPUtime=1602.04 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 34241 0 0 0 158866 1338 0 0 20 0 1 0 268361855 90669056 21427 33554432000 4194304 10173063 140735695281088 140735695274440 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 22136 21427 886 1460 0 20667 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 88544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28736
/proc/meminfo: memFree=28741616/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=91200 CPUtime=1662.03 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 34864 0 0 0 164820 1383 0 0 20 0 1 0 268361855 93388800 22059 33554432000 4194304 10173063 140735695281088 140735695274632 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 22800 22059 886 1460 0 21331 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 91200

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 28739
/proc/meminfo: memFree=28720832/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=92224 CPUtime=1722.02 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 35136 0 0 0 170774 1428 0 0 20 0 1 0 268361855 94437376 22331 33554432000 4194304 10173063 140735695281088 140735695274728 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23056 22331 886 1460 0 21587 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 92224

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 28740
/proc/meminfo: memFree=28693904/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=94280 CPUtime=1782.01 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 36617 0 0 0 176721 1480 0 0 20 0 1 0 268361855 96542720 22763 33554432000 4194304 10173063 140735695281088 140735695274344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23570 22763 886 1460 0 22101 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 94280

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 28740
/proc/meminfo: memFree=28690804/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=94280 CPUtime=1785.21 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 36653 0 0 0 177039 1482 0 0 20 0 1 0 268361855 96542720 22799 33554432000 4194304 10173063 140735695281088 140735695274728 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23570 22799 886 1460 0 22101 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 94280

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 28740
/proc/meminfo: memFree=28683540/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=94456 CPUtime=1791.61 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 36738 0 0 0 177671 1490 0 0 20 0 1 0 268361855 96722944 22884 33554432000 4194304 10173063 140735695281088 140735695274344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23614 22884 886 1460 0 22145 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 94456

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 28740
/proc/meminfo: memFree=28682300/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=94788 CPUtime=1794.81 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 36846 0 0 0 177989 1492 0 0 20 0 1 0 268361855 97062912 22992 33554432000 4194304 10173063 140735695281088 140735695274344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23697 22992 886 1460 0 22228 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 94788

[startup+1795.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 28740
/proc/meminfo: memFree=28682300/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=94788 CPUtime=1795.61 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 36846 0 0 0 178068 1493 0 0 20 0 1 0 268361855 97062912 22992 33554432000 4194304 10173063 140735695281088 140735695274344 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23697 22992 886 1460 0 22228 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 94788

[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 28740
/proc/meminfo: memFree=28681804/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=94788 CPUtime=1796.41 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 36846 0 0 0 178148 1493 0 0 20 0 1 0 268361855 97062912 22992 33554432000 4194304 10173063 140735695281088 140735695274392 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23697 22992 886 1460 0 22228 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 94788

[startup+1796.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 28740
/proc/meminfo: memFree=28681804/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=94788 CPUtime=1796.61 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 36846 0 0 0 178168 1493 0 0 20 0 1 0 268361855 97062912 22992 33554432000 4194304 10173063 140735695281088 140735695274392 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23697 22992 886 1460 0 22228 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 94788

[startup+1797 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 28740
/proc/meminfo: memFree=28681804/32873844 swapFree=7104/7104
[pid=28663] ppid=28661 vsize=94788 CPUtime=1796.71 cores=0,2,4,6
/proc/28663/stat : 28663 (scip-2.1.1.4fix) R 28661 28663 28130 0 -1 4202496 36846 0 0 0 178178 1493 0 0 20 0 1 0 268361855 97062912 22992 33554432000 4194304 10173063 140735695281088 140735695274392 8047184 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/28663/statm: 23697 22992 886 1460 0 22228 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (KiB) 94788

Child status: 0
Real time (s): 1797.05
CPU time (s): 1796.77
CPU user time (s): 1781.83
CPU system time (s): 14.9417
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 95340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.83
system time used= 14.9417
maximum resident set size= 91980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36851
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= 20
involuntary context switches= 2233

runsolver used 4.82327 second user time and 12.3671 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-26 10:52:13
IDJOB=3691411
IDBENCH=48267
IDSOLVER=2270
FILE ID=node104/3691411-1338022333
RUNJOBID= node104-1338016939-28146
PBS_JOBID= 14624367
Free space on /tmp= 71376 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_3.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-3691411-1338022333/watcher-3691411-1338022333 -o /tmp/evaluation-result-3691411-1338022333/solver-3691411-1338022333 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691411-1338022333.opb -t 1800 -m 15500

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=1248105949

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29492844 kB
Buffers:          232136 kB
Cached:          2308464 kB
SwapCached:            0 kB
Active:           769072 kB
Inactive:        1841092 kB
Active(anon):      72292 kB
Inactive(anon):        0 kB
Active(file):     696780 kB
Inactive(file):  1841092 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13596 kB
Writeback:             0 kB
AnonPages:        145724 kB
Mapped:            16816 kB
Shmem:               200 kB
Slab:             633960 kB
SReclaimable:      76808 kB
SUnreclaim:       557152 kB
KernelStack:        1456 kB
PageTables:         4260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     174308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71356 MiB
End job on node104 at 2012-05-26 11:22:10