Trace number 3447743

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 1103.05 1103.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576927--soft-66-100-0.wbo
MD5SUMfe999950861349ecbc6e2ee50c3d0e04
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 benchmark78.2241
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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-3447743-1307897308.wbo>
0.00/0.02	c original problem has 1142 variables (1142 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, 220 impls, 16 clqs
0.03/0.07	c (round 2) 0 del vars, 166 del conss, 0 add conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.03/0.08	c (round 3) 100 del vars, 264 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.03/0.10	c (round 4) 130 del vars, 264 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.10	c (round 5) 130 del vars, 267 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.14	c    (0.1s) probing: 101/1077 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  130 deleted vars, 267 deleted constraints, 0 added constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.14	c  1066 implications, 16 cliques
0.09/0.14	c presolved problem has 1923 variables (1077 bin, 0 int, 846 impl, 0 cont) and 3352 constraints
0.09/0.14	c      55 constraints of type <setppc>
0.09/0.14	c     846 constraints of type <linear>
0.09/0.14	c     846 constraints of type <indicator>
0.09/0.14	c    1605 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.19/0.25	o 680
0.19/0.25	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.25	c T 0.2s|     1 |     0 |     0 |     - |9119k|   0 |   - |1923 |4199 |1923 |2506 |   0 |   1 |   0 |      --      | 6.800000e+02 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |    84 |     - |8714k|   0 |  50 |1923 |4199 |1923 |2506 |   0 |   1 |   0 | 0.000000e+00 | 6.800000e+02 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   274 |     - |9814k|   0 |  43 |1923 |4237 |1923 |2515 |   9 |   1 |   0 | 0.000000e+00 | 6.800000e+02 |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |   298 |     - |  10M|   0 |  51 |1923 |4237 |1923 |2519 |  13 |   1 |   0 | 0.000000e+00 | 6.800000e+02 |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |   322 |     - |  10M|   0 |  52 |1923 |4237 |1923 |2523 |  17 |   1 |   0 | 0.000000e+00 | 6.800000e+02 |    Inf 
1.10/1.15	c   1.1s|     1 |     0 |   349 |     - |  10M|   0 |  54 |1923 |4237 |1923 |2528 |  22 |   1 |   0 | 0.000000e+00 | 6.800000e+02 |    Inf 
1.29/1.38	c   1.4s|     1 |     0 |   386 |     - |  11M|   0 |  58 |1923 |4237 |1923 |2531 |  25 |   1 |   0 | 0.000000e+00 | 6.800000e+02 |    Inf 
1.59/1.64	c   1.6s|     1 |     0 |   430 |     - |  11M|   0 |  57 |1923 |4237 |1923 |2533 |  27 |   1 |   0 | 0.000000e+00 | 6.800000e+02 |    Inf 
2.20/2.25	c   2.2s|     1 |     2 |  2186 |     - |  11M|   0 |  57 |1923 |4237 |1923 |2533 |  27 |   1 |   9 | 0.000000e+00 | 6.800000e+02 |    Inf 
2.79/2.84	o 122
2.79/2.84	c * 2.8s|    12 |    11 |  3028 | 236.2 |  11M|  11 |   - |1923 |4237 |1923 |2572 |  63 |   1 | 102 | 0.000000e+00 | 1.220000e+02 |    Inf 
2.89/2.91	o 92
2.89/2.91	c * 2.9s|    14 |    11 |  3061 | 202.4 |  11M|  12 |   - |1923 |4237 |1923 |2559 |  73 |   1 | 116 | 0.000000e+00 | 9.200000e+01 |    Inf 
2.89/2.98	o 64
2.89/2.98	c * 3.0s|    16 |    10 |  3097 | 177.8 |  11M|  13 |   - |1923 |4037 |1923 |2557 |  81 |   1 | 127 | 0.000000e+00 | 6.400000e+01 |    Inf 
6.60/6.63	o 50
6.60/6.63	c * 6.6s|   104 |    19 |  5780 |  51.9 |  11M|  32 |   - |1923 |3679 |1923 |2529 |  90 |  81 | 694 | 0.000000e+00 | 5.000000e+01 |    Inf 
15.39/15.47	o 31
15.39/15.47	c *15.5s|   742 |   110 | 17442 |  23.0 |  12M|  32 |   - |1923 |4030 |1923 |2538 | 121 | 761 |1863 | 0.000000e+00 | 3.100000e+01 |    Inf 
15.99/16.02	o 10
15.99/16.02	c *16.0s|   913 |   143 | 19914 |  21.4 |  12M|  32 |   - |1923 |3854 |1923 |2536 | 123 | 938 |1880 | 0.000000e+00 | 1.000000e+01 |    Inf 
16.09/16.18	o 4
16.09/16.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.09/16.18	c *16.2s|   960 |   152 | 20701 |  21.1 |  12M|  32 |   - |1923 |3546 |1923 |2536 | 123 | 990 |1884 | 0.000000e+00 | 4.000000e+00 |    Inf 
16.19/16.25	o 3
16.19/16.25	c *16.3s|   982 |   152 | 20998 |  21.0 |  12M|  32 |   - |1923 |3456 |1923 |2537 | 124 |1016 |1886 | 0.000000e+00 | 3.000000e+00 |    Inf 
22.09/22.15	o 2
22.09/22.15	c *22.2s|  2953 |   249 | 51465 |  17.3 |  13M|  40 |   - |1923 |4934 |1923 |2524 | 125 |3341 |1997 | 0.000000e+00 | 2.000000e+00 |    Inf 
32.29/32.39	o 1
32.29/32.39	c *32.4s|  6134 |   407 |106355 |  17.3 |  14M|  40 |   - |1923 |6302 |1923 |2523 | 125 |7109 |2158 | 0.000000e+00 | 1.000000e+00 |    Inf 
42.69/42.76	c  42.8s| 10000 |   555 |165329 |  16.5 |  16M|  43 |   - |1923 |8390 |   0 |   0 | 125 |  11k|2160 | 0.000000e+00 | 1.000000e+00 |    Inf 
70.89/70.97	c  71.0s| 20000 |   573 |325464 |  16.3 |  18M|  46 |  28 |1923 |  11k|1923 |2523 | 125 |  24k|2167 | 0.000000e+00 | 1.000000e+00 |    Inf 
104.09/104.10	c   104s| 30000 |   539 |494812 |  16.5 |  19M|  46 |  39 |1923 |  12k|1923 |2523 | 125 |  36k|2810 | 0.000000e+00 | 1.000000e+00 |    Inf 
138.09/138.13	c   138s| 40000 |   529 |670166 |  16.7 |  21M|  48 |  36 |1923 |  15k|1923 |2523 | 125 |  49k|3399 | 0.000000e+00 | 1.000000e+00 |    Inf 
170.40/170.45	c   170s| 50000 |   477 |836229 |  16.7 |  21M|  48 |  28 |1923 |  15k|1923 |2523 | 125 |  61k|3844 | 0.000000e+00 | 1.000000e+00 |    Inf 
203.39/203.50	c   203s| 60000 |   414 |  1009k|  16.8 |  19M|  48 |  23 |1923 |  12k|1923 |2523 | 125 |  74k|4245 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.89/235.92	c   236s| 70000 |   486 |  1179k|  16.8 |  20M|  48 |   - |1923 |  13k|1923 |2523 | 125 |  86k|4666 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.40/269.43	c   269s| 80000 |   351 |  1357k|  17.0 |  21M|  49 |   - |1923 |  15k|1923 |2523 | 125 |  98k|5058 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.09/300.17	c   300s| 90000 |   375 |  1520k|  16.9 |  22M|  49 |  19 |1923 |  19k|1923 |2523 | 125 | 110k|5297 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.40/334.44	c   334s|100000 |   318 |  1698k|  17.0 |  22M|  49 |   - |1923 |  19k|1923 |2523 | 125 | 122k|5601 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.10/368.18	c   368s|110000 |   285 |  1873k|  17.0 |  22M|  49 |  45 |1923 |  19k|1923 |2523 | 125 | 135k|5947 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.30/399.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.30/399.38	c   399s|120000 |   232 |  2035k|  17.0 |  21M|  49 |   - |1923 |  16k|1923 |2523 | 125 | 147k|6168 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.50/432.59	c   433s|130000 |   213 |  2213k|  17.0 |  22M|  49 |   - |1923 |  18k|1923 |2536 | 125 | 159k|6471 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.50/468.54	c   469s|140000 |   226 |  2412k|  17.2 |  23M|  49 |  41 |1923 |  21k|1923 |2523 | 125 | 171k|6688 | 0.000000e+00 | 1.000000e+00 |    Inf 
507.00/507.08	c   507s|150000 |   624 |  2624k|  17.5 |  26M|  49 |  30 |1923 |  24k|1923 |2523 | 125 | 183k|6960 | 0.000000e+00 | 1.000000e+00 |    Inf 
544.00/544.03	c   544s|160000 |   733 |  2824k|  17.6 |  28M|  53 |   - |1923 |  25k|1923 |2523 | 125 | 195k|7204 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.89/580.95	c   581s|170000 |   709 |  3023k|  17.8 |  28M|  53 |  51 |1923 |  26k|1923 |2523 | 125 | 208k|7437 | 0.000000e+00 | 1.000000e+00 |    Inf 
618.90/618.93	c   619s|180000 |   457 |  3227k|  17.9 |  27M|  53 |  29 |1923 |  26k|1923 |2523 | 125 | 221k|7665 | 0.000000e+00 | 1.000000e+00 |    Inf 
655.90/655.95	c   656s|190000 |   437 |  3423k|  18.0 |  29M|  53 |  32 |1923 |  30k|1923 |2523 | 125 | 233k|7935 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.11/694.18	c   694s|200000 |   696 |  3631k|  18.2 |  32M|  53 |  45 |1923 |  33k|1923 |2523 | 125 | 245k|8130 | 0.000000e+00 | 1.000000e+00 |    Inf 
732.99/733.06	c   733s|210000 |   702 |  3838k|  18.3 |  32M|  58 |   - |1923 |  33k|1923 |2523 | 125 | 258k|8339 | 0.000000e+00 | 1.000000e+00 |    Inf 
771.80/771.88	c   772s|220000 |   358 |  4037k|  18.4 |  28M|  62 |  18 |1923 |  29k|1923 |2523 | 125 | 271k|8576 | 0.000000e+00 | 1.000000e+00 |    Inf 
808.90/808.98	c   809s|230000 |   208 |  4233k|  18.4 |  27M|  62 |  43 |1923 |  29k|1923 |2523 | 125 | 283k|8808 | 0.000000e+00 | 1.000000e+00 |    Inf 
845.60/845.62	c   846s|240000 |   198 |  4427k|  18.4 |  28M|  62 |   - |1923 |  29k|   0 |   0 | 125 | 295k|9028 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.69/879.74	c   880s|250000 |   177 |  4598k|  18.4 |  25M|  62 |   - |1923 |  22k|1923 |2523 | 125 | 307k|9224 | 0.000000e+00 | 1.000000e+00 |    Inf 
912.80/912.83	c   913s|260000 |   180 |  4769k|  18.3 |  26M|  62 |  26 |1923 |  25k|1923 |2523 | 125 | 319k|9404 | 0.000000e+00 | 1.000000e+00 |    Inf 
945.30/945.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
945.30/945.30	c   945s|270000 |   208 |  4936k|  18.3 |  26M|  62 |  34 |1923 |  25k|1923 |2523 | 125 | 331k|9562 | 0.000000e+00 | 1.000000e+00 |    Inf 
978.60/978.60	c   979s|280000 |   123 |  5109k|  18.2 |  26M|  62 |  23 |1923 |  27k|1923 |2523 | 125 | 343k|9726 | 0.000000e+00 | 1.000000e+00 |    Inf 
1013.10/1013.12	c  1013s|290000 |   113 |  5290k|  18.2 |  23M|  62 |  29 |1923 |  19k|1923 |2523 | 125 | 355k|9895 | 0.000000e+00 | 1.000000e+00 |    Inf 
1045.70/1045.76	c  1046s|300000 |    91 |  5464k|  18.2 |  24M|  62 |   - |1923 |  23k|1923 |2523 | 125 | 367k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1081.01/1081.02	c  1081s|310000 |    48 |  5649k|  18.2 |  24M|  62 |   - |1923 |  23k|1923 |2536 | 125 | 378k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1103.01/1103.00	c 
1103.01/1103.00	c SCIP Status        : problem is solved [optimal solution found]
1103.01/1103.00	c Solving Time (sec) : 1103.00
1103.01/1103.00	c Solving Nodes      : 316627
1103.01/1103.00	c Primal Bound       : +1.00000000000000e+00 (23 solutions)
1103.01/1103.00	c Dual Bound         : +1.00000000000000e+00
1103.01/1103.00	c Gap                : 0.00 %
1103.01/1103.00	s OPTIMUM FOUND
1103.01/1103.00	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1103.01/1103.00	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1103.01/1103.00	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1103.01/1103.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1103.01/1103.00	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1103.01/1103.00	v -x125 -x124 x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1103.01/1103.00	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 
1103.01/1103.00	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 
1103.01/1103.00	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 
1103.01/1103.00	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 
1103.01/1103.00	v -x1 
1103.01/1103.00	c SCIP Status        : problem is solved [optimal solution found]
1103.01/1103.00	c Total Time         :    1103.00
1103.01/1103.00	c   solving          :    1103.00
1103.01/1103.00	c   presolving       :       0.12 (included in solving)
1103.01/1103.00	c   reading          :       0.02 (included in solving)
1103.01/1103.00	c Original Problem   :
1103.01/1103.00	c   Problem name     : HOME/instance-3447743-1307897308.wbo
1103.01/1103.00	c   Variables        : 1142 (1142 binary, 0 integer, 0 implicit integer, 0 continuous)
1103.01/1103.00	c   Constraints      : 2708 initial, 2708 maximal
1103.01/1103.00	c Presolved Problem  :
1103.01/1103.00	c   Problem name     : t_HOME/instance-3447743-1307897308.wbo
1103.01/1103.00	c   Variables        : 1923 (1077 binary, 0 integer, 846 implicit integer, 0 continuous)
1103.01/1103.00	c   Constraints      : 3352 initial, 35617 maximal
1103.01/1103.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1103.01/1103.00	c   trivial          :       0.00         65          0          0          0          0          0          0          0          0
1103.01/1103.00	c   dualfix          :       0.00         65          0          0          0          0          0          0          0          0
1103.01/1103.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1103.01/1103.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1103.01/1103.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1103.01/1103.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1103.01/1103.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1103.01/1103.00	c   setppc           :       0.00          0          0          0          0          0          3          0          0          0
1103.01/1103.00	c   linear           :       0.06          0          0          0        926          0        199          0        133          0
1103.01/1103.00	c   indicator        :       0.00          0          0          0          0          0         65          0          0          0
1103.01/1103.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1103.01/1103.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1103.01/1103.00	c   root node        :          -       1693          -          -       1693          -          -          -          -          -
1103.01/1103.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1103.01/1103.00	c   integral         :          0          0          0     163389          0         91          0        425       4002          0          0     320460
1103.01/1103.00	c   varbound         :          0+         6      26824        107          0          0        231          0      19570        108          0          0
1103.01/1103.00	c   setppc           :         55          6    1294050          2          0         88    2995842       6218    1252090          0          0          0
1103.01/1103.00	c   linear           :        846+         7    1289777          6          0         81    1677073       6800    1832458          0          0          0
1103.01/1103.00	c   indicator        :        846          0      26607        107          0         81        177          0        293          0          0          0
1103.01/1103.00	c   logicor          :       1605+         6     632750         10          0         13    1340996       5177    1618531          0          0          0
1103.01/1103.00	c   bounddisjunction :          0+         0      17142          0          0          0          0          1          0          0          0          0
1103.01/1103.00	c   countsols        :          0          0          0         10          0         15          0          0          0          0          0          0
1103.01/1103.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1103.01/1103.00	c   integral         :      52.90       0.00       0.00      52.90       0.00       0.00       0.00
1103.01/1103.00	c   varbound         :       0.05       0.00       0.05       0.00       0.00       0.00       0.00
1103.01/1103.00	c   setppc           :       8.12       0.00       7.46       0.00       0.00       0.00       0.66
1103.01/1103.00	c   linear           :      14.81       0.00      13.71       0.00       0.00       0.01       1.09
1103.01/1103.00	c   indicator        :       0.09       0.00       0.06       0.00       0.00       0.03       0.00
1103.01/1103.00	c   logicor          :      64.88       0.00      63.72       0.00       0.00       0.00       1.16
1103.01/1103.00	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1103.01/1103.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1103.01/1103.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1103.01/1103.00	c   vbounds          :       1856         24          0       3890
1103.01/1103.00	c   rootredcost      :         10          0          0        846
1103.01/1103.00	c   pseudoobj        :    1295866        228         30      17958
1103.01/1103.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1103.01/1103.00	c   vbounds          :       0.36       0.36       0.00
1103.01/1103.00	c   rootredcost      :       0.22       0.22       0.00
1103.01/1103.00	c   pseudoobj        :      15.61      15.61       0.00
1103.01/1103.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1103.01/1103.00	c   propagation      :       0.96      18226      18068     107753       27.0        349       20.6          -
1103.01/1103.00	c   infeasible LP    :      22.89     142802     142770     948506       38.3       1222       16.2          0
1103.01/1103.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1103.01/1103.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1103.01/1103.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1103.01/1103.00	c   applied globally :          -          -          -     387017       34.1          -          -          -
1103.01/1103.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1103.01/1103.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1103.01/1103.00	c   cut pool         :       0.00          5          -          -         30          -    (maximal pool size: 433)
1103.01/1103.00	c   redcost          :       5.23     163365          0       4217          0          0
1103.01/1103.00	c   impliedbounds    :       0.00          6          0          0          0          0
1103.01/1103.00	c   intobj           :       0.00          0          0          0          0          0
1103.01/1103.00	c   gomory           :       0.57          6          0          0        579          0
1103.01/1103.00	c   cgmip            :       0.00          0          0          0          0          0
1103.01/1103.00	c   closecuts        :       0.00          0          0          0          0          0
1103.01/1103.00	c   strongcg         :       0.50          6          0          0       1683          0
1103.01/1103.00	c   cmir             :       0.07          6          0          0          0          0
1103.01/1103.00	c   flowcover        :       0.07          6          0          0          0          0
1103.01/1103.00	c   clique           :       0.00          6          0          0          0          0
1103.01/1103.00	c   zerohalf         :       0.00          0          0          0          0          0
1103.01/1103.00	c   mcf              :       0.00          1          0          0          0          0
1103.01/1103.00	c   oddcycle         :       0.00          0          0          0          0          0
1103.01/1103.00	c   rapidlearning    :       0.12          1          0          0          0         38
1103.01/1103.00	c Pricers            :       Time      Calls       Vars
1103.01/1103.00	c   problem variables:       0.00          0          0
1103.01/1103.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1103.01/1103.00	c   relpscost        :      52.78     163281        425       4002          0          0     320460
1103.01/1103.00	c   pscost           :       0.00          0          0          0          0          0          0
1103.01/1103.00	c   inference        :       0.00          0          0          0          0          0          0
1103.01/1103.00	c   mostinf          :       0.00          0          0          0          0          0          0
1103.01/1103.00	c   leastinf         :       0.00          0          0          0          0          0          0
1103.01/1103.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1103.01/1103.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1103.01/1103.00	c   random           :       0.00          0          0          0          0          0          0
1103.01/1103.00	c Primal Heuristics  :       Time      Calls      Found
1103.01/1103.00	c   LP solutions     :       0.00          -         10
1103.01/1103.00	c   pseudo solutions :       0.00          -          0
1103.01/1103.00	c   intshifting      :       0.01          0          0
1103.01/1103.00	c   oneopt           :       0.12         11          0
1103.01/1103.00	c   feaspump         :       0.23          1          0
1103.01/1103.00	c   crossover        :       0.33          9          0
1103.01/1103.00	c   coefdiving       :       2.59         96          0
1103.01/1103.00	c   pscostdiving     :       2.28         96          0
1103.01/1103.00	c   linesearchdiving :       1.18         96          0
1103.01/1103.00	c   fracdiving       :       3.13         96          0
1103.01/1103.00	c   veclendiving     :       2.12         96          0
1103.01/1103.00	c   guideddiving     :       2.74         96          0
1103.01/1103.00	c   objpscostdiving  :       0.71         49          0
1103.01/1103.00	c   rootsoldiving    :       1.12         49          0
1103.01/1103.00	c   trivial          :       0.00          2          0
1103.01/1103.00	c   shiftandpropagate:       0.11          1          1
1103.01/1103.00	c   simplerounding   :       0.21     163292          0
1103.01/1103.00	c   zirounding       :       3.80         30          0
1103.01/1103.00	c   rounding         :       0.65       5704          0
1103.01/1103.00	c   shifting         :       0.67       1764          0
1103.01/1103.00	c   twoopt           :       0.00          0          0
1103.01/1103.00	c   fixandinfer      :       0.00          0          0
1103.01/1103.00	c   clique           :       0.00          0          0
1103.01/1103.00	c   intdiving        :       0.00          0          0
1103.01/1103.00	c   actconsdiving    :       0.00          0          0
1103.01/1103.00	c   octane           :       0.00          0          0
1103.01/1103.00	c   rens             :       0.03          1          0
1103.01/1103.00	c   rins             :       0.00          0          0
1103.01/1103.00	c   localbranching   :       0.00          0          0
1103.01/1103.00	c   mutation         :       0.00          0          0
1103.01/1103.00	c   dins             :       0.00          0          0
1103.01/1103.00	c   vbounds          :       0.00          0          0
1103.01/1103.00	c   undercover       :       0.00          0          0
1103.01/1103.00	c   subnlp           :       0.05          0          0
1103.01/1103.00	c   trysol           :       0.07         61         12
1103.01/1103.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1103.01/1103.00	c   primal LP        :       0.00          0          0       0.00          -
1103.01/1103.00	c   dual LP          :     758.00     304449    5697224      18.71    7516.12
1103.01/1103.00	c   lex dual LP      :       0.00          0          0       0.00          -
1103.01/1103.00	c   barrier LP       :       0.00          0          0       0.00          -
1103.01/1103.00	c   diving/probing LP:      12.19      11259      66875       5.94    5485.07
1103.01/1103.00	c   strong branching :      50.34      10426     349821      33.55    6948.63
1103.01/1103.00	c     (at root node) :          -          9       3120     346.67          -
1103.01/1103.00	c   conflict analysis:       0.00          0          0       0.00          -
1103.01/1103.00	c B&B Tree           :
1103.01/1103.00	c   number of runs   :          1
1103.01/1103.00	c   nodes            :     316627
1103.01/1103.00	c   nodes (total)    :     316627
1103.01/1103.00	c   nodes left       :          0
1103.01/1103.00	c   max depth        :         62
1103.01/1103.00	c   max depth (total):         62
1103.01/1103.00	c   backtracks       :      44757 (14.1%)
1103.01/1103.00	c   delayed cutoffs  :       3822
1103.01/1103.00	c   repropagations   :     503473 (846816 domain reductions, 3608 cutoffs)
1103.01/1103.00	c   avg switch length:       4.94
1103.01/1103.00	c   switching time   :      63.79
1103.01/1103.00	c Solution           :
1103.01/1103.00	c   Solutions found  :         23 (11 improvements)
1103.01/1103.00	c   First Solution   : +6.80000000000000e+02   (in run 1, after 1 nodes, 0.25 seconds, depth 909, found by <shiftandpropagate>)
1103.01/1103.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 6134 nodes, 32.39 seconds, depth 27, found by <relaxation>)
1103.01/1103.00	c   Dual Bound       : +1.00000000000000e+00
1103.01/1103.00	c   Gap              :       0.00 %
1103.01/1103.00	c   Root Dual Bound  : +0.00000000000000e+00
1103.01/1103.00	c   Root Iterations  :        430
1103.01/1103.03	c Time complete: 1103.04.

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

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

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


