Trace number 3447348

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 1372.21 1372.17

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM5b6bb33016643c054f0ad34369984077
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark62.9124
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 constraints2707
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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-3447348-1307901150.wbo>
0.00/0.02	c original problem has 2938 variables (2938 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.05	o 136367
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.1s|     1 |     0 |   192 |     - |  17M|   0 |  27 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   618 |     - |  18M|   0 |  29 |5645 |8121 |5645 |2764 |  57 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |   767 |     - |  19M|   0 |  40 |5645 |8121 |5645 |2810 | 103 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |  1134 |     - |  19M|   0 |  42 |5645 |8121 |5645 |2824 | 117 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.10/1.12	c   1.1s|     1 |     0 |  1192 |     - |  19M|   0 |  58 |5645 |8121 |5645 |2848 | 141 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.49/1.50	c   1.5s|     1 |     0 |  1249 |     - |  19M|   0 |  60 |5645 |8121 |5645 |2856 | 149 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
1.79/1.89	c   1.9s|     1 |     0 |  1291 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2864 | 157 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
2.59/2.66	c   2.7s|     1 |     2 |  1291 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2864 | 157 |   0 |  33 | 0.000000e+00 | 1.363670e+05 |    Inf 
31.49/31.50	o 540
31.49/31.50	c *31.5s|   486 |   485 |102117 | 207.9 |  31M|  41 |   - |5645 |8121 |5645 |2995 |1245 |   0 |1468 | 0.000000e+00 | 5.400000e+02 |    Inf 
34.39/34.44	o 95
34.39/34.44	c *34.4s|   567 |   331 |118712 | 207.5 |  30M|  43 |   - |5645 |8121 |5645 |2978 |1627 |   0 |1477 | 0.000000e+00 | 9.500000e+01 |    Inf 
34.59/34.67	o 83
34.59/34.67	c *34.7s|   572 |   328 |119453 | 206.9 |  32M|  43 |   - |5645 |7795 |5645 |2806 |1634 |   2 |1488 | 0.000000e+00 | 8.300000e+01 |    Inf 
35.29/35.33	o 80
35.29/35.33	c *35.3s|   609 |   347 |121405 | 197.6 |  33M|  43 |   - |5645 |7215 |5645 |2789 |1638 |  28 |1496 | 0.000000e+00 | 8.000000e+01 |    Inf 
35.79/35.87	o 63
35.79/35.87	c c35.9s|   628 |   305 |122977 | 194.1 |  33M|  43 |   - |5645 |7078 |5645 |2810 |1662 |  45 |1506 | 0.000000e+00 | 6.300000e+01 |    Inf 
36.99/37.02	o 60
36.99/37.02	c *37.0s|   694 |   286 |126924 | 181.3 |  33M|  43 |   - |5645 |6168 |5645 |2801 |1678 |  99 |1518 | 0.000000e+00 | 6.000000e+01 |    Inf 
37.69/37.76	o 59
37.69/37.76	c *37.8s|   755 |   318 |129055 | 169.4 |  33M|  43 |   - |5645 |6040 |5645 |2799 |1678 | 125 |1529 | 0.000000e+00 | 5.900000e+01 |    Inf 
37.80/37.87	o 36
37.80/37.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.80/37.87	c *37.9s|   761 |   274 |129303 | 168.4 |  32M|  43 |   - |5645 |5993 |5645 |2808 |1687 | 130 |1529 | 0.000000e+00 | 3.600000e+01 |    Inf 
37.80/37.89	o 35
37.80/37.89	c *37.9s|   762 |   273 |129354 | 168.3 |  32M|  43 |   - |5645 |5993 |5645 |2799 |1687 | 130 |1529 | 0.000000e+00 | 3.500000e+01 |    Inf 
38.80/38.83	o 32
38.80/38.83	c *38.8s|   821 |   293 |132444 | 159.9 |  33M|  43 |   - |5645 |4679 |5645 |2802 |1691 | 163 |1553 | 0.000000e+00 | 3.200000e+01 |    Inf 
38.99/39.00	o 23
38.99/39.00	c *39.0s|   831 |   195 |132963 | 158.6 |  31M|  43 |   - |5645 |4513 |5645 |2797 |1701 | 167 |1555 | 0.000000e+00 | 2.300000e+01 |    Inf 
59.30/59.34	o 22
59.30/59.34	c *59.3s|  3677 |   865 |199882 |  54.0 |  36M|  43 |   - |5645 |6673 |5645 |2787 |1725 |2898 |1807 | 0.000000e+00 | 2.200000e+01 |    Inf 
71.69/71.71	o 14
71.69/71.71	c *71.7s|  5640 |  1083 |233512 |  41.2 |  38M|  43 |   - |5645 |7601 |5645 |2799 |1751 |5152 |1926 | 0.000000e+00 | 1.400000e+01 |    Inf 
78.70/78.80	o 12
78.70/78.80	c *78.8s|  6832 |  1036 |260747 |  38.0 |  38M|  43 |   - |5645 |6596 |5645 |2800 |1754 |6582 |1935 | 0.000000e+00 | 1.200000e+01 |    Inf 
90.09/90.13	o 9
90.09/90.13	c *90.1s|  8832 |  1064 |304291 |  34.3 |  39M|  47 |   - |5645 |5823 |5645 |2799 |1755 |8853 |1947 | 0.000000e+00 | 9.000000e+00 |    Inf 
96.10/96.19	c  96.2s| 10000 |  1080 |328790 |  32.8 |  39M|  47 |   - |5645 |5308 |5645 |2799 |1755 |  10k|1955 | 0.000000e+00 | 9.000000e+00 |    Inf 
129.59/129.67	o 6
129.59/129.67	c g 130s| 16922 |  1015 |468642 |  27.6 |  40M|  49 |   - |5645 |7688 |5645 |2799 |1758 |  18k|2014 | 0.000000e+00 | 6.000000e+00 |    Inf 
131.60/131.64	o 5
131.60/131.64	c * 132s| 17251 |   921 |475972 |  27.5 |  39M|  49 |   - |5645 |6791 |5645 |2787 |1759 |  18k|2051 | 0.000000e+00 | 5.000000e+00 |    Inf 
146.10/146.17	c   146s| 20000 |   935 |537222 |  26.8 |  39M|  49 |  46 |5645 |6957 |5645 |2799 |1759 |  21k|2207 | 0.000000e+00 | 5.000000e+00 |    Inf 
196.99/197.04	c   197s| 30000 |   903 |740266 |  24.6 |  40M|  59 |  23 |5645 |7786 |5645 |2787 |1761 |  33k|2826 | 0.000000e+00 | 5.000000e+00 |    Inf 
249.20/249.27	c   249s| 40000 |   880 |954755 |  23.8 |  42M|  59 |  35 |5645 |  11k|5645 |2799 |1762 |  45k|3349 | 0.000000e+00 | 5.000000e+00 |    Inf 
249.39/249.47	o 3
249.39/249.47	c * 249s| 40038 |   808 |955445 |  23.8 |  41M|  59 |   - |5645 |  11k|5645 |2799 |1762 |  45k|3352 | 0.000000e+00 | 3.000000e+00 |    Inf 
297.30/297.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.30/297.31	c   297s| 50000 |   753 |  1147k|  22.9 |  41M|  65 |   - |5645 |9354 |5645 |2799 |1762 |  57k|3777 | 0.000000e+00 | 3.000000e+00 |    Inf 
345.10/345.11	c   345s| 60000 |   679 |  1339k|  22.3 |  40M|  65 |   - |5645 |8542 |5645 |2787 |1762 |  70k|4239 | 0.000000e+00 | 3.000000e+00 |    Inf 
392.20/392.29	c   392s| 70000 |   598 |  1532k|  21.9 |  41M|  65 |   - |5645 |  11k|5645 |2799 |1762 |  82k|4614 | 0.000000e+00 | 3.000000e+00 |    Inf 
438.81/438.86	c   439s| 80000 |   569 |  1722k|  21.5 |  41M|  65 |   - |5645 |  13k|5645 |2799 |1763 |  94k|4905 | 0.000000e+00 | 3.000000e+00 |    Inf 
486.41/486.47	c   486s| 90000 |   596 |  1917k|  21.3 |  44M|  68 |  29 |5645 |  19k|5645 |2799 |1763 | 106k|5276 | 0.000000e+00 | 3.000000e+00 |    Inf 
535.31/535.38	c   535s|100000 |   546 |  2111k|  21.1 |  41M|  68 |   - |5645 |  12k|5645 |2799 |1763 | 119k|5583 | 0.000000e+00 | 3.000000e+00 |    Inf 
582.50/582.55	c   583s|110000 |   575 |  2306k|  21.0 |  43M|  68 |   - |5645 |  14k|5645 |2799 |1763 | 131k|5834 | 0.000000e+00 | 3.000000e+00 |    Inf 
630.31/630.33	c   630s|120000 |   488 |  2503k|  20.8 |  41M|  68 |   - |5645 |  13k|   0 |   0 |1763 | 143k|6096 | 0.000000e+00 | 3.000000e+00 |    Inf 
676.71/676.79	c   677s|130000 |   513 |  2693k|  20.7 |  43M|  70 |  28 |5645 |  16k|5645 |2787 |1763 | 156k|6371 | 0.000000e+00 | 3.000000e+00 |    Inf 
724.01/724.09	c   724s|140000 |   488 |  2880k|  20.6 |  42M|  70 |   - |5645 |  15k|5645 |2799 |1763 | 168k|6639 | 0.000000e+00 | 3.000000e+00 |    Inf 
772.31/772.32	c   772s|150000 |   436 |  3077k|  20.5 |  42M|  70 |  33 |5645 |  15k|5645 |2799 |1763 | 180k|6861 | 0.000000e+00 | 3.000000e+00 |    Inf 
799.31/799.35	o 1
799.31/799.35	c * 799s|155971 |   403 |  3192k|  20.5 |  43M|  70 |   - |5645 |  18k|5645 |2799 |1763 | 188k|6950 | 0.000000e+00 | 1.000000e+00 |    Inf 
820.12/820.14	c   820s|160000 |   389 |  3278k|  20.5 |  41M|  70 |   - |5645 |  14k|   0 |   0 |1763 | 193k|7067 | 0.000000e+00 | 1.000000e+00 |    Inf 
867.72/867.78	c   868s|170000 |   403 |  3478k|  20.5 |  43M|  70 |  37 |5645 |  19k|5645 |2799 |1763 | 207k|7257 | 0.000000e+00 | 1.000000e+00 |    Inf 
916.92/916.96	c   917s|180000 |   375 |  3686k|  20.5 |  42M|  70 |   - |5645 |  15k|5645 |2799 |1763 | 219k|7518 | 0.000000e+00 | 1.000000e+00 |    Inf 
963.82/963.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
963.82/963.87	c   964s|190000 |   343 |  3879k|  20.4 |  42M|  70 |  38 |5645 |  15k|5645 |2799 |1763 | 232k|7753 | 0.000000e+00 | 1.000000e+00 |    Inf 
1010.93/1010.98	c  1011s|200000 |   361 |  4072k|  20.4 |  44M|  70 |  33 |5645 |  20k|5645 |2799 |1763 | 245k|7938 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.53/1058.59	c  1059s|210000 |   389 |  4266k|  20.3 |  46M|  70 |   - |5645 |  24k|5645 |2799 |1763 | 258k|8174 | 0.000000e+00 | 1.000000e+00 |    Inf 
1105.23/1105.24	c  1105s|220000 |   392 |  4454k|  20.2 |  47M|  78 |   - |5645 |  25k|5645 |2799 |1763 | 272k|8363 | 0.000000e+00 | 1.000000e+00 |    Inf 
1154.12/1154.18	c  1154s|230000 |   377 |  4655k|  20.2 |  49M|  78 |   - |5645 |  29k|5645 |2799 |1763 | 285k|8548 | 0.000000e+00 | 1.000000e+00 |    Inf 
1202.83/1202.85	c  1203s|240000 |   332 |  4848k|  20.2 |  46M|  78 |  37 |5645 |  23k|5645 |2799 |1763 | 298k|8725 | 0.000000e+00 | 1.000000e+00 |    Inf 
1252.43/1252.44	c  1252s|250000 |   305 |  5053k|  20.2 |  46M|  78 |  35 |5645 |  23k|5645 |2799 |1763 | 310k|8877 | 0.000000e+00 | 1.000000e+00 |    Inf 
1300.63/1300.68	c  1301s|260000 |   279 |  5243k|  20.2 |  44M|  78 |  35 |5645 |  19k|5645 |2787 |1763 | 323k|9011 | 0.000000e+00 | 1.000000e+00 |    Inf 
1347.23/1347.27	c  1347s|270000 |   111 |  5427k|  20.1 |  39M|  78 |   - |5645 |  10k|   0 |   0 |1763 | 336k|9142 | 0.000000e+00 | 1.000000e+00 |    Inf 
1372.13/1372.13	c 
1372.13/1372.13	c SCIP Status        : problem is solved [optimal solution found]
1372.13/1372.13	c Solving Time (sec) : 1372.13
1372.13/1372.13	c Solving Nodes      : 275033
1372.13/1372.13	c Primal Bound       : +1.00000000000000e+00 (193 solutions)
1372.13/1372.13	c Dual Bound         : +1.00000000000000e+00
1372.13/1372.13	c Gap                : 0.00 %
1372.13/1372.14	s OPTIMUM FOUND
1372.13/1372.14	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1372.13/1372.14	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1372.13/1372.14	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1372.13/1372.14	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 x150 -x149 -x148 -x147 
1372.13/1372.14	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1372.13/1372.14	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1372.13/1372.14	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 
1372.13/1372.14	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 
1372.13/1372.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 
1372.13/1372.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 
1372.13/1372.14	v -x1 
1372.13/1372.14	c SCIP Status        : problem is solved [optimal solution found]
1372.13/1372.14	c Total Time         :    1372.13
1372.13/1372.14	c   solving          :    1372.13
1372.13/1372.14	c   presolving       :       0.09 (included in solving)
1372.13/1372.14	c   reading          :       0.02 (included in solving)
1372.13/1372.14	c Original Problem   :
1372.13/1372.14	c   Problem name     : HOME/instance-3447348-1307901150.wbo
1372.13/1372.14	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1372.13/1372.14	c   Constraints      : 2708 initial, 2708 maximal
1372.13/1372.14	c Presolved Problem  :
1372.13/1372.14	c   Problem name     : t_HOME/instance-3447348-1307901150.wbo
1372.13/1372.14	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1372.13/1372.14	c   Constraints      : 5414 initial, 29522 maximal
1372.13/1372.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1372.13/1372.14	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1372.13/1372.14	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1372.13/1372.14	c   root node        :          -       5456          -          -       5456          -          -          -          -          -
1372.13/1372.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1372.13/1372.14	c   integral         :          0          0          0     144010          0        590          0        386       3200          0          0     279838
1372.13/1372.14	c   varbound         :          0+         6     754831       1619          0          0       2283          1     216017       1742          0          0
1372.13/1372.14	c   linear           :       2707          6    1376532          9          0        586    4091021      31245    5148462          0          0          0
1372.13/1372.14	c   indicator        :       2707          0     739673       1619          0        574       1677          0       4599          0          0          0
1372.13/1372.14	c   logicor          :          0+         0     395341          0          0          0     907883       2915     210376          0          0          0
1372.13/1372.14	c   bounddisjunction :          0+         0     173582          0          0          0        526         52       1088          0          0          0
1372.13/1372.14	c   countsols        :          0          0          0         17          0        178          0          0          0          0          0          0
1372.13/1372.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1372.13/1372.14	c   integral         :      72.10       0.00       0.00      72.08       0.00       0.02       0.00
1372.13/1372.14	c   varbound         :       2.01       0.00       1.86       0.14       0.00       0.00       0.00
1372.13/1372.14	c   linear           :      64.79       0.00      62.09       0.00       0.00       0.19       2.51
1372.13/1372.14	c   indicator        :       3.82       0.00       2.76       0.33       0.00       0.73       0.00
1372.13/1372.14	c   logicor          :      44.00       0.00      42.63       0.00       0.00       0.00       1.37
1372.13/1372.14	c   bounddisjunction :       0.83       0.00       0.83       0.00       0.00       0.00       0.00
1372.13/1372.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1372.13/1372.14	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1372.13/1372.14	c   vbounds          :      34632       1801          5      82115
1372.13/1372.14	c   rootredcost      :         19          0          0       2707
1372.13/1372.14	c   pseudoobj        :    1376891       2427        466     210873
1372.13/1372.14	c Propagator Timings :  TotalTime  Propagate    Resprop
1372.13/1372.14	c   vbounds          :       8.10       8.10       0.00
1372.13/1372.14	c   rootredcost      :       0.27       0.27       0.00
1372.13/1372.14	c   pseudoobj        :      52.07      52.00       0.07
1372.13/1372.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1372.13/1372.14	c   propagation      :       2.05      34684      34616     193317       27.8        845       19.9          -
1372.13/1372.14	c   infeasible LP    :      39.80     101541     101536     691176       38.0       1155       15.0          0
1372.13/1372.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1372.13/1372.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1372.13/1372.14	c   pseudo solution  :       0.00          3          3          3        2.0          0        0.0          -
1372.13/1372.14	c   applied globally :          -          -          -     342723       32.1          -          -          -
1372.13/1372.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1372.13/1372.14	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1372.13/1372.14	c   cut pool         :       0.00          5          -          -          3          -    (maximal pool size: 199)
1372.13/1372.14	c   redcost          :      13.91     144769          0      93813          0          0
1372.13/1372.14	c   impliedbounds    :       0.00          6          0          0          0          0
1372.13/1372.14	c   intobj           :       0.00          0          0          0          0          0
1372.13/1372.14	c   gomory           :       0.56          6          0          0       2225          0
1372.13/1372.14	c   cgmip            :       0.00          0          0          0          0          0
1372.13/1372.14	c   closecuts        :       0.00          0          0          0          0          0
1372.13/1372.14	c   strongcg         :       0.52          6          0          0       2535          0
1372.13/1372.14	c   cmir             :       0.15          6          0          0          6          0
1372.13/1372.14	c   flowcover        :       0.14          6          0          0          5          0
1372.13/1372.14	c   clique           :       0.00          1          0          0          0          0
1372.13/1372.14	c   zerohalf         :       0.00          0          0          0          0          0
1372.13/1372.14	c   mcf              :       0.00          1          0          0          0          0
1372.13/1372.14	c   oddcycle         :       0.00          0          0          0          0          0
1372.13/1372.14	c   rapidlearning    :       0.20          1          0          0          0          0
1372.13/1372.14	c Pricers            :       Time      Calls       Vars
1372.13/1372.14	c   problem variables:       0.00          0          0
1372.13/1372.14	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1372.13/1372.14	c   relpscost        :      71.94     142387        386       3200          0          0     279838
1372.13/1372.14	c   pscost           :       0.00          0          0          0          0          0          0
1372.13/1372.14	c   inference        :       0.00          0          0          0          0          0          0
1372.13/1372.14	c   mostinf          :       0.00          0          0          0          0          0          0
1372.13/1372.14	c   leastinf         :       0.00          0          0          0          0          0          0
1372.13/1372.14	c   fullstrong       :       0.00          0          0          0          0          0          0
1372.13/1372.14	c   allfullstrong    :       0.00          0          0          0          0          0          0
1372.13/1372.14	c   random           :       0.00          0          0          0          0          0          0
1372.13/1372.14	c Primal Heuristics  :       Time      Calls      Found
1372.13/1372.14	c   LP solutions     :       0.01          -         17
1372.13/1372.14	c   pseudo solutions :       0.00          -          0
1372.13/1372.14	c   feaspump         :       0.01          0          0
1372.13/1372.14	c   oneopt           :       0.34         18          0
1372.13/1372.14	c   fracdiving       :       2.77         63          0
1372.13/1372.14	c   guideddiving     :       2.02         63          1
1372.13/1372.14	c   linesearchdiving :       1.09         63          0
1372.13/1372.14	c   objpscostdiving  :       0.69         32          0
1372.13/1372.14	c   rootsoldiving    :       2.23         32          0
1372.13/1372.14	c   veclendiving     :       2.27         64          0
1372.13/1372.14	c   coefdiving       :       3.19         64          1
1372.13/1372.14	c   pscostdiving     :       2.01         64          0
1372.13/1372.14	c   crossover        :       1.28         22          0
1372.13/1372.14	c   trivial          :       0.01          2          1
1372.13/1372.14	c   shiftandpropagate:       0.00          0          0
1372.13/1372.14	c   simplerounding   :       0.40     143135          0
1372.13/1372.14	c   zirounding       :       0.35       1000          0
1372.13/1372.14	c   rounding         :       0.73       5314          0
1372.13/1372.14	c   shifting         :       0.82       1668          0
1372.13/1372.14	c   intshifting      :       0.01          0          0
1372.13/1372.14	c   twoopt           :       0.00          0          0
1372.13/1372.14	c   fixandinfer      :       0.00          0          0
1372.13/1372.14	c   clique           :       0.00          0          0
1372.13/1372.14	c   intdiving        :       0.00          0          0
1372.13/1372.14	c   actconsdiving    :       0.00          0          0
1372.13/1372.14	c   octane           :       0.00          0          0
1372.13/1372.14	c   rens             :       0.05          1          0
1372.13/1372.14	c   rins             :       0.00          0          0
1372.13/1372.14	c   localbranching   :       0.00          0          0
1372.13/1372.14	c   mutation         :       0.00          0          0
1372.13/1372.14	c   dins             :       0.00          0          0
1372.13/1372.14	c   vbounds          :       0.00          0          0
1372.13/1372.14	c   undercover       :       0.00          0          0
1372.13/1372.14	c   subnlp           :       0.04          0          0
1372.13/1372.14	c   trysol           :       0.39        334        173
1372.13/1372.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1372.13/1372.14	c   primal LP        :       0.05          0          0       0.00       0.00
1372.13/1372.14	c   dual LP          :     866.37     248085    5471270      22.05    6315.17
1372.13/1372.14	c   lex dual LP      :       0.00          0          0       0.00          -
1372.13/1372.14	c   barrier LP       :       0.00          0          0       0.00          -
1372.13/1372.14	c   diving/probing LP:      11.62       5978      59374       9.93    5109.07
1372.13/1372.14	c   strong branching :      69.05       9311     425672      45.72    6165.04
1372.13/1372.14	c     (at root node) :          -         33       5387     163.24          -
1372.13/1372.14	c   conflict analysis:       0.00          0          0       0.00          -
1372.13/1372.14	c B&B Tree           :
1372.13/1372.14	c   number of runs   :          1
1372.13/1372.14	c   nodes            :     275033
1372.13/1372.14	c   nodes (total)    :     275033
1372.13/1372.14	c   nodes left       :          0
1372.13/1372.14	c   max depth        :         78
1372.13/1372.14	c   max depth (total):         78
1372.13/1372.14	c   backtracks       :      26475 (9.6%)
1372.13/1372.14	c   delayed cutoffs  :       3963
1372.13/1372.14	c   repropagations   :     603925 (680300 domain reductions, 3512 cutoffs)
1372.13/1372.14	c   avg switch length:       5.87
1372.13/1372.14	c   switching time   :      74.02
1372.13/1372.14	c Solution           :
1372.13/1372.14	c   Solutions found  :        193 (20 improvements)
1372.13/1372.14	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1372.13/1372.14	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 155971 nodes, 799.35 seconds, depth 38, found by <relaxation>)
1372.13/1372.14	c   Dual Bound       : +1.00000000000000e+00
1372.13/1372.14	c   Gap              :       0.00 %
1372.13/1372.14	c   Root Dual Bound  : +0.00000000000000e+00
1372.13/1372.14	c   Root Iterations  :       1291
1372.13/1372.17	c Time complete: 1372.2.

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 /var/tmp/evaluation-result-3447348-1307901150/watcher-3447348-1307901150 -o /var/tmp/evaluation-result-3447348-1307901150/solver-3447348-1307901150 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447348-1307901150.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: 2.04 2.03 1.90 4/181 1667
/proc/meminfo: memFree=1362156/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=7208 CPUtime=0 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 915 0 0 0 0 0 0 0 25 0 1 0 901712898 7380992 870 33554432000 4194304 9128323 140734936553552 18446744073709551615 8008910 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1667/statm: 2059 881 380 1205 0 850 0

