Trace number 3447777

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 1215.25 1215.21

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900574864--soft-33-100-0.wbo
MD5SUMf08844d42f277d14946ba79cfba06e67
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 benchmark38.5261
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 constraints1788
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 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
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-3447777-1307898010.wbo>
0.00/0.02	c original problem has 2019 variables (2019 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.05	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.00/0.08	c (round 2) 0 del vars, 125 del conss, 0 add conss, 1788 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.08/0.09	c (round 3) 108 del vars, 181 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.09/0.10	c (round 4) 154 del vars, 181 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 893 upgd conss, 140 impls, 11 clqs
0.09/0.11	c (round 5) 154 del vars, 200 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 893 upgd conss, 140 impls, 11 clqs
0.09/0.16	c    (0.2s) probing: 101/1942 (5.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  154 deleted vars, 200 deleted constraints, 0 added constraints, 1811 tightened bounds, 0 added holes, 87 changed sides, 0 changed coefficients
0.09/0.16	c  1851 implications, 11 cliques
0.09/0.16	c presolved problem has 3653 variables (1942 bin, 0 int, 1711 impl, 0 cont) and 4296 constraints
0.09/0.16	c      52 constraints of type <setppc>
0.09/0.16	c    1711 constraints of type <linear>
0.09/0.16	c    1711 constraints of type <indicator>
0.09/0.16	c     822 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.14
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 2.0.1.4
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1800
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 13950
0.09/0.16	c 
0.09/0.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.16	c # [type: int, range: [1,2], default: 1]
0.09/0.16	c timing/clocktype = 2
0.09/0.16	c 
0.09/0.16	c # belongs reading time to solving time?
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c timing/reading = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/indicator/addCouplingCons = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.49/0.55	o 137
0.49/0.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.55	c T 0.5s|     1 |     0 |     0 |     - |  14M|   0 |   - |3653 |6007 |3653 |2585 |   0 |   0 |   0 |      --      | 1.370000e+02 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |    95 |     - |  13M|   0 |  44 |3653 |6007 |3653 |2585 |   0 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |   264 |     - |  14M|   0 |  49 |3653 |6049 |3653 |2592 |   7 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
0.99/1.06	c   1.1s|     1 |     0 |   284 |     - |  15M|   0 |  49 |3653 |6049 |3653 |2596 |  11 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1.19/1.26	c   1.3s|     1 |     0 |   343 |     - |  15M|   0 |  49 |3653 |6049 |3653 |2598 |  13 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1.49/1.51	c   1.5s|     1 |     0 |   401 |     - |  16M|   0 |  57 |3653 |6049 |3653 |2612 |  27 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1.79/1.83	c   1.8s|     1 |     0 |   453 |     - |  16M|   0 |  57 |3653 |6049 |3653 |2616 |  31 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
2.09/2.19	c   2.2s|     1 |     0 |   503 |     - |  17M|   0 |  49 |3653 |6049 |3653 |2623 |  38 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
2.59/2.64	c   2.6s|     1 |     2 |   503 |     - |  17M|   0 |  49 |3653 |6049 |3653 |2623 |  38 |   0 |   9 | 0.000000e+00 | 1.370000e+02 |    Inf 
3.39/3.49	o 136
3.39/3.49	c * 3.5s|    15 |    14 |  1861 |  97.0 |  18M|  14 |   - |3653 |6049 |3653 |2726 | 115 |   0 | 102 | 0.000000e+00 | 1.360000e+02 |    Inf 
3.49/3.52	o 107
3.49/3.52	c * 3.5s|    16 |    13 |  1899 |  93.1 |  18M|  14 |   - |3653 |6049 |3653 |2728 | 118 |   0 | 102 | 0.000000e+00 | 1.070000e+02 |    Inf 
3.59/3.66	o 97
3.59/3.66	c * 3.7s|    23 |    14 |  2066 |  71.0 |  18M|  15 |   - |3653 |6050 |3653 |2659 | 125 |   1 | 121 | 0.000000e+00 | 9.700000e+01 |    Inf 
3.79/3.81	o 41
3.79/3.81	c * 3.8s|    26 |    15 |  2396 |  75.7 |  18M|  17 |   - |3653 |5904 |3653 |2693 | 166 |   1 | 121 | 0.000000e+00 | 4.100000e+01 |    Inf 
3.79/3.86	o 11
3.79/3.86	c * 3.9s|    28 |    10 |  2603 |  77.8 |  17M|  17 |   - |3653 |4056 |3653 |2660 | 174 |   3 | 121 | 0.000000e+00 | 1.100000e+01 |    Inf 
4.99/5.06	o 7
4.99/5.06	c * 5.1s|    40 |    11 |  3423 |  74.9 |  17M|  17 |   - |3653 |2990 |3653 |2611 | 174 |   3 | 255 | 0.000000e+00 | 7.000000e+00 |    Inf 
12.09/12.11	o 5
12.09/12.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.09/12.11	c *12.1s|   112 |    21 |  7309 |  61.3 |  17M|  17 |   - |3653 |2866 |3653 |2612 | 175 |  45 |1214 | 0.000000e+00 | 5.000000e+00 |    Inf 
12.59/12.67	o 3
12.59/12.67	c *12.7s|   120 |    23 |  7738 |  60.8 |  17M|  17 |   - |3653 |2804 |3653 |2611 | 175 |  47 |1291 | 0.000000e+00 | 3.000000e+00 |    Inf 
55.20/55.29	c  55.3s| 10000 |   314 |184677 |  18.4 |  22M|  58 |   - |3653 |8745 |3653 |2652 | 177 |  12k|2373 | 0.000000e+00 | 3.000000e+00 |    Inf 
78.69/78.73	o 2
78.69/78.73	c *78.7s| 16602 |   227 |295306 |  17.8 |  22M|  58 |   - |3653 |9043 |3653 |2612 | 178 |  20k|2425 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.10/90.11	c  90.1s| 20000 |   271 |349686 |  17.5 |  23M|  58 |  26 |3653 |  11k|3653 |2611 | 178 |  24k|2430 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.50/127.54	c   128s| 30000 |   313 |513309 |  17.1 |  26M|  58 |  38 |3653 |  16k|3653 |2611 | 178 |  37k|2902 | 0.000000e+00 | 2.000000e+00 |    Inf 
167.50/167.56	c   168s| 40000 |   448 |685447 |  17.1 |  29M|  58 |   - |3653 |  19k|3653 |2611 | 178 |  49k|3452 | 0.000000e+00 | 2.000000e+00 |    Inf 
178.70/178.74	o 1
178.70/178.74	c * 179s| 42932 |   443 |734381 |  17.1 |  29M|  58 |   - |3653 |  20k|3653 |2611 | 178 |  52k|3550 | 0.000000e+00 | 1.000000e+00 |    Inf 
206.80/206.84	c   207s| 50000 |   254 |850919 |  17.0 |  27M|  58 |   - |3653 |  17k|3653 |2611 | 178 |  61k|3920 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.79/247.85	c   248s| 60000 |   178 |  1027k|  17.1 |  26M|  58 |  35 |3653 |  17k|3653 |2652 | 178 |  73k|4413 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.50/289.58	c   290s| 70000 |   260 |  1214k|  17.3 |  29M|  58 |  31 |3653 |  21k|3653 |2611 | 178 |  86k|4881 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.81/334.84	c   335s| 80000 |   548 |  1425k|  17.8 |  33M|  58 |  46 |3653 |  26k|3653 |2611 | 178 |  98k|5212 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.71/382.70	c   383s| 90000 |   756 |  1637k|  18.2 |  36M|  58 |  33 |3653 |  28k|3653 |2611 | 178 | 111k|5589 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.11/430.16	c   430s|100000 |  1312 |  1855k|  18.6 |  42M|  58 |  41 |3653 |  33k|3653 |2611 | 178 | 124k|5914 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.21/478.27	c   478s|110000 |  1583 |  2073k|  18.8 |  45M|  58 |  33 |3653 |  36k|3653 |2611 | 178 | 137k|6208 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.11/525.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.11/525.19	c   525s|120000 |  1965 |  2286k|  19.0 |  49M|  58 |  39 |3653 |  38k|3653 |2611 | 178 | 150k|6429 | 0.000000e+00 | 1.000000e+00 |    Inf 
571.41/571.47	c   571s|130000 |  1894 |  2486k|  19.1 |  47M|  59 |   - |3653 |  35k|3653 |2611 | 178 | 164k|6746 | 0.000000e+00 | 1.000000e+00 |    Inf 
615.61/615.69	c   616s|140000 |  1754 |  2683k|  19.2 |  46M|  59 |  35 |3653 |  34k|3653 |2611 | 178 | 177k|6914 | 0.000000e+00 | 1.000000e+00 |    Inf 
659.32/659.39	c   659s|150000 |  1795 |  2873k|  19.2 |  47M|  59 |   - |3653 |  35k|3653 |2611 | 178 | 190k|7198 | 0.000000e+00 | 1.000000e+00 |    Inf 
705.02/705.07	c   705s|160000 |  1607 |  3073k|  19.2 |  46M|  59 |  33 |3653 |  34k|3653 |2611 | 178 | 203k|7500 | 0.000000e+00 | 1.000000e+00 |    Inf 
748.12/748.17	c   748s|170000 |  1232 |  3256k|  19.2 |  44M|  59 |   - |3653 |  34k|3653 |2611 | 178 | 217k|7740 | 0.000000e+00 | 1.000000e+00 |    Inf 
794.12/794.19	c   794s|180000 |  1076 |  3462k|  19.2 |  42M|  59 |  40 |3653 |  32k|3653 |2611 | 178 | 230k|7927 | 0.000000e+00 | 1.000000e+00 |    Inf 
840.12/840.14	c   840s|190000 |  1101 |  3671k|  19.3 |  42M|  59 |   - |3653 |  32k|3653 |2611 | 178 | 242k|8114 | 0.000000e+00 | 1.000000e+00 |    Inf 
885.02/885.01	c   885s|200000 |   885 |  3869k|  19.3 |  41M|  59 |   - |3653 |  33k|3653 |2611 | 178 | 255k|8337 | 0.000000e+00 | 1.000000e+00 |    Inf 
929.62/929.68	c   930s|210000 |   706 |  4065k|  19.4 |  38M|  59 |   - |3653 |  29k|3653 |2611 | 178 | 268k|8561 | 0.000000e+00 | 1.000000e+00 |    Inf 
973.23/973.21	c   973s|220000 |   451 |  4261k|  19.4 |  35M|  60 |  28 |3653 |  26k|3653 |2611 | 178 | 281k|8778 | 0.000000e+00 | 1.000000e+00 |    Inf 
1015.12/1015.16	c  1015s|230000 |   479 |  4454k|  19.4 |  36M|  60 |   - |3653 |  28k|3653 |2611 | 178 | 293k|8988 | 0.000000e+00 | 1.000000e+00 |    Inf 
1059.23/1059.23	c  1059s|240000 |   399 |  4655k|  19.4 |  34M|  60 |   - |3653 |  26k|3653 |2611 | 178 | 305k|9213 | 0.000000e+00 | 1.000000e+00 |    Inf 
1103.13/1103.15	c  1103s|250000 |   266 |  4855k|  19.4 |  34M|  60 |   - |3653 |  29k|3653 |2611 | 178 | 317k|9411 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.13/1145.11	c  1145s|260000 |   151 |  5044k|  19.4 |  33M|  60 |   - |3653 |  29k|3653 |2611 | 178 | 329k|9568 | 0.000000e+00 | 1.000000e+00 |    Inf 
1186.33/1186.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1186.33/1186.35	c  1186s|270000 |   135 |  5231k|  19.4 |  31M|  60 |  37 |3653 |  24k|3653 |2611 | 178 | 340k|9738 | 0.000000e+00 | 1.000000e+00 |    Inf 
1215.13/1215.16	c 
1215.13/1215.16	c SCIP Status        : problem is solved [optimal solution found]
1215.13/1215.16	c Solving Time (sec) : 1215.16
1215.13/1215.16	c Solving Nodes      : 276707
1215.13/1215.16	c Primal Bound       : +1.00000000000000e+00 (29 solutions)
1215.13/1215.16	c Dual Bound         : +1.00000000000000e+00
1215.13/1215.16	c Gap                : 0.00 %
1215.13/1215.16	s OPTIMUM FOUND
1215.13/1215.16	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
1215.13/1215.16	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1215.13/1215.16	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
1215.13/1215.16	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1215.13/1215.16	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1215.13/1215.16	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1215.13/1215.16	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 
1215.13/1215.16	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 
1215.13/1215.16	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 
1215.13/1215.16	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 
1215.13/1215.16	v -x1 
1215.13/1215.16	c SCIP Status        : problem is solved [optimal solution found]
1215.13/1215.16	c Total Time         :    1215.16
1215.13/1215.16	c   solving          :    1215.16
1215.13/1215.16	c   presolving       :       0.14 (included in solving)
1215.13/1215.16	c   reading          :       0.02 (included in solving)
1215.13/1215.16	c Original Problem   :
1215.13/1215.16	c   Problem name     : HOME/instance-3447777-1307898010.wbo
1215.13/1215.16	c   Variables        : 2019 (2019 binary, 0 integer, 0 implicit integer, 0 continuous)
1215.13/1215.16	c   Constraints      : 2708 initial, 2708 maximal
1215.13/1215.16	c Presolved Problem  :
1215.13/1215.16	c   Problem name     : t_HOME/instance-3447777-1307898010.wbo
1215.13/1215.16	c   Variables        : 3653 (1942 binary, 0 integer, 1711 implicit integer, 0 continuous)
1215.13/1215.16	c   Constraints      : 4296 initial, 38581 maximal
1215.13/1215.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1215.13/1215.16	c   trivial          :       0.00         77          0          0          0          0          0          0          0          0
1215.13/1215.16	c   dualfix          :       0.00         77          0          0          0          0          0          0          0          0
1215.13/1215.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1215.13/1215.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1215.13/1215.16	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1215.13/1215.16	c   probing          :       0.05          0          0          0          0          0          0          0          0          0
1215.13/1215.16	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1215.13/1215.16	c   setppc           :       0.00          0          0          0          0          0         19          0          0          0
1215.13/1215.16	c   linear           :       0.06          0          0          0       1811          0        104          0         87          0
1215.13/1215.16	c   indicator        :       0.00          0          0          0          0          0         77          0          0          0
1215.13/1215.16	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1215.13/1215.16	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1215.13/1215.16	c   root node        :          -       3422          -          -       3422          -          -          -          -          -
1215.13/1215.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1215.13/1215.16	c   integral         :          0          0          0     142879          0         60          0        414       3685          0          0     280182
1215.13/1215.16	c   varbound         :          0+         6     184365        148          0          0         51          0       7601        159          0          0
1215.13/1215.16	c   setppc           :         52          6    1152392          3          0         57    1910648       2747     816335          0          0          0
1215.13/1215.16	c   linear           :       1711+         7    1149886          6          0         53    2422604       9969    2514974          0          0          0
1215.13/1215.16	c   indicator        :       1711          0     182297        148          0         53         34          0        150          0          0          0
1215.13/1215.16	c   logicor          :        822+         6     518193         10          0         19     921797       4005     823576          0          0          0
1215.13/1215.16	c   bounddisjunction :          0+         0       1320          0          0          0          0          0          0          0          0          0
1215.13/1215.16	c   countsols        :          0          0          0         10          0         21          0          0          0          0          0          0
1215.13/1215.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1215.13/1215.16	c   integral         :      60.25       0.00       0.00      60.25       0.00       0.00       0.00
1215.13/1215.16	c   varbound         :       0.16       0.00       0.16       0.00       0.00       0.00       0.00
1215.13/1215.16	c   setppc           :       7.71       0.00       7.26       0.00       0.00       0.00       0.46
1215.13/1215.16	c   linear           :      28.74       0.00      27.29       0.00       0.00       0.01       1.44
1215.13/1215.16	c   indicator        :       0.29       0.00       0.24       0.01       0.00       0.04       0.00
1215.13/1215.16	c   logicor          :      76.13       0.00      75.04       0.00       0.00       0.00       1.09
1215.13/1215.16	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1215.13/1215.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1215.13/1215.16	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1215.13/1215.16	c   vbounds          :       2645         14          0       4148
1215.13/1215.16	c   rootredcost      :         10          0          0       1711
1215.13/1215.16	c   pseudoobj        :    1155856         37          6       4769
1215.13/1215.16	c Propagator Timings :  TotalTime  Propagate    Resprop
1215.13/1215.16	c   vbounds          :       0.59       0.59       0.00
1215.13/1215.16	c   rootredcost      :       0.21       0.21       0.00
1215.13/1215.16	c   pseudoobj        :      27.26      27.25       0.00
1215.13/1215.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1215.13/1215.16	c   propagation      :       0.93      16727      16579      95517       28.9        375       21.0          -
1215.13/1215.16	c   infeasible LP    :      32.30     124011     123962     813669       39.7       1605       15.3          0
1215.13/1215.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1215.13/1215.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1215.13/1215.16	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1215.13/1215.16	c   applied globally :          -          -          -     349030       35.0          -          -          -
1215.13/1215.16	c   applied locally  :          -          -          -          0        0.0          -          -          -
1215.13/1215.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1215.13/1215.16	c   cut pool         :       0.00          5          -          -         15          -    (maximal pool size: 518)
1215.13/1215.16	c   redcost          :       8.87     142824          0       6187          0          0
1215.13/1215.16	c   impliedbounds    :       0.00          6          0          0          0          0
1215.13/1215.16	c   intobj           :       0.00          0          0          0          0          0
1215.13/1215.16	c   gomory           :       0.62          6          0          0       1605          0
1215.13/1215.16	c   cgmip            :       0.00          0          0          0          0          0
1215.13/1215.16	c   closecuts        :       0.00          0          0          0          0          0
1215.13/1215.16	c   strongcg         :       0.52          6          0          0       2746          0
1215.13/1215.16	c   cmir             :       0.12          6          0          0          5          0
1215.13/1215.16	c   flowcover        :       0.09          6          0          0         10          0
1215.13/1215.16	c   clique           :       0.00          6          0          0          0          0
1215.13/1215.16	c   zerohalf         :       0.00          0          0          0          0          0
1215.13/1215.16	c   mcf              :       0.00          1          0          0          0          0
1215.13/1215.16	c   oddcycle         :       0.00          0          0          0          0          0
1215.13/1215.16	c   rapidlearning    :       0.19          1          0          0          0         42
1215.13/1215.16	c Pricers            :       Time      Calls       Vars
1215.13/1215.16	c   problem variables:       0.00          0          0
1215.13/1215.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1215.13/1215.16	c   relpscost        :      60.12     142729        414       3685          0          0     280182
1215.13/1215.16	c   pscost           :       0.00          0          0          0          0          0          0
1215.13/1215.16	c   inference        :       0.00          0          0          0          0          0          0
1215.13/1215.16	c   mostinf          :       0.00          0          0          0          0          0          0
1215.13/1215.16	c   leastinf         :       0.00          0          0          0          0          0          0
1215.13/1215.16	c   fullstrong       :       0.00          0          0          0          0          0          0
1215.13/1215.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
1215.13/1215.16	c   random           :       0.00          0          0          0          0          0          0
1215.13/1215.16	c Primal Heuristics  :       Time      Calls      Found
1215.13/1215.16	c   LP solutions     :       0.00          -         10
1215.13/1215.16	c   pseudo solutions :       0.00          -          0
1215.13/1215.16	c   feaspump         :       0.01          0          0
1215.13/1215.16	c   oneopt           :       0.15          9          0
1215.13/1215.16	c   crossover        :       0.53         10          0
1215.13/1215.16	c   coefdiving       :       3.50         98          0
1215.13/1215.16	c   pscostdiving     :       3.37         98          0
1215.13/1215.16	c   fracdiving       :       4.38         98          0
1215.13/1215.16	c   veclendiving     :       2.78         98          0
1215.13/1215.16	c   guideddiving     :       3.71         98          0
1215.13/1215.16	c   linesearchdiving :       1.65         98          0
1215.13/1215.16	c   objpscostdiving  :       1.15         50          0
1215.13/1215.16	c   rootsoldiving    :       1.51         50          0
1215.13/1215.16	c   trivial          :       0.00          2          0
1215.13/1215.16	c   shiftandpropagate:       0.38          1          1
1215.13/1215.16	c   simplerounding   :       0.26     142752          0
1215.13/1215.16	c   zirounding       :       2.03       1000          0
1215.13/1215.16	c   rounding         :       0.64       5298          0
1215.13/1215.16	c   shifting         :       0.67       1640          0
1215.13/1215.16	c   intshifting      :       0.01          0          0
1215.13/1215.16	c   twoopt           :       0.00          0          0
1215.13/1215.16	c   fixandinfer      :       0.00          0          0
1215.13/1215.16	c   clique           :       0.00          0          0
1215.13/1215.16	c   intdiving        :       0.00          0          0
1215.13/1215.16	c   actconsdiving    :       0.00          0          0
1215.13/1215.16	c   octane           :       0.00          0          0
1215.13/1215.16	c   rens             :       0.04          1          0
1215.13/1215.16	c   rins             :       0.00          0          0
1215.13/1215.16	c   localbranching   :       0.00          0          0
1215.13/1215.16	c   mutation         :       0.00          0          0
1215.13/1215.16	c   dins             :       0.00          0          0
1215.13/1215.16	c   vbounds          :       0.00          0          0
1215.13/1215.16	c   undercover       :       0.00          0          0
1215.13/1215.16	c   subnlp           :       0.05          0          0
1215.13/1215.16	c   trysol           :       0.09         28         18
1215.13/1215.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1215.13/1215.16	c   primal LP        :       0.00          0          0       0.00          -
1215.13/1215.16	c   dual LP          :     780.85     265439    5288563      19.92    6772.87
1215.13/1215.16	c   lex dual LP      :       0.00          0          0       0.00          -
1215.13/1215.16	c   barrier LP       :       0.00          0          0       0.00          -
1215.13/1215.16	c   diving/probing LP:      15.70      12875      72823       5.66    4637.65
1215.13/1215.16	c   strong branching :      57.67       9934     368294      37.07    6386.55
1215.13/1215.16	c     (at root node) :          -          9       4040     448.89          -
1215.13/1215.16	c   conflict analysis:       0.00          0          0       0.00          -
1215.13/1215.16	c B&B Tree           :
1215.13/1215.16	c   number of runs   :          1
1215.13/1215.16	c   nodes            :     276707
1215.13/1215.16	c   nodes (total)    :     276707
1215.13/1215.16	c   nodes left       :          0
1215.13/1215.16	c   max depth        :         60
1215.13/1215.16	c   max depth (total):         60
1215.13/1215.16	c   backtracks       :      38771 (14.0%)
1215.13/1215.16	c   delayed cutoffs  :       3458
1215.13/1215.16	c   repropagations   :     434686 (721804 domain reductions, 3221 cutoffs)
1215.13/1215.16	c   avg switch length:       5.13
1215.13/1215.16	c   switching time   :      77.50
1215.13/1215.16	c Solution           :
1215.13/1215.16	c   Solutions found  :         29 (11 improvements)
1215.13/1215.16	c   First Solution   : +1.37000000000000e+02   (in run 1, after 1 nodes, 0.55 seconds, depth 1849, found by <shiftandpropagate>)
1215.13/1215.16	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 42932 nodes, 178.74 seconds, depth 36, found by <relaxation>)
1215.13/1215.16	c   Dual Bound       : +1.00000000000000e+00
1215.13/1215.16	c   Gap              :       0.00 %
1215.13/1215.16	c   Root Dual Bound  : +0.00000000000000e+00
1215.13/1215.16	c   Root Iterations  :        503
1215.23/1215.20	c Time complete: 1215.24.

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-3447777-1307898010/watcher-3447777-1307898010 -o /var/tmp/evaluation-result-3447777-1307898010/solver-3447777-1307898010 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447777-1307898010.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.01 2.00 1.88 2/174 22920
/proc/meminfo: memFree=1429800/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=10316 CPUtime=0 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 1568 0 0 0 0 0 0 0 19 0 1 0 901401467 10563584 1521 33554432000 4194304 9128323 140733398633248 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22920/statm: 2579 1521 399 1205 0 1370 0

[startup+0.0922091 s]
/proc/loadavg: 2.01 2.00 1.88 2/174 22920
/proc/meminfo: memFree=1429800/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=31728 CPUtime=0.08 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 6908 0 0 0 8 0 0 0 19 0 1 0 901401467 32489472 6602 33554432000 4194304 9128323 140733398633248 18446744073709551615 5267742 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 7932 6602 522 1205 0 6723 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31728

[startup+0.100207 s]
/proc/loadavg: 2.01 2.00 1.88 2/174 22920
/proc/meminfo: memFree=1429800/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=31728 CPUtime=0.09 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 6913 0 0 0 9 0 0 0 19 0 1 0 901401467 32489472 6607 33554432000 4194304 9128323 140733398633248 18446744073709551615 5196676 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 7932 6607 527 1205 0 6723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31728

[startup+0.300167 s]
/proc/loadavg: 2.01 2.00 1.88 2/174 22920
/proc/meminfo: memFree=1429800/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=37976 CPUtime=0.29 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 8641 0 0 0 29 0 0 0 20 0 1 0 901401467 38887424 8319 33554432000 4194304 9128323 140733398633248 18446744073709551615 4528669 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 9494 8319 606 1205 0 8285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37976

[startup+0.701097 s]
/proc/loadavg: 2.01 2.00 1.88 2/174 22920
/proc/meminfo: memFree=1429800/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=66948 CPUtime=0.69 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 16070 0 0 0 67 2 0 0 21 0 1 0 901401467 68554752 15603 33554432000 4194304 9128323 140733398633248 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 16737 15628 719 1205 0 15528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66948

[startup+1.50095 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 22921
/proc/meminfo: memFree=1390288/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=52776 CPUtime=1.49 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 19366 0 0 0 146 3 0 0 23 0 1 0 901401467 54042624 12181 33554432000 4194304 9128323 140733398633248 18446744073709551615 6311713 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 13194 12181 726 1205 0 11985 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52776

[startup+3.10066 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 22921
/proc/meminfo: memFree=1381112/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=77896 CPUtime=3.09 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 25305 0 0 0 301 8 0 0 25 0 1 0 901401467 79765504 18120 33554432000 4194304 9128323 140733398633248 18446744073709551615 7342781 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 19474 18120 748 1205 0 18265 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77896

[startup+6.30106 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 22921
/proc/meminfo: memFree=1359780/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=77896 CPUtime=6.29 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 25361 0 0 0 615 14 0 0 25 0 1 0 901401467 79765504 18176 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 19474 18176 752 1205 0 18265 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77896

[startup+12.7009 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 22921
/proc/meminfo: memFree=1359540/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=77896 CPUtime=12.69 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 25361 0 0 0 1239 30 0 0 25 0 1 0 901401467 79765504 18176 33554432000 4194304 9128323 140733398633248 18446744073709551615 7216704 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 19474 18176 752 1205 0 18265 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77896

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.88 3/175 22921
/proc/meminfo: memFree=1354116/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=82440 CPUtime=25.49 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 26781 0 0 0 2493 56 0 0 25 0 1 0 901401467 84418560 19596 33554432000 4194304 9128323 140733398633248 18446744073709551615 6549337 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 20610 19596 753 1205 0 19401 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82440

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 22922
/proc/meminfo: memFree=1354660/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=80448 CPUtime=51.09 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 27299 0 0 0 5007 102 0 0 25 0 1 0 901401467 82378752 19183 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 20112 19183 753 1205 0 18903 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80448

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 22932
/proc/meminfo: memFree=1353004/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=80448 CPUtime=102.3 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 34264 0 0 0 10032 198 0 0 25 0 1 0 901401467 82378752 19193 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 20112 19193 753 1205 0 18903 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80448

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.90 3/175 22934
/proc/meminfo: memFree=1352456/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=80448 CPUtime=162.3 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 34267 0 0 0 15929 301 0 0 25 0 1 0 901401467 82378752 19196 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 20112 19196 753 1205 0 18903 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 80448

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.90 3/175 22937
/proc/meminfo: memFree=1351916/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=80448 CPUtime=222.3 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 40845 0 0 0 21826 404 0 0 25 0 1 0 901401467 82378752 19209 33554432000 4194304 9128323 140733398633248 18446744073709551615 7342778 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 20112 19209 753 1205 0 18903 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 80448

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22940
/proc/meminfo: memFree=1351540/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=80448 CPUtime=282.3 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 41664 0 0 0 27715 515 0 0 25 0 1 0 901401467 82378752 19209 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 20112 19209 753 1205 0 18903 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 80448

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22942
/proc/meminfo: memFree=1350608/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=80920 CPUtime=342.31 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 43052 0 0 0 33610 621 0 0 25 0 1 0 901401467 82862080 19315 33554432000 4194304 9128323 140733398633248 18446744073709551615 5333608 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 20230 19315 753 1205 0 19021 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 80920

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22981
/proc/meminfo: memFree=1393800/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=85380 CPUtime=402.3 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 46107 0 0 0 39507 723 0 0 25 0 1 0 901401467 87429120 20442 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 21345 20442 753 1205 0 20136 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 85380

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22983
/proc/meminfo: memFree=1354044/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=93180 CPUtime=462.31 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 48019 0 0 0 45405 826 0 0 25 0 1 0 901401467 95416320 22354 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 23295 22354 753 1205 0 22086 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 93180

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22984
/proc/meminfo: memFree=1323176/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=96452 CPUtime=522.31 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 48822 0 0 0 51300 931 0 0 25 0 1 0 901401467 98766848 23157 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24113 23157 753 1205 0 22904 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 96452

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22986
/proc/meminfo: memFree=1309864/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=97120 CPUtime=582.32 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 49004 0 0 0 57204 1028 0 0 25 0 1 0 901401467 99450880 23339 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24280 23339 753 1205 0 23071 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 97120

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22988
/proc/meminfo: memFree=1305216/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=97724 CPUtime=642.31 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 51069 0 0 0 63101 1130 0 0 25 0 1 0 901401467 100069376 23511 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24431 23511 753 1205 0 23222 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 97724

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22989
/proc/meminfo: memFree=1301436/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=97724 CPUtime=702.32 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 51069 0 0 0 68996 1236 0 0 25 0 1 0 901401467 100069376 23511 33554432000 4194304 9128323 140733398633248 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24431 23511 753 1205 0 23222 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 97724

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22991
/proc/meminfo: memFree=1296428/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=97724 CPUtime=762.33 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 51069 0 0 0 74894 1339 0 0 25 0 1 0 901401467 100069376 23511 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24431 23511 753 1205 0 23222 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 97724

[startup+822.3 s]
/proc/loadavg: 2.07 2.01 1.91 3/175 22992
/proc/meminfo: memFree=1293528/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=98248 CPUtime=822.32 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 51149 0 0 0 80794 1438 0 0 25 0 1 0 901401467 100605952 23591 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24562 23591 753 1205 0 23353 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 98248

[startup+882.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/175 22994
/proc/meminfo: memFree=1292964/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=98396 CPUtime=882.32 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 51215 0 0 0 86690 1542 0 0 25 0 1 0 901401467 100757504 23657 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24599 23657 753 1205 0 23390 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 98396

[startup+942.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/175 22996
/proc/meminfo: memFree=1291920/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=98532 CPUtime=942.32 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 51240 0 0 0 92590 1642 0 0 25 0 1 0 901401467 100896768 23682 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24633 23682 753 1205 0 23424 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 98532

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 22997
/proc/meminfo: memFree=1291252/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=98532 CPUtime=1002.33 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 51250 0 0 0 98487 1746 0 0 25 0 1 0 901401467 100896768 23692 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24633 23692 753 1205 0 23424 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 98532

[startup+1062.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/175 22999
/proc/meminfo: memFree=1290704/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=98532 CPUtime=1062.33 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 51250 0 0 0 104379 1854 0 0 25 0 1 0 901401467 100896768 23692 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24633 23692 753 1205 0 23424 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 98532

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/175 23000
/proc/meminfo: memFree=1288912/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=99240 CPUtime=1122.33 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 56693 0 0 0 110273 1960 0 0 25 0 1 0 901401467 101621760 23888 33554432000 4194304 9128323 140733398633248 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 24810 23888 755 1205 0 23601 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 99240

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 23002
/proc/meminfo: memFree=1283660/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=101740 CPUtime=1182.33 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57306 0 0 0 116169 2064 0 0 25 0 1 0 901401467 104181760 24501 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 25435 24501 755 1205 0 24226 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 101740

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

[startup+1190.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 23002
/proc/meminfo: memFree=1283652/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=101740 CPUtime=1190.33 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57306 0 0 0 116955 2078 0 0 25 0 1 0 901401467 104181760 24501 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 25435 24501 755 1205 0 24226 0
Current children cumulated CPU time (s) 1190.33
Current children cumulated vsize (KiB) 101740

[startup+1203.1 s]
/proc/loadavg: 2.08 2.02 1.93 3/175 23003
/proc/meminfo: memFree=1283648/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=101740 CPUtime=1203.13 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57306 0 0 0 118212 2101 0 0 25 0 1 0 901401467 104181760 24501 33554432000 4194304 9128323 140733398633248 18446744073709551615 6549330 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 25435 24501 755 1205 0 24226 0
Current children cumulated CPU time (s) 1203.13
Current children cumulated vsize (KiB) 101740

[startup+1209.5 s]
/proc/loadavg: 2.08 2.02 1.93 3/175 23003
/proc/meminfo: memFree=1283520/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=101740 CPUtime=1209.53 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57306 0 0 0 118841 2112 0 0 25 0 1 0 901401467 104181760 24501 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 25435 24501 755 1205 0 24226 0
Current children cumulated CPU time (s) 1209.53
Current children cumulated vsize (KiB) 101740

[startup+1212.7 s]
/proc/loadavg: 2.07 2.02 1.93 3/175 23003
/proc/meminfo: memFree=1283640/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=101740 CPUtime=1212.73 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57306 0 0 0 119157 2116 0 0 25 0 1 0 901401467 104181760 24501 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 25435 24501 755 1205 0 24226 0
Current children cumulated CPU time (s) 1212.73
Current children cumulated vsize (KiB) 101740

[startup+1214.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/175 23003
/proc/meminfo: memFree=1283636/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=101740 CPUtime=1214.34 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57306 0 0 0 119315 2119 0 0 25 0 1 0 901401467 104181760 24501 33554432000 4194304 9128323 140733398633248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 25435 24501 755 1205 0 24226 0
Current children cumulated CPU time (s) 1214.34
Current children cumulated vsize (KiB) 101740

[startup+1214.7 s]
/proc/loadavg: 2.06 2.02 1.93 3/175 23003
/proc/meminfo: memFree=1283636/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=101740 CPUtime=1214.74 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57306 0 0 0 119354 2120 0 0 25 0 1 0 901401467 104181760 24501 33554432000 4194304 9128323 140733398633248 18446744073709551615 4892804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 25435 24501 755 1205 0 24226 0
Current children cumulated CPU time (s) 1214.74
Current children cumulated vsize (KiB) 101740

[startup+1215.1 s]
/proc/loadavg: 2.06 2.02 1.93 3/175 23003
/proc/meminfo: memFree=1283636/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=101740 CPUtime=1215.13 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57306 0 0 0 119393 2120 0 0 25 0 1 0 901401467 104181760 24501 33554432000 4194304 9128323 140733398633248 18446744073709551615 4207956 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22920/statm: 25435 24501 755 1205 0 24226 0
Current children cumulated CPU time (s) 1215.13
Current children cumulated vsize (KiB) 101740

[startup+1215.2 s]
/proc/loadavg: 2.06 2.02 1.93 3/175 23003
/proc/meminfo: memFree=1283636/32951124 swapFree=67064380/67111528
[pid=22920] ppid=22918 vsize=99300 CPUtime=1215.23 cores=1,3,5,7
/proc/22920/stat : 22920 (scip-2.0.1.4.li) R 22918 22920 22218 0 -1 4202496 57308 0 0 0 119403 2120 0 0 25 0 1 0 901401467 101683200 23636 33554432000 4194304 9128323 140733398633248 18446744073709551615 8062775 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22920/statm: 24309 23628 757 1205 0 23100 0
Current children cumulated CPU time (s) 1215.23
Current children cumulated vsize (KiB) 99300

Child status: 0
Real time (s): 1215.21
CPU time (s): 1215.25
CPU user time (s): 1194.04
CPU system time (s): 21.2138
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 107296

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

runsolver used 1.89171 second user time and 4.21436 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-12 19:00:10
IDJOB=3447777
IDBENCH=78927
IDSOLVER=1944
FILE ID=node105/3447777-1307898010
RUNJOBID= node105-1307897180-22832
PBS_JOBID= 13559597
Free space on /var/tmp= 2880 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.1900574864--soft-33-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-3447777-1307898010/watcher-3447777-1307898010 -o /var/tmp/evaluation-result-3447777-1307898010/solver-3447777-1307898010 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447777-1307898010.wbo -t 1800 -m 15500

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

MD5SUM BENCH= f08844d42f277d14946ba79cfba06e67
RANDOM SEED=305114027

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:       1430484 kB
Buffers:         49372 kB
Cached:       30393904 kB
SwapCached:      19872 kB
Active:       15426568 kB
Inactive:     15143536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1430484 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:           12060 kB
Writeback:           0 kB
AnonPages:      123996 kB
Mapped:          13712 kB
Slab:           886592 kB
PageTables:       4252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   275868 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2868 MiB
End job on node105 at 2011-06-12 19:20:26