[startup+0 s]
/proc/loadavg: 1.10 1.61 1.76 2/173 7517
/proc/meminfo: memFree=31310672/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=10128 CPUtime=0 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 1526 0 0 0 0 0 0 0 23 0 1 0 901329460 10371072 1479 33554432000 4194304 9128323 140734385622896 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7517/statm: 2532 1479 399 1205 0 1323 0

[startup+0.0453861 s]
/proc/loadavg: 1.10 1.61 1.76 2/173 7517
/proc/meminfo: memFree=31310672/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=28144 CPUtime=0.03 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 6026 0 0 0 3 0 0 0 23 0 1 0 901329460 28819456 5720 33554432000 4194304 9128323 140734385622896 18446744073709551615 4337637 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 7036 5720 512 1205 0 5827 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28144

[startup+0.100373 s]
/proc/loadavg: 1.10 1.61 1.76 2/173 7517
/proc/meminfo: memFree=31310672/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=28408 CPUtime=0.09 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 6116 0 0 0 9 0 0 0 23 0 1 0 901329460 29089792 5810 33554432000 4194304 9128323 140734385622896 18446744073709551615 4336804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 7102 5810 532 1205 0 5893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28408

[startup+0.300341 s]
/proc/loadavg: 1.10 1.61 1.76 2/173 7517
/proc/meminfo: memFree=31310672/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=35404 CPUtime=0.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 8271 0 0 0 28 1 0 0 18 0 1 0 901329460 36253696 7838 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 8851 7838 674 1205 0 7642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35404