[startup+0.00957901 s]
/proc/loadavg: 2.04 2.03 1.90 4/181 1667
/proc/meminfo: memFree=1362156/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=10872 CPUtime=0 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 1725 0 0 0 0 0 0 0 25 0 1 0 901712898 11132928 1679 33554432000 4194304 9128323 140734936553552 18446744073709551615 6164760 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1667/statm: 2718 1679 399 1205 0 1509 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10872

[startup+0.100566 s]
/proc/loadavg: 2.04 2.03 1.90 4/181 1667
/proc/meminfo: memFree=1362156/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 901712898 36585472 7644 33554432000 4194304 9128323 140734936553552 18446744073709551615 18446744073699065856 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300527 s]
/proc/loadavg: 2.04 2.03 1.90 4/181 1667
/proc/meminfo: memFree=1362156/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=70960 CPUtime=0.29 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 16881 0 0 0 28 1 0 0 18 0 1 0 901712898 72663040 16475 33554432000 4194304 9128323 140734936553552 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 17740 16507 696 1205 0 16531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70960

[startup+0.700454 s]
/proc/loadavg: 2.04 2.03 1.90 4/181 1667
/proc/meminfo: memFree=1362156/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=85668 CPUtime=0.69 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 20861 0 0 0 67 2 0 0 18 0 1 0 901712898 87724032 20088 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 21417 20088 715 1205 0 20208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85668

