Trace number 3447745

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 1060.18 1060.17

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900562192--soft-66-100-0.wbo
MD5SUMa8e86a019ae76f67696e97fb47d8da09
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark87.6837
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 765
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.4 [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-3447745-1307897308.wbo>
0.00/0.02	c original problem has 1137 variables (1137 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.04/0.07	c (round 2) 0 del vars, 165 del conss, 0 add conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.04/0.09	c (round 3) 104 del vars, 266 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.09/0.10	c (round 4) 140 del vars, 266 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 1676 upgd conss, 210 impls, 14 clqs
0.09/0.11	c (round 5) 140 del vars, 269 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 1676 upgd conss, 210 impls, 14 clqs
0.09/0.15	c    (0.2s) probing: 101/1067 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  140 deleted vars, 269 deleted constraints, 0 added constraints, 924 tightened bounds, 0 added holes, 135 changed sides, 0 changed coefficients
0.09/0.15	c  1046 implications, 14 cliques
0.09/0.15	c presolved problem has 1903 variables (1067 bin, 0 int, 836 impl, 0 cont) and 3345 constraints
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      51 constraints of type <setppc>
0.09/0.15	c     836 constraints of type <linear>
0.09/0.15	c     836 constraints of type <indicator>
0.09/0.15	c    1621 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.13
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 2.0.1.4
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1800
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 13950
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # belongs reading time to solving time?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c timing/reading = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.19/0.26	o 849
0.19/0.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.26	c T 0.3s|     1 |     0 |     0 |     - |9072k|   0 |   - |1903 |4183 |1903 |2509 |   0 |   2 |   0 |      --      | 8.490000e+02 |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |    84 |     - |8680k|   0 |  39 |1903 |4183 |1903 |2509 |   0 |   2 |   0 | 0.000000e+00 | 8.490000e+02 |    Inf 
0.49/0.50	c   0.5s|     1 |     0 |   154 |     - |9611k|   0 |  44 |1903 |4221 |1903 |2517 |   8 |   2 |   0 | 0.000000e+00 | 8.490000e+02 |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   179 |     - |  10M|   0 |  46 |1903 |4221 |1903 |2522 |  13 |   2 |   0 | 0.000000e+00 | 8.490000e+02 |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   205 |     - |  10M|   0 |  53 |1903 |4221 |1903 |2528 |  19 |   2 |   0 | 0.000000e+00 | 8.490000e+02 |    Inf 
1.00/1.01	c   1.0s|     1 |     0 |   210 |     - |  10M|   0 |  53 |1903 |4221 |1903 |2531 |  22 |   2 |   0 | 0.000000e+00 | 8.490000e+02 |    Inf 
1.69/1.73	c   1.7s|     1 |     2 |  1275 |     - |  10M|   0 |  53 |1903 |4221 |1903 |2531 |  22 |   2 |   9 | 0.000000e+00 | 8.490000e+02 |    Inf 
3.69/3.79	o 359
3.69/3.79	c r 3.8s|    11 |    10 |  1885 | 167.5 |  10M|  10 |   1 |1903 |4221 |1903 |2536 |  33 |   2 | 131 | 0.000000e+00 | 3.590000e+02 |    Inf 
4.19/4.20	o 342
4.19/4.20	c r 4.2s|    18 |    13 |  2137 | 113.4 |  10M|  11 |   1 |1903 |4221 |1903 |2540 |  48 |   2 | 207 | 0.000000e+00 | 3.420000e+02 |    Inf 
4.19/4.22	o 335
4.19/4.22	c * 4.2s|    22 |    13 |  2192 |  94.4 |  10M|  13 |   - |1903 |4225 |1903 |2540 |  48 |   6 | 207 | 0.000000e+00 | 3.350000e+02 |    Inf 
4.40/4.43	o 260
4.40/4.43	c * 4.4s|    28 |    15 |  2383 |  80.5 |  10M|  13 |   - |1903 |4227 |1903 |2535 |  58 |   8 | 251 | 0.000000e+00 | 2.600000e+02 |    Inf 
7.39/7.40	o 242
7.39/7.40	c * 7.4s|   137 |    44 |  5602 |  39.6 |  11M|  24 |   - |1903 |4320 |1903 |2526 |  64 | 101 | 766 | 0.000000e+00 | 2.420000e+02 |    Inf 
10.59/10.66	o 228
10.59/10.66	c *10.7s|   358 |    88 |  8568 |  23.4 |  12M|  43 |   - |1903 |4516 |1903 |2529 |  72 | 298 |1274 | 0.000000e+00 | 2.280000e+02 |    Inf 
11.19/11.29	o 217
11.19/11.29	c *11.3s|   415 |    98 |  9380 |  22.1 |  12M|  43 |   - |1903 |4566 |1903 |2530 |  79 | 357 |1359 | 0.000000e+00 | 2.170000e+02 |    Inf 
11.49/11.53	o 192
11.49/11.53	c *11.5s|   463 |   111 |  9988 |  21.2 |  12M|  43 |   - |1903 |4621 |1903 |2527 |  86 | 412 |1380 | 0.000000e+00 | 1.920000e+02 |    Inf 
11.49/11.56	o 186
11.49/11.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.49/11.56	c *11.6s|   472 |   110 | 10031 |  20.9 |  12M|  43 |   - |1903 |4644 |1903 |2535 |  96 | 435 |1380 | 0.000000e+00 | 1.860000e+02 |    Inf 
12.29/12.38	o 175
12.29/12.38	c *12.4s|   661 |   129 | 11135 |  16.6 |  13M|  43 |   - |1903 |4845 |1903 |2526 | 103 | 676 |1466 | 0.000000e+00 | 1.750000e+02 |    Inf 
12.49/12.51	o 138
12.49/12.51	c *12.5s|   706 |   120 | 11343 |  15.8 |  13M|  43 |   - |1903 |4910 |1903 |2532 | 110 | 747 |1469 | 0.000000e+00 | 1.380000e+02 |    Inf 
12.79/12.87	o 123
12.79/12.87	c *12.9s|   775 |   118 | 11971 |  15.2 |  14M|  43 |   - |1903 |4978 |1903 |2527 | 110 | 831 |1512 | 0.000000e+00 | 1.230000e+02 |    Inf 
17.49/17.52	o 90
17.49/17.52	c *17.5s|  2007 |   245 | 26716 |  13.2 |  16M|  54 |   - |1903 |5555 |1903 |2528 | 174 |2074 |1684 | 0.000000e+00 | 9.000000e+01 |    Inf 
20.49/20.51	o 61
20.49/20.51	c *20.5s|  2758 |   298 | 37301 |  13.5 |  16M|  55 |   - |1903 |5607 |1903 |2527 | 188 |2809 |1756 | 0.000000e+00 | 6.100000e+01 |    Inf 
20.58/20.66	o 26
20.58/20.66	c *20.7s|  2788 |   244 | 37976 |  13.6 |  16M|  55 |   - |1903 |5082 |1903 |2529 | 192 |2848 |1756 | 0.000000e+00 | 2.600000e+01 |    Inf 
21.19/21.24	o 19
21.19/21.24	c *21.2s|  2897 |   242 | 40874 |  14.0 |  15M|  55 |   - |1903 |4301 |1903 |2525 | 196 |2970 |1768 | 0.000000e+00 | 1.900000e+01 |    Inf 
21.49/21.59	o 17
21.49/21.59	c *21.6s|  2976 |   230 | 42653 |  14.3 |  15M|  55 |   - |1903 |4003 |1903 |2527 | 198 |3058 |1771 | 0.000000e+00 | 1.700000e+01 |    Inf 
24.10/24.13	o 12
24.10/24.13	c *24.1s|  3759 |   276 | 54362 |  14.4 |  16M|  55 |   - |1903 |4331 |1903 |2525 | 199 |3953 |1797 | 0.000000e+00 | 1.200000e+01 |    Inf 
24.49/24.54	o 4
24.49/24.54	c *24.5s|  3904 |   241 | 56157 |  14.3 |  15M|  55 |   - |1903 |4338 |1903 |2527 | 202 |4124 |1797 | 0.000000e+00 | 4.000000e+00 |    Inf 
35.19/35.26	o 3
35.19/35.26	c *35.3s|  6945 |   262 |107716 |  15.5 |  17M|  55 |   - |1903 |6139 |1903 |2525 | 202 |7942 |1960 | 0.000000e+00 | 3.000000e+00 |    Inf 
45.19/45.28	c  45.3s| 10000 |   406 |158337 |  15.8 |  18M|  55 |   - |1903 |7423 |1903 |2525 | 202 |  11k|1968 | 0.000000e+00 | 3.000000e+00 |    Inf 
72.08/72.17	o 1
72.08/72.17	c *72.2s| 19308 |   366 |300280 |  15.5 |  20M|  58 |   - |1903 |9512 |1903 |2525 | 202 |  23k|1968 | 0.000000e+00 | 1.000000e+00 |    Inf 
74.09/74.13	c  74.1s| 20000 |   371 |310954 |  15.5 |  20M|  58 |   - |1903 |9445 |1903 |2525 | 202 |  24k|1976 | 0.000000e+00 | 1.000000e+00 |    Inf 
107.98/108.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.98/108.01	c   108s| 30000 |    98 |488302 |  16.3 |  18M|  58 |   - |1903 |9757 |1903 |2525 | 202 |  37k|2628 | 0.000000e+00 | 1.000000e+00 |    Inf 
143.29/143.37	c   143s| 40000 |    63 |674236 |  16.9 |  19M|  58 |  31 |1903 |  13k|1903 |2525 | 202 |  49k|3251 | 0.000000e+00 | 1.000000e+00 |    Inf 
179.49/179.58	c   180s| 50000 |   100 |867437 |  17.3 |  21M|  59 |   - |1903 |  17k|1903 |2525 | 202 |  63k|3685 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.59/212.60	c   213s| 60000 |   147 |  1037k|  17.3 |  24M|  67 |   - |1903 |  21k|1903 |2525 | 202 |  77k|4075 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.08/245.15	c   245s| 70000 |    67 |  1197k|  17.1 |  22M|  67 |  36 |1903 |  18k|1903 |2525 | 202 |  91k|4456 | 0.000000e+00 | 1.000000e+00 |    Inf 
279.39/279.49	c   279s| 80000 |   137 |  1374k|  17.2 |  24M|  67 |  31 |1903 |  23k|1903 |2525 | 202 | 104k|4717 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.38/315.46	c   315s| 90000 |   288 |  1558k|  17.3 |  28M|  69 |  36 |1903 |  28k|1903 |2525 | 202 | 118k|4980 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.69/349.72	c   350s|100000 |   283 |  1729k|  17.3 |  29M|  72 |   - |1903 |  29k|1903 |2525 | 202 | 133k|5287 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.98/383.08	c   383s|110000 |   259 |  1893k|  17.2 |  29M|  73 |  42 |1903 |  31k|1903 |2525 | 202 | 148k|5488 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.69/416.78	c   417s|120000 |   278 |  2047k|  17.1 |  31M|  73 |   - |1903 |  34k|1903 |2525 | 202 | 162k|5757 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.68/449.71	c   450s|130000 |   196 |  2204k|  17.0 |  29M|  73 |   - |1903 |  31k|   0 |   0 | 202 | 177k|6009 | 0.000000e+00 | 1.000000e+00 |    Inf 
483.19/483.20	c   483s|140000 |   161 |  2372k|  16.9 |  29M|  75 |   - |1903 |  30k|1903 |2525 | 202 | 191k|6154 | 0.000000e+00 | 1.000000e+00 |    Inf 
518.99/519.07	c   519s|150000 |   187 |  2548k|  17.0 |  30M|  75 |  29 |1903 |  32k|1903 |2525 | 202 | 205k|6412 | 0.000000e+00 | 1.000000e+00 |    Inf 
553.49/553.50	c   553s|160000 |   150 |  2723k|  17.0 |  31M|  75 |  31 |1903 |  34k|1903 |2525 | 202 | 219k|6561 | 0.000000e+00 | 1.000000e+00 |    Inf 
586.30/586.32	c   586s|170000 |   136 |  2879k|  16.9 |  32M|  75 |   - |1903 |  37k|1903 |2525 | 202 | 234k|6746 | 0.000000e+00 | 1.000000e+00 |    Inf 
620.99/621.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.99/621.06	c   621s|180000 |   129 |  3039k|  16.9 |  28M|  75 |   - |1903 |  28k|   0 |   0 | 202 | 248k|6961 | 0.000000e+00 | 1.000000e+00 |    Inf 
657.39/657.50	c   657s|190000 |    89 |  3207k|  16.9 |  29M|  75 |   - |1903 |  31k|1903 |2525 | 202 | 261k|7136 | 0.000000e+00 | 1.000000e+00 |    Inf 
693.10/693.17	c   693s|200000 |    85 |  3379k|  16.9 |  30M|  75 |  34 |1903 |  34k|1903 |2525 | 202 | 275k|7253 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.79/729.89	c   730s|210000 |    97 |  3549k|  16.9 |  32M|  75 |  22 |1903 |  38k|1903 |2525 | 202 | 289k|7420 | 0.000000e+00 | 1.000000e+00 |    Inf 
766.39/766.41	c   766s|220000 |    96 |  3723k|  16.9 |  32M|  75 |  44 |1903 |  37k|1903 |2525 | 202 | 303k|7608 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.40/803.41	c   803s|230000 |   154 |  3895k|  16.9 |  31M|  75 |   - |1903 |  34k|1903 |2525 | 202 | 316k|7788 | 0.000000e+00 | 1.000000e+00 |    Inf 
838.40/838.48	c   838s|240000 |   156 |  4052k|  16.9 |  32M|  75 |  22 |1903 |  35k|1903 |2525 | 202 | 330k|7891 | 0.000000e+00 | 1.000000e+00 |    Inf 
875.80/875.82	c   876s|250000 |   110 |  4224k|  16.9 |  33M|  75 |   - |1903 |  38k|1903 |2525 | 202 | 344k|8000 | 0.000000e+00 | 1.000000e+00 |    Inf 
914.70/914.80	c   915s|260000 |    67 |  4402k|  16.9 |  32M|  75 |   - |1903 |  36k|1903 |2525 | 202 | 358k|8208 | 0.000000e+00 | 1.000000e+00 |    Inf 
952.70/952.75	c   953s|270000 |    55 |  4587k|  17.0 |  30M|  75 |   - |1903 |  32k|   0 |   0 | 202 | 372k|8338 | 0.000000e+00 | 1.000000e+00 |    Inf 
988.30/988.38	c   988s|280000 |    57 |  4755k|  17.0 |  30M|  75 |   - |1903 |  32k|1903 |2525 | 202 | 384k|8519 | 0.000000e+00 | 1.000000e+00 |    Inf 
1022.80/1022.84	c  1023s|290000 |    39 |  4918k|  17.0 |  30M|  75 |  35 |1903 |  30k|1903 |2525 | 202 | 397k|8704 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.50/1058.54	c  1059s|300000 |    14 |  5096k|  17.0 |  28M|  75 |  32 |1903 |  24k|1903 |2525 | 202 | 410k|8919 | 0.000000e+00 | 1.000000e+00 |    Inf 
1060.10/1060.13	c 
1060.10/1060.13	c SCIP Status        : problem is solved [optimal solution found]
1060.10/1060.13	c Solving Time (sec) : 1060.13
1060.10/1060.13	c Solving Nodes      : 300467
1060.10/1060.13	c Primal Bound       : +1.00000000000000e+00 (133 solutions)
1060.10/1060.13	c Dual Bound         : +1.00000000000000e+00
1060.10/1060.13	c Gap                : 0.00 %
1060.10/1060.13	s OPTIMUM FOUND
1060.10/1060.13	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 
1060.10/1060.13	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1060.10/1060.13	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1060.10/1060.13	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 x151 -x150 -x149 -x148 -x147 -x146 
1060.10/1060.13	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1060.10/1060.13	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1060.10/1060.13	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1060.10/1060.13	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 
1060.10/1060.14	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1060.10/1060.14	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1060.10/1060.14	v -x1 
1060.10/1060.14	c SCIP Status        : problem is solved [optimal solution found]
1060.10/1060.14	c Total Time         :    1060.13
1060.10/1060.14	c   solving          :    1060.13
1060.10/1060.14	c   presolving       :       0.13 (included in solving)
1060.10/1060.14	c   reading          :       0.02 (included in solving)
1060.10/1060.14	c Original Problem   :
1060.10/1060.14	c   Problem name     : HOME/instance-3447745-1307897308.wbo
1060.10/1060.14	c   Variables        : 1137 (1137 binary, 0 integer, 0 implicit integer, 0 continuous)
1060.10/1060.14	c   Constraints      : 2708 initial, 2708 maximal
1060.10/1060.14	c Presolved Problem  :
1060.10/1060.14	c   Problem name     : t_HOME/instance-3447745-1307897308.wbo
1060.10/1060.14	c   Variables        : 1903 (1067 binary, 0 integer, 836 implicit integer, 0 continuous)
1060.10/1060.14	c   Constraints      : 3345 initial, 40251 maximal
1060.10/1060.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1060.10/1060.14	c   trivial          :       0.00         70          0          0          0          0          0          0          0          0
1060.10/1060.14	c   dualfix          :       0.00         70          0          0          0          0          0          0          0          0
1060.10/1060.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1060.10/1060.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1060.10/1060.14	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1060.10/1060.14	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1060.10/1060.14	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1060.10/1060.14	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1060.10/1060.14	c   setppc           :       0.00          0          0          0          0          0          3          0          0          0
1060.10/1060.14	c   linear           :       0.06          0          0          0        924          0        196          0        135          0
1060.10/1060.14	c   indicator        :       0.00          0          0          0          0          0         70          0          0          0
1060.10/1060.14	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1060.10/1060.14	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1060.10/1060.14	c   root node        :          -       1695          -          -       1695          -          -          -          -          -
1060.10/1060.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1060.10/1060.14	c   integral         :          0          0          0     155211          0        716          0        354       2880          0          0     305582
1060.10/1060.14	c   varbound         :          0+         5      91246        198          0          0       1290          0     135386        190          0          0
1060.10/1060.14	c   knapsack         :          1          5    1430307          8          0        713     277123       4904    1668617          0          0          0
1060.10/1060.14	c   setppc           :         51          5    1427194          4          0        710    1970297      10322    1137530          0          0          0
1060.10/1060.14	c   linear           :        836+         6    1417166          7          0        706    1859654      10918    1405300          0          0          0
1060.10/1060.14	c   indicator        :        836          0      89763        198          0        706       3170          0       3886          0          0          0
1060.10/1060.14	c   logicor          :       1621+         5     638447         19          0        114    2126347      11998    1841712          0          0          0
1060.10/1060.14	c   bounddisjunction :          0+         0     119617          0          0          0         14          0         18          0          0          0
1060.10/1060.14	c   countsols        :          0          0          0         19          0        116          0          0          0          0          0          0
1060.10/1060.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1060.10/1060.14	c   integral         :      47.78       0.00       0.00      47.77       0.00       0.02       0.00
1060.10/1060.14	c   varbound         :       0.32       0.00       0.32       0.00       0.00       0.00       0.00
1060.10/1060.14	c   knapsack         :       5.32       0.00       5.04       0.00       0.00       0.00       0.27
1060.10/1060.14	c   setppc           :       8.16       0.00       7.65       0.00       0.00       0.00       0.50
1060.10/1060.14	c   linear           :      16.57       0.00      15.54       0.00       0.00       0.07       0.96
1060.10/1060.14	c   indicator        :       0.71       0.00       0.35       0.01       0.00       0.35       0.00
1060.10/1060.14	c   logicor          :      95.35       0.00      93.50       0.00       0.00       0.01       1.84
1060.10/1060.14	c   bounddisjunction :       0.17       0.00       0.17       0.00       0.00       0.00       0.00
1060.10/1060.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1060.10/1060.14	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1060.10/1060.14	c   vbounds          :       5814        400          1      29351
1060.10/1060.14	c   rootredcost      :         21          0          0        836
1060.10/1060.14	c   pseudoobj        :    1434564       1346        647     133762
1060.10/1060.14	c Propagator Timings :  TotalTime  Propagate    Resprop
1060.10/1060.14	c   vbounds          :       0.78       0.78       0.00
1060.10/1060.14	c   rootredcost      :       0.24       0.24       0.00
1060.10/1060.14	c   pseudoobj        :      17.16      17.15       0.01
1060.10/1060.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1060.10/1060.14	c   propagation      :       1.94      38790      38695     216556       29.3        980       21.9          -
1060.10/1060.14	c   infeasible LP    :      20.25     114248     114245     784034       39.5       1889       14.2          0
1060.10/1060.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1060.10/1060.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1060.10/1060.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1060.10/1060.14	c   applied globally :          -          -          -     410980       33.6          -          -          -
1060.10/1060.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1060.10/1060.14	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1060.10/1060.14	c   cut pool         :       0.00          4          -          -         43          -    (maximal pool size: 311)
1060.10/1060.14	c   redcost          :       5.03     155398          0      31407          0          0
1060.10/1060.14	c   impliedbounds    :       0.00          5          0          0          0          0
1060.10/1060.14	c   intobj           :       0.00          0          0          0          0          0
1060.10/1060.14	c   gomory           :       0.38          5          0          0       1000          0
1060.10/1060.14	c   cgmip            :       0.00          0          0          0          0          0
1060.10/1060.14	c   closecuts        :       0.00          0          0          0          0          0
1060.10/1060.14	c   strongcg         :       0.30          5          0          0       1000          0
1060.10/1060.14	c   cmir             :       0.07          5          0          0          0          0
1060.10/1060.14	c   flowcover        :       0.05          5          0          0          0          0
1060.10/1060.14	c   clique           :       0.00          5          0          0          0          0
1060.10/1060.14	c   zerohalf         :       0.00          0          0          0          0          0
1060.10/1060.14	c   mcf              :       0.00          1          0          0          0          0
1060.10/1060.14	c   oddcycle         :       0.00          0          0          0          0          0
1060.10/1060.14	c   rapidlearning    :       0.13          1          0          0          0         38
1060.10/1060.14	c Pricers            :       Time      Calls       Vars
1060.10/1060.14	c   problem variables:       0.00          0          0
1060.10/1060.14	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1060.10/1060.14	c   relpscost        :      47.64     155012        354       2880          0          0     305582
1060.10/1060.14	c   pscost           :       0.00          0          0          0          0          0          0
1060.10/1060.14	c   inference        :       0.00          0          0          0          0          0          0
1060.10/1060.14	c   mostinf          :       0.00          0          0          0          0          0          0
1060.10/1060.14	c   leastinf         :       0.00          0          0          0          0          0          0
1060.10/1060.14	c   fullstrong       :       0.00          0          0          0          0          0          0
1060.10/1060.14	c   allfullstrong    :       0.00          0          0          0          0          0          0
1060.10/1060.14	c   random           :       0.00          0          0          0          0          0          0
1060.10/1060.14	c Primal Heuristics  :       Time      Calls      Found
1060.10/1060.14	c   LP solutions     :       0.00          -         19
1060.10/1060.14	c   pseudo solutions :       0.00          -          0
1060.10/1060.14	c   feaspump         :       0.13          1          0
1060.10/1060.14	c   oneopt           :       0.24         22          0
1060.10/1060.14	c   crossover        :       0.38          7          1
1060.10/1060.14	c   guideddiving     :       2.20         76          0
1060.10/1060.14	c   veclendiving     :       1.73         76          0
1060.10/1060.14	c   coefdiving       :       1.90         77          0
1060.10/1060.14	c   pscostdiving     :       1.01         77          0
1060.10/1060.14	c   fracdiving       :       2.80         77          0
1060.10/1060.14	c   linesearchdiving :       1.12         77          0
1060.10/1060.14	c   objpscostdiving  :       0.52         39          0
1060.10/1060.14	c   rootsoldiving    :       1.37         39          0
1060.10/1060.14	c   trivial          :       0.00          2          0
1060.10/1060.14	c   shiftandpropagate:       0.11          1          1
1060.10/1060.14	c   simplerounding   :       0.24     155136          2
1060.10/1060.14	c   zirounding       :       4.16        527          0
1060.10/1060.14	c   rounding         :       0.74       5540          0
1060.10/1060.14	c   shifting         :       0.68       1711          0
1060.10/1060.14	c   intshifting      :       0.01          0          0
1060.10/1060.14	c   twoopt           :       0.00          0          0
1060.10/1060.14	c   fixandinfer      :       0.00          0          0
1060.10/1060.14	c   clique           :       0.00          0          0
1060.10/1060.14	c   intdiving        :       0.00          0          0
1060.10/1060.14	c   actconsdiving    :       0.00          0          0
1060.10/1060.14	c   octane           :       0.00          0          0
1060.10/1060.14	c   rens             :       0.04          1          0
1060.10/1060.14	c   rins             :       0.00          0          0
1060.10/1060.14	c   localbranching   :       0.00          0          0
1060.10/1060.14	c   mutation         :       0.00          0          0
1060.10/1060.14	c   dins             :       0.00          0          0
1060.10/1060.14	c   vbounds          :       0.00          0          0
1060.10/1060.14	c   undercover       :       0.00          0          0
1060.10/1060.14	c   subnlp           :       0.05          0          0
1060.10/1060.14	c   trysol           :       0.17        573        110
1060.10/1060.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1060.10/1060.14	c   primal LP        :       0.00          0          0       0.00          -
1060.10/1060.14	c   dual LP          :     664.65     268362    5047063      18.81    7593.53
1060.10/1060.14	c   lex dual LP      :       0.00          0          0       0.00          -
1060.10/1060.14	c   barrier LP       :       0.00          0          0       0.00          -
1060.10/1060.14	c   diving/probing LP:       9.77       8370      57602       6.88    5896.38
1060.10/1060.14	c   strong branching :      45.15       8919     328418      36.82    7273.75
1060.10/1060.14	c     (at root node) :          -          9       2948     327.56          -
1060.10/1060.14	c   conflict analysis:       0.00          0          0       0.00          -
1060.10/1060.14	c B&B Tree           :
1060.10/1060.14	c   number of runs   :          1
1060.10/1060.14	c   nodes            :     300467
1060.10/1060.14	c   nodes (total)    :     300467
1060.10/1060.14	c   nodes left       :          0
1060.10/1060.14	c   max depth        :         75
1060.10/1060.14	c   max depth (total):         75
1060.10/1060.14	c   backtracks       :      32885 (10.9%)
1060.10/1060.14	c   delayed cutoffs  :       4957
1060.10/1060.14	c   repropagations   :     633673 (822906 domain reductions, 4591 cutoffs)
1060.10/1060.14	c   avg switch length:       5.65
1060.10/1060.14	c   switching time   :      81.93
1060.10/1060.14	c Solution           :
1060.10/1060.14	c   Solutions found  :        133 (22 improvements)
1060.10/1060.14	c   First Solution   : +8.49000000000000e+02   (in run 1, after 1 nodes, 0.26 seconds, depth 867, found by <shiftandpropagate>)
1060.10/1060.14	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 19308 nodes, 72.17 seconds, depth 40, found by <relaxation>)
1060.10/1060.14	c   Dual Bound       : +1.00000000000000e+00
1060.10/1060.14	c   Gap              :       0.00 %
1060.10/1060.14	c   Root Dual Bound  : +0.00000000000000e+00
1060.10/1060.14	c   Root Iterations  :        210
1060.10/1060.17	c Time complete: 1060.16.

Verifier Data

OK	1

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-3447745-1307897308/watcher-3447745-1307897308 -o /tmp/evaluation-result-3447745-1307897308/solver-3447745-1307897308 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447745-1307897308.wbo -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: 1.10 1.61 1.76 4/174 7521
/proc/meminfo: memFree=31306812/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=9976 CPUtime=0 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 1489 0 0 0 0 0 0 0 25 0 1 0 901329460 10215424 1443 33554432000 4194304 9128323 140736326750944 18446744073709551615 6586705 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7521/statm: 2494 1443 399 1205 0 1285 0

[startup+0.0496019 s]
/proc/loadavg: 1.10 1.61 1.76 4/174 7521
/proc/meminfo: memFree=31306812/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=27016 CPUtime=0.04 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 5751 0 0 0 3 1 0 0 25 0 1 0 901329460 27664384 5446 33554432000 4194304 9128323 140736326750944 18446744073709551615 6890153 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 6754 5446 512 1205 0 5545 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27016

[startup+0.100596 s]
/proc/loadavg: 1.10 1.61 1.76 4/174 7521
/proc/meminfo: memFree=31306812/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=28308 CPUtime=0.09 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 6098 0 0 0 8 1 0 0 25 0 1 0 901329460 28987392 5793 33554432000 4194304 9128323 140736326750944 18446744073709551615 5326775 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 7077 5793 531 1205 0 5868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28308

[startup+0.300569 s]
/proc/loadavg: 1.10 1.61 1.76 4/174 7521
/proc/meminfo: memFree=31306812/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=35168 CPUtime=0.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 8253 0 0 0 28 1 0 0 18 0 1 0 901329460 36012032 7786 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 8792 7786 687 1205 0 7583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35168

[startup+0.700508 s]
/proc/loadavg: 1.10 1.61 1.76 4/174 7521
/proc/meminfo: memFree=31306812/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=58864 CPUtime=0.69 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 14320 0 0 0 67 2 0 0 18 0 1 0 901329460 60276736 13497 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 14716 13497 738 1205 0 13507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58864

[startup+1.50035 s]
/proc/loadavg: 1.10 1.61 1.76 4/176 7523
/proc/meminfo: memFree=31207400/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=58864 CPUtime=1.49 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 14419 0 0 0 146 3 0 0 19 0 1 0 901329460 60276736 13596 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 14716 13596 753 1205 0 13507 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58864

[startup+3.1011 s]
/proc/loadavg: 1.10 1.61 1.76 4/176 7523
/proc/meminfo: memFree=31205540/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=58864 CPUtime=3.09 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 14421 0 0 0 305 4 0 0 25 0 1 0 901329460 60276736 13598 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 14716 13598 753 1205 0 13507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58864

[startup+6.30054 s]
/proc/loadavg: 1.17 1.62 1.76 4/176 7523
/proc/meminfo: memFree=31204552/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=58864 CPUtime=6.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 14429 0 0 0 621 8 0 0 25 0 1 0 901329460 60276736 13606 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 14716 13606 757 1205 0 13507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58864

[startup+12.7005 s]
/proc/loadavg: 1.32 1.64 1.77 4/176 7523
/proc/meminfo: memFree=31203108/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=58936 CPUtime=12.69 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 15125 0 0 0 1256 13 0 0 25 0 1 0 901329460 60350464 13865 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 14734 13865 757 1205 0 13525 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58936

[startup+25.5003 s]
/proc/loadavg: 1.47 1.66 1.77 4/176 7523
/proc/meminfo: memFree=31197292/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=59832 CPUtime=25.49 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 20092 0 0 0 2527 22 0 0 25 0 1 0 901329460 61267968 14070 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 14958 14070 757 1205 0 13749 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59832

[startup+51.1009 s]
/proc/loadavg: 1.65 1.68 1.78 4/176 7525
/proc/meminfo: memFree=31197448/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=58964 CPUtime=51.09 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 23479 0 0 0 5067 42 0 0 25 0 1 0 901329460 60379136 13888 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7521/statm: 14741 13888 757 1205 0 13532 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58964

[startup+102.306 s]
/proc/loadavg: 1.88 1.74 1.79 4/176 7525
/proc/meminfo: memFree=31195524/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=60756 CPUtime=102.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 34665 0 0 0 10152 77 0 0 25 0 1 0 901329460 62214144 14286 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 15189 14286 757 1205 0 13980 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 60756

[startup+162.301 s]
/proc/loadavg: 1.95 1.79 1.80 4/176 7527
/proc/meminfo: memFree=31191912/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=63988 CPUtime=162.28 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 38285 0 0 0 16105 123 0 0 25 0 1 0 901329460 65523712 15096 33554432000 4194304 9128323 140736326750944 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 15997 15096 757 1205 0 14788 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 63988

[startup+222.3 s]
/proc/loadavg: 1.98 1.82 1.82 4/176 7529
/proc/meminfo: memFree=31186932/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=67148 CPUtime=222.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 39085 0 0 0 22063 166 0 0 25 0 1 0 901329460 68759552 15896 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 16787 15896 757 1205 0 15578 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 67148

[startup+282.301 s]
/proc/loadavg: 1.99 1.85 1.82 4/176 7531
/proc/meminfo: memFree=31184684/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=69372 CPUtime=282.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 43646 0 0 0 28023 206 0 0 25 0 1 0 901329460 71036928 16469 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 17343 16469 757 1205 0 16134 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 69372

[startup+342.301 s]
/proc/loadavg: 1.99 1.88 1.83 4/176 7533
/proc/meminfo: memFree=31181328/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=72864 CPUtime=342.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 44500 0 0 0 33986 243 0 0 25 0 1 0 901329460 74612736 17323 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 18216 17323 757 1205 0 17007 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 72864

[startup+402.3 s]
/proc/loadavg: 1.99 1.90 1.83 4/176 7533
/proc/meminfo: memFree=31180556/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=73880 CPUtime=402.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 44757 0 0 0 39950 279 0 0 25 0 1 0 901329460 75653120 17580 33554432000 4194304 9128323 140736326750944 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 18470 17580 757 1205 0 17261 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 73880

[startup+462.301 s]
/proc/loadavg: 1.99 1.91 1.84 4/176 7535
/proc/meminfo: memFree=31177688/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=76724 CPUtime=462.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 47066 0 0 0 45911 318 0 0 25 0 1 0 901329460 78565376 18299 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 19181 18299 757 1205 0 17972 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 76724

[startup+522.301 s]
/proc/loadavg: 1.99 1.93 1.85 4/176 7537
/proc/meminfo: memFree=31176184/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=77800 CPUtime=522.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 47326 0 0 0 51874 355 0 0 25 0 1 0 901329460 79667200 18545 33554432000 4194304 9128323 140736326750944 18446744073709551615 6505895 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 19450 18545 757 1205 0 18241 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 77800

[startup+582.301 s]
/proc/loadavg: 1.99 1.94 1.85 4/176 7539
/proc/meminfo: memFree=31174676/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=77800 CPUtime=582.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 47347 0 0 0 57838 391 0 0 25 0 1 0 901329460 79667200 18566 33554432000 4194304 9128323 140736326750944 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 19450 18566 757 1205 0 18241 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 77800

[startup+642.3 s]
/proc/loadavg: 2.10 1.98 1.87 4/176 7541
/proc/meminfo: memFree=31169944/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=79668 CPUtime=642.3 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 47777 0 0 0 63802 428 0 0 25 0 1 0 901329460 81580032 18996 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 19917 18996 757 1205 0 18708 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 79668

[startup+702.301 s]
/proc/loadavg: 2.04 1.98 1.87 4/176 7541
/proc/meminfo: memFree=31165580/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=80800 CPUtime=702.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 48066 0 0 0 69764 465 0 0 25 0 1 0 901329460 82739200 19285 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 20200 19285 757 1205 0 18991 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 80800

[startup+762.307 s]
/proc/loadavg: 2.01 1.98 1.88 4/176 7552
/proc/meminfo: memFree=31163560/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=81900 CPUtime=762.3 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 48349 0 0 0 75727 503 0 0 25 0 1 0 901329460 83865600 19568 33554432000 4194304 9128323 140736326750944 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 20475 19568 757 1205 0 19266 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 81900

[startup+822.3 s]
/proc/loadavg: 2.00 1.98 1.89 4/176 7554
/proc/meminfo: memFree=31158648/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=86320 CPUtime=822.29 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50226 0 0 0 81691 538 0 0 25 0 1 0 901329460 88391680 20691 33554432000 4194304 9128323 140736326750944 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 21580 20691 757 1205 0 20371 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 86320

[startup+882.301 s]
/proc/loadavg: 2.00 1.98 1.89 4/176 7556
/proc/meminfo: memFree=31157636/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=86320 CPUtime=882.3 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50226 0 0 0 87657 573 0 0 25 0 1 0 901329460 88391680 20691 33554432000 4194304 9128323 140736326750944 18446744073709551615 5332988 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 21580 20691 757 1205 0 20371 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 86320

[startup+942.301 s]
/proc/loadavg: 2.00 1.98 1.90 4/176 7558
/proc/meminfo: memFree=31157624/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=86320 CPUtime=942.3 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50229 0 0 0 93621 609 0 0 25 0 1 0 901329460 88391680 20694 33554432000 4194304 9128323 140736326750944 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 21580 20694 757 1205 0 20371 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 86320

[startup+1002.3 s]
/proc/loadavg: 2.00 1.98 1.90 4/176 7558
/proc/meminfo: memFree=31157232/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=86320 CPUtime=1002.3 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50229 0 0 0 99587 643 0 0 25 0 1 0 901329460 88391680 20694 33554432000 4194304 9128323 140736326750944 18446744073709551615 6889762 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 21580 20694 757 1205 0 20371 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 86320

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

[startup+1023.9 s]
/proc/loadavg: 2.00 1.98 1.91 4/176 7560
/proc/meminfo: memFree=31156116/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=88332 CPUtime=1023.9 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50584 0 0 0 101731 659 0 0 25 0 1 0 901329460 90451968 21049 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 22083 21049 757 1205 0 20874 0
Current children cumulated CPU time (s) 1023.9
Current children cumulated vsize (KiB) 88332

[startup+1036.7 s]
/proc/loadavg: 2.00 1.98 1.91 4/176 7560
/proc/meminfo: memFree=31155992/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=88332 CPUtime=1036.69 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50634 0 0 0 103002 667 0 0 25 0 1 0 901329460 90451968 21099 33554432000 4194304 9128323 140736326750944 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 22083 21099 757 1205 0 20874 0
Current children cumulated CPU time (s) 1036.69
Current children cumulated vsize (KiB) 88332

[startup+1049.5 s]
/proc/loadavg: 2.00 1.98 1.91 4/176 7560
/proc/meminfo: memFree=31155984/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=88332 CPUtime=1049.5 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50636 0 0 0 104274 676 0 0 25 0 1 0 901329460 90451968 21101 33554432000 4194304 9128323 140736326750944 18446744073709551615 7342736 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 22083 21101 757 1205 0 20874 0
Current children cumulated CPU time (s) 1049.5
Current children cumulated vsize (KiB) 88332

[startup+1055.9 s]
/proc/loadavg: 2.00 1.98 1.91 4/176 7562
/proc/meminfo: memFree=31155364/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=88332 CPUtime=1055.9 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50636 0 0 0 104911 679 0 0 25 0 1 0 901329460 90451968 21101 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 22083 21101 757 1205 0 20874 0
Current children cumulated CPU time (s) 1055.9
Current children cumulated vsize (KiB) 88332

[startup+1057.5 s]
/proc/loadavg: 2.00 1.98 1.91 4/176 7562
/proc/meminfo: memFree=31155240/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=88332 CPUtime=1057.49 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50636 0 0 0 105069 680 0 0 25 0 1 0 901329460 90451968 21101 33554432000 4194304 9128323 140736326750944 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 22083 21101 757 1205 0 20874 0
Current children cumulated CPU time (s) 1057.49
Current children cumulated vsize (KiB) 88332

[startup+1059.1 s]
/proc/loadavg: 2.00 1.98 1.91 4/176 7562
/proc/meminfo: memFree=31155360/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=88332 CPUtime=1059.1 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50636 0 0 0 105229 681 0 0 25 0 1 0 901329460 90451968 21101 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 22083 21101 757 1205 0 20874 0
Current children cumulated CPU time (s) 1059.1
Current children cumulated vsize (KiB) 88332

[startup+1059.9 s]
/proc/loadavg: 2.00 1.98 1.91 4/176 7562
/proc/meminfo: memFree=31155360/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=88332 CPUtime=1059.9 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50636 0 0 0 105308 682 0 0 25 0 1 0 901329460 90451968 21101 33554432000 4194304 9128323 140736326750944 18446744073709551615 5984536 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 22083 21101 757 1205 0 20874 0
Current children cumulated CPU time (s) 1059.9
Current children cumulated vsize (KiB) 88332

[startup+1060.1 s]
/proc/loadavg: 2.00 1.98 1.91 4/176 7562
/proc/meminfo: memFree=31155360/32951132 swapFree=67052544/67111528
[pid=7521] ppid=7519 vsize=88332 CPUtime=1060.1 cores=0,2,4,6
/proc/7521/stat : 7521 (scip-2.0.1.4.li) R 7519 7521 6878 0 -1 4202496 50636 0 0 0 105328 682 0 0 25 0 1 0 901329460 90451968 21101 33554432000 4194304 9128323 140736326750944 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7521/statm: 22083 21101 757 1205 0 20874 0
Current children cumulated CPU time (s) 1060.1
Current children cumulated vsize (KiB) 88332

Child status: 0
Real time (s): 1060.17
CPU time (s): 1060.18
CPU user time (s): 1053.35
CPU system time (s): 6.82896
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 88332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1053.35
system time used= 6.82896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50640
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= 1918

runsolver used 1.53777 second user time and 3.3115 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-12 18:48:28
IDJOB=3447745
IDBENCH=78911
IDSOLVER=1944
FILE ID=node128/3447745-1307897308
RUNJOBID= node128-1307897308-7494
PBS_JOBID= 13559578
Free space on /tmp= 74076 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900562192--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447745-1307897308/watcher-3447745-1307897308 -o /tmp/evaluation-result-3447745-1307897308/solver-3447745-1307897308 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447745-1307897308.wbo -t 1800 -m 15500

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

MD5SUM BENCH= a8e86a019ae76f67696e97fb47d8da09
RANDOM SEED=2088370165

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.82
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.852
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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31311364 kB
Buffers:        309988 kB
Cached:        1082424 kB
SwapCached:      11368 kB
Active:         523232 kB
Inactive:       888480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31311364 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           24556 kB
Writeback:           0 kB
AnonPages:       17368 kB
Mapped:           9888 kB
Slab:           164300 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190104 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74056 MiB
End job on node128 at 2011-06-12 19:06:08