[startup+0.700285 s]
/proc/loadavg: 1.10 1.61 1.76 2/173 7517
/proc/meminfo: memFree=31310672/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=59216 CPUtime=0.69 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 14363 0 0 0 67 2 0 0 18 0 1 0 901329460 60637184 13574 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 14804 13574 727 1205 0 13595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59216

[startup+1.50114 s]
/proc/loadavg: 1.10 1.61 1.76 3/176 7523
/proc/meminfo: memFree=31207648/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=59216 CPUtime=1.49 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 14365 0 0 0 146 3 0 0 19 0 1 0 901329460 60637184 13575 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 14804 13575 726 1205 0 13595 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59216

[startup+3.10087 s]
/proc/loadavg: 1.10 1.61 1.76 3/176 7523
/proc/meminfo: memFree=31205540/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=59308 CPUtime=3.1 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 15301 0 0 0 303 7 0 0 24 0 1 0 901329460 60731392 13928 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 14827 13928 740 1205 0 13618 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 59308

[startup+6.30032 s]
/proc/loadavg: 1.17 1.62 1.76 3/176 7523
/proc/meminfo: memFree=31204552/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=59308 CPUtime=6.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 15310 0 0 0 614 15 0 0 25 0 1 0 901329460 60731392 13937 33554432000 4194304 9128323 140734385622896 18446744073709551615 7025240 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 14827 13937 743 1205 0 13618 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59308

