Trace number 3488859

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.35 1797.31

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 benchmark513.807
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-3488859-1307771243.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.03/0.05	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.03/0.05	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.03/0.06	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.19/0.21	c    (0.2s) probing: 109/895 (12.2%) - 0 fixings, 0 aggregations, 660 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (4 rounds):
0.19/0.21	c  0 deleted vars, 780 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 90 changed sides, 90 changed coefficients
0.19/0.21	c  1740 implications, 0 cliques
0.19/0.21	c presolved problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 879 constraints
0.19/0.21	c      99 constraints of type <knapsack>
0.19/0.21	c     780 constraints of type <linear>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.18
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 2.0.1.5
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1797
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 13950
0.19/0.21	c 
0.19/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.21	c # [type: int, range: [1,2], default: 1]
0.19/0.21	c timing/clocktype = 2
0.19/0.21	c 
0.19/0.21	c # belongs reading time to solving time?
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c timing/reading = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/indicator/addCouplingCons = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c   0.2s|     1 |     0 |   640 |     - |7101k|   0 | 537 | 895 | 897 | 895 | 879 |   0 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.18/1.23	c   1.2s|     1 |     0 |  5848 |     - |8420k|   0 | 550 | 895 |1276 | 895 | 984 | 105 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.28/1.34	c   1.3s|     1 |     0 |  5948 |     - |9055k|   0 | 558 | 895 |1276 | 895 |1086 | 207 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.48/1.50	c   1.5s|     1 |     0 |  6142 |     - |9645k|   0 | 554 | 895 |1276 | 895 |1177 | 298 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.58/1.64	c   1.6s|     1 |     0 |  6341 |     - |  10M|   0 | 561 | 895 |1276 | 895 |1284 | 405 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.79/1.83	c   1.8s|     1 |     0 |  6543 |     - |  10M|   0 | 555 | 895 |1276 | 895 |1377 | 498 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.99/2.01	c   2.0s|     1 |     0 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
3.48/3.53	c   3.5s|     1 |     2 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |  39 | 9.000000e+00 |      --      |    Inf 
78.89/78.94	c  78.9s| 10000 |  5524 |616777 |  61.0 |  20M|  50 | 282 | 895 |2417 | 895 | 973 | 599 |6393 |4304 | 1.600000e+01 |      --      |    Inf 
124.79/124.88	c   125s| 20000 |  8257 |  1058k|  52.6 |  27M|  50 |   - | 895 |2670 | 895 | 973 | 599 |  15k|7173 | 1.700000e+01 |      --      |    Inf 
166.59/166.65	c   167s| 30000 | 10382 |  1461k|  48.5 |  33M|  60 | 296 | 895 |3291 | 895 | 973 | 599 |  25k|9051 | 1.700000e+01 |      --      |    Inf 
205.10/205.18	c   205s| 40000 | 12504 |  1837k|  45.8 |  39M|  62 |   - | 895 |3394 | 895 | 973 | 599 |  35k|  10k| 1.700000e+01 |      --      |    Inf 
247.50/247.59	c   248s| 50000 | 14325 |  2218k|  44.2 |  44M|  66 | 212 | 895 |3469 | 895 | 973 | 599 |  46k|  13k| 1.800000e+01 |      --      |    Inf 
285.59/285.60	c   286s| 60000 | 16196 |  2575k|  42.8 |  50M|  71 | 207 | 895 |3952 | 895 | 973 | 599 |  57k|  15k| 1.800000e+01 |      --      |    Inf 
323.30/323.36	c   323s| 70000 | 18150 |  2979k|  42.5 |  57M|  73 | 190 | 895 |3998 | 895 | 973 | 599 |  70k|  16k| 1.800000e+01 |      --      |    Inf 
363.40/363.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.40/363.46	c   363s| 80000 | 20138 |  3398k|  42.4 |  63M|  73 | 158 | 895 |3937 | 895 | 973 | 599 |  82k|  17k| 1.900000e+01 |      --      |    Inf 
397.50/397.56	c   398s| 90000 | 22017 |  3740k|  41.5 |  69M|  73 |   - | 895 |4181 |   0 |   0 | 599 |  93k|  18k| 1.900000e+01 |      --      |    Inf 
439.40/439.49	c   439s|100000 | 23513 |  4076k|  40.7 |  75M|  76 |  96 | 895 |4783 | 895 | 973 | 599 | 107k|  22k| 1.900000e+01 |      --      |    Inf 
476.50/476.57	c   477s|110000 | 25465 |  4443k|  40.3 |  82M|  76 |   - | 895 |4139 | 895 | 973 | 599 | 120k|  23k| 1.900000e+01 |      --      |    Inf 
518.30/518.31	c   518s|120000 | 26795 |  4809k|  40.0 |  87M|  76 |   - | 895 |4430 |   0 |   0 | 599 | 133k|  26k| 1.900000e+01 |      --      |    Inf 
556.10/556.14	c   556s|130000 | 28145 |  5176k|  39.8 |  93M|  76 | 307 | 895 |4574 | 895 | 973 | 599 | 146k|  28k| 1.900000e+01 |      --      |    Inf 
593.50/593.59	c   594s|140000 | 29566 |  5519k|  39.4 |  99M|  81 |   - | 895 |5705 | 895 | 973 | 599 | 159k|  30k| 1.950000e+01 |      --      |    Inf 
634.00/634.03	c   634s|150000 | 30932 |  5879k|  39.1 | 106M|  81 | 268 | 895 |5419 | 895 | 973 | 599 | 173k|  33k| 2.000000e+01 |      --      |    Inf 
666.80/666.84	c   667s|160000 | 31971 |  6229k|  38.9 | 111M|  94 | 267 | 895 |5504 | 895 | 973 | 599 | 187k|  34k| 2.000000e+01 |      --      |    Inf 
702.81/702.80	c   703s|170000 | 32710 |  6517k|  38.3 | 115M|  94 | 160 | 895 |5269 | 895 | 973 | 599 | 200k|  36k| 2.000000e+01 |      --      |    Inf 
740.91/740.94	c   741s|180000 | 33799 |  6842k|  38.0 | 121M|  94 |   - | 895 |5183 | 895 | 973 | 599 | 213k|  39k| 2.000000e+01 |      --      |    Inf 
771.60/771.69	c   772s|190000 | 35204 |  7175k|  37.7 | 127M|  94 | 264 | 895 |5083 | 895 | 973 | 599 | 226k|  39k| 2.000000e+01 |      --      |    Inf 
806.70/806.75	c   807s|200000 | 36402 |  7489k|  37.4 | 134M|  94 |   - | 895 |6063 | 895 | 973 | 599 | 240k|  42k| 2.000000e+01 |      --      |    Inf 
844.21/844.26	c   844s|210000 | 37362 |  7856k|  37.4 | 139M|  94 | 290 | 895 |5410 | 895 | 973 | 599 | 255k|  44k| 2.100000e+01 |      --      |    Inf 
872.80/872.84	c   873s|220000 | 38295 |  8151k|  37.0 | 144M|  94 |   - | 895 |5740 | 895 | 973 | 599 | 268k|  44k| 2.100000e+01 |      --      |    Inf 
907.11/907.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.11/907.14	c   907s|230000 | 39044 |  8433k|  36.6 | 149M|  94 |   - | 895 |6019 | 895 | 973 | 599 | 282k|  46k| 2.100000e+01 |      --      |    Inf 
944.41/944.45	c   944s|240000 | 40069 |  8755k|  36.5 | 154M|  99 | 356 | 895 |7071 | 895 | 973 | 599 | 295k|  49k| 2.100000e+01 |      --      |    Inf 
982.42/982.48	c   982s|250000 | 41129 |  9087k|  36.3 | 160M|  99 | 223 | 895 |5654 | 895 | 973 | 599 | 308k|  52k| 2.100000e+01 |      --      |    Inf 
1011.41/1011.48	c  1011s|260000 | 41671 |  9357k|  36.0 | 164M| 115 |   - | 895 |6789 | 895 | 973 | 599 | 323k|  53k| 2.100000e+01 |      --      |    Inf 
1043.42/1043.44	c  1043s|270000 | 42360 |  9640k|  35.7 | 168M| 115 |   - | 895 |6474 | 895 | 973 | 599 | 337k|  54k| 2.100000e+01 |      --      |    Inf 
1079.02/1079.08	c  1079s|280000 | 43217 |  9919k|  35.4 | 173M| 115 | 179 | 895 |6940 | 895 | 973 | 599 | 350k|  57k| 2.100000e+01 |      --      |    Inf 
1113.81/1113.80	c  1114s|290000 | 43943 | 10194k|  35.1 | 178M| 115 | 124 | 895 |5957 | 895 | 973 | 599 | 364k|  59k| 2.100000e+01 |      --      |    Inf 
1148.11/1148.14	c  1148s|300000 | 44710 | 10477k|  34.9 | 182M| 115 | 265 | 895 |5396 | 895 | 973 | 599 | 377k|  61k| 2.100000e+01 |      --      |    Inf 
1176.41/1176.40	c  1176s|310000 | 45661 | 10788k|  34.8 | 187M| 115 |   - | 895 |6107 |   0 |   0 | 599 | 391k|  61k| 2.100000e+01 |      --      |    Inf 
1210.21/1210.29	c  1210s|320000 | 46624 | 11100k|  34.7 | 193M| 115 |   - | 895 |6115 | 895 | 973 | 599 | 404k|  63k| 2.200000e+01 |      --      |    Inf 
1243.82/1243.89	c  1244s|330000 | 47268 | 11367k|  34.4 | 198M| 115 |  90 | 895 |6708 | 895 | 973 | 599 | 418k|  65k| 2.200000e+01 |      --      |    Inf 
1281.12/1281.18	c  1281s|340000 | 47931 | 11667k|  34.3 | 203M| 122 |   - | 895 |5411 | 895 | 973 | 599 | 431k|  69k| 2.200000e+01 |      --      |    Inf 
1310.82/1310.80	c  1311s|350000 | 48496 | 11922k|  34.0 | 207M| 122 | 214 | 895 |7037 | 895 | 973 | 599 | 445k|  71k| 2.200000e+01 |      --      |    Inf 
1336.43/1336.42	c  1336s|360000 | 49165 | 12185k|  33.8 | 212M| 122 |   - | 895 |7091 | 895 | 973 | 599 | 459k|  71k| 2.200000e+01 |      --      |    Inf 
1366.91/1366.98	c  1367s|370000 | 49880 | 12455k|  33.6 | 216M| 122 | 331 | 895 |5884 | 895 | 973 | 599 | 473k|  72k| 2.200000e+01 |      --      |    Inf 
1401.72/1401.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1401.72/1401.72	c  1402s|380000 | 50808 | 12757k|  33.6 | 221M| 122 |   - | 895 |5574 | 895 | 973 | 599 | 487k|  75k| 2.200000e+01 |      --      |    Inf 
1434.52/1434.50	c  1434s|390000 | 51886 | 13056k|  33.5 | 227M| 122 | 290 | 895 |5922 | 895 | 973 | 599 | 500k|  77k| 2.200000e+01 |      --      |    Inf 
1467.43/1467.42	c  1467s|400000 | 52670 | 13334k|  33.3 | 231M| 122 | 212 | 895 |5662 | 895 | 973 | 599 | 513k|  79k| 2.300000e+01 |      --      |    Inf 
1496.22/1496.22	c  1496s|410000 | 53394 | 13642k|  33.3 | 236M| 122 |   - | 895 |5903 | 895 | 973 | 599 | 527k|  80k| 2.300000e+01 |      --      |    Inf 
1525.82/1525.88	c  1526s|420000 | 53910 | 13926k|  33.1 | 241M| 122 | 169 | 895 |6832 | 895 | 973 | 599 | 541k|  80k| 2.300000e+01 |      --      |    Inf 
1560.13/1560.11	c  1560s|430000 | 54526 | 14226k|  33.1 | 246M| 122 |   - | 895 |7783 | 895 | 973 | 599 | 555k|  83k| 2.300000e+01 |      --      |    Inf 
1594.82/1594.85	c  1595s|440000 | 55417 | 14545k|  33.0 | 252M| 122 | 222 | 895 |5769 | 895 | 973 | 599 | 569k|  85k| 2.300000e+01 |      --      |    Inf 
1630.32/1630.37	c  1630s|450000 | 56020 | 14858k|  33.0 | 257M| 122 | 281 | 895 |6343 | 895 | 973 | 599 | 584k|  87k| 2.300000e+01 |      --      |    Inf 
1665.02/1665.04	c  1665s|460000 | 56512 | 15129k|  32.9 | 260M| 146 | 225 | 895 |7061 | 895 | 973 | 599 | 598k|  90k| 2.300000e+01 |      --      |    Inf 
1693.83/1693.81	c  1694s|470000 | 57003 | 15416k|  32.8 | 263M| 146 |   - | 895 |6361 |   0 |   0 | 599 | 612k|  91k| 2.300000e+01 |      --      |    Inf 
1720.83/1720.85	c  1721s|480000 | 57549 | 15708k|  32.7 | 267M| 146 |   - | 895 |6046 | 895 | 973 | 599 | 626k|  91k| 2.300000e+01 |      --      |    Inf 
1752.83/1752.82	c  1753s|490000 | 58132 | 16004k|  32.6 | 270M| 146 |   - | 895 |5994 | 895 | 973 | 599 | 639k|  92k| 2.300000e+01 |      --      |    Inf 
1785.93/1785.96	c  1786s|500000 | 58875 | 16309k|  32.6 | 275M| 146 | 253 | 895 |5675 | 895 | 973 | 599 | 653k|  94k| 2.300000e+01 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 503260
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +2.30000000000000e+01
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.18 (included in solving)
1797.03/1797.00	c   reading          :       0.03 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3488859-1307771243.opb
1797.03/1797.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1659 initial, 1659 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3488859-1307771243.opb
1797.03/1797.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 879 initial, 8346 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.15          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.02          0          0          0          0          0        780          0         90         90
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     317624          0          4          0        286      81683          0          0     600340
1797.03/1797.00	c   knapsack         :         99          6    2612583          0          1          3    2475501      10994     809714        545          0          0
1797.03/1797.00	c   linear           :        780+         7    2601600          0          1          0     772431      56163   16303071          0          0          0
1797.03/1797.00	c   logicor          :          0+         6    1430703          0          0          0    1975327       6229    2980449          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     287.31       0.00       0.00     287.31       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :      24.07       0.01      22.85       0.00       0.00       0.00       1.21
1797.03/1797.00	c   linear           :     184.42       0.00     183.16       0.00       0.00       0.00       1.26
1797.03/1797.00	c   logicor          :      57.46       0.00      55.66       0.00       0.00       0.00       1.80
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :    2612402          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.41       0.41       0.00
1797.03/1797.00	c   rootredcost      :       0.42       0.42       0.00
1797.03/1797.00	c   pseudoobj        :       1.32       1.32       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       5.57      73386      73319     788813       35.3       3730       21.0          -
1797.03/1797.00	c   infeasible LP    :      18.81     162767     162767     651368       21.8      12469       18.5          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     657308       21.9          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -       1164          -    (maximal pool size: 4088)
1797.03/1797.00	c   redcost          :       4.67     317686          0        230          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0         30          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.04          6          0          0         55          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.04          6          0          0         65          0
1797.03/1797.00	c   cmir             :       0.41          6          0          0       2899          0
1797.03/1797.00	c   flowcover        :       0.18          6          0          0       1200          0
1797.03/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.63          1          0          0          0        379
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     287.01     317624        286      81683          0          0     600340
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   oneopt           :       0.19          0          0
1797.03/1797.00	c   crossover        :       0.15          0          0
1797.03/1797.00	c   guideddiving     :       0.02          0          0
1797.03/1797.00	c   feaspump         :      16.85        315          0
1797.03/1797.00	c   rootsoldiving    :       8.24        352          0
1797.03/1797.00	c   pscostdiving     :      24.13        828          0
1797.03/1797.00	c   fracdiving       :       9.61        828          0
1797.03/1797.00	c   veclendiving     :      21.30        828          0
1797.03/1797.00	c   linesearchdiving :      16.33        828          0
1797.03/1797.00	c   coefdiving       :       9.05        829          0
1797.03/1797.00	c   objpscostdiving  :      11.57        415          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.02          1          0
1797.03/1797.00	c   simplerounding   :       0.09          0          0
1797.03/1797.00	c   zirounding       :       0.23       1000          0
1797.03/1797.00	c   rounding         :       1.25       7866          0
1797.03/1797.00	c   shifting         :       8.43       2468          0
1797.03/1797.00	c   intshifting      :       0.01          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.01          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.11          0          0
1797.03/1797.00	c   trysol           :       0.12          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :     853.71     465494   14994500      32.21   17563.93
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:      88.01      60448    1407626      23.29   15994.70
1797.03/1797.00	c   strong branching :     264.48      95186    2100090      22.06    7940.35
1797.03/1797.00	c     (at root node) :          -         39      13840     354.87          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :     503260
1797.03/1797.00	c   nodes (total)    :     503260
1797.03/1797.00	c   nodes left       :      59164
1797.03/1797.00	c   max depth        :        146
1797.03/1797.00	c   max depth (total):        146
1797.03/1797.00	c   backtracks       :      80562 (16.0%)
1797.03/1797.00	c   delayed cutoffs  :      37919
1797.03/1797.00	c   repropagations   :     893843 (6304861 domain reductions, 18684 cutoffs)
1797.03/1797.00	c   avg switch length:       7.93
1797.03/1797.00	c   switching time   :     153.45
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +2.30000000000000e+01
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +9.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :       6889
1797.33/1797.31	c Time complete: 1797.34.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488859-1307771243/watcher-3488859-1307771243 -o /tmp/evaluation-result-3488859-1307771243/solver-3488859-1307771243 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488859-1307771243.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: 3.00 3.00 3.00 4/178 31033
/proc/meminfo: memFree=31231812/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 1895 0 0 0 0 0 0 0 25 0 1 0 888724108 12259328 1850 33554432000 4194304 9016284 140736998281024 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/31033/statm: 2993 1863 340 1178 0 1811 0

