Trace number 3447255

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 1260.21 1260.2

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900568706--soft-66-100-0.wbo
MD5SUM0424fd5691d718147f8291be7b6f72f2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark91.879
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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-3447255-1307898939.wbo>
0.00/0.02	c original problem has 1123 variables (1123 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.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.00/0.07	c (round 2) 0 del vars, 155 del conss, 0 add conss, 892 chg bounds, 48 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.00/0.09	c (round 3) 96 del vars, 254 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.09/0.10	c (round 4) 138 del vars, 254 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.10	c (round 5) 138 del vars, 255 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.14	c    (0.1s) probing: 101/1054 (9.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  138 deleted vars, 255 deleted constraints, 0 added constraints, 913 tightened bounds, 0 added holes, 126 changed sides, 0 changed coefficients
0.09/0.14	c  1031 implications, 13 cliques
0.09/0.14	c presolved problem has 1877 variables (1054 bin, 0 int, 823 impl, 0 cont) and 3345 constraints
0.09/0.14	c      59 constraints of type <setppc>
0.09/0.14	c     823 constraints of type <linear>
0.09/0.14	c     823 constraints of type <indicator>
0.09/0.14	c    1640 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.19/0.24	o 398
0.19/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c T 0.2s|     1 |     0 |     0 |     - |8988k|   0 |   - |1877 |4169 |1877 |2522 |   0 |   1 |   0 |      --      | 3.980000e+02 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |    96 |     - |8598k|   0 |  37 |1877 |4169 |1877 |2522 |   0 |   1 |   0 | 0.000000e+00 | 3.980000e+02 |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   193 |     - |9213k|   0 |  40 |1877 |4215 |1877 |2527 |   5 |   1 |   0 | 0.000000e+00 | 3.980000e+02 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   222 |     - |9784k|   0 |  46 |1877 |4215 |1877 |2531 |   9 |   1 |   0 | 0.000000e+00 | 3.980000e+02 |    Inf 
0.59/0.69	c   0.7s|     1 |     0 |   257 |     - |9867k|   0 |  46 |1877 |4215 |1877 |2535 |  13 |   1 |   0 | 0.000000e+00 | 3.980000e+02 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |   300 |     - |9974k|   0 |  44 |1877 |4215 |1877 |2540 |  18 |   1 |   0 | 0.000000e+00 | 3.980000e+02 |    Inf 
1.00/1.09	c   1.1s|     1 |     0 |   332 |     - |  10M|   0 |  56 |1877 |4215 |1877 |2547 |  25 |   1 |   0 | 0.000000e+00 | 3.980000e+02 |    Inf 
1.29/1.35	c   1.3s|     1 |     0 |   374 |     - |  10M|   0 |  48 |1877 |4215 |1877 |2552 |  30 |   1 |   0 | 0.000000e+00 | 3.980000e+02 |    Inf 
1.49/1.58	c   1.6s|     1 |     2 |   374 |     - |  10M|   0 |  48 |1877 |4215 |1877 |2552 |  30 |   1 |   9 | 0.000000e+00 | 3.980000e+02 |    Inf 
2.39/2.42	o 109
2.39/2.42	c * 2.4s|    14 |    13 |  1209 |  64.2 |  10M|  13 |   - |1877 |4215 |1877 |2562 |  36 |   1 | 113 | 0.000000e+00 | 1.090000e+02 |    Inf 
2.39/2.42	o 91
2.39/2.42	c * 2.4s|    15 |    12 |  1212 |  59.9 |  10M|  13 |   - |1877 |4215 |1877 |2558 |  36 |   1 | 113 | 0.000000e+00 | 9.100000e+01 |    Inf 
2.49/2.53	o 49
2.49/2.53	c * 2.5s|    18 |     7 |  1262 |  52.2 |  10M|  13 |   - |1877 |4055 |1877 |2559 |  39 |   1 | 137 | 0.000000e+00 | 4.900000e+01 |    Inf 
40.49/40.53	o 34
40.49/40.53	c *40.5s|  6395 |   537 |137029 |  21.4 |  16M|  52 |   - |1877 |5121 |1877 |2559 | 132 |5635 |1881 | 0.000000e+00 | 3.400000e+01 |    Inf 
40.60/40.62	o 26
40.60/40.62	c *40.6s|  6431 |   511 |137318 |  21.3 |  15M|  52 |   - |1877 |4881 |1877 |2556 | 132 |5688 |1883 | 0.000000e+00 | 2.600000e+01 |    Inf 
51.49/51.57	o 20
51.49/51.57	c *51.6s|  9219 |   501 |195469 |  21.2 |  16M|  52 |   - |1877 |5815 |1877 |2544 | 140 |9087 |1999 | 0.000000e+00 | 2.000000e+01 |    Inf 
54.79/54.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.79/54.81	c  54.8s| 10000 |   514 |215794 |  21.5 |  16M|  52 |  31 |1877 |5467 |1877 |2556 | 142 |9918 |1999 | 0.000000e+00 | 2.000000e+01 |    Inf 
71.88/71.91	o 12
71.88/71.91	c *71.9s| 15084 |   402 |320695 |  21.2 |  16M|  58 |   - |1877 |6770 |1877 |2543 | 144 |  15k|1999 | 0.000000e+00 | 1.200000e+01 |    Inf 
87.89/87.95	c  87.9s| 20000 |   441 |410275 |  20.5 |  18M|  58 |  22 |1877 |9167 |1877 |2542 | 144 |  21k|2116 | 0.000000e+00 | 1.200000e+01 |    Inf 
120.89/120.92	c   121s| 30000 |   513 |578580 |  19.3 |  20M|  58 |  18 |1877 |  13k|1877 |2542 | 144 |  33k|2696 | 0.000000e+00 | 1.200000e+01 |    Inf 
151.98/152.05	c   152s| 40000 |   501 |730667 |  18.3 |  21M|  65 |  22 |1877 |  14k|1877 |2542 | 144 |  45k|3146 | 0.000000e+00 | 1.200000e+01 |    Inf 
184.99/185.05	c   185s| 50000 |   447 |895277 |  17.9 |  21M|  65 |   - |1877 |  14k|1877 |2542 | 146 |  57k|3604 | 0.000000e+00 | 1.200000e+01 |    Inf 
218.38/218.42	c   218s| 60000 |   364 |  1069k|  17.8 |  22M|  65 |   - |1877 |  16k|1877 |2556 | 146 |  69k|3982 | 0.000000e+00 | 1.200000e+01 |    Inf 
251.19/251.22	c   251s| 70000 |   347 |  1235k|  17.6 |  24M|  65 |  24 |1877 |  20k|1877 |2542 | 146 |  80k|4381 | 0.000000e+00 | 1.200000e+01 |    Inf 
283.19/283.21	c   283s| 80000 |   384 |  1391k|  17.4 |  26M|  65 |  45 |1877 |  25k|1877 |2542 | 147 |  93k|4676 | 0.000000e+00 | 1.200000e+01 |    Inf 
293.38/293.46	o 9
293.38/293.46	c * 293s| 83020 |   294 |  1439k|  17.3 |  26M|  65 |   - |1877 |  26k|1877 |2544 | 149 |  96k|4838 | 0.000000e+00 | 9.000000e+00 |    Inf 
316.08/316.17	c   316s| 90000 |   293 |  1547k|  17.2 |  27M|  65 |   - |1877 |  27k|1877 |2542 | 149 | 105k|5084 | 0.000000e+00 | 9.000000e+00 |    Inf 
326.09/326.17	o 7
326.09/326.17	c * 326s| 93249 |   282 |  1595k|  17.1 |  27M|  65 |   - |1877 |  27k|1877 |2542 | 149 | 109k|5098 | 0.000000e+00 | 7.000000e+00 |    Inf 
349.19/349.23	c   349s|100000 |   192 |  1701k|  17.0 |  23M|  65 |   - |1877 |  18k|1877 |2556 | 149 | 118k|5372 | 0.000000e+00 | 7.000000e+00 |    Inf 
382.08/382.19	c   382s|110000 |   284 |  1872k|  17.0 |  25M|  65 |  39 |1877 |  22k|1877 |2542 | 149 | 130k|5596 | 0.000000e+00 | 7.000000e+00 |    Inf 
415.79/415.89	c   416s|120000 |   314 |  2040k|  17.0 |  27M|  66 |  29 |1877 |  24k|1877 |2542 | 149 | 143k|5916 | 0.000000e+00 | 7.000000e+00 |    Inf 
449.29/449.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.29/449.35	c   449s|130000 |   246 |  2205k|  17.0 |  26M|  71 |   - |1877 |  24k|1877 |2542 | 149 | 156k|6215 | 0.000000e+00 | 7.000000e+00 |    Inf 
482.09/482.17	c   482s|140000 |   272 |  2359k|  16.8 |  26M|  71 |  34 |1877 |  24k|1877 |2542 | 149 | 169k|6403 | 0.000000e+00 | 7.000000e+00 |    Inf 
515.09/515.10	c   515s|150000 |   299 |  2525k|  16.8 |  27M|  71 |  35 |1877 |  26k|1877 |2542 | 149 | 182k|6600 | 0.000000e+00 | 7.000000e+00 |    Inf 
551.09/551.17	c   551s|160000 |   424 |  2706k|  16.9 |  30M|  71 |  26 |1877 |  31k|1877 |2542 | 149 | 194k|6788 | 0.000000e+00 | 7.000000e+00 |    Inf 
586.30/586.30	c   586s|170000 |   458 |  2876k|  16.9 |  30M|  79 |   - |1877 |  29k|1877 |2542 | 149 | 208k|6971 | 0.000000e+00 | 7.000000e+00 |    Inf 
621.19/621.21	c   621s|180000 |   543 |  3047k|  16.9 |  31M|  79 |   - |1877 |  31k|1877 |2542 | 149 | 221k|7182 | 0.000000e+00 | 7.000000e+00 |    Inf 
653.90/653.95	c   654s|190000 |   500 |  3207k|  16.9 |  31M|  80 |   - |1877 |  31k|1877 |2542 | 149 | 235k|7375 | 0.000000e+00 | 7.000000e+00 |    Inf 
687.50/687.55	c   688s|200000 |   543 |  3370k|  16.9 |  32M|  80 |  32 |1877 |  32k|1877 |2542 | 149 | 248k|7553 | 0.000000e+00 | 7.000000e+00 |    Inf 
721.39/721.41	c   721s|210000 |   550 |  3531k|  16.8 |  33M|  80 |   - |1877 |  33k|1877 |2542 | 149 | 262k|7710 | 0.000000e+00 | 7.000000e+00 |    Inf 
753.80/753.83	c   754s|220000 |   555 |  3688k|  16.8 |  34M|  86 |  31 |1877 |  34k|1877 |2542 | 149 | 276k|7867 | 0.000000e+00 | 7.000000e+00 |    Inf 
788.09/788.14	c   788s|230000 |   492 |  3853k|  16.8 |  33M|  86 |  44 |1877 |  33k|1877 |2542 | 149 | 290k|8037 | 0.000000e+00 | 7.000000e+00 |    Inf 
824.00/824.04	c   824s|240000 |   428 |  4031k|  16.8 |  32M|  86 |   - |1877 |  32k|1877 |2542 | 149 | 303k|8217 | 0.000000e+00 | 7.000000e+00 |    Inf 
859.90/859.98	c   860s|250000 |   386 |  4209k|  16.8 |  33M|  86 |  33 |1877 |  34k|1877 |2542 | 149 | 316k|8398 | 0.000000e+00 | 7.000000e+00 |    Inf 
896.19/896.23	c   896s|260000 |   334 |  4390k|  16.9 |  32M|  86 |   - |1877 |  32k|1877 |2542 | 149 | 329k|8560 | 0.000000e+00 | 7.000000e+00 |    Inf 
934.10/934.18	c   934s|270000 |   365 |  4585k|  17.0 |  34M|  86 |  20 |1877 |  36k|1877 |2542 | 149 | 341k|8730 | 0.000000e+00 | 7.000000e+00 |    Inf 
970.79/970.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
970.79/970.80	c   971s|280000 |   328 |  4768k|  17.0 |  32M|  86 |   - |1877 |  32k|   0 |   0 | 149 | 354k|8879 | 0.000000e+00 | 7.000000e+00 |    Inf 
1004.09/1004.11	c  1004s|290000 |   305 |  4921k|  17.0 |  33M|  86 |   - |1877 |  34k|1877 |2542 | 149 | 367k|9037 | 0.000000e+00 | 7.000000e+00 |    Inf 
1039.80/1039.83	c  1040s|300000 |   245 |  5096k|  17.0 |  29M|  86 |  35 |1877 |  27k|1877 |2542 | 149 | 380k|9242 | 0.000000e+00 | 7.000000e+00 |    Inf 
1076.70/1076.73	c  1077s|310000 |   249 |  5283k|  17.0 |  30M|  86 |  41 |1877 |  28k|1877 |2542 | 149 | 392k|9424 | 0.000000e+00 | 7.000000e+00 |    Inf 
1113.11/1113.20	c  1113s|320000 |   256 |  5468k|  17.1 |  31M|  86 |   - |1877 |  32k|1877 |2542 | 149 | 405k|9595 | 0.000000e+00 | 7.000000e+00 |    Inf 
1150.40/1150.48	c  1150s|330000 |   159 |  5659k|  17.1 |  28M|  86 |  43 |1877 |  25k|1877 |2542 | 149 | 417k|9756 | 0.000000e+00 | 7.000000e+00 |    Inf 
1187.40/1187.42	c  1187s|340000 |   115 |  5852k|  17.2 |  28M|  86 |   - |1877 |  27k|   0 |   0 | 149 | 430k|9914 | 0.000000e+00 | 7.000000e+00 |    Inf 
1224.50/1224.52	c  1225s|350000 |   121 |  6043k|  17.3 |  30M|  86 |   - |1877 |  33k|1877 |2556 | 149 | 442k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1260.10/1260.16	c 
1260.10/1260.16	c SCIP Status        : problem is solved [optimal solution found]
1260.10/1260.16	c Solving Time (sec) : 1260.16
1260.10/1260.16	c Solving Nodes      : 359692
1260.10/1260.16	c Primal Bound       : +7.00000000000000e+00 (64 solutions)
1260.10/1260.16	c Dual Bound         : +7.00000000000000e+00
1260.10/1260.16	c Gap                : 0.00 %
1260.10/1260.16	s OPTIMUM FOUND
1260.10/1260.16	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1260.10/1260.16	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1260.10/1260.16	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1260.10/1260.16	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1260.10/1260.16	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 x131 -x130 -x129 -x128 -x127 -x126 
1260.10/1260.16	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1260.10/1260.16	v -x104 -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1260.10/1260.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 
1260.10/1260.16	v -x54 -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 
1260.10/1260.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 
1260.10/1260.16	v -x1 
1260.10/1260.16	c SCIP Status        : problem is solved [optimal solution found]
1260.10/1260.16	c Total Time         :    1260.16
1260.10/1260.16	c   solving          :    1260.16
1260.10/1260.16	c   presolving       :       0.12 (included in solving)
1260.10/1260.16	c   reading          :       0.02 (included in solving)
1260.10/1260.16	c Original Problem   :
1260.10/1260.16	c   Problem name     : HOME/instance-3447255-1307898939.wbo
1260.10/1260.16	c   Variables        : 1123 (1123 binary, 0 integer, 0 implicit integer, 0 continuous)
1260.10/1260.16	c   Constraints      : 2708 initial, 2708 maximal
1260.10/1260.16	c Presolved Problem  :
1260.10/1260.16	c   Problem name     : t_HOME/instance-3447255-1307898939.wbo
1260.10/1260.16	c   Variables        : 1877 (1054 binary, 0 integer, 823 implicit integer, 0 continuous)
1260.10/1260.16	c   Constraints      : 3345 initial, 37404 maximal
1260.10/1260.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1260.10/1260.16	c   trivial          :       0.00         69          0          0          0          0          0          0          0          0
1260.10/1260.16	c   dualfix          :       0.00         69          0          0          0          0          0          0          0          0
1260.10/1260.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1260.10/1260.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1260.10/1260.16	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1260.10/1260.16	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1260.10/1260.16	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1260.10/1260.16	c   setppc           :       0.00          0          0          0          0          0          1          0          0          0
1260.10/1260.16	c   linear           :       0.06          0          0          0        913          0        185          0        126          0
1260.10/1260.16	c   indicator        :       0.00          0          0          0          0          0         69          0          0          0
1260.10/1260.16	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1260.10/1260.16	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1260.10/1260.16	c   root node        :          -       1563          -          -       1563          -          -          -          -          -
1260.10/1260.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1260.10/1260.16	c   integral         :          0          0          0     185166          0        254          0        476       3460          0          0     365034
1260.10/1260.16	c   varbound         :          0+         6    1747254        129          0          0       3118          6     229219        131          0          0
1260.10/1260.16	c   setppc           :         59          6    1745893          4          0        251    2299617      11050    1366254          0          0          0
1260.10/1260.16	c   linear           :        823+         7    1734998          5          0        241    2187612      16565    3262981          0          0          0
1260.10/1260.16	c   indicator        :        823          0    1719869        129          0        241       2081          0       8545          0          0          0
1260.10/1260.16	c   logicor          :       1640+         6     756408          9          0         55    2322642      15931    2263466          0          0          0
1260.10/1260.16	c   bounddisjunction :          0+         0     189835          0          0          0        526         62        518          0          0          0
1260.10/1260.16	c   countsols        :          0          0          0          9          0         57          0          0          0          0          0          0
1260.10/1260.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1260.10/1260.16	c   integral         :      58.96       0.00       0.00      58.95       0.00       0.01       0.00
1260.10/1260.16	c   varbound         :       1.81       0.00       1.81       0.00       0.00       0.00       0.00
1260.10/1260.16	c   setppc           :       9.39       0.00       8.83       0.00       0.00       0.00       0.56
1260.10/1260.16	c   linear           :      22.83       0.00      21.25       0.00       0.00       0.02       1.56
1260.10/1260.16	c   indicator        :       2.67       0.01       2.59       0.00       0.00       0.06       0.00
1260.10/1260.16	c   logicor          :      96.93       0.00      94.75       0.00       0.00       0.01       2.17
1260.10/1260.16	c   bounddisjunction :       0.56       0.00       0.56       0.00       0.00       0.00       0.00
1260.10/1260.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1260.10/1260.16	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1260.10/1260.16	c   vbounds          :      28352       1397          1     114112
1260.10/1260.16	c   rootredcost      :          9          0          0        781
1260.10/1260.16	c   pseudoobj        :    1747941       3859        435     227637
1260.10/1260.16	c Propagator Timings :  TotalTime  Propagate    Resprop
1260.10/1260.16	c   vbounds          :       2.49       2.48       0.00
1260.10/1260.16	c   rootredcost      :       0.29       0.29       0.00
1260.10/1260.16	c   pseudoobj        :      23.07      23.03       0.03
1260.10/1260.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1260.10/1260.16	c   propagation      :       2.45      44050      43980     247997       32.4       1052       26.8          -
1260.10/1260.16	c   infeasible LP    :      23.59     136664     136652     916430       40.2       2405       13.9          0
1260.10/1260.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1260.10/1260.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1260.10/1260.16	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1260.10/1260.16	c   applied globally :          -          -          -     454752       34.9          -          -          -
1260.10/1260.16	c   applied locally  :          -          -          -          0        0.0          -          -          -
1260.10/1260.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1260.10/1260.16	c   cut pool         :       0.00          5          -          -          8          -    (maximal pool size: 427)
1260.10/1260.16	c   redcost          :       6.36     186770          0     134171          0          0
1260.10/1260.16	c   impliedbounds    :       0.00          6          0          0          0          0
1260.10/1260.16	c   intobj           :       0.00          0          0          0          0          0
1260.10/1260.16	c   gomory           :       0.45          6          0          0       1304          0
1260.10/1260.16	c   cgmip            :       0.00          0          0          0          0          0
1260.10/1260.16	c   closecuts        :       0.00          0          0          0          0          0
1260.10/1260.16	c   strongcg         :       0.36          6          0          0       1828          0
1260.10/1260.16	c   cmir             :       0.07          6          0          0          1          0
1260.10/1260.16	c   flowcover        :       0.06          6          0          0          3          0
1260.10/1260.16	c   clique           :       0.00          6          0          0          0          0
1260.10/1260.16	c   zerohalf         :       0.00          0          0          0          0          0
1260.10/1260.16	c   mcf              :       0.00          1          0          0          0          0
1260.10/1260.16	c   oddcycle         :       0.00          0          0          0          0          0
1260.10/1260.16	c   rapidlearning    :       0.10          1          0          0          0         46
1260.10/1260.16	c Pricers            :       Time      Calls       Vars
1260.10/1260.16	c   problem variables:       0.00          0          0
1260.10/1260.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1260.10/1260.16	c   relpscost        :      58.79     185037        476       3460          0          0     365034
1260.10/1260.16	c   pscost           :       0.00          0          0          0          0          0          0
1260.10/1260.16	c   inference        :       0.00          0          0          0          0          0          0
1260.10/1260.16	c   mostinf          :       0.00          0          0          0          0          0          0
1260.10/1260.16	c   leastinf         :       0.00          0          0          0          0          0          0
1260.10/1260.16	c   fullstrong       :       0.00          0          0          0          0          0          0
1260.10/1260.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
1260.10/1260.16	c   random           :       0.00          0          0          0          0          0          0
1260.10/1260.16	c Primal Heuristics  :       Time      Calls      Found
1260.10/1260.16	c   LP solutions     :       0.00          -          9
1260.10/1260.16	c   pseudo solutions :       0.00          -          0
1260.10/1260.16	c   feaspump         :       0.01          0          0
1260.10/1260.16	c   oneopt           :       0.17          9          0
1260.10/1260.16	c   crossover        :       0.52         11          0
1260.10/1260.16	c   pscostdiving     :       0.59         58          0
1260.10/1260.16	c   guideddiving     :       1.45         58          0
1260.10/1260.16	c   veclendiving     :       1.33         58          0
1260.10/1260.16	c   linesearchdiving :       0.66         59          0
1260.10/1260.16	c   coefdiving       :       1.75         59          0
1260.10/1260.16	c   fracdiving       :       1.56         59          0
1260.10/1260.16	c   objpscostdiving  :       0.43         30          0
1260.10/1260.16	c   rootsoldiving    :       0.58         30          0
1260.10/1260.16	c   trivial          :       0.00          2          0
1260.10/1260.16	c   shiftandpropagate:       0.10          1          1
1260.10/1260.16	c   simplerounding   :       0.29     185788          0
1260.10/1260.16	c   zirounding       :       4.69        227          0
1260.10/1260.16	c   rounding         :       0.70       6099          0
1260.10/1260.16	c   shifting         :       0.71       1877          0
1260.10/1260.16	c   intshifting      :       0.01          0          0
1260.10/1260.16	c   twoopt           :       0.00          0          0
1260.10/1260.16	c   fixandinfer      :       0.00          0          0
1260.10/1260.16	c   clique           :       0.00          0          0
1260.10/1260.16	c   intdiving        :       0.00          0          0
1260.10/1260.16	c   actconsdiving    :       0.00          0          0
1260.10/1260.16	c   octane           :       0.00          0          0
1260.10/1260.16	c   rens             :       0.03          1          0
1260.10/1260.16	c   rins             :       0.00          0          0
1260.10/1260.16	c   localbranching   :       0.00          0          0
1260.10/1260.16	c   mutation         :       0.00          0          0
1260.10/1260.16	c   dins             :       0.00          0          0
1260.10/1260.16	c   vbounds          :       0.00          0          0
1260.10/1260.16	c   undercover       :       0.00          0          0
1260.10/1260.16	c   subnlp           :       0.05          0          0
1260.10/1260.16	c   trysol           :       0.11        182         54
1260.10/1260.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1260.10/1260.16	c   primal LP        :       0.00          0          0       0.00          -
1260.10/1260.16	c   dual LP          :     821.59     323046    6178558      19.13    7520.28
1260.10/1260.16	c   lex dual LP      :       0.00          0          0       0.00          -
1260.10/1260.16	c   barrier LP       :       0.00          0          0       0.00          -
1260.10/1260.16	c   diving/probing LP:       6.23       5380      35038       6.51    5624.35
1260.10/1260.16	c   strong branching :      55.98      10236     404239      39.49    7221.07
1260.10/1260.16	c     (at root node) :          -          9       1658     184.22          -
1260.10/1260.16	c   conflict analysis:       0.00          0          0       0.00          -
1260.10/1260.16	c B&B Tree           :
1260.10/1260.16	c   number of runs   :          1
1260.10/1260.16	c   nodes            :     359692
1260.10/1260.16	c   nodes (total)    :     359692
1260.10/1260.16	c   nodes left       :          0
1260.10/1260.16	c   max depth        :         86
1260.10/1260.16	c   max depth (total):         86
1260.10/1260.16	c   backtracks       :      36816 (10.2%)
1260.10/1260.16	c   delayed cutoffs  :       5068
1260.10/1260.16	c   repropagations   :     783682 (889851 domain reductions, 4874 cutoffs)
1260.10/1260.16	c   avg switch length:       5.80
1260.10/1260.16	c   switching time   :      84.84
1260.10/1260.16	c Solution           :
1260.10/1260.16	c   Solutions found  :         64 (10 improvements)
1260.10/1260.16	c   First Solution   : +3.98000000000000e+02   (in run 1, after 1 nodes, 0.24 seconds, depth 888, found by <shiftandpropagate>)
1260.10/1260.16	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 93249 nodes, 326.17 seconds, depth 44, found by <relaxation>)
1260.10/1260.16	c   Dual Bound       : +7.00000000000000e+00
1260.10/1260.16	c   Gap              :       0.00 %
1260.10/1260.16	c   Root Dual Bound  : +0.00000000000000e+00
1260.10/1260.16	c   Root Iterations  :        374
1260.21/1260.20	c Time complete: 1260.21.

Verifier Data

OK	7

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.20 3/176 11587
/proc/meminfo: memFree=1325976/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=10136 CPUtime=0 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 1544 0 0 0 0 0 0 0 24 0 1 0 901492605 10379264 1497 33554432000 4194304 9128323 140735030409024 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11587/statm: 2534 1497 399 1205 0 1325 0

[startup+0.0999451 s]
/proc/loadavg: 1.00 1.01 1.20 3/176 11587
/proc/meminfo: memFree=1325976/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=28304 CPUtime=0.09 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 6098 0 0 0 9 0 0 0 24 0 1 0 901492605 28983296 5792 33554432000 4194304 9128323 140735030409024 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 7076 5792 530 1205 0 5867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28304

[startup+0.100943 s]
/proc/loadavg: 1.00 1.01 1.20 3/176 11587
/proc/meminfo: memFree=1325976/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=28304 CPUtime=0.09 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 6098 0 0 0 9 0 0 0 24 0 1 0 901492605 28983296 5792 33554432000 4194304 9128323 140735030409024 18446744073709551615 5326775 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 7076 5792 530 1205 0 5867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28304

[startup+0.300912 s]
/proc/loadavg: 1.00 1.01 1.20 3/176 11587
/proc/meminfo: memFree=1325976/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=34948 CPUtime=0.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 8198 0 0 0 29 0 0 0 25 0 1 0 901492605 35786752 7729 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 8737 7729 674 1205 0 7528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34948

[startup+0.700842 s]
/proc/loadavg: 1.00 1.01 1.20 3/176 11587
/proc/meminfo: memFree=1325976/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=56572 CPUtime=0.69 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 13741 0 0 0 67 2 0 0 25 0 1 0 901492605 57929728 12915 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 14143 12915 728 1205 0 12934 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56572

[startup+1.50071 s]
/proc/loadavg: 1.00 1.01 1.20 4/178 11589
/proc/meminfo: memFree=1236976/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=61620 CPUtime=1.49 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 15032 0 0 0 145 4 0 0 25 0 1 0 901492605 63098880 14206 33554432000 4194304 9128323 140735030409024 18446744073709551615 7028719 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 15405 14206 751 1205 0 14196 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61620

[startup+3.10044 s]
/proc/loadavg: 1.08 1.03 1.21 4/178 11589
/proc/meminfo: memFree=1226188/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=61620 CPUtime=3.09 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 15061 0 0 0 301 8 0 0 25 0 1 0 901492605 63098880 14235 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 15405 14235 752 1205 0 14196 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61620

[startup+6.3009 s]
/proc/loadavg: 1.08 1.03 1.21 4/178 11589
/proc/meminfo: memFree=1220940/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=61620 CPUtime=6.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 15061 0 0 0 614 15 0 0 25 0 1 0 901492605 63098880 14235 33554432000 4194304 9128323 140735030409024 18446744073709551615 7192403 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 15405 14235 752 1205 0 14196 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61620

[startup+12.7008 s]
/proc/loadavg: 1.22 1.06 1.21 4/178 11589
/proc/meminfo: memFree=1214128/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=61620 CPUtime=12.69 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 15074 0 0 0 1237 32 0 0 25 0 1 0 901492605 63098880 14248 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 15405 14248 752 1205 0 14196 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61620

[startup+25.5007 s]
/proc/loadavg: 1.34 1.09 1.22 4/178 11589
/proc/meminfo: memFree=1206320/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=61708 CPUtime=25.49 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 16769 0 0 0 2491 58 0 0 25 0 1 0 901492605 63188992 14557 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 15427 14557 753 1205 0 14218 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61708

[startup+51.1004 s]
/proc/loadavg: 1.57 1.16 1.24 4/178 11590
/proc/meminfo: memFree=1196592/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=64068 CPUtime=51.08 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 19076 0 0 0 4989 119 0 0 25 0 1 0 901492605 65605632 15144 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 16017 15144 753 1205 0 14808 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 64068

[startup+102.307 s]
/proc/loadavg: 1.90 1.32 1.29 4/178 11591
/proc/meminfo: memFree=1193268/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=62740 CPUtime=102.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 37791 0 0 0 9964 265 0 0 25 0 1 0 901492605 64245760 14798 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 15685 14798 753 1205 0 14476 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62740

[startup+162.301 s]
/proc/loadavg: 1.96 1.43 1.33 4/178 11593
/proc/meminfo: memFree=1183432/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=67848 CPUtime=162.28 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 41856 0 0 0 15813 415 0 0 25 0 1 0 901492605 69476352 16058 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11587/statm: 16962 16058 753 1205 0 15753 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 67848

[startup+222.301 s]
/proc/loadavg: 1.98 1.54 1.37 4/178 11594
/proc/meminfo: memFree=1175576/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=69912 CPUtime=222.28 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 42365 0 0 0 21658 570 0 0 25 0 1 0 901492605 71589888 16567 33554432000 4194304 9128323 140735030409024 18446744073709551615 7217041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 17478 16567 753 1205 0 16269 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 69912

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.40 4/178 11596
/proc/meminfo: memFree=1170200/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=74568 CPUtime=282.28 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 45243 0 0 0 27510 718 0 0 25 0 1 0 901492605 76357632 17749 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 18642 17749 757 1205 0 17433 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 74568

[startup+342.3 s]
/proc/loadavg: 1.99 1.69 1.44 4/178 11597
/proc/meminfo: memFree=1164464/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=77112 CPUtime=342.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 66688 0 0 0 33370 859 0 0 25 0 1 0 901492605 78962688 18373 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 19278 18373 758 1205 0 18069 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 77112

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.47 4/178 11599
/proc/meminfo: memFree=1160448/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=77624 CPUtime=402.28 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 69829 0 0 0 39222 1006 0 0 25 0 1 0 901492605 79486976 18532 33554432000 4194304 9128323 140735030409024 18446744073709551615 5333954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 19406 18532 754 1205 0 18197 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 77624

[startup+462.3 s]
/proc/loadavg: 1.99 1.79 1.50 4/178 11601
/proc/meminfo: memFree=1156312/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=78228 CPUtime=462.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 71522 0 0 0 45083 1146 0 0 25 0 1 0 901492605 80105472 18675 33554432000 4194304 9128323 140735030409024 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 19557 18675 754 1205 0 18348 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 78228

[startup+522.3 s]
/proc/loadavg: 1.99 1.82 1.53 4/178 11602
/proc/meminfo: memFree=1154532/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=78976 CPUtime=522.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 73250 0 0 0 50934 1295 0 0 25 0 1 0 901492605 80871424 18863 33554432000 4194304 9128323 140735030409024 18446744073709551615 4241114 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 19744 18863 754 1205 0 18535 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 78976

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.56 4/178 11604
/proc/meminfo: memFree=1152372/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=80772 CPUtime=582.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 73679 0 0 0 56795 1434 0 0 25 0 1 0 901492605 82710528 19292 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 20193 19292 754 1205 0 18984 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 80772

[startup+642.301 s]
/proc/loadavg: 1.99 1.88 1.58 4/178 11605
/proc/meminfo: memFree=1151224/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=81528 CPUtime=642.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 73880 0 0 0 62657 1572 0 0 25 0 1 0 901492605 83484672 19493 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 20382 19493 754 1205 0 19173 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 81528

[startup+702.301 s]
/proc/loadavg: 2.07 1.92 1.61 4/178 11607
/proc/meminfo: memFree=1150572/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=81616 CPUtime=702.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 75487 0 0 0 68520 1710 0 0 25 0 1 0 901492605 83574784 19514 33554432000 4194304 9128323 140735030409024 18446744073709551615 4899641 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 20404 19514 754 1205 0 19195 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 81616

[startup+762.307 s]
/proc/loadavg: 2.02 1.93 1.64 4/178 11609
/proc/meminfo: memFree=1148056/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=83344 CPUtime=762.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 75936 0 0 0 74382 1848 0 0 25 0 1 0 901492605 85344256 19963 33554432000 4194304 9128323 140735030409024 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 20836 19963 754 1205 0 19627 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 83344

[startup+822.301 s]
/proc/loadavg: 2.01 1.94 1.66 4/178 11610
/proc/meminfo: memFree=1144680/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=85396 CPUtime=822.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 76401 0 0 0 80244 1985 0 0 25 0 1 0 901492605 87445504 20421 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 21349 20421 754 1205 0 20140 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 85396

[startup+882.301 s]
/proc/loadavg: 2.00 1.95 1.67 4/178 11612
/proc/meminfo: memFree=1141920/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=85396 CPUtime=882.29 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 76411 0 0 0 86103 2126 0 0 25 0 1 0 901492605 87445504 20431 33554432000 4194304 9128323 140735030409024 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 21349 20431 754 1205 0 20140 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 85396

[startup+942.3 s]
/proc/loadavg: 2.00 1.96 1.69 4/178 11613
/proc/meminfo: memFree=1139288/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=86220 CPUtime=942.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 76577 0 0 0 91960 2270 0 0 25 0 1 0 901492605 88289280 20597 33554432000 4194304 9128323 140735030409024 18446744073709551615 6857318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 21555 20597 754 1205 0 20346 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 86220

[startup+1002.3 s]
/proc/loadavg: 2.00 1.96 1.71 4/178 11615
/proc/meminfo: memFree=1137396/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=86872 CPUtime=1002.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 76736 0 0 0 97831 2399 0 0 25 0 1 0 901492605 88956928 20756 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 21718 20756 754 1205 0 20509 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 86872

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.72 4/178 11617
/proc/meminfo: memFree=1135880/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=87920 CPUtime=1062.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 78462 0 0 0 103692 2538 0 0 25 0 1 0 901492605 90030080 20942 33554432000 4194304 9128323 140735030409024 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 21980 20942 754 1205 0 20771 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 87920

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.74 4/178 11618
/proc/meminfo: memFree=1135588/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=88240 CPUtime=1122.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 78562 0 0 0 109541 2689 0 0 25 0 1 0 901492605 90357760 21042 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22060 21042 754 1205 0 20851 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 88240

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.75 4/178 11620
/proc/meminfo: memFree=1134020/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=89472 CPUtime=1182.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 78825 0 0 0 115393 2837 0 0 25 0 1 0 901492605 91619328 21305 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22368 21305 754 1205 0 21159 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 89472

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 11621
/proc/meminfo: memFree=1132752/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=89752 CPUtime=1242.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 78896 0 0 0 121249 2981 0 0 25 0 1 0 901492605 91906048 21376 33554432000 4194304 9128323 140735030409024 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22438 21376 754 1205 0 21229 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 89752

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

[startup+1247.9 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 11622
/proc/meminfo: memFree=1132628/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=89752 CPUtime=1247.9 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 78897 0 0 0 121797 2993 0 0 25 0 1 0 901492605 91906048 21377 33554432000 4194304 9128323 140735030409024 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22438 21377 754 1205 0 21229 0
Current children cumulated CPU time (s) 1247.9
Current children cumulated vsize (KiB) 89752

[startup+1254.3 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 11622
/proc/meminfo: memFree=1132500/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=89892 CPUtime=1254.3 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 78947 0 0 0 122423 3007 0 0 25 0 1 0 901492605 92049408 21427 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22473 21427 754 1205 0 21264 0
Current children cumulated CPU time (s) 1254.3
Current children cumulated vsize (KiB) 89892

[startup+1257.5 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 11622
/proc/meminfo: memFree=1131628/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=90896 CPUtime=1257.5 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 79177 0 0 0 122735 3015 0 0 25 0 1 0 901492605 93077504 21649 33554432000 4194304 9128323 140735030409024 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22724 21649 754 1205 0 21515 0
Current children cumulated CPU time (s) 1257.5
Current children cumulated vsize (KiB) 90896

[startup+1259.1 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 11622
/proc/meminfo: memFree=1131504/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=91364 CPUtime=1259.1 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 79293 0 0 0 122892 3018 0 0 25 0 1 0 901492605 93556736 21765 33554432000 4194304 9128323 140735030409024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22841 21765 754 1205 0 21632 0
Current children cumulated CPU time (s) 1259.1
Current children cumulated vsize (KiB) 91364

[startup+1259.9 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 11622
/proc/meminfo: memFree=1131004/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=91364 CPUtime=1259.9 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 79296 0 0 0 122970 3020 0 0 25 0 1 0 901492605 93556736 21768 33554432000 4194304 9128323 140735030409024 18446744073709551615 4209245 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22841 21768 754 1205 0 21632 0
Current children cumulated CPU time (s) 1259.9
Current children cumulated vsize (KiB) 91364

[startup+1260.1 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 11622
/proc/meminfo: memFree=1131004/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=91364 CPUtime=1260.1 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 79300 0 0 0 122990 3020 0 0 25 0 1 0 901492605 93556736 21772 33554432000 4194304 9128323 140735030409024 18446744073709551615 5333512 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11587/statm: 22841 21772 754 1205 0 21632 0
Current children cumulated CPU time (s) 1260.1
Current children cumulated vsize (KiB) 91364

[startup+1260.2 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 11622
/proc/meminfo: memFree=1131004/32950928 swapFree=67050636/67111528
[pid=11587] ppid=11585 vsize=42620 CPUtime=1260.21 cores=1,3,5,7
/proc/11587/stat : 11587 (scip-2.0.1.4.li) R 11585 11587 10203 0 -1 4202496 79302 0 0 0 123000 3021 0 0 25 0 1 0 901492605 43642880 7293 33554432000 4194304 9128323 140735030409024 18446744073709551615 8231418 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11587/statm: 10655 6783 756 1205 0 9446 0
Current children cumulated CPU time (s) 1260.21
Current children cumulated vsize (KiB) 42620

Child status: 0
Real time (s): 1260.2
CPU time (s): 1260.21
CPU user time (s): 1230
CPU system time (s): 30.2124
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 92288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1230
system time used= 30.2124
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79304
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= 6
involuntary context switches= 4281

runsolver used 1.62975 second user time and 4.16237 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-12 19:15:39
IDJOB=3447255
IDBENCH=78987
IDSOLVER=1944
FILE ID=node126/3447255-1307898939
RUNJOBID= node126-1307898939-11561
PBS_JOBID= 13559580
Free space on /var/tmp= 2892 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.1900568706--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447255-1307898939/watcher-3447255-1307898939 -o /var/tmp/evaluation-result-3447255-1307898939/solver-3447255-1307898939 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447255-1307898939.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 0424fd5691d718147f8291be7b6f72f2
RANDOM SEED=1049659459

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1328420 kB
Buffers:         49768 kB
Cached:       30593340 kB
SwapCached:      14604 kB
Active:       15767092 kB
Inactive:     14895932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1328420 kB
SwapTotal:    67111528 kB
SwapFree:     67050636 kB
Dirty:           24064 kB
Writeback:           0 kB
AnonPages:       17652 kB
Mapped:           9284 kB
Slab:           894836 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190308 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 node126 at 2011-06-12 19:36:39