[startup+1.50031 s]
/proc/loadavg: 2.04 2.03 1.90 3/182 1668
/proc/meminfo: memFree=1284796/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=85668 CPUtime=1.49 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 20883 0 0 0 146 3 0 0 19 0 1 0 901712898 87724032 20104 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 21417 20104 709 1205 0 20208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85668

[startup+3.10101 s]
/proc/loadavg: 2.04 2.03 1.90 3/182 1668
/proc/meminfo: memFree=1282564/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=85788 CPUtime=3.09 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 22353 0 0 0 303 6 0 0 24 0 1 0 901712898 87846912 20466 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 21447 20466 729 1205 0 20238 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85788

[startup+6.30044 s]
/proc/loadavg: 2.03 2.03 1.90 3/182 1668
/proc/meminfo: memFree=1282300/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=85788 CPUtime=6.29 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 22353 0 0 0 616 13 0 0 25 0 1 0 901712898 87846912 20466 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 21447 20466 729 1205 0 20238 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85788

[startup+12.7003 s]
/proc/loadavg: 2.03 2.03 1.90 3/182 1669
/proc/meminfo: memFree=1282404/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=85788 CPUtime=12.69 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 22353 0 0 0 1243 26 0 0 25 0 1 0 901712898 87846912 20466 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 21447 20466 729 1205 0 20238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85788