[startup+0.045936 s]
/proc/loadavg: 3.00 3.00 3.00 4/178 31033
/proc/meminfo: memFree=31231812/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=31200 CPUtime=0.03 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 6516 0 0 0 3 0 0 0 25 0 1 0 888724108 31948800 6471 33554432000 4194304 9016284 140736998281024 18446744073709551615 5217452 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 7800 6471 468 1178 0 6618 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31200

[startup+0.100932 s]
/proc/loadavg: 3.00 3.00 3.00 4/178 31033
/proc/meminfo: memFree=31231812/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=32528 CPUtime=0.09 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 7155 0 0 0 9 0 0 0 25 0 1 0 888724108 33308672 6853 33554432000 4194304 9016284 140736998281024 18446744073709551615 5221899 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 8132 6853 515 1178 0 6950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32528

[startup+0.300865 s]
/proc/loadavg: 3.00 3.00 3.00 4/178 31033
/proc/meminfo: memFree=31231812/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=38852 CPUtime=0.29 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 9131 0 0 0 29 0 0 0 18 0 1 0 888724108 39784448 8573 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 9713 8573 671 1178 0 8531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38852

[startup+0.700791 s]
/proc/loadavg: 3.00 3.00 3.00 4/178 31033
/proc/meminfo: memFree=31231812/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=57584 CPUtime=0.69 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 13637 0 0 0 68 1 0 0 18 0 1 0 888724108 58966016 13056 33554432000 4194304 9016284 140736998281024 18446744073709551615 5213964 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 14396 13056 685 1178 0 13214 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57584

