Trace number 3731445

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT191 1789.76 1790.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMbddc7a1ce44c83fc28f6e299cbaaf04c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3731445-1338685802.opb>
0.00/0.01	c original problem has 476 variables (476 bin, 0 int, 0 impl, 0 cont) and 476 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	o 476
0.00/0.01	c feasible solution found by trivial heuristic, objective value  4.760000e+02
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 22 chg coeffs, 0 upgd conss, 2 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 22 chg coeffs, 476 upgd conss, 2 impls, 0 clqs
0.00/0.02	c (round 3) 0 del vars, 6 del conss, 0 chg bounds, 122 chg sides, 336 chg coeffs, 476 upgd conss, 216 impls, 0 clqs
0.00/0.03	c (round 4) 0 del vars, 49 del conss, 0 chg bounds, 225 chg sides, 503 chg coeffs, 476 upgd conss, 216 impls, 0 clqs
0.00/0.03	c (round 5) 0 del vars, 64 del conss, 0 chg bounds, 255 chg sides, 565 chg coeffs, 476 upgd conss, 216 impls, 0 clqs
0.00/0.03	c (round 6) 0 del vars, 66 del conss, 0 chg bounds, 266 chg sides, 590 chg coeffs, 476 upgd conss, 216 impls, 0 clqs
0.00/0.03	c (round 7) 0 del vars, 66 del conss, 0 chg bounds, 270 chg sides, 607 chg coeffs, 476 upgd conss, 216 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/476 (21.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (8 rounds):
0.00/0.03	c  0 deleted vars, 66 deleted constraints, 0 tightened bounds, 0 added holes, 270 changed sides, 607 changed coefficients
0.00/0.03	c  216 implications, 0 cliques
0.00/0.03	c presolved problem has 476 variables (476 bin, 0 int, 0 impl, 0 cont) and 543 constraints
0.00/0.03	c     455 constraints of type <knapsack>
0.00/0.03	c      86 constraints of type <setppc>
0.00/0.03	c       2 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.3
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1790
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.29/0.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.37	c t 0.4s|     1 |     0 |  2218 |     - |2577k|   0 | 313 | 476 | 543 | 476 | 543 |   0 |   0 |   0 | 1.473067e+02 | 4.760000e+02 | 223.14%
0.29/0.37	o 329
0.29/0.37	c r 0.4s|     1 |     0 |  2218 |     - |2590k|   0 | 313 | 476 | 543 | 476 | 543 |   0 |   0 |   0 | 1.473067e+02 | 3.290000e+02 | 123.34%
0.29/0.37	o 328
0.29/0.37	c R 0.4s|     1 |     0 |  2218 |     - |2603k|   0 | 313 | 476 | 543 | 476 | 543 |   0 |   0 |   0 | 1.473067e+02 | 3.280000e+02 | 122.66%
0.29/0.37	o 327
0.29/0.37	c s 0.4s|     1 |     0 |  2218 |     - |2617k|   0 | 313 | 476 | 543 | 476 | 543 |   0 |   0 |   0 | 1.473067e+02 | 3.270000e+02 | 121.99%
0.59/0.66	o 221
0.59/0.66	c y 0.7s|     1 |     0 |  2218 |     - |2963k|   0 | 313 | 476 | 543 | 476 | 543 |   0 |   0 |   0 | 1.473067e+02 | 2.210000e+02 |  50.03%
0.88/0.94	c   0.9s|     1 |     0 |  3019 |     - |2906k|   0 | 378 | 476 | 543 | 476 | 775 | 232 |   0 |   0 | 1.535056e+02 | 2.210000e+02 |  43.97%
1.49/1.51	c   1.5s|     1 |     0 |  4018 |     - |3153k|   0 | 393 | 476 | 543 | 476 | 972 | 429 |   0 |   0 | 1.572833e+02 | 2.210000e+02 |  40.51%
2.09/2.14	c   2.1s|     1 |     0 |  5063 |     - |3343k|   0 | 422 | 476 | 543 | 476 |1135 | 592 |   0 |   0 | 1.599823e+02 | 2.210000e+02 |  38.14%
2.68/2.71	c   2.7s|     1 |     0 |  5723 |     - |3482k|   0 | 434 | 476 | 543 | 476 |1249 | 706 |   0 |   0 | 1.609817e+02 | 2.210000e+02 |  37.28%
3.19/3.29	c   3.3s|     1 |     0 |  6291 |     - |3552k|   0 | 433 | 476 | 543 | 476 |1317 | 774 |   0 |   0 | 1.615511e+02 | 2.210000e+02 |  36.80%
3.79/3.81	c   3.8s|     1 |     0 |  6597 |     - |3592k|   0 | 436 | 476 | 543 | 476 |1355 | 812 |   0 |   0 | 1.617027e+02 | 2.210000e+02 |  36.67%
4.09/4.19	c   4.2s|     1 |     0 |  6737 |     - |3602k|   0 | 440 | 476 | 543 | 476 |1369 | 826 |   0 |   0 | 1.617270e+02 | 2.210000e+02 |  36.65%
4.49/4.55	c   4.5s|     1 |     0 |  6778 |     - |3610k|   0 | 437 | 476 | 543 | 476 |1372 | 829 |   0 |   0 | 1.617289e+02 | 2.210000e+02 |  36.65%
4.88/4.92	c   4.9s|     1 |     0 |  6807 |     - |3617k|   0 | 440 | 476 | 543 | 476 |1373 | 830 |   0 |   0 | 1.617298e+02 | 2.210000e+02 |  36.65%
5.29/5.36	c   5.4s|     1 |     0 |  6970 |     - |3632k|   0 | 438 | 476 | 543 | 476 |1384 | 841 |   0 |   0 | 1.617763e+02 | 2.210000e+02 |  36.61%
5.69/5.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.69/5.72	c   5.7s|     1 |     0 |  7025 |     - |3640k|   0 | 435 | 476 | 543 | 476 |1322 | 844 |   0 |   0 | 1.617825e+02 | 2.210000e+02 |  36.60%
11.68/11.76	c  11.8s|     1 |     2 |  7025 |     - |3661k|   0 | 435 | 476 | 543 | 476 |1322 | 844 |   0 |  25 | 1.617825e+02 | 2.210000e+02 |  36.60%
42.37/42.46	o 221
42.37/42.46	c c42.5s|    15 |    16 | 19097 | 862.3 |4398k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.210000e+02 |  36.35%
42.37/42.47	o 218
42.37/42.47	c c42.5s|    15 |    16 | 19121 | 864.0 |4405k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.180000e+02 |  34.50%
42.37/42.49	o 217
42.37/42.49	c c42.5s|    15 |    16 | 19235 | 872.1 |4429k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.170000e+02 |  33.88%
42.37/42.49	o 216
42.37/42.49	c c42.5s|    15 |    16 | 19239 | 872.4 |4431k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.160000e+02 |  33.27%
42.37/42.49	o 216
42.37/42.49	c c42.5s|    15 |    16 | 19240 | 872.5 |4432k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.160000e+02 |  33.27%
42.37/42.49	o 215
42.37/42.49	c c42.5s|    15 |    16 | 19241 | 872.6 |4433k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.150000e+02 |  32.65%
42.37/42.49	o 214
42.37/42.49	c c42.5s|    15 |    16 | 19251 | 873.3 |4435k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.140000e+02 |  32.03%
42.37/42.49	o 213
42.37/42.49	c c42.5s|    15 |    16 | 19257 | 873.7 |4436k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.130000e+02 |  31.42%
42.47/42.50	o 212
42.47/42.50	c c42.5s|    15 |    16 | 19298 | 876.6 |4446k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 270 | 1.620794e+02 | 2.120000e+02 |  30.80%
46.58/46.61	o 209
46.58/46.61	c p46.6s|    27 |    28 | 29911 | 880.2 |4507k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 2.090000e+02 |  28.91%
46.58/46.61	o 208
46.58/46.61	c p46.6s|    27 |    28 | 29912 | 880.3 |4508k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 2.080000e+02 |  28.29%
46.58/46.61	o 208
46.58/46.61	c p46.6s|    27 |    28 | 29975 | 882.7 |4514k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 2.080000e+02 |  28.29%
46.58/46.61	o 206
46.58/46.61	c p46.6s|    27 |    28 | 29977 | 882.8 |4515k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 2.060000e+02 |  27.06%
46.58/46.62	o 203
46.58/46.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.58/46.62	c p46.6s|    27 |    28 | 29993 | 883.4 |4517k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 2.030000e+02 |  25.21%
46.58/46.62	o 202
46.58/46.62	c p46.6s|    27 |    28 | 30012 | 884.1 |4519k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 2.020000e+02 |  24.59%
46.58/46.62	o 201
46.58/46.62	c p46.6s|    27 |    28 | 30022 | 884.5 |4522k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 2.010000e+02 |  23.98%
46.58/46.62	o 200
46.58/46.62	c p46.6s|    27 |    28 | 30023 | 884.5 |4523k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 2.000000e+02 |  23.36%
46.58/46.62	o 198
46.58/46.62	c p46.6s|    27 |    28 | 30026 | 884.7 |4524k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 1.980000e+02 |  22.13%
46.58/46.62	o 197
46.58/46.62	c p46.6s|    27 |    28 | 30027 | 884.7 |4525k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 1.970000e+02 |  21.51%
46.58/46.62	o 196
46.58/46.62	c p46.6s|    27 |    28 | 30028 | 884.7 |4526k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 1.960000e+02 |  20.89%
46.58/46.63	o 195
46.58/46.63	c p46.6s|    27 |    28 | 30049 | 885.5 |4534k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 1.950000e+02 |  20.28%
46.58/46.63	o 194
46.58/46.63	c p46.6s|    27 |    28 | 30050 | 885.6 |4535k|  14 |   - | 476 | 543 | 476 | 979 | 844 |   0 | 284 | 1.621279e+02 | 1.940000e+02 |  19.66%
374.62/374.76	o 193
374.62/374.76	c C 375s|  1681 |  1682 |  1586k| 940.4 |5555k|  31 | 330 | 476 | 597 | 476 | 979 | 844 |  54 | 765 | 1.625690e+02 | 1.930000e+02 |  18.72%
653.20/653.30	o 192
653.20/653.30	c C 653s|  9654 |  4794 |  2978k| 307.8 |7884k| 139 |  99 | 476 | 643 | 476 | 979 | 844 | 105 |1270 | 1.630364e+02 | 1.920000e+02 |  17.77%
653.20/653.31	o 191
653.20/653.31	c b 653s|  9655 |  4080 |  2978k| 307.8 |7308k| 139 |   - | 476 | 643 | 476 | 979 | 844 | 105 |1270 | 1.630364e+02 | 1.910000e+02 |  17.15%
668.39/668.54	c   669s| 10000 |  4139 |  3056k| 305.0 |7341k| 139 |  96 | 476 | 643 | 476 | 979 | 844 | 105 |1279 | 1.630445e+02 | 1.910000e+02 |  17.15%
998.54/998.77	c   999s| 20000 |  7471 |  4758k| 237.6 |9976k| 139 |   - | 476 | 693 | 476 | 979 | 844 | 167 |1660 | 1.632034e+02 | 1.910000e+02 |  17.03%
1288.69/1288.99	c  1289s| 30000 | 10389 |  6284k| 209.2 |  12M| 139 | 114 | 476 | 735 | 476 | 979 | 844 | 222 |2072 | 1.632874e+02 | 1.910000e+02 |  16.97%
1585.74/1586.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1585.74/1586.10	c  1586s| 40000 | 13111 |  7795k| 194.7 |  14M| 139 | 376 | 476 | 767 | 476 | 979 | 844 | 288 |2510 | 1.633647e+02 | 1.910000e+02 |  16.92%
1789.71/1790.01	c 
1789.71/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.01	c Solving Time (sec) : 1790.01
1789.71/1790.01	c Solving Nodes      : 46995
1789.71/1790.01	c Primal Bound       : +1.91000000000000e+02 (774 solutions)
1789.71/1790.01	c Dual Bound         : +1.63412538538719e+02
1789.71/1790.01	c Gap                : 16.88 %
1789.71/1790.02	s SATISFIABLE
1789.71/1790.02	v x476 x475 -x474 x473 -x472 -x471 x470 -x469 x468 x467 -x466 x465 -x464 -x463 -x462 x461 -x460 -x459 x458 -x457 -x456 -x455 -x454 
1789.71/1790.02	v -x453 x452 -x451 -x450 -x449 -x448 x447 x446 x445 -x444 -x443 -x442 x441 -x440 -x439 -x438 -x437 -x436 x435 x434 -x433 -x432 
1789.71/1790.02	v x431 -x430 x429 -x428 x427 -x426 -x425 -x424 x423 -x422 -x421 x420 x419 x418 x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 
1789.71/1790.02	v -x409 -x408 -x407 -x406 x405 -x404 x403 -x402 x401 x400 -x399 -x398 -x397 x396 -x395 x394 -x393 -x392 -x391 -x390 x389 -x388 
1789.71/1790.02	v -x387 x386 x385 x384 -x383 x382 x381 x380 -x379 -x378 -x377 -x376 x375 -x374 x373 x372 x371 x370 -x369 -x368 -x367 -x366 x365 
1789.71/1790.02	v x364 -x363 -x362 -x361 x360 -x359 -x358 -x357 x356 -x355 x354 x353 x352 x351 x350 x349 -x348 -x347 x346 -x345 -x344 x343 -x342 
1789.71/1790.02	v x341 -x340 x339 -x338 -x337 -x336 x335 -x334 -x333 -x332 -x331 x330 -x329 -x328 x327 -x326 x325 -x324 x323 x322 -x321 -x320 
1789.71/1790.02	v x319 -x318 -x317 -x316 -x315 -x314 x313 -x312 -x311 x310 -x309 -x308 -x307 x306 x305 -x304 -x303 x302 -x301 -x300 -x299 -x298 
1789.71/1790.02	v x297 -x296 x295 -x294 -x293 x292 -x291 x290 x289 -x288 x287 -x286 -x285 -x284 -x283 x282 -x281 x280 x279 x278 -x277 -x276 
1789.71/1790.02	v -x275 x274 -x273 x272 x271 -x270 -x269 -x268 -x267 x266 -x265 -x264 -x263 -x262 x261 -x260 x259 -x258 x257 x256 x255 -x254 -x253 
1789.71/1790.02	v -x252 x251 -x250 x249 -x248 -x247 -x246 -x245 x244 -x243 x242 x241 x240 -x239 -x238 -x237 -x236 x235 x234 -x233 -x232 x231 
1789.71/1790.02	v -x230 -x229 x228 -x227 -x226 -x225 -x224 x223 x222 x221 -x220 x219 -x218 x217 x216 -x215 -x214 -x213 -x212 x211 -x210 x209 
1789.71/1790.02	v -x208 x207 -x206 x205 x204 -x203 -x202 -x201 x200 x199 -x198 x197 x196 -x195 x194 -x193 -x192 x191 x190 -x189 -x188 x187 x186 
1789.71/1790.02	v -x185 -x184 x183 x182 x181 -x180 -x179 -x178 x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 -x167 x166 x165 -x164 
1789.71/1790.02	v -x163 -x162 -x161 x160 -x159 x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 x150 -x149 x148 -x147 x146 -x145 -x144 x143 x142 
1789.71/1790.02	v x141 -x140 x139 -x138 -x137 x136 x135 x134 -x133 x132 -x131 -x130 -x129 x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 
1789.71/1790.02	v -x118 -x117 x116 x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 x105 x104 -x103 x102 -x101 -x100 x99 x98 -x97 
1789.71/1790.02	v -x96 -x95 -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 
1789.71/1790.02	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 x42 
1789.71/1790.02	v -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 x16 -x15 
1789.71/1790.02	v x14 x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 x2 x1 
1789.71/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.02	c Solving Time       :    1790.01
1789.71/1790.02	c Original Problem   :
1789.71/1790.02	c   Problem name     : HOME/instance-3731445-1338685802.opb
1789.71/1790.02	c   Variables        : 476 (476 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.02	c   Constraints      : 476 initial, 476 maximal
1789.71/1790.02	c Presolved Problem  :
1789.71/1790.02	c   Problem name     : t_HOME/instance-3731445-1338685802.opb
1789.71/1790.02	c   Variables        : 476 (476 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.02	c   Constraints      : 543 initial, 774 maximal
1789.71/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   knapsack         :       0.01          0          0          0          0          0         18        270        585
1789.71/1790.02	c   setppc           :       0.00          0          0          0          0          0         48          0          0
1789.71/1790.02	c   linear           :       0.01          0          0          0          0          0          0          0         22
1789.71/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.02	c   integral         :          0          0          0      31390          0          0         37          0          0      62730
1789.71/1790.02	c   knapsack         :        455         12     241264          0          2          0     219165        819          0          0
1789.71/1790.02	c   setppc           :         86         12     241264          0          2          0      19310          0          0          0
1789.71/1790.02	c   logicor          :          2+        12      48220          0          2          0         89          0          0          0
1789.71/1790.02	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.71/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.02	c   integral         :     128.98       0.00       0.00     128.98       0.00
1789.71/1790.02	c   knapsack         :       5.91       0.04       5.87       0.00       0.00
1789.71/1790.02	c   setppc           :       0.20       0.00       0.20       0.00       0.00
1789.71/1790.02	c   logicor          :       0.07       0.00       0.07       0.00       0.00
1789.71/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.02	c   vbounds          :       0.04          2          0          0
1789.71/1790.02	c   rootredcost      :       0.04         22          0          0
1789.71/1790.02	c   pseudoobj        :       1.68     241732          0          0
1789.71/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.02	c   infeasible LP    :       0.02        327        327        327        3.8          0        0.0          0
1789.71/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.02	c   applied globally :          -          -          -        327        3.8          -          -          -
1789.71/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.02	c   cut pool         :       0.00         11          -          -        321          -    (maximal pool size: 1551)
1789.71/1790.02	c   redcost          :       1.23      59226          0     712792          0          0
1789.71/1790.02	c   impliedbounds    :       0.00         12          0          0         38          0
1789.71/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.02	c   gomory           :       1.74         12          0          0          0          0
1789.71/1790.02	c   strongcg         :       1.64         12          0          0          0          0
1789.71/1790.02	c   cmir             :       0.23         10          0          0        944          0
1789.71/1790.02	c   flowcover        :       0.21         10          0          0        978          0
1789.71/1790.02	c   clique           :       0.00          1          0          0          0          0
1789.71/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.71/1790.02	c   rapidlearning    :       0.14          1          0          0          0          0
1789.71/1790.02	c Pricers            :       Time      Calls       Vars
1789.71/1790.02	c   problem variables:       0.00          0          0
1789.71/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.02	c   relpscost        :     128.97      31390          0         37          0          0      62730
1789.71/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   inference        :       0.00          2          0          0          0          0          4
1789.71/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.02	c   LP solutions     :       0.00          -          0
1789.71/1790.02	c   pseudo solutions :       0.00          -          0
1789.71/1790.02	c   feaspump         :       0.00          0          0
1789.71/1790.02	c   intshifting      :       0.00          0          0
1789.71/1790.02	c   oneopt           :       0.01          6          1
1789.71/1790.02	c   crossover        :       1.81          7          6
1789.71/1790.02	c   objpscostdiving  :      48.21         12        143
1789.71/1790.02	c   guideddiving     :      52.20         38          0
1789.71/1790.02	c   fracdiving       :      51.53         38          0
1789.71/1790.02	c   veclendiving     :      62.23         55         38
1789.71/1790.02	c   linesearchdiving :      61.50         60         22
1789.71/1790.02	c   rootsoldiving    :      12.15         57          0
1789.71/1790.02	c   coefdiving       :     250.64        161        172
1789.71/1790.02	c   pscostdiving     :     280.40        239        341
1789.71/1790.02	c   trivial          :       0.00          2          3
1789.71/1790.02	c   simplerounding   :       0.78      51349         26
1789.71/1790.02	c   zirounding       :       0.27       1000         19
1789.71/1790.02	c   rounding         :       9.66      10491          1
1789.71/1790.02	c   shifting         :       2.79       2913          1
1789.71/1790.02	c   twoopt           :       0.00          0          0
1789.71/1790.02	c   fixandinfer      :       0.00          0          0
1789.71/1790.02	c   intdiving        :       0.00          0          0
1789.71/1790.02	c   actconsdiving    :       0.00          0          0
1789.71/1790.02	c   octane           :       0.00          0          0
1789.71/1790.02	c   rens             :       0.00          0          0
1789.71/1790.02	c   rins             :       0.00          0          0
1789.71/1790.02	c   localbranching   :       0.00          0          0
1789.71/1790.02	c   mutation         :       0.00          0          0
1789.71/1790.02	c   dins             :       0.00          0          0
1789.71/1790.02	c   undercover       :       0.00          0          0
1789.71/1790.02	c   nlp              :       0.01          0          0
1789.71/1790.02	c   trysol           :       0.01          0          0
1789.71/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1789.71/1790.02	c   dual LP          :     803.39      66935    4190887      62.61    5216.50
1789.71/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.02	c   diving/probing LP:     800.86      93490    4655879      49.80    5813.59
1789.71/1790.02	c   strong branching :     127.53       2742     558631     203.73    4380.51
1789.71/1790.02	c     (at root node) :          -         25      19208     768.32          -
1789.71/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.02	c B&B Tree           :
1789.71/1790.02	c   number of runs   :          1
1789.71/1790.02	c   nodes            :      46995
1789.71/1790.02	c   nodes (total)    :      46995
1789.71/1790.02	c   nodes left       :      14876
1789.71/1790.02	c   max depth        :        139
1789.71/1790.02	c   max depth (total):        139
1789.71/1790.02	c   backtracks       :       7163 (15.2%)
1789.71/1790.02	c   delayed cutoffs  :          0
1789.71/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.71/1790.02	c   avg switch length:       6.81
1789.71/1790.02	c   switching time   :       1.71
1789.71/1790.02	c Solution           :
1789.71/1790.02	c   Solutions found  :        774 (30 improvements)
1789.71/1790.02	c   First Solution   : +4.76000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1789.71/1790.02	c   Primal Bound     : +1.91000000000000e+02   (in run 1, after 9655 nodes, 653.30 seconds, depth 121, found by <oneopt>)
1789.71/1790.02	c   Dual Bound       : +1.63412538538719e+02
1789.71/1790.02	c   Gap              :      16.88 %
1789.71/1790.02	c   Root Dual Bound  : +1.61782505582069e+02
1789.71/1790.02	c   Root Iterations  :       7025
1789.71/1790.04	c Time complete: 1789.75.

Verifier Data

OK	191

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12245
/proc/meminfo: memFree=27988312/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 1707 0 0 0 0 0 0 0 20 0 1 0 334707079 10211328 1654 33554432000 4194304 8395647 140735131544592 140735131543576 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 2493 1665 374 1026 0 1463 0

[startup+0.096349 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12245
/proc/meminfo: memFree=27988312/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=18128 CPUtime=0.08 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 4056 0 0 0 8 0 0 0 20 0 1 0 334707079 18563072 3645 33554432000 4194304 8395647 140735131544592 140735131543576 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 4532 3645 572 1026 0 3502 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18128

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12245
/proc/meminfo: memFree=27988312/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=18128 CPUtime=0.09 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 4056 0 0 0 9 0 0 0 20 0 1 0 334707079 18563072 3645 33554432000 4194304 8395647 140735131544592 140735131543576 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 4532 3645 572 1026 0 3502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18128

[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12245
/proc/meminfo: memFree=27988312/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=19804 CPUtime=0.29 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 4401 0 0 0 28 1 0 0 20 0 1 0 334707079 20279296 3990 33554432000 4194304 8395647 140735131544592 140735131543576 6697363 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 4951 3990 576 1026 0 3921 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19804

[startup+0.700249 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12245
/proc/meminfo: memFree=27988312/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=21028 CPUtime=0.68 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 7167 0 0 0 67 1 0 0 20 0 1 0 334707079 21532672 4476 33554432000 4194304 8395647 140735131544592 140735131543576 6701841 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 5257 4476 627 1026 0 4227 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21028

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12246
/proc/meminfo: memFree=27972672/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=21928 CPUtime=1.49 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 7282 0 0 0 147 2 0 0 20 0 1 0 334707079 22454272 4591 33554432000 4194304 8395647 140735131544592 140735131539720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 5482 4591 627 1026 0 4452 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21928

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12246
/proc/meminfo: memFree=27971192/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=23460 CPUtime=3.08 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 7736 0 0 0 306 2 0 0 20 0 1 0 334707079 24023040 5045 33554432000 4194304 8395647 140735131544592 140735131539880 5834481 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 5865 5045 627 1026 0 4835 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23460

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12246
/proc/meminfo: memFree=27969952/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=24260 CPUtime=6.29 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 8627 0 0 0 624 5 0 0 20 0 1 0 334707079 24842240 5187 33554432000 4194304 8395647 140735131544592 140735131539832 6698059 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6065 5187 629 1026 0 5035 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24260

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12246
/proc/meminfo: memFree=27969132/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=24260 CPUtime=12.69 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 8653 0 0 0 1260 9 0 0 20 0 1 0 334707079 24842240 5213 33554432000 4194304 8395647 140735131544592 140735131539896 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6065 5213 630 1026 0 5035 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24260

[startup+25.5001 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12284
/proc/meminfo: memFree=28059528/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=24260 CPUtime=25.49 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 8653 0 0 0 2534 15 0 0 20 0 1 0 334707079 24842240 5213 33554432000 4194304 8395647 140735131544592 140735131539848 6741205 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6065 5213 630 1026 0 5035 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24260

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 12284
/proc/meminfo: memFree=28055652/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=24480 CPUtime=51.08 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 8734 0 0 0 5082 26 0 0 20 0 1 0 334707079 25067520 5576 33554432000 4194304 8395647 140735131544592 140735131539832 6670409 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6120 5576 630 1026 0 5090 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24480

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12284
/proc/meminfo: memFree=28054920/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=24760 CPUtime=102.27 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 10869 0 0 0 10171 56 0 0 20 0 1 0 334707079 25354240 5628 33554432000 4194304 8395647 140735131544592 140735131539896 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6190 5628 640 1026 0 5160 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24760

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12285
/proc/meminfo: memFree=28056408/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=24760 CPUtime=162.26 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 10891 0 0 0 16134 92 0 0 20 0 1 0 334707079 25354240 5650 33554432000 4194304 8395647 140735131544592 140735131539800 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6190 5650 640 1026 0 5160 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 24760

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12285
/proc/meminfo: memFree=28056100/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=24760 CPUtime=222.25 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 10894 0 0 0 22099 126 0 0 20 0 1 0 334707079 25354240 5653 33554432000 4194304 8395647 140735131544592 140735131539800 6741412 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6190 5653 640 1026 0 5160 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 24760

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12285
/proc/meminfo: memFree=28055232/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=25140 CPUtime=282.24 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 12959 0 0 0 28058 166 0 0 20 0 1 0 334707079 25743360 5733 33554432000 4194304 8395647 140735131544592 140735131540152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6285 5733 640 1026 0 5255 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 25140

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 12285
/proc/meminfo: memFree=28055492/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=25140 CPUtime=342.24 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 12962 0 0 0 34024 200 0 0 20 0 1 0 334707079 25743360 5736 33554432000 4194304 8395647 140735131544592 140735131539800 6740868 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6285 5736 640 1026 0 5255 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 25140

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 1.99 3/178 12285
/proc/meminfo: memFree=28052832/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=26620 CPUtime=402.22 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 15879 0 0 0 39981 241 0 0 20 0 1 0 334707079 27258880 6137 33554432000 4194304 8395647 140735131544592 140735131539000 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6655 6137 640 1026 0 5625 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 26620

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 12286
/proc/meminfo: memFree=28051252/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=27496 CPUtime=462.22 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 16090 0 0 0 45943 279 0 0 20 0 1 0 334707079 28155904 6347 33554432000 4194304 8395647 140735131544592 140735131540152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6874 6347 640 1026 0 5844 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 27496

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/178 12286
/proc/meminfo: memFree=28051344/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=27368 CPUtime=522.21 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 17533 0 0 0 51904 317 0 0 20 0 1 0 334707079 28024832 6315 33554432000 4194304 8395647 140735131544592 140735131540152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 6842 6315 640 1026 0 5812 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 27368

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 12286
/proc/meminfo: memFree=28050392/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=28468 CPUtime=582.2 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 20150 0 0 0 57862 358 0 0 20 0 1 0 334707079 29151232 6562 33554432000 4194304 8395647 140735131544592 140735131540264 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 7117 6562 640 1026 0 6087 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 28468

[startup+642.3 s]

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

/proc/meminfo: memFree=28042572/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=32352 CPUtime=1062.12 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 26820 0 0 0 105534 678 0 0 20 0 1 0 334707079 33128448 7579 33554432000 4194304 8395647 140735131544592 140735131539000 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 8088 7579 640 1026 0 7058 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 32352

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12500
/proc/meminfo: memFree=28039976/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=35012 CPUtime=1122.11 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 27485 0 0 0 111494 717 0 0 20 0 1 0 334707079 35852288 8244 33554432000 4194304 8395647 140735131544592 140735131540104 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 8753 8244 640 1026 0 7723 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 35012

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12500
/proc/meminfo: memFree=28040100/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=35012 CPUtime=1182.1 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 27486 0 0 0 117452 758 0 0 20 0 1 0 334707079 35852288 8244 33554432000 4194304 8395647 140735131544592 140735131539816 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 8753 8244 640 1026 0 7723 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 35012

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12503
/proc/meminfo: memFree=28040044/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=35012 CPUtime=1242.1 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 27486 0 0 0 123409 801 0 0 20 0 1 0 334707079 35852288 8244 33554432000 4194304 8395647 140735131544592 140735131539720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 8753 8244 640 1026 0 7723 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 35012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12503
/proc/meminfo: memFree=28039928/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=35012 CPUtime=1302.09 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 27486 0 0 0 129368 841 0 0 20 0 1 0 334707079 35852288 8244 33554432000 4194304 8395647 140735131544592 140735131539720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 8753 8244 640 1026 0 7723 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 35012

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12504
/proc/meminfo: memFree=28039680/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=35012 CPUtime=1362.07 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 27508 0 0 0 135326 881 0 0 20 0 1 0 334707079 35852288 8266 33554432000 4194304 8395647 140735131544592 140735131540216 6697355 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 8753 8266 640 1026 0 7723 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 35012

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12504
/proc/meminfo: memFree=28038812/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=35168 CPUtime=1422.07 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 27509 0 0 0 141284 923 0 0 20 0 1 0 334707079 36012032 8267 33554432000 4194304 8395647 140735131544592 140735131539720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 8792 8267 640 1026 0 7762 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 35168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12504
/proc/meminfo: memFree=28037324/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=35168 CPUtime=1482.05 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 27510 0 0 0 147244 961 0 0 20 0 1 0 334707079 36012032 8268 33554432000 4194304 8395647 140735131544592 140735131540104 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 8792 8268 640 1026 0 7762 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 35168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12504
/proc/meminfo: memFree=28036024/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=36452 CPUtime=1542.04 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30167 0 0 0 153199 1005 0 0 20 0 1 0 334707079 37326848 8604 33554432000 4194304 8395647 140735131544592 140735131540056 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9113 8604 640 1026 0 8083 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 36452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12504
/proc/meminfo: memFree=28035280/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=36976 CPUtime=1602.03 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30279 0 0 0 159158 1045 0 0 20 0 1 0 334707079 37863424 8715 33554432000 4194304 8395647 140735131544592 140735131539816 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9244 8715 640 1026 0 8214 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 36976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12505
/proc/meminfo: memFree=28035156/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=36976 CPUtime=1662.03 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30290 0 0 0 165118 1085 0 0 20 0 1 0 334707079 37863424 8726 33554432000 4194304 8395647 140735131544592 140735131540152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9244 8726 640 1026 0 8214 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 36976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12505
/proc/meminfo: memFree=28035156/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=37152 CPUtime=1722.02 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30328 0 0 0 171077 1125 0 0 20 0 1 0 334707079 38043648 8764 33554432000 4194304 8395647 140735131544592 140735131539720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9288 8764 640 1026 0 8258 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 37152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12506
/proc/meminfo: memFree=28034652/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=37492 CPUtime=1782.01 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30391 0 0 0 177039 1162 0 0 20 0 1 0 334707079 38391808 8826 33554432000 4194304 8395647 140735131544592 140735131539240 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9373 8826 640 1026 0 8343 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 37492

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12506
/proc/meminfo: memFree=28035024/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=37492 CPUtime=1785.21 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30395 0 0 0 177356 1165 0 0 20 0 1 0 334707079 38391808 8830 33554432000 4194304 8395647 140735131544592 140735131539720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9373 8830 640 1026 0 8343 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 37492

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12506
/proc/meminfo: memFree=28035024/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=37492 CPUtime=1786.81 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30395 0 0 0 177515 1166 0 0 20 0 1 0 334707079 38391808 8830 33554432000 4194304 8395647 140735131544592 140735131539720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9373 8830 640 1026 0 8343 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 37492

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12506
/proc/meminfo: memFree=28035024/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=37492 CPUtime=1788.41 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30396 0 0 0 177673 1168 0 0 20 0 1 0 334707079 38391808 8831 33554432000 4194304 8395647 140735131544592 140735131539720 6693761 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9373 8831 640 1026 0 8343 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 37492

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12506
/proc/meminfo: memFree=28035024/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=37492 CPUtime=1789.21 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30396 0 0 0 177753 1168 0 0 20 0 1 0 334707079 38391808 8831 33554432000 4194304 8395647 140735131544592 140735131539720 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9373 8831 640 1026 0 8343 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 37492

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12506
/proc/meminfo: memFree=28035024/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=37492 CPUtime=1789.61 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30396 0 0 0 177793 1168 0 0 20 0 1 0 334707079 38391808 8831 33554432000 4194304 8395647 140735131544592 140735131540152 6696343 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9373 8831 640 1026 0 8343 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (KiB) 37492

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12506
/proc/meminfo: memFree=28035024/32873648 swapFree=6864/6864
[pid=12245] ppid=12243 vsize=37492 CPUtime=1789.71 cores=0,2,4,6
/proc/12245/stat : 12245 (pbscip.linux.x8) R 12243 12245 11712 0 -1 4202496 30396 0 0 0 177803 1168 0 0 20 0 1 0 334707079 38391808 8831 33554432000 4194304 8395647 140735131544592 140735131540152 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/12245/statm: 9373 8831 640 1026 0 8343 0
Current children cumulated CPU time (s) 1789.71
Current children cumulated vsize (KiB) 37492

Child status: 0
Real time (s): 1790.04
CPU time (s): 1789.76
CPU user time (s): 1778.07
CPU system time (s): 11.6872
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 44616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.07
system time used= 11.6872
maximum resident set size= 41688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30400
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= 21
involuntary context switches= 1849

runsolver used 4.5993 second user time and 9.68053 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-03 03:10:02
IDJOB=3731445
IDBENCH=1954
IDSOLVER=2326
FILE ID=node113/3731445-1338685802
RUNJOBID= node113-1338678627-11731
PBS_JOBID= 14636700
Free space on /tmp= 70968 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731445-1338685802/watcher-3731445-1338685802 -o /tmp/evaluation-result-3731445-1338685802/solver-3731445-1338685802 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731445-1338685802.opb -t 1800 -m 15500

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

MD5SUM BENCH= bddc7a1ce44c83fc28f6e299cbaaf04c
RANDOM SEED=821219514

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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	: 5438.54
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.92
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		: 2667.026
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:       32873648 kB
MemFree:        27988576 kB
Buffers:          501580 kB
Cached:          3382052 kB
SwapCached:         2020 kB
Active:          1807996 kB
Inactive:        2189988 kB
Active(anon):     114076 kB
Inactive(anon):     1800 kB
Active(file):    1693920 kB
Inactive(file):  2188188 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099596 kB
Dirty:             10520 kB
Writeback:             0 kB
AnonPages:        119008 kB
Mapped:            13652 kB
Shmem:                 0 kB
Slab:             749716 kB
SReclaimable:     193868 kB
SUnreclaim:       555848 kB
KernelStack:        1448 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     235112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70960 MiB
End job on node113 at 2012-06-03 03:39:52