[startup+25.5009 s]
/proc/loadavg: 2.02 2.03 1.90 3/182 1669
/proc/meminfo: memFree=1281620/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=85788 CPUtime=25.5 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 24932 0 0 0 2492 58 0 0 25 0 1 0 901712898 87846912 20467 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 21447 20467 730 1205 0 20238 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 85788

[startup+51.1003 s]
/proc/loadavg: 2.07 2.04 1.91 3/182 1670
/proc/meminfo: memFree=1276744/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=90352 CPUtime=51.09 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 39236 0 0 0 5004 105 0 0 25 0 1 0 901712898 92520448 21602 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 22588 21602 739 1205 0 21379 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90352

[startup+102.307 s]
/proc/loadavg: 2.11 2.04 1.92 3/182 1671
/proc/meminfo: memFree=1257968/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=102000 CPUtime=102.3 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 89577 0 0 0 10048 182 0 0 25 0 1 0 901712898 104448000 24600 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 25500 24600 749 1205 0 24291 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102000

[startup+162.301 s]
/proc/loadavg: 2.10 2.05 1.92 3/182 1673
/proc/meminfo: memFree=1248228/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=105588 CPUtime=162.3 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 108320 0 0 0 15958 272 0 0 25 0 1 0 901712898 108122112 25447 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 26397 25447 749 1205 0 25188 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 105588

