Trace number 3485417

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 2 2011-06-10 (fixed)? 1797.37 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.4 [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-3485417-1307770661.opb>
0.02/0.03	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1659 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.02/0.04	c presolving:
0.02/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.02/0.06	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.02/0.07	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.23	c    (0.2s) probing: 109/895 (12.2%) - 0 fixings, 0 aggregations, 660 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (4 rounds):
0.19/0.23	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.23	c  1740 implications, 0 cliques
0.19/0.23	c presolved problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 879 constraints
0.19/0.23	c      99 constraints of type <knapsack>
0.19/0.23	c     780 constraints of type <linear>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.21
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 2.0.1.4
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1797
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 13950
0.19/0.23	c 
0.19/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23	c # [type: int, range: [1,2], default: 1]
0.19/0.23	c timing/clocktype = 2
0.19/0.23	c 
0.19/0.23	c # belongs reading time to solving time?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c timing/reading = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/indicator/addCouplingCons = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c separating/rapidlearning/freq = 0
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.24	c 
0.19/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.19/0.27	c   0.3s|     1 |     0 |   640 |     - |6969k|   0 | 537 | 895 | 897 | 895 | 879 |   0 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  5848 |     - |8287k|   0 | 550 | 895 |1276 | 895 | 984 | 105 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.5s|     1 |     0 |  5948 |     - |8923k|   0 | 558 | 895 |1276 | 895 |1086 | 207 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.59/1.64	c   1.6s|     1 |     0 |  6142 |     - |9513k|   0 | 554 | 895 |1276 | 895 |1177 | 298 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.69/1.79	c   1.8s|     1 |     0 |  6341 |     - |  10M|   0 | 561 | 895 |1276 | 895 |1284 | 405 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
1.99/2.00	c   2.0s|     1 |     0 |  6543 |     - |  10M|   0 | 555 | 895 |1276 | 895 |1377 | 498 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
2.09/2.20	c   2.2s|     1 |     0 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |   0 | 9.000000e+00 |      --      |    Inf 
3.79/3.81	c   3.8s|     1 |     2 |  6889 |     - |  11M|   0 | 557 | 895 |1276 | 895 |1478 | 599 |  18 |  39 | 9.000000e+00 |      --      |    Inf 
79.99/80.05	c  80.1s| 10000 |  5524 |616777 |  61.0 |  20M|  50 | 282 | 895 |2417 | 895 | 973 | 599 |6393 |4304 | 1.600000e+01 |      --      |    Inf 
127.39/127.45	c   127s| 20000 |  8257 |  1058k|  52.6 |  26M|  50 |   - | 895 |2670 | 895 | 973 | 599 |  15k|7173 | 1.700000e+01 |      --      |    Inf 
170.30/170.36	c   170s| 30000 | 10382 |  1461k|  48.5 |  33M|  60 | 296 | 895 |3291 | 895 | 973 | 599 |  25k|9051 | 1.700000e+01 |      --      |    Inf 
209.80/209.87	c   210s| 40000 | 12504 |  1837k|  45.8 |  38M|  62 |   - | 895 |3394 | 895 | 973 | 599 |  35k|  10k| 1.700000e+01 |      --      |    Inf 
253.40/253.42	c   253s| 50000 | 14325 |  2218k|  44.2 |  44M|  66 | 212 | 895 |3469 | 895 | 973 | 599 |  46k|  13k| 1.800000e+01 |      --      |    Inf 
292.30/292.34	c   292s| 60000 | 16196 |  2575k|  42.8 |  50M|  71 | 207 | 895 |3952 | 895 | 973 | 599 |  57k|  15k| 1.800000e+01 |      --      |    Inf 
330.61/330.66	c   331s| 70000 | 18150 |  2979k|  42.5 |  57M|  73 | 190 | 895 |3998 | 895 | 973 | 599 |  70k|  16k| 1.800000e+01 |      --      |    Inf 
371.51/371.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.51/371.59	c   372s| 80000 | 20138 |  3398k|  42.4 |  63M|  73 | 158 | 895 |3937 | 895 | 973 | 599 |  82k|  17k| 1.900000e+01 |      --      |    Inf 
406.01/406.05	c   406s| 90000 | 22017 |  3740k|  41.5 |  69M|  73 |   - | 895 |4181 |   0 |   0 | 599 |  93k|  18k| 1.900000e+01 |      --      |    Inf 
448.71/448.71	c   449s|100000 | 23513 |  4076k|  40.7 |  75M|  76 |  96 | 895 |4783 | 895 | 973 | 599 | 107k|  22k| 1.900000e+01 |      --      |    Inf 
486.01/486.07	c   486s|110000 | 25465 |  4443k|  40.3 |  82M|  76 |   - | 895 |4139 | 895 | 973 | 599 | 120k|  23k| 1.900000e+01 |      --      |    Inf 
528.41/528.46	c   528s|120000 | 26795 |  4809k|  40.0 |  87M|  76 |   - | 895 |4430 |   0 |   0 | 599 | 133k|  26k| 1.900000e+01 |      --      |    Inf 
566.60/566.66	c   567s|130000 | 28145 |  5176k|  39.8 |  93M|  76 | 307 | 895 |4574 | 895 | 973 | 599 | 146k|  28k| 1.900000e+01 |      --      |    Inf 
604.61/604.63	c   605s|140000 | 29566 |  5519k|  39.4 |  99M|  81 |   - | 895 |5705 | 895 | 973 | 599 | 159k|  30k| 1.950000e+01 |      --      |    Inf 
645.62/645.68	c   646s|150000 | 30932 |  5879k|  39.1 | 105M|  81 | 268 | 895 |5419 | 895 | 973 | 599 | 173k|  33k| 2.000000e+01 |      --      |    Inf 
678.31/678.38	c   678s|160000 | 31971 |  6229k|  38.9 | 111M|  94 | 267 | 895 |5504 | 895 | 973 | 599 | 187k|  34k| 2.000000e+01 |      --      |    Inf 
714.61/714.61	c   715s|170000 | 32710 |  6517k|  38.3 | 115M|  94 | 160 | 895 |5269 | 895 | 973 | 599 | 200k|  36k| 2.000000e+01 |      --      |    Inf 
753.21/753.23	c   753s|180000 | 33799 |  6842k|  38.0 | 121M|  94 |   - | 895 |5183 | 895 | 973 | 599 | 213k|  39k| 2.000000e+01 |      --      |    Inf 
783.91/783.96	c   784s|190000 | 35204 |  7175k|  37.7 | 127M|  94 | 264 | 895 |5083 | 895 | 973 | 599 | 226k|  39k| 2.000000e+01 |      --      |    Inf 
819.52/819.57	c   820s|200000 | 36402 |  7489k|  37.4 | 134M|  94 |   - | 895 |6063 | 895 | 973 | 599 | 240k|  42k| 2.000000e+01 |      --      |    Inf 
857.52/857.54	c   858s|210000 | 37362 |  7856k|  37.4 | 139M|  94 | 290 | 895 |5410 | 895 | 973 | 599 | 255k|  44k| 2.100000e+01 |      --      |    Inf 
886.22/886.21	c   886s|220000 | 38295 |  8151k|  37.0 | 144M|  94 |   - | 895 |5740 | 895 | 973 | 599 | 268k|  44k| 2.100000e+01 |      --      |    Inf 
920.92/920.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
920.92/920.91	c   921s|230000 | 39044 |  8433k|  36.6 | 148M|  94 |   - | 895 |6019 | 895 | 973 | 599 | 282k|  46k| 2.100000e+01 |      --      |    Inf 
958.82/958.87	c   959s|240000 | 40069 |  8755k|  36.5 | 154M|  99 | 356 | 895 |7071 | 895 | 973 | 599 | 295k|  49k| 2.100000e+01 |      --      |    Inf 
997.52/997.54	c   998s|250000 | 41129 |  9087k|  36.3 | 160M|  99 | 223 | 895 |5654 | 895 | 973 | 599 | 308k|  52k| 2.100000e+01 |      --      |    Inf 
1026.42/1026.41	c  1026s|260000 | 41671 |  9357k|  36.0 | 164M| 115 |   - | 895 |6789 | 895 | 973 | 599 | 323k|  53k| 2.100000e+01 |      --      |    Inf 
1058.52/1058.53	c  1059s|270000 | 42360 |  9640k|  35.7 | 168M| 115 |   - | 895 |6474 | 895 | 973 | 599 | 337k|  54k| 2.100000e+01 |      --      |    Inf 
1094.63/1094.68	c  1095s|280000 | 43217 |  9919k|  35.4 | 173M| 115 | 179 | 895 |6940 | 895 | 973 | 599 | 350k|  57k| 2.100000e+01 |      --      |    Inf 
1129.83/1129.84	c  1130s|290000 | 43943 | 10194k|  35.1 | 178M| 115 | 124 | 895 |5957 | 895 | 973 | 599 | 364k|  59k| 2.100000e+01 |      --      |    Inf 
1164.53/1164.55	c  1165s|300000 | 44710 | 10477k|  34.9 | 182M| 115 | 265 | 895 |5396 | 895 | 973 | 599 | 377k|  61k| 2.100000e+01 |      --      |    Inf 
1192.63/1192.69	c  1193s|310000 | 45661 | 10788k|  34.8 | 187M| 115 |   - | 895 |6107 |   0 |   0 | 599 | 391k|  61k| 2.100000e+01 |      --      |    Inf 
1226.93/1226.92	c  1227s|320000 | 46624 | 11100k|  34.7 | 193M| 115 |   - | 895 |6115 | 895 | 973 | 599 | 404k|  63k| 2.200000e+01 |      --      |    Inf 
1260.83/1260.88	c  1261s|330000 | 47268 | 11367k|  34.4 | 198M| 115 |  90 | 895 |6708 | 895 | 973 | 599 | 418k|  65k| 2.200000e+01 |      --      |    Inf 
1298.73/1298.74	c  1299s|340000 | 47931 | 11667k|  34.3 | 203M| 122 |   - | 895 |5411 | 895 | 973 | 599 | 431k|  69k| 2.200000e+01 |      --      |    Inf 
1330.63/1330.61	c  1331s|350000 | 48496 | 11922k|  34.0 | 206M| 122 | 214 | 895 |7037 | 895 | 973 | 599 | 445k|  71k| 2.200000e+01 |      --      |    Inf 
1357.83/1357.89	c  1358s|360000 | 49165 | 12185k|  33.8 | 212M| 122 |   - | 895 |7091 | 895 | 973 | 599 | 459k|  71k| 2.200000e+01 |      --      |    Inf 
1389.24/1389.26	c  1389s|370000 | 49880 | 12455k|  33.6 | 216M| 122 | 331 | 895 |5884 | 895 | 973 | 599 | 473k|  72k| 2.200000e+01 |      --      |    Inf 
1425.13/1425.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1425.13/1425.15	c  1425s|380000 | 50808 | 12757k|  33.6 | 221M| 122 |   - | 895 |5574 | 895 | 973 | 599 | 487k|  75k| 2.200000e+01 |      --      |    Inf 
1459.23/1459.27	c  1459s|390000 | 51886 | 13056k|  33.5 | 227M| 122 | 290 | 895 |5922 | 895 | 973 | 599 | 500k|  77k| 2.200000e+01 |      --      |    Inf 
1493.34/1493.37	c  1493s|400000 | 52670 | 13334k|  33.3 | 231M| 122 | 212 | 895 |5662 | 895 | 973 | 599 | 513k|  79k| 2.300000e+01 |      --      |    Inf 
1523.23/1523.26	c  1523s|410000 | 53394 | 13642k|  33.3 | 236M| 122 |   - | 895 |5903 | 895 | 973 | 599 | 527k|  80k| 2.300000e+01 |      --      |    Inf 
1554.14/1554.11	c  1554s|420000 | 53910 | 13926k|  33.1 | 241M| 122 | 169 | 895 |6832 | 895 | 973 | 599 | 541k|  80k| 2.300000e+01 |      --      |    Inf 
1589.64/1589.65	c  1590s|430000 | 54526 | 14226k|  33.1 | 246M| 122 |   - | 895 |7783 | 895 | 973 | 599 | 555k|  83k| 2.300000e+01 |      --      |    Inf 
1625.64/1625.62	c  1626s|440000 | 55417 | 14545k|  33.0 | 252M| 122 | 222 | 895 |5769 | 895 | 973 | 599 | 569k|  85k| 2.300000e+01 |      --      |    Inf 
1662.74/1662.71	c  1663s|450000 | 56020 | 14858k|  33.0 | 257M| 122 | 281 | 895 |6343 | 895 | 973 | 599 | 584k|  87k| 2.300000e+01 |      --      |    Inf 
1698.65/1698.61	c  1699s|460000 | 56512 | 15129k|  32.9 | 260M| 146 | 225 | 895 |7061 | 895 | 973 | 599 | 598k|  90k| 2.300000e+01 |      --      |    Inf 
1728.55/1728.53	c  1729s|470000 | 57003 | 15416k|  32.8 | 263M| 146 |   - | 895 |6361 |   0 |   0 | 599 | 612k|  91k| 2.300000e+01 |      --      |    Inf 
1756.75/1756.71	c  1757s|480000 | 57549 | 15708k|  32.7 | 267M| 146 |   - | 895 |6046 | 895 | 973 | 599 | 626k|  91k| 2.300000e+01 |      --      |    Inf 
1789.84/1789.85	c  1790s|490000 | 58132 | 16004k|  32.6 | 270M| 146 |   - | 895 |5994 | 895 | 973 | 599 | 639k|  92k| 2.300000e+01 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 492106
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +2.30000000000000e+01
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.21 (included in solving)
1797.05/1797.00	c   reading          :       0.03 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3485417-1307770661.opb
1797.05/1797.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 1659 initial, 1659 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3485417-1307770661.opb
1797.05/1797.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 879 initial, 8346 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.16          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.03          0          0          0          0          0        780          0         90         90
1797.05/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0     310743          0          4          0        272      79789          0          0     587372
1797.05/1797.00	c   knapsack         :         99          6    2552374          0          1          3    2413165      10679     791522        545          0          0
1797.05/1797.00	c   linear           :        780+         7    2541706          0          0          0     756421      54837   15944904          0          0          0
1797.05/1797.00	c   logicor          :          0+         6    1399243          0          0          0    1924530       6083    2907127          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :     301.04       0.00       0.00     301.04       0.00       0.00       0.00
1797.05/1797.00	c   knapsack         :      20.33       0.01      19.27       0.00       0.00       0.00       1.06
1797.05/1797.00	c   linear           :     172.28       0.00     171.09       0.00       0.00       0.00       1.19
1797.05/1797.00	c   logicor          :      49.04       0.00      47.55       0.00       0.00       0.00       1.49
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :    2552193          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       0.36       0.36       0.00
1797.05/1797.00	c   rootredcost      :       0.38       0.38       0.00
1797.05/1797.00	c   pseudoobj        :       1.21       1.21       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       5.34      71599      71532     769050       35.3       3652       21.0          -
1797.05/1797.00	c   infeasible LP    :      14.90     159363     159363     636097       21.7      12190       18.5          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -     642929       21.9          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          5          -          -       1164          -    (maximal pool size: 4088)
1797.05/1797.00	c   redcost          :       4.69     310803          0        225          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          6          0          0         30          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.04          6          0          0         55          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.04          6          0          0         65          0
1797.05/1797.00	c   cmir             :       0.46          6          0          0       2899          0
1797.05/1797.00	c   flowcover        :       0.20          6          0          0       1200          0
1797.05/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.67          1          0          0          0        379
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :     300.77     310743        272      79789          0          0     587372
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   oneopt           :       0.18          0          0
1797.05/1797.00	c   crossover        :       0.10          0          0
1797.05/1797.00	c   guideddiving     :       0.01          0          0
1797.05/1797.00	c   intshifting      :       0.01          0          0
1797.05/1797.00	c   feaspump         :      17.73        305          0
1797.05/1797.00	c   rootsoldiving    :       8.48        337          0
1797.05/1797.00	c   fracdiving       :      10.04        822          0
1797.05/1797.00	c   veclendiving     :      21.22        822          0
1797.05/1797.00	c   linesearchdiving :      16.64        823          0
1797.05/1797.00	c   coefdiving       :       9.48        823          0
1797.05/1797.00	c   pscostdiving     :      24.61        823          0
1797.05/1797.00	c   objpscostdiving  :      12.44        412          0
1797.05/1797.00	c   trivial          :       0.00          2          0
1797.05/1797.00	c   shiftandpropagate:       0.02          1          0
1797.05/1797.00	c   simplerounding   :       0.06          0          0
1797.05/1797.00	c   zirounding       :       0.23       1000          0
1797.05/1797.00	c   rounding         :       1.26       7780          0
1797.05/1797.00	c   shifting         :       8.98       2439          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.00          0          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       0.08          0          0
1797.05/1797.00	c   trysol           :       0.10          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.00	c   dual LP          :     888.24     455384   14667965      32.21   16513.51
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:      94.07      59876    1395908      23.31   14839.82
1797.05/1797.00	c   strong branching :     278.35      92997    2054786      22.10    7381.96
1797.05/1797.00	c     (at root node) :          -         39      13840     354.87          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :     492106
1797.05/1797.00	c   nodes (total)    :     492106
1797.05/1797.00	c   nodes left       :      58211
1797.05/1797.00	c   max depth        :        146
1797.05/1797.00	c   max depth (total):        146
1797.05/1797.00	c   backtracks       :      78975 (16.0%)
1797.05/1797.00	c   delayed cutoffs  :      37058
1797.05/1797.00	c   repropagations   :     870787 (6168700 domain reductions, 18260 cutoffs)
1797.05/1797.00	c   avg switch length:       7.93
1797.05/1797.00	c   switching time   :     133.19
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +2.30000000000000e+01
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +9.00000000000000e+00
1797.05/1797.00	c   Root Iterations  :       6889
1797.35/1797.31	c Time complete: 1797.36.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 2/170 32628
/proc/meminfo: memFree=31627120/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=9832 CPUtime=0 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 1473 0 0 0 0 0 0 0 25 0 1 0 888666580 10067968 1428 33554432000 4194304 8979876 140735132823696 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32627/statm: 2458 1428 366 1169 0 1285 0

[startup+0.0285481 s]
/proc/loadavg: 2.00 2.00 1.93 2/170 32628
/proc/meminfo: memFree=31627120/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=11968 CPUtime=0.02 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 1989 0 0 0 2 0 0 0 25 0 1 0 888666580 12255232 1944 33554432000 4194304 8979876 140735132823696 18446744073709551615 6176672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32627/statm: 2992 1944 366 1169 0 1819 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11968

[startup+0.100547 s]
/proc/loadavg: 2.00 2.00 1.93 2/170 32628
/proc/meminfo: memFree=31627120/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=31636 CPUtime=0.09 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 6938 0 0 0 9 0 0 0 25 0 1 0 888666580 32395264 6636 33554432000 4194304 8979876 140735132823696 18446744073709551615 4983143 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 7909 6636 523 1169 0 6736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31636

[startup+0.300539 s]
/proc/loadavg: 2.00 2.00 1.93 2/170 32628
/proc/meminfo: memFree=31627120/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=37892 CPUtime=0.29 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 8921 0 0 0 28 1 0 0 25 0 1 0 888666580 38801408 8350 33554432000 4194304 8979876 140735132823696 18446744073709551615 7164620 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 9473 8350 662 1169 0 8300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37892

[startup+0.700469 s]
/proc/loadavg: 2.00 2.00 1.93 2/170 32628
/proc/meminfo: memFree=31627120/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=55000 CPUtime=0.69 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 13000 0 0 0 67 2 0 0 25 0 1 0 888666580 56320000 12421 33554432000 4194304 8979876 140735132823696 18446744073709551615 5310402 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 13750 12421 688 1169 0 12577 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55000

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32636
/proc/meminfo: memFree=31523696/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=55396 CPUtime=1.49 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 13531 0 0 0 147 2 0 0 25 0 1 0 888666580 56725504 12583 33554432000 4194304 8979876 140735132823696 18446744073709551615 4298575 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 13849 12583 699 1169 0 12676 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55396

[startup+3.10098 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32636
/proc/meminfo: memFree=31495192/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=55396 CPUtime=3.09 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 13618 0 0 0 305 4 0 0 25 0 1 0 888666580 56725504 12670 33554432000 4194304 8979876 140735132823696 18446744073709551615 7146609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 13849 12670 703 1169 0 12676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55396

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32636
/proc/meminfo: memFree=31491648/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=55396 CPUtime=6.29 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 13618 0 0 0 622 7 0 0 25 0 1 0 888666580 56725504 12670 33554432000 4194304 8979876 140735132823696 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 13849 12670 703 1169 0 12676 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55396

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32636
/proc/meminfo: memFree=31491432/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=55396 CPUtime=12.69 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 13621 0 0 0 1255 14 0 0 25 0 1 0 888666580 56725504 12673 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 13849 12673 706 1169 0 12676 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55396

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32636
/proc/meminfo: memFree=31492024/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=55396 CPUtime=25.49 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 13627 0 0 0 2521 28 0 0 25 0 1 0 888666580 56725504 12679 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 13849 12679 707 1169 0 12676 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55396

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32637
/proc/meminfo: memFree=31492072/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=55396 CPUtime=51.09 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 13659 0 0 0 5052 57 0 0 25 0 1 0 888666580 56725504 12711 33554432000 4194304 8979876 140735132823696 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 13849 12711 707 1169 0 12676 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55396

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32638
/proc/meminfo: memFree=31483868/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=62260 CPUtime=102.3 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 15613 0 0 0 10113 117 0 0 25 0 1 0 888666580 63754240 14648 33554432000 4194304 8979876 140735132823696 18446744073709551615 4355484 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 15565 14648 707 1169 0 14392 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62260

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32640
/proc/meminfo: memFree=31470456/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=75368 CPUtime=162.3 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 18925 0 0 0 16040 190 0 0 25 0 1 0 888666580 77176832 17956 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 18842 17956 707 1169 0 17669 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 75368

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32642
/proc/meminfo: memFree=31456876/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=87756 CPUtime=222.29 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 22042 0 0 0 21968 261 0 0 25 0 1 0 888666580 89862144 21046 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 21939 21046 707 1169 0 20766 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 87756

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32643
/proc/meminfo: memFree=31439372/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=101272 CPUtime=282.3 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 25491 0 0 0 27900 330 0 0 25 0 1 0 888666580 103702528 24428 33554432000 4194304 8979876 140735132823696 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 25318 24428 707 1169 0 24145 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 101272

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32645
/proc/meminfo: memFree=31415648/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=115540 CPUtime=342.31 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 29215 0 0 0 33827 404 0 0 25 0 1 0 888666580 118312960 28012 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 28885 28012 707 1169 0 27712 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 115540

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32646
/proc/meminfo: memFree=31395920/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=126644 CPUtime=402.31 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 32077 0 0 0 39755 476 0 0 25 0 1 0 888666580 129683456 30804 33554432000 4194304 8979876 140735132823696 18446744073709551615 7109044 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 31661 30804 707 1169 0 30488 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 126644

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32648
/proc/meminfo: memFree=31375416/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=137796 CPUtime=462.31 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 34920 0 0 0 45687 544 0 0 25 0 1 0 888666580 141103104 33560 33554432000 4194304 8979876 140735132823696 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 34449 33560 707 1169 0 33276 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 137796

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32650
/proc/meminfo: memFree=31357768/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=147528 CPUtime=522.31 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 37436 0 0 0 51617 614 0 0 25 0 1 0 888666580 151068672 35999 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 36882 35999 707 1169 0 35709 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 147528

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 32651
/proc/meminfo: memFree=31341368/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=160664 CPUtime=582.31 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 40825 0 0 0 57549 682 0 0 25 0 1 0 888666580 164519936 39293 33554432000 4194304 8979876 140735132823696 18446744073709551615 5309037 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 40166 39293 707 1169 0 38993 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 160664

[startup+642.3 s]

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

/proc/meminfo: memFree=31191040/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=258168 CPUtime=1062.32 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 65988 0 0 0 105017 1215 0 0 25 0 1 0 888666580 264364032 63743 33554432000 4194304 8979876 140735132823696 18446744073709551615 5308429 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 64542 63743 707 1169 0 63369 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 258168

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 32666
/proc/meminfo: memFree=31176364/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=267712 CPUtime=1122.32 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 68490 0 0 0 110957 1275 0 0 25 0 1 0 888666580 274137088 66164 33554432000 4194304 8979876 140735132823696 18446744073709551615 7180086 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 66928 66164 707 1169 0 65755 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 267712

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 32667
/proc/meminfo: memFree=31157348/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=282352 CPUtime=1182.33 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 72147 0 0 0 116898 1335 0 0 25 0 1 0 888666580 289128448 69742 33554432000 4194304 8979876 140735132823696 18446744073709551615 6436161 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 70588 69742 707 1169 0 69415 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 282352

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 32669
/proc/meminfo: memFree=31139064/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=292624 CPUtime=1242.33 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 74926 0 0 0 122828 1405 0 0 25 0 1 0 888666580 299646976 72383 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 73156 72383 707 1169 0 71983 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 292624

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/175 32670
/proc/meminfo: memFree=31129228/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=300668 CPUtime=1302.33 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 76947 0 0 0 128770 1463 0 0 25 0 1 0 888666580 307884032 74349 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 75167 74349 707 1169 0 73994 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 300668

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 1.95 3/175 32672
/proc/meminfo: memFree=31111448/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=312752 CPUtime=1362.33 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 80039 0 0 0 134708 1525 0 0 25 0 1 0 888666580 320258048 77362 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 78188 77362 707 1169 0 77015 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 312752

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 1.95 3/175 32683
/proc/meminfo: memFree=31093476/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=323776 CPUtime=1422.34 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 82911 0 0 0 140643 1591 0 0 25 0 1 0 888666580 331546624 80118 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 80944 80118 707 1169 0 79771 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 323776

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/175 32684
/proc/meminfo: memFree=31080900/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=332832 CPUtime=1482.34 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 85410 0 0 0 146581 1653 0 0 25 0 1 0 888666580 340819968 82404 33554432000 4194304 8979876 140735132823696 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 83208 82404 708 1169 0 82035 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 332832

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/175 32686
/proc/meminfo: memFree=31062992/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=346504 CPUtime=1542.34 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 88857 0 0 0 152516 1718 0 0 25 0 1 0 888666580 354820096 85785 33554432000 4194304 8979876 140735132823696 18446744073709551615 7020800 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 86626 85785 707 1169 0 85453 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 346504

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/175 32690
/proc/meminfo: memFree=31047644/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=357716 CPUtime=1602.34 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 91610 0 0 0 158453 1781 0 0 25 0 1 0 888666580 366301184 88463 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 89429 88463 707 1169 0 88256 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 357716

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 32692
/proc/meminfo: memFree=31040340/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=365812 CPUtime=1662.34 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 93742 0 0 0 164390 1844 0 0 25 0 1 0 888666580 374591488 90528 33554432000 4194304 8979876 140735132823696 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 91453 90528 708 1169 0 90280 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 365812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/175 32694
/proc/meminfo: memFree=31021964/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=376780 CPUtime=1722.34 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 96478 0 0 0 170331 1903 0 0 25 0 1 0 888666580 385822720 93187 33554432000 4194304 8979876 140735132823696 18446744073709551615 5308521 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 94195 93187 708 1169 0 93022 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 376780

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 32695
/proc/meminfo: memFree=31009772/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=384208 CPUtime=1782.34 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 98431 0 0 0 176266 1968 0 0 25 0 1 0 888666580 393428992 95088 33554432000 4194304 8979876 140735132823696 18446744073709551615 5271013 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 96052 95088 708 1169 0 94879 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 384208

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 32695
/proc/meminfo: memFree=31011012/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=384380 CPUtime=1785.55 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 98471 0 0 0 176583 1972 0 0 25 0 1 0 888666580 393605120 95128 33554432000 4194304 8979876 140735132823696 18446744073709551615 5271327 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 96095 95128 708 1169 0 94922 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 384380

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 32695
/proc/meminfo: memFree=31008776/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=385944 CPUtime=1791.95 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 98805 0 0 0 177217 1978 0 0 25 0 1 0 888666580 395206656 95462 33554432000 4194304 8979876 140735132823696 18446744073709551615 5269853 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 96486 95462 708 1169 0 95313 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 385944

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 32695
/proc/meminfo: memFree=31007288/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=385944 CPUtime=1795.15 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 98832 0 0 0 177534 1981 0 0 25 0 1 0 888666580 395206656 95489 33554432000 4194304 8979876 140735132823696 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 96486 95489 708 1169 0 95313 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 385944

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 32695
/proc/meminfo: memFree=31006668/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=385944 CPUtime=1796.74 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 98836 0 0 0 177691 1983 0 0 25 0 1 0 888666580 395206656 95493 33554432000 4194304 8979876 140735132823696 18446744073709551615 7226452 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32627/statm: 96486 95493 708 1169 0 95313 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 385944

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 32695
/proc/meminfo: memFree=31006668/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=385944 CPUtime=1797.14 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 98841 0 0 0 177730 1984 0 0 25 0 1 0 888666580 395206656 95498 33554432000 4194304 8979876 140735132823696 18446744073709551615 6783290 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32627/statm: 96486 95498 713 1169 0 95313 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 385944

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 1.95 2/170 32722
/proc/meminfo: memFree=31385740/32951124 swapFree=67064368/67111528
[pid=32627] ppid=32624 vsize=326040 CPUtime=1797.35 cores=0,2,4,6
/proc/32627/stat : 32627 (scip-2.0.1.4_2.) R 32624 32627 29294 0 -1 4202496 98841 0 0 0 177750 1985 0 0 25 0 1 0 888666580 333864960 34923 33554432000 4194304 8979876 140735132823696 18446744073709551615 8073290 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32627/statm: 81510 34923 712 1169 0 80337 0
Current children cumulated CPU time (s) 1797.35
Current children cumulated vsize (KiB) 326040

Child status: 0
Real time (s): 1797.31
CPU time (s): 1797.37
CPU user time (s): 1777.5
CPU system time (s): 19.865
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 385944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.5
system time used= 19.865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98846
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= 3
involuntary context switches= 4666

runsolver used 2.6586 second user time and 5.52316 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 07:37:41
IDJOB=3485417
IDBENCH=2637
IDSOLVER=1977
FILE ID=node105/3485417-1307770661
RUNJOBID= node105-1307767064-32347
PBS_JOBID= 13550855
Free space on /tmp= 74076 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485417-1307770661/watcher-3485417-1307770661 -o /tmp/evaluation-result-3485417-1307770661/solver-3485417-1307770661 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485417-1307770661.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26699ac56f0d58d8261ff4eb58d81611
RANDOM SEED=1692040733

node105.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.825
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.65
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31627572 kB
Buffers:        267216 kB
Cached:         802892 kB
SwapCached:      20132 kB
Active:         455956 kB
Inactive:       643096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31627572 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           34516 kB
Writeback:           0 kB
AnonPages:       25852 kB
Mapped:           9916 kB
Slab:           160508 kB
PageTables:       4156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   159200 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= 74044 MiB
End job on node105 at 2011-06-11 08:07:39