Trace number 3733955

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.95 1797.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_10.opb
MD5SUM26699ac56f0d58d8261ff4eb58d81611
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark350.209
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1659
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3733955-1338711429.opb>
0.00/0.03	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1659 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.07	c (round 2) 0 del vars, 780 del conss, 0 add conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 54 upgd conss, 0 impls, 0 clqs
0.00/0.08	c (round 3) 0 del vars, 780 del conss, 0 add conss, 0 chg bounds, 90 chg sides, 90 chg coeffs, 99 upgd conss, 420 impls, 0 clqs
0.18/0.24	c    (0.2s) probing: 109/895 (12.2%) - 0 fixings, 0 aggregations, 660 implications, 0 bound changes
0.18/0.24	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.18/0.24	c presolving (4 rounds):
0.18/0.24	c  0 deleted vars, 780 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 90 changed sides, 90 changed coefficients
0.18/0.24	c  1740 implications, 0 cliques
0.18/0.24	c presolved problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 879 constraints
0.18/0.24	c      99 constraints of type <knapsack>
0.18/0.24	c     780 constraints of type <linear>
0.18/0.24	c transformed objective value is always integral (scale: 1)
0.18/0.24	c Presolving Time: 0.19
0.18/0.24	c - non default parameters ----------------------------------------------------------------------
0.18/0.24	c # SCIP version 2.0.1.5
0.18/0.24	c 
0.18/0.24	c # frequency for displaying node information lines
0.18/0.24	c # [type: int, range: [-1,2147483647], default: 100]
0.18/0.24	c display/freq = 10000
0.18/0.24	c 
0.18/0.24	c # maximal time in seconds to run
0.18/0.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.24	c limits/time = 1797
0.18/0.24	c 
0.18/0.24	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.24	c limits/memory = 13950
0.18/0.24	c 
0.18/0.24	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.18/0.24	c # [type: int, range: [1,2], default: 1]
0.18/0.24	c timing/clocktype = 2
0.18/0.24	c 
0.18/0.24	c # belongs reading time to solving time?
0.18/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.24	c timing/reading = TRUE
0.18/0.24	c 
0.18/0.24	c # should presolving try to simplify inequalities
0.18/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.24	c constraints/linear/simplifyinequalities = TRUE
0.18/0.24	c 
0.18/0.24	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.18/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.24	c constraints/indicator/addCouplingCons = TRUE
0.18/0.24	c 
0.18/0.24	c # should presolving try to simplify knapsacks
0.18/0.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.24	c constraints/knapsack/simplifyinequalities = TRUE
0.18/0.24	c 
0.18/0.24	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.24	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.24	c separating/rapidlearning/freq = 0
0.18/0.24	c 
0.18/0.24	c -----------------------------------------------------------------------------------------------
0.18/0.24	c start solving
0.18/0.24	c 
0.18/0.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.27	c   0.3s|     1 |     0 |   640 |     - |7101k|   0 | 537 | 895 | 897 | 895 | 879 |   0 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.29/1.33	c   1.3s|     1 |     0 |  5848 |     - |8420k|   0 | 550 | 895 |1276 | 895 | 984 | 105 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |  5948 |     - |9055k|   0 | 558 | 895 |1276 | 895 |1086 | 207 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.59/1.62	c   1.6s|     1 |     0 |  6142 |     - |9645k|   0 | 554 | 895 |1276 | 895 |1177 | 298 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.69/1.77	c   1.8s|     1 |     0 |  6341 |     - |  10M|   0 | 561 | 895 |1276 | 895 |1284 | 405 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.89/1.97	c   2.0s|     1 |     0 |  6543 |     - |  10M|   0 | 555 | 895 |1276 | 895 |1377 | 498 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
2.09/2.16	c   2.2s|     1 |     0 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
3.69/3.74	c   3.7s|     1 |     2 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |  39 | 9.000000e+00 |      --      |    Inf 
77.07/77.10	c  77.1s| 10000 |  5524 |616777 |  61.0 |  20M|  50 | 282 | 895 |2417 | 895 | 973 | 599 |6393 |4304 | 1.600000e+01 |      --      |    Inf 
122.07/122.14	c   122s| 20000 |  8257 |  1058k|  52.6 |  27M|  50 |   - | 895 |2670 | 895 | 973 | 599 |  15k|7173 | 1.700000e+01 |      --      |    Inf 
162.76/162.88	c   163s| 30000 | 10382 |  1461k|  48.5 |  33M|  60 | 296 | 895 |3291 | 895 | 973 | 599 |  25k|9051 | 1.700000e+01 |      --      |    Inf 
199.54/199.64	c   200s| 40000 | 12504 |  1837k|  45.8 |  39M|  62 |   - | 895 |3394 | 895 | 973 | 599 |  35k|  10k| 1.700000e+01 |      --      |    Inf 
238.74/238.88	c   239s| 50000 | 14325 |  2218k|  44.2 |  44M|  66 | 212 | 895 |3469 | 895 | 973 | 599 |  46k|  13k| 1.800000e+01 |      --      |    Inf 
273.84/273.98	c   274s| 60000 | 16196 |  2575k|  42.8 |  50M|  71 | 207 | 895 |3952 | 895 | 973 | 599 |  57k|  15k| 1.800000e+01 |      --      |    Inf 
308.32/308.42	c   308s| 70000 | 18150 |  2979k|  42.5 |  57M|  73 | 190 | 895 |3998 | 895 | 973 | 599 |  70k|  16k| 1.800000e+01 |      --      |    Inf 
345.22/345.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.22/345.36	c   345s| 80000 | 20138 |  3398k|  42.4 |  63M|  73 | 158 | 895 |3937 | 895 | 973 | 599 |  82k|  17k| 1.900000e+01 |      --      |    Inf 
376.41/376.57	c   377s| 90000 | 22017 |  3740k|  41.5 |  69M|  73 |   - | 895 |4181 |   0 |   0 | 599 |  93k|  18k| 1.900000e+01 |      --      |    Inf 
414.80/414.95	c   415s|100000 | 23513 |  4076k|  40.7 |  75M|  76 |  96 | 895 |4783 | 895 | 973 | 599 | 107k|  22k| 1.900000e+01 |      --      |    Inf 
448.40/448.53	c   449s|110000 | 25465 |  4443k|  40.3 |  82M|  76 |   - | 895 |4139 | 895 | 973 | 599 | 120k|  23k| 1.900000e+01 |      --      |    Inf 
486.69/486.81	c   487s|120000 | 26795 |  4809k|  40.0 |  87M|  76 |   - | 895 |4430 |   0 |   0 | 599 | 133k|  26k| 1.900000e+01 |      --      |    Inf 
520.88/521.09	c   521s|130000 | 28145 |  5176k|  39.8 |  93M|  76 | 307 | 895 |4574 | 895 | 973 | 599 | 146k|  28k| 1.900000e+01 |      --      |    Inf 
555.38/555.51	c   556s|140000 | 29566 |  5519k|  39.4 |  99M|  81 |   - | 895 |5705 | 895 | 973 | 599 | 159k|  30k| 1.950000e+01 |      --      |    Inf 
592.27/592.42	c   592s|150000 | 30932 |  5879k|  39.1 | 106M|  81 | 268 | 895 |5419 | 895 | 973 | 599 | 173k|  33k| 2.000000e+01 |      --      |    Inf 
621.57/621.77	c   622s|160000 | 31971 |  6229k|  38.9 | 111M|  94 | 267 | 895 |5504 | 895 | 973 | 599 | 187k|  34k| 2.000000e+01 |      --      |    Inf 
654.26/654.43	c   654s|170000 | 32710 |  6517k|  38.3 | 115M|  94 | 160 | 895 |5269 | 895 | 973 | 599 | 200k|  36k| 2.000000e+01 |      --      |    Inf 
689.05/689.28	c   689s|180000 | 33799 |  6842k|  38.0 | 121M|  94 |   - | 895 |5183 | 895 | 973 | 599 | 213k|  39k| 2.000000e+01 |      --      |    Inf 
716.64/716.86	c   717s|190000 | 35204 |  7175k|  37.7 | 127M|  94 | 264 | 895 |5083 | 895 | 973 | 599 | 226k|  39k| 2.000000e+01 |      --      |    Inf 
748.74/748.93	c   749s|200000 | 36402 |  7489k|  37.4 | 134M|  94 |   - | 895 |6063 | 895 | 973 | 599 | 240k|  42k| 2.000000e+01 |      --      |    Inf 
783.04/783.24	c   783s|210000 | 37362 |  7856k|  37.4 | 139M|  94 | 290 | 895 |5410 | 895 | 973 | 599 | 255k|  44k| 2.100000e+01 |      --      |    Inf 
808.93/809.11	c   809s|220000 | 38295 |  8151k|  37.0 | 144M|  94 |   - | 895 |5740 | 895 | 973 | 599 | 268k|  44k| 2.100000e+01 |      --      |    Inf 
840.23/840.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
840.23/840.41	c   840s|230000 | 39044 |  8433k|  36.6 | 149M|  94 |   - | 895 |6019 | 895 | 973 | 599 | 282k|  46k| 2.100000e+01 |      --      |    Inf 
874.42/874.68	c   875s|240000 | 40069 |  8755k|  36.5 | 154M|  99 | 356 | 895 |7071 | 895 | 973 | 599 | 295k|  49k| 2.100000e+01 |      --      |    Inf 
909.31/909.55	c   910s|250000 | 41129 |  9087k|  36.3 | 160M|  99 | 223 | 895 |5654 | 895 | 973 | 599 | 308k|  52k| 2.100000e+01 |      --      |    Inf 
935.20/935.49	c   935s|260000 | 41671 |  9357k|  36.0 | 164M| 115 |   - | 895 |6789 | 895 | 973 | 599 | 323k|  53k| 2.100000e+01 |      --      |    Inf 
964.00/964.28	c   964s|270000 | 42360 |  9640k|  35.7 | 168M| 115 |   - | 895 |6474 | 895 | 973 | 599 | 337k|  54k| 2.100000e+01 |      --      |    Inf 
996.49/996.77	c   997s|280000 | 43217 |  9919k|  35.4 | 173M| 115 | 179 | 895 |6940 | 895 | 973 | 599 | 350k|  57k| 2.100000e+01 |      --      |    Inf 
1028.09/1028.39	c  1028s|290000 | 43943 | 10194k|  35.1 | 178M| 115 | 124 | 895 |5957 | 895 | 973 | 599 | 364k|  59k| 2.100000e+01 |      --      |    Inf 
1059.39/1059.67	c  1060s|300000 | 44710 | 10477k|  34.9 | 182M| 115 | 265 | 895 |5396 | 895 | 973 | 599 | 377k|  61k| 2.100000e+01 |      --      |    Inf 
1084.78/1085.03	c  1085s|310000 | 45661 | 10788k|  34.8 | 187M| 115 |   - | 895 |6107 |   0 |   0 | 599 | 391k|  61k| 2.100000e+01 |      --      |    Inf 
1115.58/1115.85	c  1116s|320000 | 46624 | 11100k|  34.7 | 193M| 115 |   - | 895 |6115 | 895 | 973 | 599 | 404k|  63k| 2.200000e+01 |      --      |    Inf 
1146.17/1146.45	c  1146s|330000 | 47268 | 11367k|  34.4 | 198M| 115 |  90 | 895 |6708 | 895 | 973 | 599 | 418k|  65k| 2.200000e+01 |      --      |    Inf 
1180.36/1180.62	c  1181s|340000 | 47931 | 11667k|  34.3 | 203M| 122 |   - | 895 |5411 | 895 | 973 | 599 | 431k|  69k| 2.200000e+01 |      --      |    Inf 
1209.06/1209.36	c  1209s|350000 | 48496 | 11922k|  34.0 | 207M| 122 | 214 | 895 |7037 | 895 | 973 | 599 | 445k|  71k| 2.200000e+01 |      --      |    Inf 
1233.55/1233.86	c  1234s|360000 | 49165 | 12185k|  33.8 | 212M| 122 |   - | 895 |7091 | 895 | 973 | 599 | 459k|  71k| 2.200000e+01 |      --      |    Inf 
1261.74/1262.02	c  1262s|370000 | 49880 | 12455k|  33.6 | 216M| 122 | 331 | 895 |5884 | 895 | 973 | 599 | 473k|  72k| 2.200000e+01 |      --      |    Inf 
1293.93/1294.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1293.93/1294.20	c  1294s|380000 | 50808 | 12757k|  33.6 | 221M| 122 |   - | 895 |5574 | 895 | 973 | 599 | 487k|  75k| 2.200000e+01 |      --      |    Inf 
1324.53/1324.85	c  1325s|390000 | 51886 | 13056k|  33.5 | 227M| 122 | 290 | 895 |5922 | 895 | 973 | 599 | 500k|  77k| 2.200000e+01 |      --      |    Inf 
1355.33/1355.60	c  1356s|400000 | 52670 | 13334k|  33.3 | 231M| 122 | 212 | 895 |5662 | 895 | 973 | 599 | 513k|  79k| 2.300000e+01 |      --      |    Inf 
1382.12/1382.42	c  1382s|410000 | 53394 | 13642k|  33.3 | 236M| 122 |   - | 895 |5903 | 895 | 973 | 599 | 527k|  80k| 2.300000e+01 |      --      |    Inf 
1410.12/1410.41	c  1410s|420000 | 53910 | 13926k|  33.1 | 241M| 122 | 169 | 895 |6832 | 895 | 973 | 599 | 541k|  80k| 2.300000e+01 |      --      |    Inf 
1442.12/1442.48	c  1442s|430000 | 54526 | 14226k|  33.1 | 246M| 122 |   - | 895 |7783 | 895 | 973 | 599 | 555k|  83k| 2.300000e+01 |      --      |    Inf 
1474.51/1474.82	c  1475s|440000 | 55417 | 14545k|  33.0 | 252M| 122 | 222 | 895 |5769 | 895 | 973 | 599 | 569k|  85k| 2.300000e+01 |      --      |    Inf 
1507.72/1508.10	c  1508s|450000 | 56020 | 14858k|  33.0 | 257M| 122 | 281 | 895 |6343 | 895 | 973 | 599 | 584k|  87k| 2.300000e+01 |      --      |    Inf 
1540.20/1540.52	c  1541s|460000 | 56512 | 15129k|  32.9 | 260M| 146 | 225 | 895 |7061 | 895 | 973 | 599 | 598k|  90k| 2.300000e+01 |      --      |    Inf 
1567.20/1567.56	c  1568s|470000 | 57003 | 15416k|  32.8 | 263M| 146 |   - | 895 |6361 |   0 |   0 | 599 | 612k|  91k| 2.300000e+01 |      --      |    Inf 
1592.69/1593.03	c  1593s|480000 | 57549 | 15708k|  32.7 | 267M| 146 |   - | 895 |6046 | 895 | 973 | 599 | 626k|  91k| 2.300000e+01 |      --      |    Inf 
1622.38/1622.73	c  1623s|490000 | 58132 | 16004k|  32.6 | 270M| 146 |   - | 895 |5994 | 895 | 973 | 599 | 639k|  92k| 2.300000e+01 |      --      |    Inf 
1653.38/1653.79	c  1654s|500000 | 58875 | 16309k|  32.6 | 275M| 146 | 253 | 895 |5675 | 895 | 973 | 599 | 653k|  94k| 2.300000e+01 |      --      |    Inf 
1684.67/1685.03	c  1685s|510000 | 59728 | 16587k|  32.5 | 279M| 146 |   - | 895 |5844 | 895 | 973 | 599 | 666k|  96k| 2.300000e+01 |      --      |    Inf 
1712.57/1712.92	c  1713s|520000 | 60489 | 16883k|  32.5 | 284M| 146 | 288 | 895 |6329 | 895 | 973 | 599 | 680k|  97k| 2.400000e+01 |      --      |    Inf 
1739.17/1739.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1739.17/1739.50	c  1739s|530000 | 61168 | 17195k|  32.4 | 289M| 146 |   - | 895 |5857 | 895 | 973 | 599 | 694k|  97k| 2.400000e+01 |      --      |    Inf 
1766.27/1766.67	c  1767s|540000 | 61567 | 17470k|  32.3 | 294M| 146 | 115 | 895 |5971 | 895 | 973 | 599 | 708k|  98k| 2.400000e+01 |      --      |    Inf 
1796.65/1797.00	c 
1796.65/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.65/1797.00	c Solving Time (sec) : 1797.00
1796.65/1797.00	c Solving Nodes      : 549827
1796.65/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.65/1797.00	c Dual Bound         : +2.40000000000000e+01
1796.65/1797.00	c Gap                : infinite
1796.65/1797.00	s UNKNOWN
1796.65/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.65/1797.00	c Total Time         :    1797.00
1796.65/1797.00	c   solving          :    1797.00
1796.65/1797.00	c   presolving       :       0.19 (included in solving)
1796.65/1797.00	c   reading          :       0.03 (included in solving)
1796.65/1797.00	c Original Problem   :
1796.65/1797.00	c   Problem name     : HOME/instance-3733955-1338711429.opb
1796.65/1797.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.65/1797.00	c   Constraints      : 1659 initial, 1659 maximal
1796.65/1797.00	c Presolved Problem  :
1796.65/1797.00	c   Problem name     : t_HOME/instance-3733955-1338711429.opb
1796.65/1797.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.65/1797.00	c   Constraints      : 879 initial, 8346 maximal
1796.65/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.65/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   probing          :       0.16          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   linear           :       0.03          0          0          0          0          0        780          0         90         90
1796.65/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.65/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.65/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.65/1797.00	c   integral         :          0          0          0     345699          0          4          0        290      87206          0          0     654150
1796.65/1797.00	c   knapsack         :         99          6    2863649          0          1          3    2773628      12374     892556        545          0          0
1796.65/1797.00	c   linear           :        780+         7    2851286          0          0          0     860600      63497   18104270          0          0          0
1796.65/1797.00	c   logicor          :          0+         6    1558448          0          0          0    2209566       6835    3260294          0          0          0
1796.65/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.65/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.65/1797.00	c   integral         :     297.89       0.00       0.00     297.89       0.00       0.00       0.00
1796.65/1797.00	c   knapsack         :      22.34       0.01      19.71       0.00       0.00       0.00       2.63
1796.65/1797.00	c   linear           :     172.20       0.00     170.48       0.00       0.00       0.00       1.72
1796.65/1797.00	c   logicor          :      45.15       0.00      42.45       0.00       0.00       0.00       2.70
1796.65/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.65/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.65/1797.00	c   vbounds          :          0          0          0          0
1796.65/1797.00	c   rootredcost      :          0          0          0          0
1796.65/1797.00	c   pseudoobj        :    2863475          0          0          0
1796.65/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.65/1797.00	c   vbounds          :       1.93       1.93       0.00
1796.65/1797.00	c   rootredcost      :       1.92       1.92       0.00
1796.65/1797.00	c   pseudoobj        :       2.75       2.75       0.00
1796.65/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.65/1797.00	c   propagation      :       9.56      82706      82636     895845       35.3       4186       21.1          -
1796.65/1797.00	c   infeasible LP    :      17.12     175762     175762     716567       22.0      13578       18.7          0
1796.65/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.65/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.65/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.65/1797.00	c   applied globally :          -          -          -     722965       22.1          -          -          -
1796.65/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.65/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.65/1797.00	c   cut pool         :       0.00          5          -          -       1164          -    (maximal pool size: 4088)
1796.65/1797.00	c   redcost          :       5.11     345768          0        241          0          0
1796.65/1797.00	c   impliedbounds    :       0.00          6          0          0         30          0
1796.65/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.65/1797.00	c   gomory           :       0.04          6          0          0         55          0
1796.65/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.65/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.65/1797.00	c   strongcg         :       0.04          6          0          0         65          0
1796.65/1797.00	c   cmir             :       0.44          6          0          0       2899          0
1796.65/1797.00	c   flowcover        :       0.19          6          0          0       1200          0
1796.65/1797.00	c   clique           :       0.00          1          0          0          0          0
1796.65/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.65/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.65/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.65/1797.00	c   rapidlearning    :       0.68          1          0          0          0        379
1796.65/1797.00	c Pricers            :       Time      Calls       Vars
1796.65/1797.00	c   problem variables:       0.00          0          0
1796.65/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.65/1797.00	c   relpscost        :     296.84     345699        290      87206          0          0     654150
1796.65/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.65/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1796.65/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.65/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.65/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.65/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.65/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.65/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.65/1797.00	c   LP solutions     :       0.00          -          0
1796.65/1797.00	c   pseudo solutions :       0.00          -          0
1796.65/1797.00	c   oneopt           :       0.96          0          0
1796.65/1797.00	c   crossover        :       0.48          0          0
1796.65/1797.00	c   guideddiving     :       0.04          0          0
1796.65/1797.00	c   intshifting      :       0.03          0          0
1796.65/1797.00	c   feaspump         :      17.73        350          0
1796.65/1797.00	c   rootsoldiving    :       8.47        376          0
1796.65/1797.00	c   fracdiving       :       9.48        834          0
1796.65/1797.00	c   veclendiving     :      19.31        834          0
1796.65/1797.00	c   linesearchdiving :      15.45        834          0
1796.65/1797.00	c   coefdiving       :       8.97        835          0
1796.65/1797.00	c   pscostdiving     :      22.68        835          0
1796.65/1797.00	c   objpscostdiving  :      11.46        418          0
1796.65/1797.00	c   trivial          :       0.00          2          0
1796.65/1797.00	c   shiftandpropagate:       0.02          1          0
1796.65/1797.00	c   simplerounding   :       0.27          0          0
1796.65/1797.00	c   zirounding       :       0.53       1000          0
1796.65/1797.00	c   rounding         :       1.42       8247          0
1796.65/1797.00	c   shifting         :       8.69       2587          0
1796.65/1797.00	c   twoopt           :       0.00          0          0
1796.65/1797.00	c   fixandinfer      :       0.00          0          0
1796.65/1797.00	c   clique           :       0.00          0          0
1796.65/1797.00	c   intdiving        :       0.00          0          0
1796.65/1797.00	c   actconsdiving    :       0.00          0          0
1796.65/1797.00	c   octane           :       0.00          0          0
1796.65/1797.00	c   rens             :       0.01          0          0
1796.65/1797.00	c   rins             :       0.00          0          0
1796.65/1797.00	c   localbranching   :       0.00          0          0
1796.65/1797.00	c   mutation         :       0.00          0          0
1796.65/1797.00	c   dins             :       0.00          0          0
1796.65/1797.00	c   vbounds          :       0.00          0          0
1796.65/1797.00	c   undercover       :       0.00          0          0
1796.65/1797.00	c   subnlp           :       0.40          0          0
1796.65/1797.00	c   trysol           :       0.62          0          0
1796.65/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.65/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.65/1797.00	c   dual LP          :     888.40     506092   16310865      32.23   18359.84
1796.65/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.65/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.65/1797.00	c   diving/probing LP:      88.15      61927    1433813      23.15   16264.91
1796.65/1797.00	c   strong branching :     273.82     101073    2196443      21.73    8021.35
1796.65/1797.00	c     (at root node) :          -         39      13840     354.87          -
1796.65/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.65/1797.00	c B&B Tree           :
1796.65/1797.00	c   number of runs   :          1
1796.65/1797.00	c   nodes            :     549827
1796.65/1797.00	c   nodes (total)    :     549827
1796.65/1797.00	c   nodes left       :      62034
1796.65/1797.00	c   max depth        :        146
1796.65/1797.00	c   max depth (total):        146
1796.65/1797.00	c   backtracks       :      87555 (15.9%)
1796.65/1797.00	c   delayed cutoffs  :      42292
1796.65/1797.00	c   repropagations   :     991473 (7002088 domain reductions, 21182 cutoffs)
1796.65/1797.00	c   avg switch length:       7.97
1796.65/1797.00	c   switching time   :     121.38
1796.65/1797.00	c Solution           :
1796.65/1797.00	c   Solutions found  :          0 (0 improvements)
1796.65/1797.00	c   Primal Bound     :          -
1796.65/1797.00	c   Dual Bound       : +2.40000000000000e+01
1796.65/1797.00	c   Gap              :   infinite
1796.65/1797.00	c   Root Dual Bound  : +9.00000000000000e+00
1796.65/1797.00	c   Root Iterations  :       6889
1796.86/1797.27	c Time complete: 1796.93.