[startup+222.301 s]
/proc/loadavg: 2.11 2.07 1.93 3/182 1674
/proc/meminfo: memFree=1239256/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=107768 CPUtime=222.3 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 120907 0 0 0 21857 373 0 0 25 0 1 0 901712898 110354432 26010 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 26942 26010 752 1205 0 25733 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107768

[startup+282.3 s]
/proc/loadavg: 2.09 2.07 1.94 3/182 1676
/proc/meminfo: memFree=1229780/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=110540 CPUtime=282.3 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 142866 0 0 0 27755 475 0 0 25 0 1 0 901712898 113192960 26708 33554432000 4194304 9128323 140734936553552 18446744073709551615 7978243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 27635 26708 752 1205 0 26426 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110540

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 1.94 3/182 1677
/proc/meminfo: memFree=1224536/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=111752 CPUtime=342.3 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 149224 0 0 0 33656 574 0 0 25 0 1 0 901712898 114434048 27003 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 27938 27003 752 1205 0 26729 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111752

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 1.94 3/182 1679
/proc/meminfo: memFree=1214932/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=111896 CPUtime=402.3 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 151506 0 0 0 39562 668 0 0 25 0 1 0 901712898 114581504 27053 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 27974 27053 752 1205 0 26765 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 111896

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 1.94 3/182 1681
/proc/meminfo: memFree=1175684/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=113324 CPUtime=462.3 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 151864 0 0 0 45447 783 0 0 25 0 1 0 901712898 116043776 27411 33554432000 4194304 9128323 140734936553552 18446744073709551615 7176959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 28331 27411 752 1205 0 27122 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 113324

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 1.94 3/182 1691
/proc/meminfo: memFree=1143928/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=116048 CPUtime=522.31 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 158491 0 0 0 51331 900 0 0 25 0 1 0 901712898 118833152 28066 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29012 28066 752 1205 0 27803 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 116048

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 1.94 3/182 1693
/proc/meminfo: memFree=1115668/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=116208 CPUtime=582.31 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 158559 0 0 0 57221 1010 0 0 25 0 1 0 901712898 118996992 28134 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29052 28134 752 1205 0 27843 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 116208