[startup+12.7002 s]
/proc/loadavg: 1.32 1.64 1.77 3/176 7523
/proc/meminfo: memFree=31203108/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=59308 CPUtime=12.69 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 15310 0 0 0 1240 29 0 0 25 0 1 0 901329460 60731392 13937 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 14827 13937 743 1205 0 13618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59308

[startup+25.501 s]
/proc/loadavg: 1.47 1.66 1.77 3/176 7523
/proc/meminfo: memFree=31197292/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=65864 CPUtime=25.5 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 17948 0 0 0 2491 59 0 0 25 0 1 0 901329460 67444736 15468 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 16466 15468 743 1205 0 15257 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 65864

[startup+51.1006 s]
/proc/loadavg: 1.65 1.68 1.78 3/176 7525
/proc/meminfo: memFree=31197448/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=65864 CPUtime=51.09 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 19182 0 0 0 4995 114 0 0 25 0 1 0 901329460 67444736 15473 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 16466 15473 743 1205 0 15257 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65864

[startup+102.307 s]
/proc/loadavg: 1.88 1.74 1.79 3/176 7525
/proc/meminfo: memFree=31195524/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=65864 CPUtime=102.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 19183 0 0 0 9978 252 0 0 25 0 1 0 901329460 67444736 15474 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 16466 15474 743 1205 0 15257 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 65864