Verifier Data

ERROR: no interpretation found !

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-3733955-1338711429/watcher-3733955-1338711429 -o /tmp/evaluation-result-3733955-1338711429/solver-3733955-1338711429 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733955-1338711429.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 2.00 3/176 12062
/proc/meminfo: memFree=28886028/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 1517 0 0 0 0 0 0 0 20 0 1 0 337267344 9818112 1471 33554432000 4194304 9016284 140737447817232 140735259384904 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 2397 1472 311 1178 0 1215 0

[startup+0.0120609 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12062
/proc/meminfo: memFree=28886028/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=12996 CPUtime=0 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 2222 0 0 0 0 0 0 0 20 0 1 0 337267344 13307904 2176 33554432000 4194304 9016284 140737447817232 140735259384904 7842227 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 3249 2176 360 1178 0 2067 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12996

[startup+0.100214 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12062
/proc/meminfo: memFree=28886028/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=32540 CPUtime=0.08 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 7157 0 0 0 8 0 0 0 20 0 1 0 337267344 33320960 6854 33554432000 4194304 9016284 140737447817232 140737447681128 5252142 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 8135 6854 515 1178 0 6953 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32540

[startup+0.300184 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12062
/proc/meminfo: memFree=28886028/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=38864 CPUtime=0.29 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 9133 0 0 0 28 1 0 0 20 0 1 0 337267344 39796736 8551 33554432000 4194304 9016284 140737447817232 140737447812728 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 9716 8551 648 1178 0 8534 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38864

[startup+0.70019 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12062
/proc/meminfo: memFree=28886028/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=57456 CPUtime=0.69 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 13614 0 0 0 67 2 0 0 20 0 1 0 337267344 58834944 13032 33554432000 4194304 9016284 140737447817232 140737447812728 4736563 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 14364 13032 685 1178 0 13182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57456

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12063
/proc/meminfo: memFree=28836412/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=56280 CPUtime=1.49 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 14304 0 0 0 147 2 0 0 20 0 1 0 337267344 57630720 12989 33554432000 4194304 9016284 140737447817232 140737447811784 6578056 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 14070 12989 694 1178 0 12888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56280

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12063
/proc/meminfo: memFree=28836536/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=56280 CPUtime=3.09 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 14439 0 0 0 306 3 0 0 20 0 1 0 337267344 57630720 13124 33554432000 4194304 9016284 140737447817232 140737447811288 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 14070 13124 695 1178 0 12888 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56280

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12063
/proc/meminfo: memFree=28835840/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=56280 CPUtime=6.29 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 14439 0 0 0 623 6 0 0 20 0 1 0 337267344 57630720 13124 33554432000 4194304 9016284 140737447817232 140737447810488 7219053 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 14070 13124 695 1178 0 12888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56280

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12063
/proc/meminfo: memFree=28835600/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=56280 CPUtime=12.69 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 14441 0 0 0 1256 13 0 0 20 0 1 0 337267344 57630720 13126 33554432000 4194304 9016284 140737447817232 140737447810984 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 14070 13126 697 1178 0 12888 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56280

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12063
/proc/meminfo: memFree=28835888/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=56280 CPUtime=25.49 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 14447 0 0 0 2521 28 0 0 20 0 1 0 337267344 57630720 13132 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 14070 13132 698 1178 0 12888 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56280

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12063
/proc/meminfo: memFree=28834616/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=56280 CPUtime=51.08 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 14455 0 0 0 5049 59 0 0 20 0 1 0 337267344 57630720 13140 33554432000 4194304 9016284 140737447817232 140737447811448 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 14070 13140 698 1178 0 12888 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56280

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12063
/proc/meminfo: memFree=28824520/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=64996 CPUtime=102.27 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 16625 0 0 0 10111 116 0 0 20 0 1 0 337267344 66555904 15654 33554432000 4194304 9016284 140737447817232 140737447811400 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 16249 15654 698 1178 0 15067 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 64996

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12064
/proc/meminfo: memFree=28810260/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=77956 CPUtime=162.25 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 19860 0 0 0 16034 191 0 0 20 0 1 0 337267344 79826944 18871 33554432000 4194304 9016284 140737447817232 140737447811096 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12062/statm: 19489 18871 698 1178 0 18307 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 77956

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12067
/proc/meminfo: memFree=28795104/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=90940 CPUtime=222.24 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 23245 0 0 0 21964 260 0 0 20 0 1 0 337267344 93122560 22156 33554432000 4194304 9016284 140737447817232 140737447810488 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 22735 22156 698 1178 0 21553 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 90940

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 12067
/proc/meminfo: memFree=28771980/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=105412 CPUtime=282.23 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 26906 0 0 0 27895 328 0 0 20 0 1 0 337267344 107941888 25778 33554432000 4194304 9016284 140737447817232 140737447811192 5228654 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 26353 25778 698 1178 0 25171 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 105412

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12067
/proc/meminfo: memFree=28749132/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=120748 CPUtime=342.21 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 30891 0 0 0 33822 399 0 0 20 0 1 0 337267344 123645952 29571 33554432000 4194304 9016284 140737447817232 140737447810648 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 30187 29571 698 1178 0 29005 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 120748

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12067
/proc/meminfo: memFree=28725740/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=134588 CPUtime=402.2 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 34512 0 0 0 39760 460 0 0 20 0 1 0 337267344 137818112 33081 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 33647 33081 698 1178 0 32465 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 134588

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12068
/proc/meminfo: memFree=28704592/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=146244 CPUtime=462.19 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 37486 0 0 0 45691 528 0 0 20 0 1 0 337267344 149753856 35967 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 36561 35967 698 1178 0 35379 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 146244

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12068
/proc/meminfo: memFree=28688508/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=158876 CPUtime=522.18 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 40722 0 0 0 51627 591 0 0 20 0 1 0 337267344 162689024 39116 33554432000 4194304 9016284 140737447817232 140737447810600 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 39719 39116 698 1178 0 38537 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 158876

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12068
/proc/meminfo: memFree=28664308/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=175272 CPUtime=582.18 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 44928 0 0 0 57559 659 0 0 20 0 1 0 337267344 179478528 43213 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 43818 43213 698 1178 0 42636 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 175272

[startup+642.3 s]

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

/proc/meminfo: memFree=28491920/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=294164 CPUtime=1122.08 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 75519 0 0 0 110947 1261 0 0 20 0 1 0 337267344 301223936 72869 33554432000 4194304 9016284 140737447817232 140737447811560 5254896 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 73541 72869 698 1178 0 72359 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 294164

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12073
/proc/meminfo: memFree=28478776/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=303312 CPUtime=1182.06 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 77891 0 0 0 116884 1322 0 0 20 0 1 0 337267344 310591488 75165 33554432000 4194304 9016284 140737447817232 140737447811288 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 75828 75165 698 1178 0 74646 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 303312

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12073
/proc/meminfo: memFree=28459312/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=316048 CPUtime=1242.05 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 81170 0 0 0 122821 1384 0 0 20 0 1 0 337267344 323633152 78388 33554432000 4194304 9016284 140737447817232 140737447811400 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 79012 78388 698 1178 0 77830 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 316048

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12073
/proc/meminfo: memFree=28445300/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=327060 CPUtime=1302.04 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 84027 0 0 0 128756 1448 0 0 20 0 1 0 337267344 334909440 81179 33554432000 4194304 9016284 140737447817232 140737447811400 7198985 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 81765 81179 698 1178 0 80583 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 327060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12074
/proc/meminfo: memFree=28431636/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=336172 CPUtime=1362.02 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 86245 0 0 0 134692 1510 0 0 20 0 1 0 337267344 344240128 83343 33554432000 4194304 9016284 140737447817232 140737447811560 6468862 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 84043 83343 698 1178 0 82861 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 336172

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12077
/proc/meminfo: memFree=28409308/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=352136 CPUtime=1422.03 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 90199 0 0 0 140624 1579 0 0 20 0 1 0 337267344 360587264 87251 33554432000 4194304 9016284 140737447817232 140737447811400 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 88034 87251 698 1178 0 86852 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 352136

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12077
/proc/meminfo: memFree=28395676/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=362388 CPUtime=1482.01 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 92896 0 0 0 146555 1646 0 0 20 0 1 0 337267344 371085312 89884 33554432000 4194304 9016284 140737447817232 140737447810648 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 90597 89884 698 1178 0 89415 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 362388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12077
/proc/meminfo: memFree=28378996/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=374984 CPUtime=1542 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 96090 0 0 0 152491 1709 0 0 20 0 1 0 337267344 383983616 92995 33554432000 4194304 9016284 140737447817232 140737447811400 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 93746 92995 698 1178 0 92564 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 374984

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12077
/proc/meminfo: memFree=28366408/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=383000 CPUtime=1601.99 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 98096 0 0 0 158425 1774 0 0 20 0 1 0 337267344 392192000 95133 33554432000 4194304 9016284 140737447817232 140737447811400 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 95750 95133 698 1178 0 94568 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 383000

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12078
/proc/meminfo: memFree=28355372/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=392056 CPUtime=1661.98 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 100478 0 0 0 164358 1840 0 0 20 0 1 0 337267344 401465344 97446 33554432000 4194304 9016284 140737447817232 140737447810280 5251802 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 98014 97446 698 1178 0 96832 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 392056

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 12078
/proc/meminfo: memFree=28337736/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=404124 CPUtime=1721.97 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 103585 0 0 0 170292 1905 0 0 20 0 1 0 337267344 413822976 100417 33554432000 4194304 9016284 140737447817232 140737447811096 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 101031 100417 698 1178 0 99849 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 404124

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28537556/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=419504 CPUtime=1781.96 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 107361 0 0 0 176229 1967 0 0 20 0 1 0 337267344 429572096 104058 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 104876 104058 698 1178 0 103694 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 419504

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28535944/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=421000 CPUtime=1785.16 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 107716 0 0 0 176547 1969 0 0 20 0 1 0 337267344 431104000 104412 33554432000 4194304 9016284 140737447817232 140737447810488 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 105250 104412 698 1178 0 104068 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 421000

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28535696/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=421460 CPUtime=1791.56 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 107886 0 0 0 177181 1975 0 0 20 0 1 0 337267344 431575040 104580 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 105365 104580 698 1178 0 104183 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 421460

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28534456/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=422800 CPUtime=1794.76 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 108213 0 0 0 177497 1979 0 0 20 0 1 0 337267344 432947200 104907 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 105700 104907 698 1178 0 104518 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 422800

[startup+1795.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28534456/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=423212 CPUtime=1795.56 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 108237 0 0 0 177576 1980 0 0 20 0 1 0 337267344 433369088 104931 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 105803 104931 698 1178 0 104621 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (KiB) 423212

[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28534456/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=423212 CPUtime=1796.36 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 108242 0 0 0 177655 1981 0 0 20 0 1 0 337267344 433369088 104936 33554432000 4194304 9016284 140737447817232 140737447811560 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 105803 104936 698 1178 0 104621 0
Current children cumulated CPU time (s) 1796.36
Current children cumulated vsize (KiB) 423212

[startup+1797.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28534456/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=423212 CPUtime=1796.76 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 108293 0 0 0 177694 1982 0 0 20 0 1 0 337267344 433369088 104987 33554432000 4194304 9016284 140737447817232 140737447813048 7854966 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 105803 104987 701 1178 0 104621 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 423212

[startup+1797.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12116
/proc/meminfo: memFree=28534456/32873844 swapFree=7644/7644
[pid=12062] ppid=12060 vsize=423212 CPUtime=1796.86 cores=0,2,4,6
/proc/12062/stat : 12062 (scip-2.0.1.4b_2) R 12060 12062 10351 0 -1 4202496 108293 0 0 0 177704 1982 0 0 20 0 1 0 337267344 433369088 104987 33554432000 4194304 9016284 140737447817232 140737447813048 4897769 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12062/statm: 105803 104987 701 1178 0 104621 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (KiB) 423212

Child status: 0
Real time (s): 1797.28
CPU time (s): 1796.95
CPU user time (s): 1777.12
CPU system time (s): 19.828
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 423212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.12
system time used= 19.828
maximum resident set size= 419948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108298
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= 108
involuntary context switches= 2250

runsolver used 3.46447 second user time and 9.05562 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 10:17:09
IDJOB=3733955
IDBENCH=2637
IDSOLVER=2329
FILE ID=node147/3733955-1338711429
RUNJOBID= node147-1338702405-10367
PBS_JOBID= 14636713
Free space on /tmp= 70768 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_10.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733955-1338711429/watcher-3733955-1338711429 -o /tmp/evaluation-result-3733955-1338711429/solver-3733955-1338711429 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733955-1338711429.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=1857645513

node147.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.951
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	: 5333.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:        28886408 kB
Buffers:          445692 kB
Cached:          2586788 kB
SwapCached:         3380 kB
Active:          1582096 kB
Inactive:        1543852 kB
Active(anon):      89056 kB
Inactive(anon):     5908 kB
Active(file):    1493040 kB
Inactive(file):  1537944 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             17052 kB
Writeback:             0 kB
AnonPages:         98020 kB
Mapped:            12300 kB
Shmem:                 0 kB
Slab:             721988 kB
SReclaimable:     163064 kB
SUnreclaim:       558924 kB
KernelStack:        1448 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     214904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70752 MiB
End job on node147 at 2012-06-03 10:47:07