[startup+642.301 s]

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

/proc/meminfo: memFree=1087464/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=116404 CPUtime=642.31 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 158597 0 0 0 63112 1119 0 0 25 0 1 0 901712898 119197696 28172 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29101 28172 752 1205 0 27892 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 116404

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/182 1696
/proc/meminfo: memFree=1064356/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=116716 CPUtime=702.32 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 158670 0 0 0 69004 1228 0 0 25 0 1 0 901712898 119517184 28245 33554432000 4194304 9128323 140734936553552 18446744073709551615 7205381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29179 28245 752 1205 0 27970 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 116716

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 1701
/proc/meminfo: memFree=1037084/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=117288 CPUtime=762.32 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 164765 0 0 0 74898 1334 0 0 25 0 1 0 901712898 120102912 28359 33554432000 4194304 9128323 140734936553552 18446744073709551615 7346389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29322 28359 752 1205 0 28113 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 117288

[startup+822.301 s]
/proc/loadavg: 2.07 2.02 1.94 4/182 1702
/proc/meminfo: memFree=1021420/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=117244 CPUtime=822.32 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 181034 0 0 0 80784 1448 0 0 25 0 1 0 901712898 120057856 28357 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29311 28357 752 1205 0 28102 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 117244

[startup+882.301 s]
/proc/loadavg: 2.07 2.03 1.95 3/182 1704
/proc/meminfo: memFree=1007348/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=117836 CPUtime=882.31 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 185942 0 0 0 86670 1561 0 0 25 0 1 0 901712898 120664064 28518 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29459 28518 752 1205 0 28250 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 117836