[startup+162.301 s]
/proc/loadavg: 1.95 1.79 1.80 3/176 7527
/proc/meminfo: memFree=31191912/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=65864 CPUtime=162.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 21561 0 0 0 15814 415 0 0 25 0 1 0 901329460 67444736 15484 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 16466 15484 743 1205 0 15257 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65864

[startup+222.3 s]
/proc/loadavg: 1.98 1.82 1.82 3/176 7529
/proc/meminfo: memFree=31186932/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=68400 CPUtime=222.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 22196 0 0 0 21654 575 0 0 25 0 1 0 901329460 70041600 16119 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 17100 16119 743 1205 0 15891 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 68400

[startup+282.301 s]
/proc/loadavg: 1.99 1.85 1.82 3/176 7531
/proc/meminfo: memFree=31184684/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=68400 CPUtime=282.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 22196 0 0 0 27496 733 0 0 25 0 1 0 901329460 70041600 16119 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 17100 16119 743 1205 0 15891 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 68400

[startup+342.301 s]
/proc/loadavg: 1.99 1.88 1.83 3/176 7533
/proc/meminfo: memFree=31181328/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=68400 CPUtime=342.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 22196 0 0 0 33336 893 0 0 25 0 1 0 901329460 70041600 16119 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 17100 16119 743 1205 0 15891 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 68400

