Trace number 3450622

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4OPT20 1163.32 1163.33

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_4.opb
MD5SUMb738c7950af6b3d63e331a14bc641dc9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1163.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2524
Sum of products size (including duplicates)5048
Number of different products2524
Sum of products size5048

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3450622-1307103449.opb>
0.00/0.01	c original problem has 2724 variables (2724 bin, 0 int, 0 impl, 0 cont) and 2924 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 200
0.00/0.02	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.00/0.02	c presolving:
0.00/0.07	c (round 1) 0 del vars, 2724 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73720 impls, 0 clqs
0.00/0.07	c (round 2) 2524 del vars, 2724 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 73720 impls, 0 clqs
0.00/0.08	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.08	c presolving (3 rounds):
0.00/0.08	c  2524 deleted vars, 2724 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  73720 implications, 0 cliques
0.00/0.08	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.08	c     200 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.06
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.0.1.5
0.00/0.08	c 
0.00/0.08	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c conflict/interconss = 0
0.00/0.08	c 
0.00/0.08	c # should binary conflicts be preferred?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c conflict/preferbinary = TRUE
0.00/0.08	c 
0.00/0.08	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c constraints/agelimit = 1
0.00/0.08	c 
0.00/0.08	c # should enforcement of pseudo solution be disabled?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/disableenfops = TRUE
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1800
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/indicator/addCouplingCons = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c t 0.2s|     1 |     0 |  1607 |     - |6472k|   0 | 128 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.454422e+01 | 2.000000e+02 |1275.12%
0.09/0.17	o 128
0.09/0.17	c r 0.2s|     1 |     0 |  1607 |     - |6477k|   0 | 128 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.454422e+01 | 1.280000e+02 | 780.07%
0.09/0.17	o 127
0.09/0.17	c R 0.2s|     1 |     0 |  1607 |     - |6482k|   0 | 128 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.454422e+01 | 1.270000e+02 | 773.20%
0.09/0.17	o 126
0.09/0.17	c s 0.2s|     1 |     0 |  1607 |     - |6487k|   0 | 128 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.454422e+01 | 1.260000e+02 | 766.32%
0.19/0.21	c   0.2s|     1 |     0 |  1676 |     - |7338k|   0 | 121 | 200 | 200 | 200 | 201 |   1 |   0 |   0 | 1.456542e+01 | 1.260000e+02 | 765.06%
0.19/0.21	o 34
0.19/0.21	c b 0.2s|     1 |     0 |  1676 |     - |7343k|   0 | 121 | 200 | 200 | 200 | 201 |   1 |   0 |   0 | 1.456542e+01 | 3.400000e+01 | 133.43%
0.19/0.25	c   0.2s|     1 |     0 |  1737 |     - |7950k|   0 | 121 | 200 | 200 | 200 | 202 |   2 |   0 |   0 | 1.457832e+01 | 3.400000e+01 | 133.22%
0.19/0.28	c   0.3s|     1 |     0 |  1815 |     - |8107k|   0 | 119 | 200 | 200 | 200 | 203 |   3 |   0 |   0 | 1.459093e+01 | 3.400000e+01 | 133.02%
0.29/0.31	c   0.3s|     1 |     0 |  1865 |     - |8186k|   0 | 121 | 200 | 200 | 200 | 204 |   4 |   0 |   0 | 1.459590e+01 | 3.400000e+01 | 132.94%
0.29/0.34	c   0.3s|     1 |     0 |  1907 |     - |8203k|   0 | 119 | 200 | 200 | 200 | 205 |   5 |   0 |   0 | 1.459880e+01 | 3.400000e+01 | 132.90%
1.19/1.21	c   1.2s|     1 |     2 |  1907 |     - |8212k|   0 | 119 | 200 | 200 | 200 | 205 |   5 |   0 |  20 | 1.459880e+01 | 3.400000e+01 | 132.90%
3.09/3.14	o 33
3.09/3.14	c z 3.1s|    11 |    12 |  3466 | 155.9 |8278k|  10 |  50 | 200 | 200 | 200 | 205 |   5 |   0 | 168 | 1.480915e+01 | 3.300000e+01 | 122.84%
3.09/3.14	o 25
3.09/3.14	c b 3.1s|    12 |    11 |  3466 | 141.7 |8283k|  11 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 168 | 1.480915e+01 | 2.500000e+01 |  68.81%
3.20/3.30	o 24
3.20/3.30	c c 3.3s|    15 |    16 |  3994 | 149.1 |8462k|  14 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 218 | 1.480915e+01 | 2.400000e+01 |  62.06%
3.20/3.30	o 22
3.20/3.30	c c 3.3s|    15 |    14 |  3995 | 149.1 |8464k|  14 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 218 | 1.480915e+01 | 2.200000e+01 |  48.56%
12.89/12.99	o 21
12.89/12.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.89/12.99	c v13.0s|   528 |   347 | 93324 | 173.5 |8634k|  34 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 678 | 1.556875e+01 | 2.100000e+01 |  34.89%
121.00/121.02	c   121s| 10000 |  9819 |  1895k| 189.4 |  12M|  39 |  83 | 200 | 200 | 200 | 205 |   5 |   0 |1816 | 1.716742e+01 | 2.100000e+01 |  22.32%
205.59/205.71	c   206s| 20000 | 19719 |  3391k| 169.5 |  18M|  42 |  86 | 200 | 200 | 200 | 205 |   5 |   0 |2605 | 1.738395e+01 | 2.100000e+01 |  20.80%
223.88/223.98	o 20
223.88/223.98	c v 224s| 22463 | 17056 |  3726k| 165.8 |  15M|  42 |   - | 200 | 200 | 200 | 205 |   5 |   0 |2748 | 1.740939e+01 | 2.000000e+01 |  14.88%
265.89/265.98	c   266s| 30000 | 20007 |  4513k| 150.4 |  20M|  42 |   - | 200 | 200 | 200 | 205 |   5 |   0 |3163 | 1.747975e+01 | 2.000000e+01 |  14.42%
313.59/313.65	c   314s| 40000 | 23457 |  5362k| 134.0 |  27M|  43 |   - | 200 | 200 | 200 | 205 |   5 |   0 |3681 | 1.754787e+01 | 2.000000e+01 |  13.97%
357.88/357.92	c   358s| 50000 | 26337 |  6156k| 123.1 |  33M|  43 |  93 | 200 | 200 | 200 | 205 |   5 |   0 |4106 | 1.761470e+01 | 2.000000e+01 |  13.54%
400.40/400.47	c   400s| 60000 | 28829 |  6928k| 115.4 |  38M|  43 |  95 | 200 | 200 | 200 | 205 |   5 |   0 |4446 | 1.767762e+01 | 2.000000e+01 |  13.14%
441.18/441.29	c   441s| 70000 | 30969 |  7677k| 109.7 |  44M|  44 |   - | 200 | 200 | 200 | 205 |   5 |   0 |4796 | 1.772191e+01 | 2.000000e+01 |  12.85%
481.68/481.72	c   482s| 80000 | 32949 |  8407k| 105.1 |  49M|  44 |  83 | 200 | 200 | 200 | 205 |   5 |   0 |5186 | 1.776325e+01 | 2.000000e+01 |  12.59%
520.68/520.72	c   521s| 90000 | 34579 |  9109k| 101.2 |  53M|  44 |   - | 200 | 200 | 200 | 205 |   5 |   0 |5570 | 1.780648e+01 | 2.000000e+01 |  12.32%
557.88/557.95	c   558s|100000 | 35331 |  9792k|  97.9 |  57M|  44 |   - | 200 | 200 | 200 | 205 |   5 |   0 |5873 | 1.784779e+01 | 2.000000e+01 |  12.06%
594.78/594.80	c   595s|110000 | 35751 | 10462k|  95.1 |  60M|  44 |   - | 200 | 200 | 200 | 205 |   5 |   0 |6187 | 1.788577e+01 | 2.000000e+01 |  11.82%
629.98/630.09	c   630s|120000 | 35995 | 11101k|  92.5 |  62M|  46 |  72 | 200 | 200 | 200 | 205 |   5 |   0 |6493 | 1.792033e+01 | 2.000000e+01 |  11.61%
663.98/664.00	c   664s|130000 | 35997 | 11707k|  90.0 |  65M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |6818 | 1.794714e+01 | 2.000000e+01 |  11.44%
698.08/698.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
698.08/698.12	c   698s|140000 | 35829 | 12316k|  88.0 |  67M|  46 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |7149 | 1.798055e+01 | 2.000000e+01 |  11.23%
731.17/731.26	c   731s|150000 | 35447 | 12911k|  86.1 |  69M|  46 |  78 | 200 | 200 | 200 | 205 |   5 |   0 |7468 | 1.801417e+01 | 2.000000e+01 |  11.02%
763.18/763.21	c   763s|160000 | 34891 | 13488k|  84.3 |  70M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |7734 | 1.804550e+01 | 2.000000e+01 |  10.83%
796.28/796.32	c   796s|170000 | 34229 | 14071k|  82.8 |  71M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |8174 | 1.807389e+01 | 2.000000e+01 |  10.66%
827.98/828.03	c   828s|180000 | 33391 | 14642k|  81.3 |  72M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |8413 | 1.810142e+01 | 2.000000e+01 |  10.49%
860.19/860.29	c   860s|190000 | 32345 | 15201k|  80.0 |  72M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |8989 | 1.812481e+01 | 2.000000e+01 |  10.35%
891.18/891.23	c   891s|200000 | 31185 | 15765k|  78.8 |  72M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |9200 | 1.815106e+01 | 2.000000e+01 |  10.19%
922.38/922.48	c   922s|210000 | 29911 | 16311k|  77.7 |  71M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |9628 | 1.818831e+01 | 2.000000e+01 |   9.96%
951.38/951.50	c   951s|220000 | 28463 | 16829k|  76.5 |  71M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |9921 | 1.821746e+01 | 2.000000e+01 |   9.78%
982.78/982.84	c   983s|230000 | 26793 | 17384k|  75.6 |  69M|  46 |  74 | 200 | 200 | 200 | 205 |   5 |   0 |  10k| 1.825025e+01 | 2.000000e+01 |   9.59%
1012.78/1012.83	c  1013s|240000 | 24787 | 17904k|  74.6 |  67M|  46 |  86 | 200 | 200 | 200 | 205 |   5 |   0 |  10k| 1.828251e+01 | 2.000000e+01 |   9.39%
1040.27/1040.32	c  1040s|250000 | 22725 | 18388k|  73.5 |  64M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  11k| 1.831439e+01 | 2.000000e+01 |   9.20%
1069.48/1069.51	c  1070s|260000 | 20193 | 18891k|  72.7 |  60M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  11k| 1.835397e+01 | 2.000000e+01 |   8.97%
1097.88/1097.92	c  1098s|270000 | 17209 | 19373k|  71.7 |  54M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  11k| 1.840229e+01 | 2.000000e+01 |   8.68%
1125.98/1126.01	c  1126s|280000 | 13329 | 19842k|  70.9 |  46M|  46 |  89 | 200 | 200 | 200 | 205 |   5 |   0 |  12k| 1.846286e+01 | 2.000000e+01 |   8.33%
1150.48/1150.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1150.48/1150.57	c  1151s|290000 |  7761 | 20259k|  69.9 |  32M|  46 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  13k| 1.858119e+01 | 2.000000e+01 |   7.64%
1163.28/1163.31	c 
1163.28/1163.31	c SCIP Status        : problem is solved [optimal solution found]
1163.28/1163.31	c Solving Time (sec) : 1163.31
1163.28/1163.31	c Solving Nodes      : 298627
1163.28/1163.31	c Primal Bound       : +2.00000000000000e+01 (608 solutions)
1163.28/1163.31	c Dual Bound         : +2.00000000000000e+01
1163.28/1163.31	c Gap                : 0.00 %
1163.28/1163.31	s OPTIMUM FOUND
1163.28/1163.31	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 
1163.28/1163.31	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1163.28/1163.31	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1163.28/1163.31	v x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 
1163.28/1163.31	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1163.28/1163.31	v -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 
1163.28/1163.31	v -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 x45 -x44 x43 
1163.28/1163.31	v -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 x18 -x17 
1163.28/1163.31	v -x16 x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1163.28/1163.31	c SCIP Status        : problem is solved [optimal solution found]
1163.28/1163.31	c Total Time         :    1163.31
1163.28/1163.31	c   solving          :    1163.31
1163.28/1163.31	c   presolving       :       0.06 (included in solving)
1163.28/1163.31	c   reading          :       0.01 (included in solving)
1163.28/1163.31	c Original Problem   :
1163.28/1163.31	c   Problem name     : HOME/instance-3450622-1307103449.opb
1163.28/1163.31	c   Variables        : 2724 (2724 binary, 0 integer, 0 implicit integer, 0 continuous)
1163.28/1163.31	c   Constraints      : 2924 initial, 2924 maximal
1163.28/1163.31	c Presolved Problem  :
1163.28/1163.31	c   Problem name     : t_HOME/instance-3450622-1307103449.opb
1163.28/1163.31	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1163.28/1163.31	c   Constraints      : 200 initial, 200 maximal
1163.28/1163.31	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1163.28/1163.31	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1163.28/1163.31	c   dualfix          :       0.01       2524          0          0          0          0          0          0          0          0
1163.28/1163.31	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1163.28/1163.31	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1163.28/1163.31	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1163.28/1163.31	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1163.28/1163.31	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1163.28/1163.31	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1163.28/1163.31	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1163.28/1163.31	c   pseudoboolean    :       0.00          0          0          0          0          0       2724          0          0          0
1163.28/1163.31	c   root node        :          -          2          -          -          2          -          -          -          -          -
1163.28/1163.31	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1163.28/1163.31	c   integral         :          0          0          0     154887          0        613          0        692       6319          0          0     303694
1163.28/1163.31	c   logicor          :        200          6     254691          0          0        608          0          0         61          0          0          0
1163.28/1163.31	c   countsols        :          0          0          0          0          0        611          0          0          0          0          0          0
1163.28/1163.31	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1163.28/1163.31	c   integral         :      71.91       0.00       0.00      71.91       0.00       0.00       0.00
1163.28/1163.31	c   logicor          :       3.36       0.00       3.36       0.00       0.00       0.00       0.00
1163.28/1163.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1163.28/1163.31	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1163.28/1163.31	c   vbounds          :          0          0          0          0
1163.28/1163.31	c   rootredcost      :          5          0          0          0
1163.28/1163.31	c   pseudoobj        :     521677          0          0          0
1163.28/1163.31	c Propagator Timings :  TotalTime  Propagate    Resprop
1163.28/1163.31	c   vbounds          :       0.10       0.10       0.00
1163.28/1163.31	c   rootredcost      :       0.14       0.14       0.00
1163.28/1163.31	c   pseudoobj        :       2.31       2.31       0.00
1163.28/1163.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1163.28/1163.31	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1163.28/1163.31	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1163.28/1163.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1163.28/1163.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1163.28/1163.31	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1163.28/1163.31	c   applied globally :          -          -          -          0        0.0          -          -          -
1163.28/1163.31	c   applied locally  :          -          -          -          0        0.0          -          -          -
1163.28/1163.31	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1163.28/1163.31	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 310)
1163.28/1163.31	c   redcost          :       3.94     283527          0    3355450          0          0
1163.28/1163.31	c   impliedbounds    :       0.00          6          0          0          0          0
1163.28/1163.31	c   intobj           :       0.00          0          0          0          0          0
1163.28/1163.31	c   gomory           :       0.06          6          0          0          0          0
1163.28/1163.31	c   cgmip            :       0.00          0          0          0          0          0
1163.28/1163.31	c   closecuts        :       0.00          0          0          0          0          0
1163.28/1163.31	c   strongcg         :       0.07          6          0          0        310          0
1163.28/1163.31	c   cmir             :       0.01          6          0          0          0          0
1163.28/1163.31	c   flowcover        :       0.02          6          0          0          0          0
1163.28/1163.31	c   clique           :       0.00          1          0          0          0          0
1163.28/1163.31	c   zerohalf         :       0.00          0          0          0          0          0
1163.28/1163.31	c   mcf              :       0.00          1          0          0          0          0
1163.28/1163.31	c   oddcycle         :       0.00          0          0          0          0          0
1163.28/1163.31	c   rapidlearning    :       0.00          0          0          0          0          0
1163.28/1163.31	c Pricers            :       Time      Calls       Vars
1163.28/1163.31	c   problem variables:       0.00          0          0
1163.28/1163.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1163.28/1163.31	c   relpscost        :      71.82     154887        692       6319          0          0     303694
1163.28/1163.31	c   pscost           :       0.00          0          0          0          0          0          0
1163.28/1163.31	c   inference        :       0.00          0          0          0          0          0          0
1163.28/1163.31	c   mostinf          :       0.00          0          0          0          0          0          0
1163.28/1163.31	c   leastinf         :       0.00          0          0          0          0          0          0
1163.28/1163.31	c   fullstrong       :       0.00          0          0          0          0          0          0
1163.28/1163.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
1163.28/1163.31	c   random           :       0.00          0          0          0          0          0          0
1163.28/1163.31	c Primal Heuristics  :       Time      Calls      Found
1163.28/1163.31	c   LP solutions     :       0.00          -          0
1163.28/1163.31	c   pseudo solutions :       0.00          -          0
1163.28/1163.31	c   feaspump         :       0.01          0          0
1163.28/1163.31	c   oneopt           :       0.07          7          2
1163.28/1163.31	c   crossover        :       0.38         13          6
1163.28/1163.31	c   objpscostdiving  :      45.97        202        239
1163.28/1163.31	c   rootsoldiving    :       6.58        220          0
1163.28/1163.31	c   guideddiving     :       9.20        556          0
1163.28/1163.31	c   fracdiving       :       9.18        556          0
1163.28/1163.31	c   veclendiving     :       8.11        556          4
1163.28/1163.31	c   pscostdiving     :      12.20        556         12
1163.28/1163.31	c   coefdiving       :      14.93        557         49
1163.28/1163.31	c   linesearchdiving :      11.32        557          0
1163.28/1163.31	c   trivial          :       0.00          2          2
1163.28/1163.31	c   shiftandpropagate:       0.00          0          0
1163.28/1163.31	c   simplerounding   :       1.31     154892         40
1163.28/1163.31	c   zirounding       :       1.34      12551        251
1163.28/1163.31	c   rounding         :       1.41      18523          1
1163.28/1163.31	c   shifting         :       0.51       5536          2
1163.28/1163.31	c   intshifting      :       0.00          0          0
1163.28/1163.31	c   twoopt           :       0.00          0          0
1163.28/1163.31	c   fixandinfer      :       0.00          0          0
1163.28/1163.31	c   clique           :       0.00          0          0
1163.28/1163.31	c   intdiving        :       0.00          0          0
1163.28/1163.31	c   actconsdiving    :       0.00          0          0
1163.28/1163.31	c   octane           :       0.00          0          0
1163.28/1163.31	c   rens             :       0.01          0          0
1163.28/1163.31	c   rins             :       0.00          0          0
1163.28/1163.31	c   localbranching   :       0.00          0          0
1163.28/1163.31	c   mutation         :       0.00          0          0
1163.28/1163.31	c   dins             :       0.00          0          0
1163.28/1163.31	c   vbounds          :       0.00          0          0
1163.28/1163.31	c   undercover       :       0.00          0          0
1163.28/1163.31	c   subnlp           :       0.04          0          0
1163.28/1163.31	c   trysol           :       0.07          0          0
1163.28/1163.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1163.28/1163.31	c   primal LP        :       0.00          0          0       0.00          -
1163.28/1163.31	c   dual LP          :     932.77     300980   17739584      58.94   19018.27
1163.28/1163.31	c   lex dual LP      :       0.00          0          0       0.00          -
1163.28/1163.31	c   barrier LP       :       0.00          0          0       0.00          -
1163.28/1163.31	c   diving/probing LP:     111.35      97436    2714465      27.86   24378.51
1163.28/1163.31	c   strong branching :      68.56      13191    1216034      92.19   17736.75
1163.28/1163.31	c     (at root node) :          -         20      10744     537.20          -
1163.28/1163.31	c   conflict analysis:       0.00          0          0       0.00          -
1163.28/1163.31	c B&B Tree           :
1163.28/1163.31	c   number of runs   :          1
1163.28/1163.31	c   nodes            :     298627
1163.28/1163.31	c   nodes (total)    :     298627
1163.28/1163.31	c   nodes left       :          0
1163.28/1163.31	c   max depth        :         46
1163.28/1163.31	c   max depth (total):         46
1163.28/1163.31	c   backtracks       :      72608 (24.3%)
1163.28/1163.31	c   delayed cutoffs  :          0
1163.28/1163.31	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1163.28/1163.31	c   avg switch length:       9.66
1163.28/1163.31	c   switching time   :       6.52
1163.28/1163.31	c Solution           :
1163.28/1163.31	c   Solutions found  :        608 (11 improvements)
1163.28/1163.31	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1163.28/1163.31	c   Primal Bound     : +2.00000000000000e+01   (in run 1, after 22463 nodes, 223.98 seconds, depth 24, found by <veclendiving>)
1163.28/1163.31	c   Dual Bound       : +2.00000000000000e+01
1163.28/1163.31	c   Gap              :       0.00 %
1163.28/1163.31	c   Root Dual Bound  : +1.45987955032857e+01
1163.28/1163.31	c   Root Iterations  :       1907
1163.28/1163.32	c Time complete: 1163.31.