[startup+942.3 s]
/proc/loadavg: 2.08 2.03 1.95 3/182 1705
/proc/meminfo: memFree=991564/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=118316 CPUtime=942.32 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 191814 0 0 0 92555 1677 0 0 25 0 1 0 901712898 121155584 28641 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29579 28641 752 1205 0 28370 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 118316

[startup+1002.3 s]
/proc/loadavg: 2.03 2.03 1.95 3/182 1707
/proc/meminfo: memFree=975644/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=118316 CPUtime=1002.32 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 191835 0 0 0 98446 1786 0 0 25 0 1 0 901712898 121155584 28662 33554432000 4194304 9128323 140734936553552 18446744073709551615 5332984 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29579 28662 752 1205 0 28370 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 118316

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/182 1709
/proc/meminfo: memFree=959716/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=119920 CPUtime=1062.32 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 194686 0 0 0 104338 1894 0 0 25 0 1 0 901712898 122798080 29034 33554432000 4194304 9128323 140734936553552 18446744073709551615 7163800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 29980 29034 752 1205 0 28771 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 119920

[startup+1122.3 s]
/proc/loadavg: 2.03 2.03 1.96 3/182 1710
/proc/meminfo: memFree=942692/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=122708 CPUtime=1122.32 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 195403 0 0 0 110233 1999 0 0 25 0 1 0 901712898 125652992 29751 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 30677 29751 752 1205 0 29468 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 122708

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/182 1712
/proc/meminfo: memFree=923416/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=123800 CPUtime=1182.33 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 195690 0 0 0 116123 2110 0 0 25 0 1 0 901712898 126771200 30035 33554432000 4194304 9128323 140734936553552 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 30950 30035 752 1205 0 29741 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 123800

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/182 1713
/proc/meminfo: memFree=913452/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=125164 CPUtime=1242.32 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 195968 0 0 0 122020 2212 0 0 25 0 1 0 901712898 128167936 30313 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 31291 30313 752 1205 0 30082 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 125164

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/182 1715
/proc/meminfo: memFree=908828/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=126140 CPUtime=1302.34 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 201977 0 0 0 127931 2303 0 0 25 0 1 0 901712898 129167360 30591 33554432000 4194304 9128323 140734936553552 18446744073709551615 6583792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 31535 30591 752 1205 0 30326 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 126140

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1717
/proc/meminfo: memFree=905312/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=128380 CPUtime=1362.33 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 202460 0 0 0 133828 2405 0 0 25 0 1 0 901712898 131461120 31074 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 32095 31074 752 1205 0 30886 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 128380

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