[startup+402.3 s]
/proc/loadavg: 1.99 1.90 1.83 3/176 7533
/proc/meminfo: memFree=31180556/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=67984 CPUtime=402.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 23645 0 0 0 39181 1048 0 0 25 0 1 0 901329460 69615616 16024 33554432000 4194304 9128323 140734385622896 18446744073709551615 5984431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 16996 16024 743 1205 0 15787 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 67984

[startup+462.301 s]
/proc/loadavg: 1.99 1.91 1.84 3/176 7535
/proc/meminfo: memFree=31177688/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=67984 CPUtime=462.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 23651 0 0 0 45022 1207 0 0 25 0 1 0 901329460 69615616 16030 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 16996 16030 743 1205 0 15787 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 67984

[startup+522.301 s]
/proc/loadavg: 1.99 1.93 1.85 3/176 7537
/proc/meminfo: memFree=31176184/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=68936 CPUtime=522.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 23842 0 0 0 50861 1368 0 0 25 0 1 0 901329460 70590464 16221 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 17234 16221 743 1205 0 16025 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 68936

[startup+582.3 s]
/proc/loadavg: 1.99 1.94 1.85 3/176 7539
/proc/meminfo: memFree=31174676/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=70308 CPUtime=582.29 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 24213 0 0 0 56703 1526 0 0 25 0 1 0 901329460 71995392 16592 33554432000 4194304 9128323 140734385622896 18446744073709551615 4207888 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 17577 16592 743 1205 0 16368 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 70308