Verifier Data

OK	20

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3212
/proc/meminfo: memFree=30371272/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=12120 CPUtime=0 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 1998 0 0 0 0 0 0 0 25 0 1 0 821947541 12410880 1951 33554432000 4194304 9163163 140736807692288 18446744073709551615 8041965 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3212/statm: 3030 1964 378 1214 0 1812 0

[startup+0.0831629 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3212
/proc/meminfo: memFree=30371272/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=31664 CPUtime=0.07 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 6985 0 0 0 7 0 0 0 18 0 1 0 821947541 32423936 6678 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 7916 6678 636 1214 0 6698 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31664

[startup+0.10116 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3212
/proc/meminfo: memFree=30371272/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=31664 CPUtime=0.09 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 7038 0 0 0 9 0 0 0 18 0 1 0 821947541 32423936 6731 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 7916 6731 639 1214 0 6698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31664

[startup+0.301125 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3212
/proc/meminfo: memFree=30371272/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=35332 CPUtime=0.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 7972 0 0 0 28 1 0 0 18 0 1 0 821947541 36179968 7665 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 8833 7665 677 1214 0 7615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35332

[startup+0.701064 s]
/proc/loadavg: 2.00 2.00 2.00 2/505 3212
/proc/meminfo: memFree=30371272/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=37704 CPUtime=0.69 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 9850 0 0 0 66 3 0 0 18 0 1 0 821947541 38608896 8351 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 9426 8351 700 1214 0 8208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37704

[startup+1.50091 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3213
/proc/meminfo: memFree=30338900/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=37704 CPUtime=1.49 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 9854 0 0 0 141 8 0 0 20 0 1 0 821947541 38608896 8355 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 9426 8355 704 1214 0 8208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37704

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3213
/proc/meminfo: memFree=30337836/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=37704 CPUtime=3.09 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 9854 0 0 0 293 16 0 0 25 0 1 0 821947541 38608896 8355 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 9426 8355 704 1214 0 8208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37704

[startup+6.30106 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3213
/proc/meminfo: memFree=30336348/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=37704 CPUtime=6.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 9860 0 0 0 587 42 0 0 25 0 1 0 821947541 38608896 8361 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 9426 8361 704 1214 0 8208 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37704

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3213
/proc/meminfo: memFree=30337956/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=36920 CPUtime=12.68 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 12257 0 0 0 1182 86 0 0 25 0 1 0 821947541 37806080 8172 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 9230 8172 721 1214 0 8012 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36920

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3214
/proc/meminfo: memFree=30336744/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=37136 CPUtime=25.49 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 14957 0 0 0 2366 183 0 0 25 0 1 0 821947541 38027264 8212 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 9284 8212 721 1214 0 8066 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37136

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3214
/proc/meminfo: memFree=30335724/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=38376 CPUtime=51.09 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 18002 0 0 0 4735 374 0 0 25 0 1 0 821947541 39297024 8550 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 9594 8550 721 1214 0 8376 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38376

[startup+102.318 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3216
/proc/meminfo: memFree=30330088/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=39776 CPUtime=102.31 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 23669 0 0 0 9477 754 0 0 25 0 1 0 821947541 40730624 8887 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 9944 8887 721 1214 0 8726 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 39776

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3217
/proc/meminfo: memFree=30322344/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=42996 CPUtime=162.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 28772 0 0 0 15008 1220 0 0 25 0 1 0 821947541 44027904 9754 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 10749 9754 721 1214 0 9531 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42996

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3219
/proc/meminfo: memFree=30313500/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=48268 CPUtime=222.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 30091 0 0 0 20527 1702 0 0 25 0 1 0 821947541 49426432 11072 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 12067 11072 721 1214 0 10849 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 48268

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 3221
/proc/meminfo: memFree=30301956/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=53160 CPUtime=282.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 41264 0 0 0 26047 2182 0 0 25 0 1 0 821947541 54435840 12320 33554432000 4194304 9163163 140736807692288 18446744073709551615 7390501 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 13290 12320 721 1214 0 12072 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 53160

[startup+342.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/506 3222
/proc/meminfo: memFree=30282444/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=67160 CPUtime=342.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 44660 0 0 0 31572 2656 0 0 25 0 1 0 821947541 68771840 15714 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 16790 15714 721 1214 0 15572 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 67160

[startup+402.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/506 3224
/proc/meminfo: memFree=30266280/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=74328 CPUtime=402.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 48647 0 0 0 37108 3121 0 0 25 0 1 0 821947541 76111872 17615 33554432000 4194304 9163163 140736807692288 18446744073709551615 7390316 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 18582 17615 721 1214 0 17364 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 74328

[startup+462.301 s]
/proc/loadavg: 2.13 2.07 2.02 3/506 3225
/proc/meminfo: memFree=30251452/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=83244 CPUtime=462.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 53421 0 0 0 42633 3595 0 0 25 0 1 0 821947541 85241856 19862 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 20811 19862 721 1214 0 19593 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 83244

[startup+522.301 s]
/proc/loadavg: 2.13 2.07 2.02 3/506 3227
/proc/meminfo: memFree=30232168/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=95960 CPUtime=522.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 56569 0 0 0 48160 4068 0 0 25 0 1 0 821947541 98263040 23010 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 23990 23010 721 1214 0 22772 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 95960

[startup+582.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/506 3229
/proc/meminfo: memFree=30217360/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=100800 CPUtime=582.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 57745 0 0 0 53685 4543 0 0 25 0 1 0 821947541 103219200 24186 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 25200 24186 721 1214 0 23982 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 100800

[startup+642.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/506 3230
/proc/meminfo: memFree=30203416/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=106576 CPUtime=642.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 59193 0 0 0 59209 5020 0 0 25 0 1 0 821947541 109133824 25634 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 26644 25634 721 1214 0 25426 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 106576

[startup+702.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 3232
/proc/meminfo: memFree=30192472/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=110648 CPUtime=702.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 62807 0 0 0 64749 5479 0 0 25 0 1 0 821947541 113303552 26646 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 27662 26646 721 1214 0 26444 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 110648

[startup+762.318 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3233
/proc/meminfo: memFree=30182380/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=113812 CPUtime=762.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 63604 0 0 0 70283 5946 0 0 25 0 1 0 821947541 116543488 27443 33554432000 4194304 9163163 140736807692288 18446744073709551615 7390316 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 28453 27443 721 1214 0 27235 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 113812

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 3235
/proc/meminfo: memFree=30171172/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=116328 CPUtime=822.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 64232 0 0 0 75818 6410 0 0 25 0 1 0 821947541 119119872 28071 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 29082 28071 721 1214 0 27864 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 116328

[startup+882.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/506 3237
/proc/meminfo: memFree=30157620/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=120456 CPUtime=882.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 65265 0 0 0 81353 6875 0 0 25 0 1 0 821947541 123346944 29104 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30114 29104 721 1214 0 28896 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 120456

[startup+942.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/506 3238
/proc/meminfo: memFree=30143532/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121488 CPUtime=942.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 65521 0 0 0 86887 7341 0 0 25 0 1 0 821947541 124403712 29360 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30372 29360 721 1214 0 29154 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 121488

[startup+1002.3 s]
/proc/loadavg: 2.18 2.07 2.01 3/506 3240
/proc/meminfo: memFree=30131336/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1002.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68200 0 0 0 92423 7805 0 0 25 0 1 0 821947541 124395520 29392 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29392 721 1214 0 29152 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 121480

[startup+1062.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/506 3241
/proc/meminfo: memFree=30123720/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1062.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68200 0 0 0 97965 8263 0 0 25 0 1 0 821947541 124395520 29392 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29392 721 1214 0 29152 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 121480

[startup+1122.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/506 3243
/proc/meminfo: memFree=30115264/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1122.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 103507 8721 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 121480

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

[startup+1126.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/506 3243
/proc/meminfo: memFree=30113896/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1126.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 103879 8750 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1126.29
Current children cumulated vsize (KiB) 121480

[startup+1139.1 s]
/proc/loadavg: 2.03 2.05 2.01 3/506 3243
/proc/meminfo: memFree=30112640/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1139.07 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 105063 8844 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 7379333 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1139.07
Current children cumulated vsize (KiB) 121480

[startup+1151.9 s]
/proc/loadavg: 2.03 2.05 2.00 3/506 3244
/proc/meminfo: memFree=30112516/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1151.88 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 106251 8937 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1151.88
Current children cumulated vsize (KiB) 121480

[startup+1158.32 s]
/proc/loadavg: 2.02 2.05 2.00 3/506 3244
/proc/meminfo: memFree=30111264/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1158.29 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 106845 8984 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1158.29
Current children cumulated vsize (KiB) 121480

[startup+1161.5 s]
/proc/loadavg: 2.02 2.05 2.00 3/506 3244
/proc/meminfo: memFree=30111264/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1161.49 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 107143 9006 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1161.49
Current children cumulated vsize (KiB) 121480

[startup+1162.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/506 3244
/proc/meminfo: memFree=30111264/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1162.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 107218 9010 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1162.28
Current children cumulated vsize (KiB) 121480

[startup+1163.1 s]
/proc/loadavg: 2.02 2.05 2.00 3/506 3244
/proc/meminfo: memFree=30111264/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1163.08 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 107294 9014 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 7390845 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1163.08
Current children cumulated vsize (KiB) 121480

[startup+1163.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/506 3244
/proc/meminfo: memFree=30111264/32951124 swapFree=51712236/67111528
[pid=3212] ppid=3209 vsize=121480 CPUtime=1163.28 cores=1,3,5,7
/proc/3212/stat : 3212 (scip-2.0.1.4b.l) R 3209 3212 2157 0 -1 4202496 68201 0 0 0 107313 9015 0 0 25 0 1 0 821947541 124395520 29393 33554432000 4194304 9163163 140736807692288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3212/statm: 30370 29393 721 1214 0 29152 0
Current children cumulated CPU time (s) 1163.28
Current children cumulated vsize (KiB) 121480

Child status: 0
Real time (s): 1163.33
CPU time (s): 1163.32
CPU user time (s): 1073.16
CPU system time (s): 90.1603
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 133276

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

runsolver used 5.18921 second user time and 12.8151 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-03 14:17:29
IDJOB=3450622
IDBENCH=48146
IDSOLVER=1948
FILE ID=node103/3450622-1307103449
RUNJOBID= node103-1307092333-2176
PBS_JOBID= 13497971
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450622-1307103449/watcher-3450622-1307103449 -o /tmp/evaluation-result-3450622-1307103449/solver-3450622-1307103449 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450622-1307103449.opb -t 1800 -m 15500

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

MD5SUM BENCH= b738c7950af6b3d63e331a14bc641dc9
RANDOM SEED=1268680886

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.77
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.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.858
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.75
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.858
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.83
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.858
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:      30371428 kB
Buffers:        280128 kB
Cached:         444204 kB
SwapCached:      23760 kB
Active:        1909396 kB
Inactive:       378132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30371428 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           12072 kB
Writeback:          36 kB
AnonPages:     1560652 kB
Mapped:          25504 kB
Slab:           149344 kB
PageTables:      73088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162095264 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= 73856 MiB
End job on node103 at 2011-06-03 14:36:53