Trace number 3738368

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.73 1797.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx57.opb
MD5SUM60656ad92b0e8411299701f2f84e60fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.064989
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2850
Total number of constraints3286
Number of constraints which are clauses2844
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 721
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-3738368-1338735468.opb>
0.00/0.03	c original problem has 2850 variables (2850 bin, 0 int, 0 impl, 0 cont) and 3286 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.06	c (round 1) 6 del vars, 1 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5688 impls, 57 clqs
0.00/0.07	c (round 2) 6 del vars, 2845 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5688 impls, 57 clqs
0.00/0.08	c (round 3) 6 del vars, 2845 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 441 upgd conss, 5688 impls, 57 clqs
0.08/0.19	c    (0.2s) probing: 101/2844 (3.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.08/0.19	c presolving (4 rounds):
0.08/0.19	c  6 deleted vars, 2845 deleted constraints, 0 added constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.19	c  5688 implications, 369 cliques
0.08/0.19	c presolved problem has 2844 variables (2844 bin, 0 int, 0 impl, 0 cont) and 441 constraints
0.08/0.19	c     384 constraints of type <knapsack>
0.08/0.19	c      57 constraints of type <setppc>
0.08/0.19	c transformed objective value is always integral (scale: 1)
0.08/0.19	c Presolving Time: 0.15
0.08/0.19	c - non default parameters ----------------------------------------------------------------------
0.08/0.19	c # SCIP version 2.0.1.5
0.08/0.19	c 
0.08/0.19	c # frequency for displaying node information lines
0.08/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.19	c display/freq = 10000
0.08/0.19	c 
0.08/0.19	c # maximal time in seconds to run
0.08/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.19	c limits/time = 1797
0.08/0.19	c 
0.08/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.19	c limits/memory = 13950
0.08/0.19	c 
0.08/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.19	c # [type: int, range: [1,2], default: 1]
0.08/0.19	c timing/clocktype = 2
0.08/0.19	c 
0.08/0.19	c # belongs reading time to solving time?
0.08/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.19	c timing/reading = TRUE
0.08/0.19	c 
0.08/0.19	c # should presolving try to simplify inequalities
0.08/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.19	c constraints/linear/simplifyinequalities = TRUE
0.08/0.19	c 
0.08/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.08/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.19	c constraints/indicator/addCouplingCons = TRUE
0.08/0.19	c 
0.08/0.19	c # should presolving try to simplify knapsacks
0.08/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.08/0.19	c 
0.08/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.19	c separating/rapidlearning/freq = 0
0.08/0.19	c 
0.08/0.19	c -----------------------------------------------------------------------------------------------
0.08/0.19	c start solving
0.08/0.19	c 
0.19/0.23	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.23	c   0.2s|     1 |     0 |   468 |     - |  14M|   0 |  51 |2844 | 521 |2844 | 441 |   0 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |  1436 |     - |  15M|   0 |  83 |2844 | 665 |2844 | 465 |  24 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.78/0.83	c   0.8s|     1 |     0 |  1479 |     - |  15M|   0 | 100 |2844 | 665 |2844 | 488 |  47 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.98/1.08	c   1.1s|     1 |     0 |  1586 |     - |  15M|   0 | 113 |2844 | 665 |2844 | 512 |  71 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.19/1.24	c   1.2s|     1 |     0 |  1676 |     - |  16M|   0 | 140 |2844 | 665 |2844 | 536 |  95 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.38/1.45	c   1.5s|     1 |     0 |  1980 |     - |  16M|   0 | 138 |2844 | 665 |2844 | 560 | 119 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.69/1.70	c   1.7s|     1 |     0 |  2522 |     - |  16M|   0 | 137 |2844 | 665 |2844 | 584 | 143 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
2.49/2.57	c   2.6s|     1 |     2 |  2522 |     - |  16M|   0 | 137 |2844 | 665 |2844 | 584 | 143 |  80 |  17 | 6.000000e+00 |      --      |    Inf 
67.08/67.15	c  67.1s| 10000 |   196 |253033 |  25.1 |  19M|  95 |   7 |2844 |2036 |2844 | 527 | 143 |9738 |6795 | 6.000000e+00 |      --      |    Inf 
108.46/108.50	c   108s| 20000 |   177 |474268 |  23.6 |  19M| 124 |  24 |2844 |2084 |2844 | 527 | 143 |  13k|9193 | 6.000000e+00 |      --      |    Inf 
143.15/143.29	c   143s| 30000 |   190 |677871 |  22.5 |  20M| 124 |   - |2844 |2936 |2844 | 527 | 143 |  16k|  10k| 6.000000e+00 |      --      |    Inf 
184.75/184.81	c   185s| 40000 |   226 |885313 |  22.1 |  20M| 124 |   - |2844 |2638 |2844 | 527 | 143 |  22k|  13k| 6.000000e+00 |      --      |    Inf 
221.94/222.00	c   222s| 50000 |   282 |  1096k|  21.9 |  21M| 124 |   - |2844 |3664 |2844 | 527 | 143 |  29k|  14k| 6.000000e+00 |      --      |    Inf 
256.93/257.08	c   257s| 60000 |   335 |  1320k|  22.0 |  21M| 124 |  12 |2844 |3572 |2844 | 527 | 143 |  32k|  15k| 6.000000e+00 |      --      |    Inf 
294.83/294.95	c   295s| 70000 |   323 |  1531k|  21.8 |  21M| 124 |   - |2844 |2738 |   0 |   0 | 143 |  35k|  17k| 6.000000e+00 |      --      |    Inf 
337.52/337.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.52/337.65	c   338s| 80000 |   368 |  1784k|  22.3 |  22M| 124 |   - |2844 |2884 |   0 |   0 | 143 |  44k|  19k| 6.000000e+00 |      --      |    Inf 
379.71/379.86	c   380s| 90000 |   416 |  2030k|  22.5 |  22M| 124 |  10 |2844 |3519 |2844 | 527 | 143 |  50k|  21k| 6.000000e+00 |      --      |    Inf 
416.21/416.31	c   416s|100000 |   451 |  2272k|  22.7 |  22M| 124 |   - |2844 |3589 |2844 | 527 | 143 |  54k|  21k| 6.000000e+00 |      --      |    Inf 
453.40/453.54	c   454s|110000 |   444 |  2514k|  22.8 |  22M| 124 |   - |2844 |3744 |2844 | 527 | 143 |  58k|  22k| 6.000000e+00 |      --      |    Inf 
485.00/485.19	c   485s|120000 |   444 |  2694k|  22.4 |  23M| 124 |   6 |2844 |3846 |2844 | 527 | 143 |  61k|  23k| 6.000000e+00 |      --      |    Inf 
514.80/514.96	c   515s|130000 |   436 |  2884k|  22.2 |  23M| 124 |   - |2844 |4279 |2844 | 527 | 143 |  62k|  23k| 6.000000e+00 |      --      |    Inf 
557.69/557.86	c   558s|140000 |   407 |  3125k|  22.3 |  22M| 124 |  25 |2844 |3437 |2844 | 527 | 143 |  66k|  25k| 6.000000e+00 |      --      |    Inf 
602.08/602.26	c   602s|150000 |   493 |  3373k|  22.5 |  23M| 124 |  28 |2844 |3311 |2844 | 527 | 143 |  70k|  28k| 6.000000e+00 |      --      |    Inf 
638.07/638.27	c   638s|160000 |   564 |  3582k|  22.4 |  24M| 124 |   - |2844 |3446 |   0 |   0 | 143 |  75k|  29k| 6.000000e+00 |      --      |    Inf 
676.37/676.52	c   677s|170000 |   530 |  3811k|  22.4 |  23M| 124 |   - |2844 |3390 |2844 | 527 | 143 |  80k|  31k| 6.000000e+00 |      --      |    Inf 
708.86/709.02	c   709s|180000 |   526 |  3988k|  22.1 |  24M| 124 |   - |2844 |3984 |2844 | 527 | 143 |  85k|  32k| 6.000000e+00 |      --      |    Inf 
749.75/749.93	c   750s|190000 |   590 |  4183k|  22.0 |  24M| 124 |   - |2844 |3803 |2844 | 527 | 143 |  91k|  35k| 6.000000e+00 |      --      |    Inf 
783.15/783.32	c   783s|200000 |   555 |  4381k|  21.9 |  24M| 124 |   - |2844 |3851 |2844 | 527 | 143 |  95k|  35k| 6.000000e+00 |      --      |    Inf 
820.64/820.82	c   821s|210000 |   600 |  4595k|  21.9 |  24M| 124 |   - |2844 |3742 |   0 |   0 | 143 | 104k|  37k| 6.000000e+00 |      --      |    Inf 
853.34/853.51	c   854s|220000 |   623 |  4798k|  21.8 |  25M| 124 |  15 |2844 |3810 |2844 | 527 | 143 | 110k|  37k| 6.000000e+00 |      --      |    Inf 
898.82/899.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
898.82/899.06	c   899s|230000 |   616 |  5088k|  22.1 |  25M| 124 |   - |2844 |4514 |   0 |   0 | 143 | 115k|  38k| 6.000000e+00 |      --      |    Inf 
935.52/935.75	c   936s|240000 |   629 |  5336k|  22.2 |  26M| 124 |   - |2844 |5019 |2844 | 527 | 143 | 117k|  39k| 6.000000e+00 |      --      |    Inf 
971.51/971.72	c   972s|250000 |   642 |  5563k|  22.2 |  26M| 124 |   - |2844 |5204 |2844 | 527 | 143 | 119k|  39k| 6.000000e+00 |      --      |    Inf 
1007.91/1008.15	c  1008s|260000 |   644 |  5823k|  22.4 |  26M| 124 |  12 |2844 |5151 |2844 | 527 | 143 | 120k|  40k| 6.000000e+00 |      --      |    Inf 
1041.20/1041.45	c  1041s|270000 |   628 |  6045k|  22.4 |  25M| 124 |  14 |2844 |4842 |2844 | 527 | 143 | 122k|  40k| 6.000000e+00 |      --      |    Inf 
1079.70/1079.97	c  1080s|280000 |   641 |  6319k|  22.6 |  26M| 124 |   8 |2844 |5192 |2844 | 527 | 143 | 124k|  41k| 6.000000e+00 |      --      |    Inf 
1114.10/1114.39	c  1114s|290000 |   666 |  6554k|  22.6 |  26M| 124 |   - |2844 |6211 |2844 | 527 | 143 | 126k|  41k| 6.000000e+00 |      --      |    Inf 
1150.08/1150.34	c  1150s|300000 |   644 |  6807k|  22.7 |  27M| 124 |   - |2844 |6991 |2844 | 527 | 143 | 128k|  41k| 6.000000e+00 |      --      |    Inf 
1186.58/1186.82	c  1187s|310000 |   630 |  7061k|  22.8 |  26M| 124 |  12 |2844 |6212 |2844 | 527 | 143 | 129k|  41k| 6.000000e+00 |      --      |    Inf 
1223.37/1223.68	c  1224s|320000 |   664 |  7313k|  22.8 |  26M| 124 |   - |2844 |5799 |2844 | 527 | 143 | 131k|  41k| 6.000000e+00 |      --      |    Inf 
1261.27/1261.52	c  1262s|330000 |   638 |  7577k|  23.0 |  26M| 124 |   7 |2844 |6036 |2844 | 527 | 143 | 133k|  41k| 6.000000e+00 |      --      |    Inf 
1296.77/1297.04	c  1297s|340000 |   629 |  7823k|  23.0 |  27M| 124 |  10 |2844 |6703 |2844 | 527 | 143 | 135k|  41k| 6.000000e+00 |      --      |    Inf 
1331.56/1331.83	c  1332s|350000 |   637 |  8060k|  23.0 |  27M| 124 |   - |2844 |6844 |2844 | 527 | 143 | 136k|  42k| 6.000000e+00 |      --      |    Inf 
1364.96/1365.20	c  1365s|360000 |   645 |  8278k|  23.0 |  27M| 124 |   - |2844 |7162 |2844 | 527 | 143 | 137k|  42k| 6.000000e+00 |      --      |    Inf 
1398.65/1398.96	c  1399s|370000 |   621 |  8505k|  23.0 |  27M| 124 |  18 |2844 |6804 |2844 | 527 | 143 | 139k|  42k| 6.000000e+00 |      --      |    Inf 
1432.94/1433.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1432.94/1433.29	c  1433s|380000 |   629 |  8739k|  23.0 |  27M| 124 |  12 |2844 |6868 |2844 | 527 | 143 | 140k|  42k| 6.000000e+00 |      --      |    Inf 
1467.93/1468.25	c  1468s|390000 |   641 |  8977k|  23.0 |  27M| 124 |  12 |2844 |7532 |2844 | 527 | 143 | 142k|  42k| 6.000000e+00 |      --      |    Inf 
1502.13/1502.41	c  1502s|400000 |   645 |  9216k|  23.0 |  28M| 124 |  10 |2844 |8199 |2844 | 527 | 143 | 144k|  42k| 6.000000e+00 |      --      |    Inf 
1536.72/1537.03	c  1537s|410000 |   644 |  9450k|  23.0 |  28M| 124 |   - |2844 |8535 |2844 | 527 | 143 | 145k|  42k| 6.000000e+00 |      --      |    Inf 
1571.32/1571.69	c  1572s|420000 |   648 |  9687k|  23.1 |  28M| 124 |   8 |2844 |8695 |2844 | 527 | 143 | 146k|  42k| 6.000000e+00 |      --      |    Inf 
1605.61/1605.95	c  1606s|430000 |   640 |  9916k|  23.1 |  28M| 124 |   - |2844 |7893 |   0 |   0 | 143 | 148k|  43k| 6.000000e+00 |      --      |    Inf 
1640.11/1640.49	c  1640s|440000 |   632 | 10147k|  23.1 |  28M| 124 |   8 |2844 |8147 |2844 | 527 | 143 | 149k|  43k| 6.000000e+00 |      --      |    Inf 
1674.80/1675.15	c  1675s|450000 |   641 | 10378k|  23.1 |  28M| 124 |   9 |2844 |8134 |2844 | 527 | 143 | 150k|  43k| 6.000000e+00 |      --      |    Inf 
1708.70/1709.00	c  1709s|460000 |   636 | 10604k|  23.0 |  28M| 124 |   - |2844 |8145 |2844 | 527 | 143 | 151k|  43k| 6.000000e+00 |      --      |    Inf 
1742.30/1742.69	c  1743s|470000 |   639 | 10823k|  23.0 |  28M| 124 |  13 |2844 |8599 |2844 | 527 | 143 | 152k|  43k| 6.000000e+00 |      --      |    Inf 
1775.48/1775.83	c  1776s|480000 |   629 | 11035k|  23.0 |  28M| 124 |  11 |2844 |8803 |2844 | 527 | 143 | 153k|  43k| 6.000000e+00 |      --      |    Inf 
1796.68/1797.00	c 
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Solving Time (sec) : 1797.00
1796.68/1797.00	c Solving Nodes      : 486299
1796.68/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.68/1797.00	c Dual Bound         : +6.00000000000000e+00
1796.68/1797.00	c Gap                : infinite
1796.68/1797.00	s UNKNOWN
1796.68/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.00	c Total Time         :    1797.00
1796.68/1797.00	c   solving          :    1797.00
1796.68/1797.00	c   presolving       :       0.15 (included in solving)
1796.68/1797.00	c   reading          :       0.03 (included in solving)
1796.68/1797.00	c Original Problem   :
1796.68/1797.00	c   Problem name     : HOME/instance-3738368-1338735468.opb
1796.68/1797.00	c   Variables        : 2850 (2850 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 3286 initial, 3286 maximal
1796.68/1797.00	c Presolved Problem  :
1796.68/1797.00	c   Problem name     : t_HOME/instance-3738368-1338735468.opb
1796.68/1797.00	c   Variables        : 2844 (2844 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.00	c   Constraints      : 441 initial, 9041 maximal
1796.68/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   knapsack         :       0.08          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   linear           :       0.03          6          0          0          6          0       2845          0          0          0
1796.68/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.68/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   integral         :          0          0          0     262546          0          4          0        771      27622          0          0     491828
1796.68/1797.00	c   knapsack         :        384          6    1294442          0          0          3   11106188      11349    3171936       1203          0          0
1796.68/1797.00	c   setppc           :         57          6    1283093          0          0          2    4040956       1267   10713152          0          0          0
1796.68/1797.00	c   linear           :          0+         6         21          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c   logicor          :          0+         6     622042          0          0          0    2879581      15567    1069047          0          0          0
1796.68/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.68/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.68/1797.00	c   integral         :     147.18       0.00       0.00     147.18       0.00       0.00       0.00
1796.68/1797.00	c   knapsack         :      31.95       0.02      19.78       0.00       0.00       0.00      12.15
1796.68/1797.00	c   setppc           :      11.62       0.00       7.89       0.00       0.00       0.00       3.73
1796.68/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c   logicor          :      17.04       0.00      11.53       0.00       0.00       0.00       5.52
1796.68/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.68/1797.00	c   vbounds          :          0          0          0          0
1796.68/1797.00	c   rootredcost      :          0          0          0          0
1796.68/1797.00	c   pseudoobj        :          0          0          0          0
1796.68/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.68/1797.00	c   vbounds          :       0.90       0.90       0.00
1796.68/1797.00	c   rootredcost      :       0.89       0.89       0.00
1796.68/1797.00	c   pseudoobj        :       0.85       0.85       0.00
1796.68/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.00	c   propagation      :       5.82      28183      28111     281137       91.1       1406       57.1          -
1796.68/1797.00	c   infeasible LP    :     358.91     214574      33725    1212099      289.5        221       66.5          0
1796.68/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.00	c   applied globally :          -          -          -     154257       64.0          -          -          -
1796.68/1797.00	c   applied locally  :          -          -          -         46      459.6          -          -          -
1796.68/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.00	c   cut pool         :       0.00          5          -          -        695          -    (maximal pool size: 1152)
1796.68/1797.00	c   redcost          :      10.67     261485          0          0          0          0
1796.68/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1796.68/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.68/1797.00	c   gomory           :       0.04          6          0          0         52          0
1796.68/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.68/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.68/1797.00	c   strongcg         :       0.19          6          0          0         43          0
1796.68/1797.00	c   cmir             :       0.40          6          0          0       1439          0
1796.68/1797.00	c   flowcover        :       0.38          6          0          0       1202          0
1796.68/1797.00	c   clique           :       0.01          6          0          0         12          0
1796.68/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.68/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.68/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.68/1797.00	c   rapidlearning    :       0.20          1          0          0          0        144
1796.68/1797.00	c Pricers            :       Time      Calls       Vars
1796.68/1797.00	c   problem variables:       0.00          0          0
1796.68/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.00	c   relpscost        :     146.55     262546        771      27622          0          0     491828
1796.68/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.68/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.68/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.68/1797.00	c   LP solutions     :       0.00          -          0
1796.68/1797.00	c   pseudo solutions :       0.00          -          0
1796.68/1797.00	c   oneopt           :       0.83          0          0
1796.68/1797.00	c   crossover        :       0.42          0          0
1796.68/1797.00	c   guideddiving     :       0.06          0          0
1796.68/1797.00	c   fracdiving       :       2.35         66          0
1796.68/1797.00	c   linesearchdiving :       0.80         66          0
1796.68/1797.00	c   coefdiving       :       2.10         66          0
1796.68/1797.00	c   veclendiving     :       1.04         66          0
1796.68/1797.00	c   feaspump         :       1.28         33          0
1796.68/1797.00	c   pscostdiving     :       1.51         67          0
1796.68/1797.00	c   objpscostdiving  :       0.44         34          0
1796.68/1797.00	c   rootsoldiving    :       1.19         34          0
1796.68/1797.00	c   trivial          :       0.00          2          0
1796.68/1797.00	c   shiftandpropagate:       0.02          1          0
1796.68/1797.00	c   simplerounding   :       0.20          0          0
1796.68/1797.00	c   zirounding       :       4.25          0          0
1796.68/1797.00	c   rounding         :       0.48       7199          0
1796.68/1797.00	c   shifting         :       2.51       2233          0
1796.68/1797.00	c   intshifting      :       0.02          0          0
1796.68/1797.00	c   twoopt           :       0.00          0          0
1796.68/1797.00	c   fixandinfer      :       0.00          0          0
1796.68/1797.00	c   clique           :       0.00          0          0
1796.68/1797.00	c   intdiving        :       0.00          0          0
1796.68/1797.00	c   actconsdiving    :       0.00          0          0
1796.68/1797.00	c   octane           :       0.00          0          0
1796.68/1797.00	c   rens             :       0.07          1          0
1796.68/1797.00	c   rins             :       0.00          0          0
1796.68/1797.00	c   localbranching   :       0.00          0          0
1796.68/1797.00	c   mutation         :       0.00          0          0
1796.68/1797.00	c   dins             :       0.00          0          0
1796.68/1797.00	c   vbounds          :       0.00          0          0
1796.68/1797.00	c   undercover       :       0.00          0          0
1796.68/1797.00	c   subnlp           :       0.35          0          0
1796.68/1797.00	c   trysol           :       0.53          0          0
1796.68/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.68/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.68/1797.00	c   dual LP          :    1094.30     474864   11116526      23.41   10158.56
1796.68/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.68/1797.00	c   diving/probing LP:       7.09       6367      61676       9.69    8693.38
1796.68/1797.00	c   strong branching :     142.58      43460    1121734      25.81    7867.64
1796.68/1797.00	c     (at root node) :          -         17       6574     386.71          -
1796.68/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.00	c B&B Tree           :
1796.68/1797.00	c   number of runs   :          1
1796.68/1797.00	c   nodes            :     486299
1796.68/1797.00	c   nodes (total)    :     486299
1796.68/1797.00	c   nodes left       :        632
1796.68/1797.00	c   max depth        :        124
1796.68/1797.00	c   max depth (total):        124
1796.68/1797.00	c   backtracks       :      79812 (16.4%)
1796.68/1797.00	c   delayed cutoffs  :       4898
1796.68/1797.00	c   repropagations   :     302377 (863023 domain reductions, 2039 cutoffs)
1796.68/1797.00	c   avg switch length:       3.69
1796.68/1797.00	c   switching time   :      31.43
1796.68/1797.00	c Solution           :
1796.68/1797.00	c   Solutions found  :          0 (0 improvements)
1796.68/1797.00	c   Primal Bound     :          -
1796.68/1797.00	c   Dual Bound       : +6.00000000000000e+00
1796.68/1797.00	c   Gap              :   infinite
1796.68/1797.00	c   Root Dual Bound  : +6.00000000000000e+00
1796.68/1797.00	c   Root Iterations  :       2522
1796.68/1797.03	c Time complete: 1796.73.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3738368-1338735468/watcher-3738368-1338735468 -o /tmp/evaluation-result-3738368-1338735468/solver-3738368-1338735468 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738368-1338735468.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.02 2.01 2.00 3/176 13855
/proc/meminfo: memFree=28792684/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 1526 0 0 0 0 0 0 0 20 0 1 0 339671243 9818112 1481 33554432000 4194304 9016284 140736171301600 140735448045128 7875499 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 2397 1481 311 1178 0 1215 0

[startup+0.100957 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 13855
/proc/meminfo: memFree=28792684/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=31964 CPUtime=0.08 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 7142 0 0 0 8 0 0 0 20 0 1 0 339671243 32731136 6774 33554432000 4194304 9016284 140736171301600 140735448045128 7829200 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 7991 6774 511 1178 0 6809 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31964

[startup+0.200307 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 13855
/proc/meminfo: memFree=28792684/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=38756 CPUtime=0.19 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 8824 0 0 0 18 1 0 0 20 0 1 0 339671243 39686144 8456 33554432000 4194304 9016284 140736171301600 140735448045128 7166751 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 9689 8470 571 1178 0 8507 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38756

[startup+0.300307 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 13855
/proc/meminfo: memFree=28792684/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=43968 CPUtime=0.29 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 10531 0 0 0 28 1 0 0 20 0 1 0 339671243 45023232 9927 33554432000 4194304 9016284 140736171301600 140736171293480 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 10992 9927 657 1178 0 9810 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43968

[startup+0.700292 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 13855
/proc/meminfo: memFree=28792684/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=70632 CPUtime=0.68 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 17747 0 0 0 66 2 0 0 20 0 1 0 339671243 72327168 16419 33554432000 4194304 9016284 140736171301600 140736171293480 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 17658 16419 704 1178 0 16476 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 70632

[startup+1.50024 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13856
/proc/meminfo: memFree=28729320/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=70632 CPUtime=1.49 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 17755 0 0 0 146 3 0 0 20 0 1 0 339671243 72327168 16427 33554432000 4194304 9016284 140736171301600 140736171296760 6583264 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 17658 16427 704 1178 0 16476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70632

[startup+3.10024 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13856
/proc/meminfo: memFree=28726716/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=3.09 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18477 0 0 0 305 4 0 0 20 0 1 0 339671243 74186752 17149 33554432000 4194304 9016284 140736171301600 140736171295448 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17149 709 1178 0 16930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72448

[startup+6.30025 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13856
/proc/meminfo: memFree=28725840/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=6.29 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18477 0 0 0 623 6 0 0 20 0 1 0 339671243 74186752 17149 33554432000 4194304 9016284 140736171301600 140736171294856 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17149 709 1178 0 16930 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72448

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13856
/proc/meminfo: memFree=28725848/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=12.69 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18479 0 0 0 1257 12 0 0 20 0 1 0 339671243 74186752 17151 33554432000 4194304 9016284 140736171301600 140736171295816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17151 711 1178 0 16930 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72448

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13856
/proc/meminfo: memFree=28726220/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=25.49 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18480 0 0 0 2526 23 0 0 20 0 1 0 339671243 74186752 17152 33554432000 4194304 9016284 140736171301600 140736171295928 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17152 712 1178 0 16930 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72448

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13856
/proc/meminfo: memFree=28725660/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=51.08 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18483 0 0 0 5065 43 0 0 20 0 1 0 339671243 74186752 17155 33554432000 4194304 9016284 140736171301600 140736171295816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17155 712 1178 0 16930 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72448

[startup+102.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 13894
/proc/meminfo: memFree=28837244/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=102.26 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18504 0 0 0 10144 82 0 0 20 0 1 0 339671243 74186752 17237 33554432000 4194304 9016284 140736171301600 140736171295928 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17237 712 1178 0 16930 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72448

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 13897
/proc/meminfo: memFree=28836084/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=162.24 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18504 0 0 0 16095 129 0 0 20 0 1 0 339671243 74186752 17237 33554432000 4194304 9016284 140736171301600 140736171295448 6422896 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17237 712 1178 0 16930 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 72448

[startup+222.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 13921
/proc/meminfo: memFree=28836828/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=222.24 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18504 0 0 0 22043 181 0 0 20 0 1 0 339671243 74186752 17237 33554432000 4194304 9016284 140736171301600 140736171295928 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17237 712 1178 0 16930 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 72448

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13921
/proc/meminfo: memFree=28836712/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=282.23 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18504 0 0 0 27985 238 0 0 20 0 1 0 339671243 74186752 17237 33554432000 4194304 9016284 140736171301600 140736171295928 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17237 712 1178 0 16930 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 72448

[startup+342.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 13921
/proc/meminfo: memFree=28836960/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=342.22 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18504 0 0 0 33931 291 0 0 20 0 1 0 339671243 74186752 17237 33554432000 4194304 9016284 140736171301600 140736171295400 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17237 712 1178 0 16930 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 72448

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13921
/proc/meminfo: memFree=28835532/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=402.21 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18504 0 0 0 39884 337 0 0 20 0 1 0 339671243 74186752 17237 33554432000 4194304 9016284 140736171301600 140736171295448 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17237 712 1178 0 16930 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 72448

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13921
/proc/meminfo: memFree=28833856/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=462.2 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18504 0 0 0 45839 381 0 0 20 0 1 0 339671243 74186752 17237 33554432000 4194304 9016284 140736171301600 140736171295768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17237 712 1178 0 16930 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 72448

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13922
/proc/meminfo: memFree=28832056/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72448 CPUtime=522.19 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18509 0 0 0 51794 425 0 0 20 0 1 0 339671243 74186752 17242 33554432000 4194304 9016284 140736171301600 140736171295656 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18112 17242 712 1178 0 16930 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 72448

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13922
/proc/meminfo: memFree=28830004/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=72872 CPUtime=582.18 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 18669 0 0 0 57741 477 0 0 20 0 1 0 339671243 74620928 17406 33554432000 4194304 9016284 140736171301600 140736171295464 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 18218 17406 712 1178 0 17036 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 72872

[startup+642.3 s]

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

/proc/meminfo: memFree=28803876/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=79308 CPUtime=1062.1 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 20314 0 0 0 105312 898 0 0 20 0 1 0 339671243 81211392 19038 33554432000 4194304 9016284 140736171301600 140736171295768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 19827 19038 712 1178 0 18645 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 79308

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13927
/proc/meminfo: memFree=28801892/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=80148 CPUtime=1122.09 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 20508 0 0 0 111258 951 0 0 20 0 1 0 339671243 82071552 19232 33554432000 4194304 9016284 140736171301600 140736171295464 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20037 19232 712 1178 0 18855 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 80148

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13927
/proc/meminfo: memFree=28799036/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=81328 CPUtime=1182.08 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 20804 0 0 0 117205 1003 0 0 20 0 1 0 339671243 83279872 19527 33554432000 4194304 9016284 140736171301600 140736171295560 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20332 19527 712 1178 0 19150 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 81328

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13927
/proc/meminfo: memFree=28796740/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=81644 CPUtime=1242.07 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 20874 0 0 0 123151 1056 0 0 20 0 1 0 339671243 83603456 19597 33554432000 4194304 9016284 140736171301600 140736171294648 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20411 19597 712 1178 0 19229 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 81644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13927
/proc/meminfo: memFree=28793020/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=81644 CPUtime=1302.07 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 20903 0 0 0 129099 1108 0 0 20 0 1 0 339671243 83603456 19626 33554432000 4194304 9016284 140736171301600 140736171295560 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20411 19626 712 1178 0 19229 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 81644

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13930
/proc/meminfo: memFree=28792076/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=81644 CPUtime=1362.06 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 20914 0 0 0 135048 1158 0 0 20 0 1 0 339671243 83603456 19637 33554432000 4194304 9016284 140736171301600 140736171295464 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20411 19637 712 1178 0 19229 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 81644

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13931
/proc/meminfo: memFree=28791836/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=82092 CPUtime=1422.05 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 20986 0 0 0 140999 1206 0 0 20 0 1 0 339671243 84062208 19709 33554432000 4194304 9016284 140736171301600 140736171295928 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20523 19709 712 1178 0 19341 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 82092

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13931
/proc/meminfo: memFree=28790968/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=82092 CPUtime=1482.04 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21021 0 0 0 146948 1256 0 0 20 0 1 0 339671243 84062208 19744 33554432000 4194304 9016284 140736171301600 140736171295560 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20523 19744 712 1178 0 19341 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 82092

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13931
/proc/meminfo: memFree=28789604/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=82896 CPUtime=1542.03 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21194 0 0 0 152896 1307 0 0 20 0 1 0 339671243 84885504 19917 33554432000 4194304 9016284 140736171301600 140736171295768 4731991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20724 19917 712 1178 0 19542 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 82896

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13931
/proc/meminfo: memFree=28788116/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83400 CPUtime=1602.02 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21311 0 0 0 158844 1358 0 0 20 0 1 0 339671243 85401600 20034 33554432000 4194304 9016284 140736171301600 140736171295560 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20850 20034 712 1178 0 19668 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 83400

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 13931
/proc/meminfo: memFree=28786564/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83400 CPUtime=1662.01 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21327 0 0 0 164790 1411 0 0 20 0 1 0 339671243 85401600 20050 33554432000 4194304 9016284 140736171301600 140736171295880 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20850 20050 712 1178 0 19668 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 83400

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13932
/proc/meminfo: memFree=28784764/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83400 CPUtime=1721.99 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21333 0 0 0 170736 1463 0 0 20 0 1 0 339671243 85401600 20055 33554432000 4194304 9016284 140736171301600 140736171295928 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20850 20055 712 1178 0 19668 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 83400

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13932
/proc/meminfo: memFree=28784016/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83548 CPUtime=1781.98 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21361 0 0 0 176683 1515 0 0 20 0 1 0 339671243 85553152 20083 33554432000 4194304 9016284 140736171301600 140736171295560 6422925 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20887 20083 712 1178 0 19705 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 83548

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13932
/proc/meminfo: memFree=28784016/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83548 CPUtime=1785.28 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21361 0 0 0 177010 1518 0 0 20 0 1 0 339671243 85553152 20083 33554432000 4194304 9016284 140736171301600 140736171295560 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20887 20083 712 1178 0 19705 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 83548

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13932
/proc/meminfo: memFree=28784264/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83548 CPUtime=1791.69 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21361 0 0 0 177645 1524 0 0 20 0 1 0 339671243 85553152 20083 33554432000 4194304 9016284 140736171301600 140736171295560 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20887 20083 712 1178 0 19705 0
Current children cumulated CPU time (s) 1791.69
Current children cumulated vsize (KiB) 83548

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13932
/proc/meminfo: memFree=28784264/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83548 CPUtime=1794.89 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21362 0 0 0 177963 1526 0 0 20 0 1 0 339671243 85553152 20084 33554432000 4194304 9016284 140736171301600 140736171295928 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20887 20084 712 1178 0 19705 0
Current children cumulated CPU time (s) 1794.89
Current children cumulated vsize (KiB) 83548

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13932
/proc/meminfo: memFree=28784264/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83548 CPUtime=1795.68 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21365 0 0 0 178041 1527 0 0 20 0 1 0 339671243 85553152 20087 33554432000 4194304 9016284 140736171301600 140736171295768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20887 20087 712 1178 0 19705 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (KiB) 83548

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13932
/proc/meminfo: memFree=28784264/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83548 CPUtime=1796.48 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21369 0 0 0 178120 1528 0 0 20 0 1 0 339671243 85553152 20091 33554432000 4194304 9016284 140736171301600 140736171295928 4971668 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20887 20091 712 1178 0 19705 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (KiB) 83548

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13932
/proc/meminfo: memFree=28784264/32873844 swapFree=7644/7644
[pid=13855] ppid=13853 vsize=83548 CPUtime=1796.68 cores=0,2,4,6
/proc/13855/stat : 13855 (scip-2.0.1.4b_2) R 13853 13855 10351 0 -1 4202496 21369 0 0 0 178140 1528 0 0 20 0 1 0 339671243 85553152 20091 33554432000 4194304 9016284 140736171301600 140736171295928 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13855/statm: 20887 20091 712 1178 0 19705 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (KiB) 83548

Child status: 0
Real time (s): 1797.04
CPU time (s): 1796.73
CPU user time (s): 1781.44
CPU system time (s): 15.2907
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 83548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.44
system time used= 15.2907
maximum resident set size= 80368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21375
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= 31
involuntary context switches= 1928

runsolver used 2.85956 second user time and 7.77582 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 16:57:48
IDJOB=3738368
IDBENCH=71847
IDSOLVER=2329
FILE ID=node147/3738368-1338735468
RUNJOBID= node147-1338702405-10367
PBS_JOBID= 14636713
Free space on /tmp= 70768 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx57.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-3738368-1338735468/watcher-3738368-1338735468 -o /tmp/evaluation-result-3738368-1338735468/solver-3738368-1338735468 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738368-1338735468.opb -t 1800 -m 15500

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

MD5SUM BENCH= 60656ad92b0e8411299701f2f84e60fb
RANDOM SEED=646794863

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28792956 kB
Buffers:          452420 kB
Cached:          2594752 kB
SwapCached:         3380 kB
Active:          1670668 kB
Inactive:        1550116 kB
Active(anon):     169312 kB
Inactive(anon):     5908 kB
Active(file):    1501356 kB
Inactive(file):  1544208 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             17084 kB
Writeback:             0 kB
AnonPages:        177540 kB
Mapped:            12264 kB
Shmem:                 0 kB
Slab:             722160 kB
SReclaimable:     163344 kB
SUnreclaim:       558816 kB
KernelStack:        1480 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     294072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70752 MiB
End job on node147 at 2012-06-03 17:27:46