[startup+642.301 s]
/proc/loadavg: 2.10 1.98 1.87 3/176 7541
/proc/meminfo: memFree=31169944/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=73172 CPUtime=642.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 24937 0 0 0 62544 1686 0 0 25 0 1 0 901329460 74928128 17316 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 18293 17316 743 1205 0 17084 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 73172

[startup+702.301 s]
/proc/loadavg: 2.04 1.98 1.87 3/176 7541
/proc/meminfo: memFree=31165580/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=76280 CPUtime=702.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 25672 0 0 0 68391 1839 0 0 25 0 1 0 901329460 78110720 18049 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19070 18049 743 1205 0 17861 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 76280

[startup+762.306 s]
/proc/loadavg: 2.01 1.98 1.88 3/176 7552
/proc/meminfo: memFree=31163560/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=77244 CPUtime=762.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27513 0 0 0 74245 1985 0 0 25 0 1 0 901329460 79097856 18321 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19311 18321 743 1205 0 18102 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 77244

[startup+822.301 s]
/proc/loadavg: 2.00 1.98 1.89 3/176 7554
/proc/meminfo: memFree=31158524/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=77416 CPUtime=822.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27538 0 0 0 80089 2141 0 0 25 0 1 0 901329460 79273984 18346 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19354 18346 743 1205 0 18145 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 77416

[startup+882.301 s]
/proc/loadavg: 2.00 1.98 1.89 3/176 7556
/proc/meminfo: memFree=31157636/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78324 CPUtime=882.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27788 0 0 0 85936 2294 0 0 25 0 1 0 901329460 80203776 18593 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19581 18593 743 1205 0 18372 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 78324

[startup+942.3 s]
/proc/loadavg: 2.00 1.98 1.90 3/176 7558
/proc/meminfo: memFree=31157624/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78504 CPUtime=942.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27814 0 0 0 91785 2445 0 0 25 0 1 0 901329460 80388096 18619 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19626 18619 743 1205 0 18417 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 78504

[startup+1002.3 s]
/proc/loadavg: 2.00 1.98 1.90 3/176 7558
/proc/meminfo: memFree=31157232/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78812 CPUtime=1002.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27924 0 0 0 97626 2604 0 0 25 0 1 0 901329460 80703488 18729 33554432000 4194304 9128323 140734385622896 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19703 18729 743 1205 0 18494 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 78812