[startup+1.50065 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31034
/proc/meminfo: memFree=31181476/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=56268 CPUtime=1.48 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 14303 0 0 0 147 1 0 0 19 0 1 0 888724108 57618432 13006 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 14067 13006 711 1178 0 12885 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 56268

[startup+3.10026 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31034
/proc/meminfo: memFree=31181724/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=56268 CPUtime=3.09 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 14437 0 0 0 305 4 0 0 23 0 1 0 888724108 57618432 13123 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 14067 13123 695 1178 0 12885 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56268

[startup+6.3008 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31034
/proc/meminfo: memFree=31181212/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=56268 CPUtime=6.29 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 14437 0 0 0 617 12 0 0 25 0 1 0 888724108 57618432 13123 33554432000 4194304 9016284 140736998281024 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 14067 13123 695 1178 0 12885 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56268

[startup+12.7007 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31034
/proc/meminfo: memFree=31180980/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=56268 CPUtime=12.69 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 14439 0 0 0 1249 20 0 0 25 0 1 0 888724108 57618432 13125 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 14067 13125 697 1178 0 12885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56268

[startup+25.5004 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31034
/proc/meminfo: memFree=31181092/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=56268 CPUtime=25.49 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 14445 0 0 0 2506 43 0 0 25 0 1 0 888724108 57618432 13131 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 14067 13131 698 1178 0 12885 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56268

[startup+51.1008 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31035
/proc/meminfo: memFree=31180932/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=56268 CPUtime=51.09 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 14454 0 0 0 5033 76 0 0 25 0 1 0 888724108 57618432 13140 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 14067 13140 698 1178 0 12885 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56268

[startup+102.307 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31036
/proc/meminfo: memFree=31173264/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=64560 CPUtime=102.29 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 16509 0 0 0 10081 148 0 0 25 0 1 0 888724108 66109440 15195 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 16140 15195 698 1178 0 14958 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 64560

[startup+162.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31038
/proc/meminfo: memFree=31160100/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=77944 CPUtime=162.29 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 19854 0 0 0 15970 259 0 0 25 0 1 0 888724108 79814656 18522 33554432000 4194304 9016284 140736998281024 18446744073709551615 7102529 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 19486 18522 698 1178 0 18304 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77944

[startup+222.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31039
/proc/meminfo: memFree=31147900/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=89948 CPUtime=222.29 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 23000 0 0 0 21864 365 0 0 25 0 1 0 888724108 92106752 21573 33554432000 4194304 9016284 140736998281024 18446744073709551615 7214167 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 22487 21573 698 1178 0 21305 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 89948

[startup+282.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31041
/proc/meminfo: memFree=31134484/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=103736 CPUtime=282.29 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 26446 0 0 0 27763 466 0 0 25 0 1 0 888724108 106225664 24980 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 25934 24980 698 1178 0 24752 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103736

[startup+342.3 s]
/proc/loadavg: 3.03 3.01 3.00 4/179 31043
/proc/meminfo: memFree=31119792/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=117868 CPUtime=342.3 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 30171 0 0 0 33652 578 0 0 25 0 1 0 888724108 120696832 28577 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 29467 28577 698 1178 0 28285 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 117868

[startup+402.301 s]
/proc/loadavg: 3.01 3.01 3.00 4/179 31044
/proc/meminfo: memFree=31107240/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=130920 CPUtime=402.29 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 33538 0 0 0 39557 672 0 0 25 0 1 0 888724108 134062080 31800 33554432000 4194304 9016284 140736998281024 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 32730 31800 698 1178 0 31548 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 130920

[startup+462.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31046
/proc/meminfo: memFree=31096508/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=141144 CPUtime=462.3 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 36180 0 0 0 45450 780 0 0 25 0 1 0 888724108 144531456 34415 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 35286 34415 698 1178 0 34104 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 141144

[startup+522.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31047
/proc/meminfo: memFree=31087656/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=150012 CPUtime=522.3 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 38479 0 0 0 51343 887 0 0 25 0 1 0 888724108 153612288 36639 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 37503 36639 698 1178 0 36321 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 150012

[startup+582.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31049
/proc/meminfo: memFree=31073848/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=163912 CPUtime=582.3 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 42089 0 0 0 57235 995 0 0 25 0 1 0 888724108 167845888 40123 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 40978 40123 698 1178 0 39796 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 163912

[startup+642.3 s]

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

/proc/meminfo: memFree=30973420/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=262724 CPUtime=1062.31 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 67624 0 0 0 104464 1767 0 0 25 0 1 0 888724108 269029376 64842 33554432000 4194304 9016284 140736998281024 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 65681 64842 699 1178 0 64499 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 262724

[startup+1122.3 s]
/proc/loadavg: 3.04 3.01 3.00 4/179 31075
/proc/meminfo: memFree=30963084/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=272528 CPUtime=1122.32 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 70105 0 0 0 110373 1859 0 0 25 0 1 0 888724108 279068672 67287 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 68132 67287 699 1178 0 66950 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 272528

[startup+1182.3 s]
/proc/loadavg: 3.01 3.01 3.00 4/179 31077
/proc/meminfo: memFree=30948664/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=287100 CPUtime=1182.31 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 73831 0 0 0 116274 1957 0 0 25 0 1 0 888724108 293990400 70942 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 71775 70942 699 1178 0 70593 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 287100

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31079
/proc/meminfo: memFree=30938312/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=297320 CPUtime=1242.31 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 76432 0 0 0 122184 2047 0 0 25 0 1 0 888724108 304455680 73465 33554432000 4194304 9016284 140736998281024 18446744073709551615 6363065 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 74330 73465 703 1178 0 73148 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 297320

[startup+1302.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31118
/proc/meminfo: memFree=31207820/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=306284 CPUtime=1302.32 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 78740 0 0 0 128094 2138 0 0 25 0 1 0 888724108 313634816 75678 33554432000 4194304 9016284 140736998281024 18446744073709551615 5214824 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31033/statm: 76571 75678 705 1178 0 75389 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 306284

[startup+1362.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31120
/proc/meminfo: memFree=31119108/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=320000 CPUtime=1362.31 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 82293 0 0 0 134013 2218 0 0 25 0 1 0 888724108 327680000 79160 33554432000 4194304 9016284 140736998281024 18446744073709551615 6523379 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 80000 79160 703 1178 0 78818 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 320000

[startup+1422.31 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31121
/proc/meminfo: memFree=31048496/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=328784 CPUtime=1422.33 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 84530 0 0 0 139953 2280 0 0 25 0 1 0 888724108 336674816 81336 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 82196 81336 708 1178 0 81014 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 328784

[startup+1482.3 s]
/proc/loadavg: 3.08 3.02 3.01 4/179 31123
/proc/meminfo: memFree=30985812/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=336728 CPUtime=1482.32 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 86475 0 0 0 145891 2341 0 0 25 0 1 0 888724108 344809472 83226 33554432000 4194304 9016284 140736998281024 18446744073709551615 7214368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 84182 83226 699 1178 0 83000 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 336728

[startup+1542.3 s]
/proc/loadavg: 3.03 3.01 3.00 4/179 31125
/proc/meminfo: memFree=30916560/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=352124 CPUtime=1542.32 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 90326 0 0 0 151825 2407 0 0 25 0 1 0 888724108 360574976 87031 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 88031 87031 699 1178 0 86849 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 352124

[startup+1602.3 s]
/proc/loadavg: 3.01 3.00 3.00 4/179 31126
/proc/meminfo: memFree=30856604/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=362376 CPUtime=1602.32 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 92954 0 0 0 157758 2474 0 0 25 0 1 0 888724108 371073024 89596 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 90594 89596 700 1178 0 89412 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 362376

[startup+1662.3 s]
/proc/loadavg: 3.06 3.02 3.00 4/179 31128
/proc/meminfo: memFree=30793672/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=374296 CPUtime=1662.33 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 96062 0 0 0 163697 2536 0 0 25 0 1 0 888724108 383279104 92596 33554432000 4194304 9016284 140736998281024 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 93574 92596 700 1178 0 92392 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 374296

[startup+1722.3 s]
/proc/loadavg: 3.02 3.01 3.00 4/179 31129
/proc/meminfo: memFree=30739524/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=382580 CPUtime=1722.33 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 98158 0 0 0 169630 2603 0 0 25 0 1 0 888724108 391761920 94641 33554432000 4194304 9016284 140736998281024 18446744073709551615 4326215 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 95645 94641 700 1178 0 94463 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 382580

[startup+1782.3 s]
/proc/loadavg: 3.01 3.00 3.00 4/179 31131
/proc/meminfo: memFree=30679068/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=390132 CPUtime=1782.33 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 100063 0 0 0 175560 2673 0 0 25 0 1 0 888724108 399495168 96498 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 97533 96498 700 1178 0 96351 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 390132

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

[startup+1785.5 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31131
/proc/meminfo: memFree=30676456/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=390132 CPUtime=1785.52 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 100075 0 0 0 175877 2675 0 0 25 0 1 0 888724108 399495168 96510 33554432000 4194304 9016284 140736998281024 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 97533 96510 700 1178 0 96351 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 390132

[startup+1791.91 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31131
/proc/meminfo: memFree=30671744/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=391412 CPUtime=1791.94 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 100436 0 0 0 176511 2683 0 0 25 0 1 0 888724108 400805888 96852 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 97853 96852 700 1178 0 96671 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 391412

[startup+1795.1 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31131
/proc/meminfo: memFree=30667648/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=392044 CPUtime=1795.14 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 100603 0 0 0 176826 2688 0 0 25 0 1 0 888724108 401453056 97017 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 98011 97017 700 1178 0 96829 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 392044

[startup+1796.7 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31131
/proc/meminfo: memFree=30667524/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=392044 CPUtime=1796.73 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 100603 0 0 0 176984 2689 0 0 25 0 1 0 888724108 401453056 97017 33554432000 4194304 9016284 140736998281024 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31033/statm: 98011 97017 700 1178 0 96829 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 392044

[startup+1797.1 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31131
/proc/meminfo: memFree=30667524/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=392044 CPUtime=1797.13 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 100606 0 0 0 177023 2690 0 0 25 0 1 0 888724108 401453056 97020 33554432000 4194304 9016284 140736998281024 18446744073709551615 6817804 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31033/statm: 98011 97020 703 1178 0 96829 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 392044

[startup+1797.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31131
/proc/meminfo: memFree=30832440/32950928 swapFree=67055156/67111528
[pid=31033] ppid=31031 vsize=350000 CPUtime=1797.33 cores=0,2,4,6
/proc/31033/stat : 31033 (scip-2.0.1.4b_2) R 31031 31033 30017 0 -1 4202496 100606 0 0 0 177042 2691 0 0 25 0 1 0 888724108 358400000 24605 33554432000 4194304 9016284 140736998281024 18446744073709551615 8107690 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31033/statm: 87500 24196 702 1178 0 86318 0
Current children cumulated CPU time (s) 1797.33
Current children cumulated vsize (KiB) 350000

Child status: 0
Real time (s): 1797.31
CPU time (s): 1797.35
CPU user time (s): 1770.43
CPU system time (s): 26.9219
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 392044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.43
system time used= 26.9219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100611
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= 6
involuntary context switches= 4562

runsolver used 2.84857 second user time and 6.05608 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 07:47:23
IDJOB=3488859
IDBENCH=2637
IDSOLVER=1979
FILE ID=node123/3488859-1307771243
RUNJOBID= node123-1307760454-30035
PBS_JOBID= 13550870
Free space on /tmp= 74156 MiB

SOLVER NAME= 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-3488859-1307771243/watcher-3488859-1307771243 -o /tmp/evaluation-result-3488859-1307771243/solver-3488859-1307771243 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488859-1307771243.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=1372331618

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31232116 kB
Buffers:        267592 kB
Cached:         908636 kB
SwapCached:      10356 kB
Active:         816780 kB
Inactive:       709700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31232116 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           16716 kB
Writeback:           0 kB
AnonPages:      347128 kB
Mapped:          15980 kB
Slab:           126384 kB
PageTables:       5320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   959536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74144 MiB
End job on node123 at 2011-06-11 08:17:21