[startup+1363.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1717
/proc/meminfo: memFree=905312/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=128380 CPUtime=1363.13 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 202460 0 0 0 133907 2406 0 0 25 0 1 0 901712898 131461120 31074 33554432000 4194304 9128323 140734936553552 18446744073709551615 4240318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 32095 31074 752 1205 0 30886 0
Current children cumulated CPU time (s) 1363.13
Current children cumulated vsize (KiB) 128380

[startup+1366.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1717
/proc/meminfo: memFree=905064/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=128380 CPUtime=1366.34 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 202460 0 0 0 134221 2413 0 0 25 0 1 0 901712898 131461120 31074 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 32095 31074 752 1205 0 30886 0
Current children cumulated CPU time (s) 1366.34
Current children cumulated vsize (KiB) 128380

[startup+1369.51 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1717
/proc/meminfo: memFree=905056/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=128380 CPUtime=1369.54 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 202460 0 0 0 134536 2418 0 0 25 0 1 0 901712898 131461120 31074 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 32095 31074 752 1205 0 30886 0
Current children cumulated CPU time (s) 1369.54
Current children cumulated vsize (KiB) 128380

[startup+1371.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1717
/proc/meminfo: memFree=905056/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=128380 CPUtime=1371.13 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 202460 0 0 0 134692 2421 0 0 25 0 1 0 901712898 131461120 31074 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 32095 31074 752 1205 0 30886 0
Current children cumulated CPU time (s) 1371.13
Current children cumulated vsize (KiB) 128380

[startup+1371.9 s]
/proc/loadavg: 2.00 2.00 1.96 4/182 1717
/proc/meminfo: memFree=905172/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=128380 CPUtime=1371.93 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 202460 0 0 0 134771 2422 0 0 25 0 1 0 901712898 131461120 31074 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 32095 31074 752 1205 0 30886 0
Current children cumulated CPU time (s) 1371.93
Current children cumulated vsize (KiB) 128380

[startup+1372.1 s]
/proc/loadavg: 2.00 2.00 1.96 4/182 1717
/proc/meminfo: memFree=905172/32951124 swapFree=67054536/67111528
[pid=1667] ppid=1665 vsize=128380 CPUtime=1372.13 cores=1,3,5,7
/proc/1667/stat : 1667 (scip-2.0.1.4.li) R 1665 1667 446 0 -1 4202496 202460 0 0 0 134791 2422 0 0 25 0 1 0 901712898 131461120 31074 33554432000 4194304 9128323 140734936553552 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1667/statm: 32095 31074 752 1205 0 30886 0
Current children cumulated CPU time (s) 1372.13
Current children cumulated vsize (KiB) 128380

Child status: 0
Real time (s): 1372.17
CPU time (s): 1372.21
CPU user time (s): 1347.98
CPU system time (s): 24.2373
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 141112

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

runsolver used 2.14167 second user time and 5.34519 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-12 19:52:30
IDJOB=3447348
IDBENCH=79298
IDSOLVER=1944
FILE ID=node133/3447348-1307901150
RUNJOBID= node133-1307898924-1465
PBS_JOBID= 13559573
Free space on /var/tmp= 2884 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--soft-0-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 /var/tmp/evaluation-result-3447348-1307901150/watcher-3447348-1307901150 -o /var/tmp/evaluation-result-3447348-1307901150/solver-3447348-1307901150 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447348-1307901150.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 5b6bb33016643c054f0ad34369984077
RANDOM SEED=954689229

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1362584 kB
Buffers:         55584 kB
Cached:       30452888 kB
SwapCached:      10288 kB
Active:       15601128 kB
Inactive:     15036836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1362584 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           12148 kB
Writeback:           0 kB
AnonPages:      126808 kB
Mapped:          15916 kB
Slab:           887212 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   320832 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2872 MiB
End job on node133 at 2011-06-12 20:15:22