[startup+1062.3 s]
/proc/loadavg: 2.00 1.98 1.91 3/176 7600
/proc/meminfo: memFree=31201900/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78948 CPUtime=1062.3 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27952 0 0 0 103477 2753 0 0 25 0 1 0 901329460 80842752 18757 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19737 18757 743 1205 0 18528 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 78948

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

[startup+1078.2 s]
/proc/loadavg: 2.19 2.02 1.93 3/176 7600
/proc/meminfo: memFree=31193484/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78948 CPUtime=1078.2 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27958 0 0 0 105036 2784 0 0 25 0 1 0 901329460 80842752 18763 33554432000 4194304 9128323 140734385622896 18446744073709551615 7366200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19737 18763 743 1205 0 18528 0
Current children cumulated CPU time (s) 1078.2
Current children cumulated vsize (KiB) 78948

[startup+1091.01 s]
/proc/loadavg: 2.16 2.02 1.93 3/176 7602
/proc/meminfo: memFree=31188268/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78948 CPUtime=1091.01 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27958 0 0 0 106291 2810 0 0 25 0 1 0 901329460 80842752 18763 33554432000 4194304 9128323 140734385622896 18446744073709551615 6530263 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19737 18763 743 1205 0 18528 0
Current children cumulated CPU time (s) 1091.01
Current children cumulated vsize (KiB) 78948

[startup+1097.4 s]
/proc/loadavg: 2.14 2.02 1.93 3/176 7602
/proc/meminfo: memFree=31187668/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78948 CPUtime=1097.4 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27958 0 0 0 106916 2824 0 0 25 0 1 0 901329460 80842752 18763 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19737 18763 743 1205 0 18528 0
Current children cumulated CPU time (s) 1097.4
Current children cumulated vsize (KiB) 78948

[startup+1100.6 s]
/proc/loadavg: 2.13 2.02 1.93 4/177 7603
/proc/meminfo: memFree=31160128/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78948 CPUtime=1100.6 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27958 0 0 0 107228 2832 0 0 25 0 1 0 901329460 80842752 18763 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19737 18763 743 1205 0 18528 0
Current children cumulated CPU time (s) 1100.6
Current children cumulated vsize (KiB) 78948

[startup+1102.2 s]
/proc/loadavg: 2.13 2.02 1.93 3/176 7603
/proc/meminfo: memFree=31186420/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78948 CPUtime=1102.2 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27958 0 0 0 107385 2835 0 0 25 0 1 0 901329460 80842752 18763 33554432000 4194304 9128323 140734385622896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19737 18763 743 1205 0 18528 0
Current children cumulated CPU time (s) 1102.2
Current children cumulated vsize (KiB) 78948

[startup+1102.6 s]
/proc/loadavg: 2.13 2.02 1.93 3/176 7603
/proc/meminfo: memFree=31186420/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78948 CPUtime=1102.6 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27958 0 0 0 107424 2836 0 0 25 0 1 0 901329460 80842752 18763 33554432000 4194304 9128323 140734385622896 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19737 18763 743 1205 0 18528 0
Current children cumulated CPU time (s) 1102.6
Current children cumulated vsize (KiB) 78948

[startup+1103 s]
/proc/loadavg: 2.12 2.02 1.93 3/176 7603
/proc/meminfo: memFree=31186420/32951132 swapFree=67052544/67111528
[pid=7517] ppid=7515 vsize=78948 CPUtime=1103.01 cores=1,3,5,7
/proc/7517/stat : 7517 (scip-2.0.1.4.li) R 7515 7517 6878 0 -1 4202496 27958 0 0 0 107464 2837 0 0 25 0 1 0 901329460 80842752 18763 33554432000 4194304 9128323 140734385622896 18446744073709551615 4240144 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7517/statm: 19737 18763 743 1205 0 18528 0
Current children cumulated CPU time (s) 1103.01
Current children cumulated vsize (KiB) 78948

Child status: 0
Real time (s): 1103.04
CPU time (s): 1103.05
CPU user time (s): 1074.67
CPU system time (s): 28.3747
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 78948

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

runsolver used 1.44678 second user time and 3.62445 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-12 18:48:28
IDJOB=3447743
IDBENCH=78910
IDSOLVER=1944
FILE ID=node128/3447743-1307897308
RUNJOBID= node128-1307897308-7495
PBS_JOBID= 13559578
Free space on /tmp= 74080 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.1900576927--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-3447743-1307897308/watcher-3447743-1307897308 -o /tmp/evaluation-result-3447743-1307897308/solver-3447743-1307897308 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447743-1307897308.wbo -t 1800 -m 15500

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

MD5SUM BENCH= fe999950861349ecbc6e2ee50c3d0e04
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:      31311512 kB
Buffers:        309988 kB
Cached:        1082424 kB
SwapCached:      11368 kB
Active:         520872 kB
Inactive:       890464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31311512 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:51