Trace number 3447857

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 1530.36 1530.31

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900669797--soft-33-100-0.wbo
MD5SUMebc456211cf99aa767d1987ef9daf648
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 benchmark61.7946
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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-3447857-1307898653.wbo>
0.00/0.02	c original problem has 2008 variables (2008 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, 136 impls, 7 clqs
0.00/0.08	c (round 2) 0 del vars, 121 del conss, 0 add conss, 1777 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 136 impls, 7 clqs
0.00/0.09	c (round 3) 106 del vars, 162 del conss, 0 add conss, 1789 chg bounds, 82 chg sides, 0 chg coeffs, 0 upgd conss, 136 impls, 7 clqs
0.09/0.10	c (round 4) 130 del vars, 162 del conss, 0 add conss, 1789 chg bounds, 82 chg sides, 0 chg coeffs, 899 upgd conss, 136 impls, 7 clqs
0.09/0.11	c (round 5) 130 del vars, 177 del conss, 0 add conss, 1789 chg bounds, 82 chg sides, 0 chg coeffs, 899 upgd conss, 136 impls, 7 clqs
0.09/0.15	c    (0.2s) probing: 101/1943 (5.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  130 deleted vars, 177 deleted constraints, 0 added constraints, 1789 tightened bounds, 0 added holes, 82 changed sides, 0 changed coefficients
0.09/0.15	c  1848 implications, 7 cliques
0.09/0.15	c presolved problem has 3655 variables (1943 bin, 0 int, 1712 impl, 0 cont) and 4308 constraints
0.09/0.15	c      43 constraints of type <setppc>
0.09/0.15	c    1712 constraints of type <linear>
0.09/0.15	c    1712 constraints of type <indicator>
0.09/0.15	c     841 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.13
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 2.0.1.4
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1800
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 13950
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # belongs reading time to solving time?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c timing/reading = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.16	c 
0.49/0.54	o 254
0.49/0.54	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.54	c T 0.5s|     1 |     0 |     0 |     - |  14M|   0 |   - |3655 |6063 |3655 |2596 |   0 |  43 |   0 |      --      | 2.540000e+02 |    Inf 
0.49/0.55	c   0.6s|     1 |     0 |    82 |     - |  13M|   0 |  43 |3655 |6063 |3655 |2596 |   0 |  43 |   0 | 0.000000e+00 | 2.540000e+02 |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |   201 |     - |  14M|   0 |  43 |3655 |6105 |3655 |2606 |  10 |  43 |   0 | 0.000000e+00 | 2.540000e+02 |    Inf 
0.89/0.97	c   1.0s|     1 |     0 |   230 |     - |  15M|   0 |  48 |3655 |6105 |3655 |2612 |  16 |  43 |   0 | 0.000000e+00 | 2.540000e+02 |    Inf 
1.09/1.18	c   1.2s|     1 |     0 |   278 |     - |  15M|   0 |  51 |3655 |6105 |3655 |2620 |  24 |  43 |   0 | 0.000000e+00 | 2.540000e+02 |    Inf 
1.29/1.39	c   1.4s|     1 |     0 |   307 |     - |  15M|   0 |  50 |3655 |6105 |3655 |2623 |  27 |  43 |   0 | 0.000000e+00 | 2.540000e+02 |    Inf 
1.59/1.61	c   1.6s|     1 |     0 |   338 |     - |  16M|   0 |  51 |3655 |6105 |3655 |2625 |  29 |  43 |   0 | 0.000000e+00 | 2.540000e+02 |    Inf 
2.10/2.11	c   2.1s|     1 |     2 |   338 |     - |  16M|   0 |  51 |3655 |6105 |3655 |2625 |  29 |  43 |   9 | 0.000000e+00 | 2.540000e+02 |    Inf 
2.99/3.02	o 82
2.99/3.02	c * 3.0s|    11 |     9 |   975 |  63.7 |  16M|  10 |   - |3655 |6105 |3655 |2645 |  47 |  43 |  95 | 0.000000e+00 | 8.200000e+01 |    Inf 
12.40/12.42	o 58
12.40/12.42	c *12.4s|   415 |   102 |  8348 |  19.3 |  20M|  31 |   - |3655 |5756 |3655 |2612 |  59 | 386 |1385 | 0.000000e+00 | 5.800000e+01 |    Inf 
17.99/18.08	o 52
17.99/18.08	c *18.1s|  1167 |   204 | 20277 |  17.1 |  22M|  42 |   - |3655 |5415 |3655 |2610 |  80 |1080 |1733 | 0.000000e+00 | 5.200000e+01 |    Inf 
17.99/18.09	o 50
17.99/18.09	c *18.1s|  1168 |   203 | 20277 |  17.1 |  22M|  42 |   - |3655 |5415 |3655 |2610 |  80 |1080 |1733 | 0.000000e+00 | 5.000000e+01 |    Inf 
22.60/22.63	o 42
22.60/22.63	c *22.6s|  2177 |   337 | 35067 |  16.0 |  25M|  57 |   - |3655 |5624 |3655 |2611 | 101 |2106 |1766 | 0.000000e+00 | 4.200000e+01 |    Inf 
31.99/32.02	o 28
31.99/32.02	c *32.0s|  4489 |   434 | 61775 |  13.7 |  26M|  59 |   - |3655 |5931 |3655 |2610 | 174 |4653 |1849 | 0.000000e+00 | 2.800000e+01 |    Inf 
32.39/32.46	o 20
32.39/32.46	c *32.5s|  4559 |   425 | 63228 |  13.8 |  26M|  59 |   - |3655 |5231 |3655 |2612 | 176 |4738 |1853 | 0.000000e+00 | 2.000000e+01 |    Inf 
32.60/32.60	o 16
32.60/32.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.60/32.60	c *32.6s|  4590 |   378 | 63643 |  13.8 |  25M|  59 |   - |3655 |4845 |3655 |2610 | 176 |4792 |1853 | 0.000000e+00 | 1.600000e+01 |    Inf 
32.70/32.78	o 8
32.70/32.78	c *32.8s|  4646 |   348 | 64156 |  13.7 |  24M|  59 |   - |3655 |4612 |3655 |2610 | 176 |4856 |1853 | 0.000000e+00 | 8.000000e+00 |    Inf 
34.49/34.55	o 7
34.49/34.55	c *34.6s|  5047 |   285 | 71386 |  14.1 |  24M|  59 |   - |3655 |3844 |3655 |2612 | 178 |5363 |1858 | 0.000000e+00 | 7.000000e+00 |    Inf 
49.89/49.97	o 2
49.89/49.97	c *50.0s|  9263 |   185 |133343 |  14.4 |  24M|  59 |   - |3655 |5863 |3655 |2612 | 180 |  10k|1867 | 0.000000e+00 | 2.000000e+00 |    Inf 
52.49/52.60	c  52.6s| 10000 |   202 |143981 |  14.4 |  24M|  59 |   - |3655 |6098 |   0 |   0 | 180 |  11k|1867 | 0.000000e+00 | 2.000000e+00 |    Inf 
64.80/64.85	o 1
64.80/64.85	c *64.9s| 13163 |   164 |197279 |  15.0 |  25M|  59 |   - |3655 |6613 |3655 |2611 | 181 |  15k|1871 | 0.000000e+00 | 1.000000e+00 |    Inf 
92.99/93.10	c  93.1s| 20000 |   284 |311310 |  15.5 |  28M|  59 |  35 |3655 |  10k|3655 |2610 | 181 |  24k|2041 | 0.000000e+00 | 1.000000e+00 |    Inf 
137.30/137.37	c   137s| 30000 |   426 |480066 |  16.0 |  32M|  61 |  26 |3655 |  16k|3655 |2610 | 181 |  37k|2648 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.20/180.25	c   180s| 40000 |   320 |642629 |  16.1 |  31M|  70 |   - |3655 |  15k|3655 |2610 | 181 |  51k|3118 | 0.000000e+00 | 1.000000e+00 |    Inf 
225.50/225.59	c   226s| 50000 |   338 |820449 |  16.4 |  33M|  70 |  26 |3655 |  18k|3655 |2610 | 181 |  65k|3554 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.40/271.45	c   271s| 60000 |   429 |999926 |  16.7 |  35M|  70 |   - |3655 |  20k|3655 |2610 | 181 |  78k|3941 | 0.000000e+00 | 1.000000e+00 |    Inf 
317.91/317.98	c   318s| 70000 |   491 |  1179k|  16.8 |  37M|  70 |   - |3655 |  24k|3655 |2610 | 181 |  91k|4284 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.30/365.30	c   365s| 80000 |   539 |  1362k|  17.0 |  39M|  70 |   - |3655 |  26k|   0 |   0 | 181 | 105k|4576 | 0.000000e+00 | 1.000000e+00 |    Inf 
411.21/411.25	c   411s| 90000 |   598 |  1533k|  17.0 |  41M|  70 |  35 |3655 |  29k|3655 |2610 | 181 | 119k|4881 | 0.000000e+00 | 1.000000e+00 |    Inf 
458.62/458.69	c   459s|100000 |   689 |  1712k|  17.1 |  43M|  70 |   - |3655 |  33k|3655 |2610 | 181 | 132k|5177 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.02/506.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
506.02/506.01	c   506s|110000 |   711 |  1890k|  17.2 |  45M|  70 |  25 |3655 |  35k|3655 |2610 | 181 | 146k|5461 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.81/555.83	c   556s|120000 |   770 |  2079k|  17.3 |  47M|  71 |  26 |3655 |  37k|3655 |2610 | 181 | 160k|5739 | 0.000000e+00 | 1.000000e+00 |    Inf 
604.61/604.67	c   605s|130000 |   721 |  2261k|  17.4 |  46M|  71 |   - |3655 |  35k|3655 |2610 | 181 | 175k|5979 | 0.000000e+00 | 1.000000e+00 |    Inf 
654.52/654.54	c   655s|140000 |   701 |  2452k|  17.5 |  44M|  71 |  28 |3655 |  32k|3655 |2610 | 181 | 189k|6224 | 0.000000e+00 | 1.000000e+00 |    Inf 
703.71/703.74	c   704s|150000 |   610 |  2642k|  17.6 |  41M|  71 |  35 |3655 |  27k|3655 |2610 | 181 | 204k|6468 | 0.000000e+00 | 1.000000e+00 |    Inf 
751.32/751.39	c   751s|160000 |   544 |  2831k|  17.7 |  41M|  71 |   - |3655 |  27k|3655 |2610 | 181 | 217k|6649 | 0.000000e+00 | 1.000000e+00 |    Inf 
798.52/798.55	c   799s|170000 |   463 |  3016k|  17.7 |  39M|  71 |  26 |3655 |  24k|3655 |2610 | 181 | 231k|6893 | 0.000000e+00 | 1.000000e+00 |    Inf 
845.83/845.82	c   846s|180000 |   410 |  3207k|  17.8 |  39M|  71 |   - |3655 |  26k|   0 |   0 | 181 | 244k|7135 | 0.000000e+00 | 1.000000e+00 |    Inf 
892.53/892.55	c   893s|190000 |   389 |  3391k|  17.8 |  40M|  71 |   - |3655 |  27k|3655 |2610 | 181 | 257k|7350 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.63/940.66	c   941s|200000 |   327 |  3587k|  17.9 |  36M|  71 |  30 |3655 |  20k|3655 |2610 | 181 | 270k|7546 | 0.000000e+00 | 1.000000e+00 |    Inf 
988.93/989.00	c   989s|210000 |   322 |  3784k|  18.0 |  37M|  71 |  34 |3655 |  23k|3655 |2610 | 181 | 283k|7736 | 0.000000e+00 | 1.000000e+00 |    Inf 
1036.52/1036.51	c  1037s|220000 |   247 |  3974k|  18.1 |  35M|  71 |  31 |3655 |  19k|3655 |2610 | 181 | 297k|7934 | 0.000000e+00 | 1.000000e+00 |    Inf 
1084.23/1084.29	c  1084s|230000 |   215 |  4172k|  18.1 |  35M|  71 |  40 |3655 |  19k|3655 |2610 | 181 | 309k|8175 | 0.000000e+00 | 1.000000e+00 |    Inf 
1131.63/1131.65	c  1132s|240000 |   208 |  4367k|  18.2 |  37M|  71 |   - |3655 |  23k|3655 |2610 | 181 | 322k|8344 | 0.000000e+00 | 1.000000e+00 |    Inf 
1179.73/1179.78	c  1180s|250000 |   189 |  4562k|  18.3 |  38M|  71 |  30 |3655 |  26k|3655 |2610 | 181 | 334k|8530 | 0.000000e+00 | 1.000000e+00 |    Inf 
1227.93/1227.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1227.93/1227.90	c  1228s|260000 |   173 |  4747k|  18.3 |  39M|  71 |  49 |3655 |  29k|3655 |2610 | 181 | 347k|8705 | 0.000000e+00 | 1.000000e+00 |    Inf 
1280.73/1280.73	c  1281s|270000 |   179 |  4954k|  18.3 |  38M|  71 |   - |3655 |  27k|3655 |2610 | 181 | 360k|8897 | 0.000000e+00 | 1.000000e+00 |    Inf 
1328.43/1328.44	c  1328s|280000 |   170 |  5139k|  18.4 |  40M|  71 |   - |3655 |  30k|3655 |2610 | 181 | 372k|9065 | 0.000000e+00 | 1.000000e+00 |    Inf 
1377.14/1377.18	c  1377s|290000 |   135 |  5325k|  18.4 |  36M|  71 |  36 |3655 |  22k|3655 |2610 | 181 | 384k|9223 | 0.000000e+00 | 1.000000e+00 |    Inf 
1426.34/1426.36	c  1426s|300000 |   134 |  5524k|  18.4 |  38M|  71 |  34 |3655 |  26k|3655 |2610 | 181 | 397k|9378 | 0.000000e+00 | 1.000000e+00 |    Inf 
1474.45/1474.47	c  1474s|310000 |    84 |  5713k|  18.4 |  37M|  71 |  35 |3655 |  25k|3655 |2627 | 181 | 408k|9540 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.94/1524.90	c  1525s|320000 |    45 |  5914k|  18.5 |  37M|  71 |  26 |3655 |  25k|3655 |2610 | 181 | 421k|9694 | 0.000000e+00 | 1.000000e+00 |    Inf 
1530.25/1530.25	c 
1530.25/1530.25	c SCIP Status        : problem is solved [optimal solution found]
1530.25/1530.25	c Solving Time (sec) : 1530.25
1530.25/1530.25	c Solving Nodes      : 321124
1530.25/1530.25	c Primal Bound       : +1.00000000000000e+00 (155 solutions)
1530.25/1530.25	c Dual Bound         : +1.00000000000000e+00
1530.25/1530.25	c Gap                : 0.00 %
1530.25/1530.26	s OPTIMUM FOUND
1530.25/1530.26	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1530.25/1530.26	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1530.25/1530.26	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1530.25/1530.26	v -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1530.25/1530.26	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1530.25/1530.26	v -x125 -x124 x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1530.25/1530.26	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 
1530.25/1530.26	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 
1530.25/1530.26	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 
1530.25/1530.26	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 
1530.25/1530.26	v -x1 
1530.25/1530.26	c SCIP Status        : problem is solved [optimal solution found]
1530.25/1530.26	c Total Time         :    1530.25
1530.25/1530.26	c   solving          :    1530.25
1530.25/1530.26	c   presolving       :       0.13 (included in solving)
1530.25/1530.26	c   reading          :       0.02 (included in solving)
1530.25/1530.26	c Original Problem   :
1530.25/1530.26	c   Problem name     : HOME/instance-3447857-1307898653.wbo
1530.25/1530.26	c   Variables        : 2008 (2008 binary, 0 integer, 0 implicit integer, 0 continuous)
1530.25/1530.26	c   Constraints      : 2708 initial, 2708 maximal
1530.25/1530.26	c Presolved Problem  :
1530.25/1530.26	c   Problem name     : t_HOME/instance-3447857-1307898653.wbo
1530.25/1530.26	c   Variables        : 3655 (1943 binary, 0 integer, 1712 implicit integer, 0 continuous)
1530.25/1530.26	c   Constraints      : 4308 initial, 40001 maximal
1530.25/1530.26	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1530.25/1530.26	c   trivial          :       0.00         65          0          0          0          0          0          0          0          0
1530.25/1530.26	c   dualfix          :       0.00         65          0          0          0          0          0          0          0          0
1530.25/1530.26	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1530.25/1530.26	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1530.25/1530.26	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1530.25/1530.26	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1530.25/1530.26	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1530.25/1530.26	c   setppc           :       0.00          0          0          0          0          0         15          0          0          0
1530.25/1530.26	c   linear           :       0.06          0          0          0       1789          0         97          0         82          0
1530.25/1530.26	c   indicator        :       0.00          0          0          0          0          0         65          0          0          0
1530.25/1530.26	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1530.25/1530.26	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1530.25/1530.26	c   root node        :          -       3424          -          -       3424          -          -          -          -          -
1530.25/1530.26	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1530.25/1530.26	c   integral         :          0          0          0     165430          0        746          0        368       3139          0          0     325812
1530.25/1530.26	c   varbound         :          0+         6      70962        163          0          0       2252          2     182641        167          0          0
1530.25/1530.26	c   setppc           :         43          6    1470337          3          0        743    1275667       2672     553370          0          0          0
1530.25/1530.26	c   linear           :       1712+         7    1469326          5          0        733    3644273      14929    3966600          0          0          0
1530.25/1530.26	c   indicator        :       1712          0      69835        163          0        733       2808          0       3833          0          0          0
1530.25/1530.26	c   logicor          :        841+         6     604986         12          0        143    1434381      12788    1080904          0          0          0
1530.25/1530.26	c   bounddisjunction :          0+         0      47539          0          0          0        102         12        183          0          0          0
1530.25/1530.26	c   countsols        :          0          0          0         12          0        145          0          0          0          0          0          0
1530.25/1530.26	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1530.25/1530.26	c   integral         :      65.42       0.00       0.00      65.39       0.00       0.03       0.00
1530.25/1530.26	c   varbound         :       0.53       0.00       0.52       0.00       0.00       0.00       0.00
1530.25/1530.26	c   setppc           :       6.61       0.00       6.22       0.00       0.00       0.00       0.39
1530.25/1530.26	c   linear           :      47.00       0.00      44.42       0.00       0.00       0.15       2.42
1530.25/1530.26	c   indicator        :       1.13       0.00       0.62       0.01       0.00       0.49       0.00
1530.25/1530.26	c   logicor          :      96.62       0.00      94.61       0.00       0.00       0.01       2.00
1530.25/1530.26	c   bounddisjunction :       0.07       0.00       0.07       0.00       0.00       0.00       0.00
1530.25/1530.26	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1530.25/1530.26	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1530.25/1530.26	c   vbounds          :      10772        305          6      41027
1530.25/1530.26	c   rootredcost      :         12          0          0       1712
1530.25/1530.26	c   pseudoobj        :    1475897       2260        677     179353
1530.25/1530.26	c Propagator Timings :  TotalTime  Propagate    Resprop
1530.25/1530.26	c   vbounds          :       2.14       2.14       0.00
1530.25/1530.26	c   rootredcost      :       0.29       0.29       0.00
1530.25/1530.26	c   pseudoobj        :      39.67      39.63       0.04
1530.25/1530.26	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1530.25/1530.26	c   propagation      :       2.09      31086      31009     176233       30.1        657       21.1          -
1530.25/1530.26	c   infeasible LP    :      41.96     131820     131818     885772       41.2       1415       15.2          0
1530.25/1530.26	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1530.25/1530.26	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1530.25/1530.26	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1530.25/1530.26	c   applied globally :          -          -          -     423037       35.7          -          -          -
1530.25/1530.26	c   applied locally  :          -          -          -          0        0.0          -          -          -
1530.25/1530.26	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1530.25/1530.26	c   cut pool         :       0.00          5          -          -         14          -    (maximal pool size: 369)
1530.25/1530.26	c   redcost          :      11.44     165669          0      45499          0          0
1530.25/1530.26	c   impliedbounds    :       0.00          6          0          0          0          0
1530.25/1530.26	c   intobj           :       0.00          0          0          0          0          0
1530.25/1530.26	c   gomory           :       0.49          6          0          0       1175          0
1530.25/1530.26	c   cgmip            :       0.00          0          0          0          0          0
1530.25/1530.26	c   closecuts        :       0.00          0          0          0          0          0
1530.25/1530.26	c   strongcg         :       0.40          6          0          0       1635          0
1530.25/1530.26	c   cmir             :       0.07          6          0          0          0          0
1530.25/1530.26	c   flowcover        :       0.08          6          0          0          0          0
1530.25/1530.26	c   clique           :       0.00          6          0          0          0          0
1530.25/1530.26	c   zerohalf         :       0.00          0          0          0          0          0
1530.25/1530.26	c   mcf              :       0.00          1          0          0          0          0
1530.25/1530.26	c   oddcycle         :       0.00          0          0          0          0          0
1530.25/1530.26	c   rapidlearning    :       0.17          1          0          0          0         42
1530.25/1530.26	c Pricers            :       Time      Calls       Vars
1530.25/1530.26	c   problem variables:       0.00          0          0
1530.25/1530.26	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1530.25/1530.26	c   relpscost        :      65.21     165266        368       3139          0          0     325812
1530.25/1530.26	c   pscost           :       0.00          0          0          0          0          0          0
1530.25/1530.26	c   inference        :       0.00          0          0          0          0          0          0
1530.25/1530.26	c   mostinf          :       0.00          0          0          0          0          0          0
1530.25/1530.26	c   leastinf         :       0.00          0          0          0          0          0          0
1530.25/1530.26	c   fullstrong       :       0.00          0          0          0          0          0          0
1530.25/1530.26	c   allfullstrong    :       0.00          0          0          0          0          0          0
1530.25/1530.26	c   random           :       0.00          0          0          0          0          0          0
1530.25/1530.26	c Primal Heuristics  :       Time      Calls      Found
1530.25/1530.26	c   LP solutions     :       0.00          -         12
1530.25/1530.26	c   pseudo solutions :       0.00          -          0
1530.25/1530.26	c   feaspump         :       0.01          0          0
1530.25/1530.26	c   oneopt           :       0.24         12          0
1530.25/1530.26	c   crossover        :       0.58          9          0
1530.25/1530.26	c   coefdiving       :       1.91         49          0
1530.25/1530.26	c   pscostdiving     :       1.67         49          0
1530.25/1530.26	c   fracdiving       :       2.15         49          0
1530.25/1530.26	c   veclendiving     :       1.43         49          0
1530.25/1530.26	c   linesearchdiving :       0.87         49          0
1530.25/1530.26	c   guideddiving     :       2.29         49          0
1530.25/1530.26	c   objpscostdiving  :       0.75         25          0
1530.25/1530.26	c   rootsoldiving    :       0.81         25          0
1530.25/1530.26	c   trivial          :       0.00          2          0
1530.25/1530.26	c   shiftandpropagate:       0.38          1          1
1530.25/1530.26	c   simplerounding   :       0.36     165398          0
1530.25/1530.26	c   zirounding       :       5.15        756          0
1530.25/1530.26	c   rounding         :       0.88       5692          0
1530.25/1530.26	c   shifting         :       0.83       1741          0
1530.25/1530.26	c   intshifting      :       0.01          0          0
1530.25/1530.26	c   twoopt           :       0.00          0          0
1530.25/1530.26	c   fixandinfer      :       0.00          0          0
1530.25/1530.26	c   clique           :       0.00          0          0
1530.25/1530.26	c   intdiving        :       0.00          0          0
1530.25/1530.26	c   actconsdiving    :       0.00          0          0
1530.25/1530.26	c   octane           :       0.00          0          0
1530.25/1530.26	c   rens             :       0.04          1          0
1530.25/1530.26	c   rins             :       0.00          0          0
1530.25/1530.26	c   localbranching   :       0.00          0          0
1530.25/1530.26	c   mutation         :       0.00          0          0
1530.25/1530.26	c   dins             :       0.00          0          0
1530.25/1530.26	c   vbounds          :       0.00          0          0
1530.25/1530.26	c   undercover       :       0.00          0          0
1530.25/1530.26	c   subnlp           :       0.06          0          0
1530.25/1530.26	c   trysol           :       0.29        576        142
1530.25/1530.26	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1530.25/1530.26	c   primal LP        :       0.00          0          0       0.00          -
1530.25/1530.26	c   dual LP          :     980.54     296260    5897606      19.91    6014.68
1530.25/1530.26	c   lex dual LP      :       0.00          0          0       0.00          -
1530.25/1530.26	c   barrier LP       :       0.00          0          0       0.00          -
1530.25/1530.26	c   diving/probing LP:       8.44       5956      35484       5.96    4203.82
1530.25/1530.26	c   strong branching :      61.98       9731     362233      37.22    5844.81
1530.25/1530.26	c     (at root node) :          -          9       2343     260.33          -
1530.25/1530.26	c   conflict analysis:       0.00          0          0       0.00          -
1530.25/1530.26	c B&B Tree           :
1530.25/1530.26	c   number of runs   :          1
1530.25/1530.26	c   nodes            :     321124
1530.25/1530.26	c   nodes (total)    :     321124
1530.25/1530.26	c   nodes left       :          0
1530.25/1530.26	c   max depth        :         71
1530.25/1530.26	c   max depth (total):         71
1530.25/1530.26	c   backtracks       :      35799 (11.1%)
1530.25/1530.26	c   delayed cutoffs  :       4593
1530.25/1530.26	c   repropagations   :     623123 (872636 domain reductions, 4330 cutoffs)
1530.25/1530.26	c   avg switch length:       5.34
1530.25/1530.26	c   switching time   :     101.51
1530.25/1530.26	c Solution           :
1530.25/1530.26	c   Solutions found  :        155 (13 improvements)
1530.25/1530.26	c   First Solution   : +2.54000000000000e+02   (in run 1, after 1 nodes, 0.54 seconds, depth 1844, found by <shiftandpropagate>)
1530.25/1530.26	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 13163 nodes, 64.85 seconds, depth 34, found by <relaxation>)
1530.25/1530.26	c   Dual Bound       : +1.00000000000000e+00
1530.25/1530.26	c   Gap              :       0.00 %
1530.25/1530.26	c   Root Dual Bound  : +0.00000000000000e+00
1530.25/1530.26	c   Root Iterations  :        338
1530.34/1530.30	c Time complete: 1530.35.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.08 1.02 1.16 5/176 10837
/proc/meminfo: memFree=1680248/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=10332 CPUtime=0 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 1571 0 0 0 0 0 0 0 22 0 1 0 980096036 10579968 1525 33554432000 4194304 9128323 140735410439200 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10835/statm: 2583 1525 399 1205 0 1374 0

[startup+0.0984489 s]
/proc/loadavg: 1.08 1.02 1.16 5/176 10837
/proc/meminfo: memFree=1680248/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=31736 CPUtime=0.08 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 6909 0 0 0 8 0 0 0 22 0 1 0 980096036 32497664 6604 33554432000 4194304 9128323 140735410439200 18446744073709551615 5277659 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 7934 6604 527 1205 0 6725 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31736

[startup+0.100451 s]
/proc/loadavg: 1.08 1.02 1.16 5/176 10837
/proc/meminfo: memFree=1680248/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=31884 CPUtime=0.09 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 6944 0 0 0 9 0 0 0 22 0 1 0 980096036 32649216 6639 33554432000 4194304 9128323 140735410439200 18446744073709551615 5326902 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 7971 6639 530 1205 0 6762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31884

[startup+0.30041 s]
/proc/loadavg: 1.08 1.02 1.16 5/176 10837
/proc/meminfo: memFree=1680248/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=37940 CPUtime=0.29 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 8679 0 0 0 29 0 0 0 23 0 1 0 980096036 38850560 8355 33554432000 4194304 9128323 140735410439200 18446744073709551615 5992434 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 9485 8355 629 1205 0 8276 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37940

[startup+0.700339 s]
/proc/loadavg: 1.08 1.02 1.16 5/176 10837
/proc/meminfo: memFree=1680248/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=72992 CPUtime=0.69 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 17352 0 0 0 68 1 0 0 25 0 1 0 980096036 74743808 16865 33554432000 4194304 9128323 140735410439200 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 18248 16890 713 1205 0 17039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72992

[startup+1.50118 s]
/proc/loadavg: 1.08 1.02 1.16 3/178 10839
/proc/meminfo: memFree=1564588/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=72188 CPUtime=1.49 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 17575 0 0 0 148 1 0 0 25 0 1 0 980096036 73920512 16730 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 18047 16730 729 1205 0 16838 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72188

[startup+3.10088 s]
/proc/loadavg: 1.08 1.02 1.16 4/178 10839
/proc/meminfo: memFree=1560876/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=73152 CPUtime=3.09 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 18174 0 0 0 305 4 0 0 25 0 1 0 980096036 74907648 17328 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 18288 17328 750 1205 0 17079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73152

[startup+6.30028 s]
/proc/loadavg: 1.15 1.03 1.16 4/178 10839
/proc/meminfo: memFree=1559884/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=73152 CPUtime=6.3 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 18184 0 0 0 623 7 0 0 25 0 1 0 980096036 74907648 17338 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 18288 17338 750 1205 0 17079 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 73152

[startup+12.7011 s]
/proc/loadavg: 1.22 1.05 1.16 4/178 10839
/proc/meminfo: memFree=1559952/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=73152 CPUtime=12.69 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 18206 0 0 0 1257 12 0 0 25 0 1 0 980096036 74907648 17360 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 18288 17360 753 1205 0 17079 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73152

[startup+25.5007 s]
/proc/loadavg: 1.39 1.09 1.18 4/178 10839
/proc/meminfo: memFree=1548420/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=72128 CPUtime=25.49 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 30764 0 0 0 2529 20 0 0 25 0 1 0 980096036 73859072 17143 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10835/statm: 18032 17143 756 1205 0 16823 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72128

[startup+51.1008 s]
/proc/loadavg: 1.60 1.17 1.20 4/178 10840
/proc/meminfo: memFree=1536192/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=75448 CPUtime=51.09 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 52747 0 0 0 5072 37 0 0 25 0 1 0 980096036 77258752 17782 33554432000 4194304 9128323 140735410439200 18446744073709551615 7366230 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 18862 17782 756 1205 0 17653 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75448

[startup+102.307 s]
/proc/loadavg: 1.90 1.32 1.25 4/178 10841
/proc/meminfo: memFree=1514424/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=80392 CPUtime=102.3 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 72698 0 0 0 10157 73 0 0 25 0 1 0 980096036 82321408 19061 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 20098 19061 756 1205 0 18889 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80392

[startup+162.301 s]
/proc/loadavg: 1.96 1.44 1.29 4/178 10843
/proc/meminfo: memFree=1487100/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=85664 CPUtime=162.3 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 78990 0 0 0 16119 111 0 0 25 0 1 0 980096036 87719936 20379 33554432000 4194304 9128323 140735410439200 18446744073709551615 4241149 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 21416 20379 756 1205 0 20207 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 85664

[startup+222.301 s]
/proc/loadavg: 1.98 1.54 1.33 4/178 10845
/proc/meminfo: memFree=1478248/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=86424 CPUtime=222.29 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 81142 0 0 0 22083 146 0 0 25 0 1 0 980096036 88498176 20573 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 21606 20573 756 1205 0 20397 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86424

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.37 4/178 10846
/proc/meminfo: memFree=1469156/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=90172 CPUtime=282.3 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 82051 0 0 0 28047 183 0 0 25 0 1 0 980096036 92336128 21482 33554432000 4194304 9128323 140735410439200 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 22543 21482 756 1205 0 21334 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 90172

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.41 4/178 10848
/proc/meminfo: memFree=1462776/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=92712 CPUtime=342.3 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 84615 0 0 0 34013 217 0 0 25 0 1 0 980096036 94937088 22160 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 23178 22160 756 1205 0 21969 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92712

[startup+402.301 s]
/proc/loadavg: 1.99 1.74 1.44 4/178 10849
/proc/meminfo: memFree=1453164/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=96000 CPUtime=402.3 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 85414 0 0 0 39978 252 0 0 25 0 1 0 980096036 98304000 22959 33554432000 4194304 9128323 140735410439200 18446744073709551615 4240144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 24000 22959 756 1205 0 22791 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96000

[startup+462.3 s]
/proc/loadavg: 1.99 1.79 1.47 3/178 10851
/proc/meminfo: memFree=1444544/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=98288 CPUtime=462.31 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 85962 0 0 0 45949 282 0 0 25 0 1 0 980096036 100646912 23507 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 24572 23507 756 1205 0 23363 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 98288

[startup+522.301 s]
/proc/loadavg: 1.99 1.82 1.50 4/178 10853
/proc/meminfo: memFree=1436692/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=101788 CPUtime=522.31 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 86860 0 0 0 51913 318 0 0 25 0 1 0 980096036 104230912 24402 33554432000 4194304 9128323 140735410439200 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 25447 24402 756 1205 0 24238 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 101788

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.53 4/178 10854
/proc/meminfo: memFree=1431804/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=105280 CPUtime=582.31 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 93353 0 0 0 57885 346 0 0 25 0 1 0 980096036 107806720 25273 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 26320 25273 756 1205 0 25111 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 105280

[startup+642.3 s]

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

/proc/meminfo: memFree=1424948/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=106672 CPUtime=882.32 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 93708 0 0 0 87721 511 0 0 25 0 1 0 980096036 109232128 25628 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 26668 25628 756 1205 0 25459 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 106672

[startup+942.301 s]
/proc/loadavg: 1.99 1.94 1.67 4/178 10864
/proc/meminfo: memFree=1424144/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=106672 CPUtime=942.33 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 93711 0 0 0 93688 545 0 0 25 0 1 0 980096036 109232128 25631 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 26668 25631 756 1205 0 25459 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 106672

[startup+1002.3 s]
/proc/loadavg: 1.99 1.95 1.68 4/178 10865
/proc/meminfo: memFree=1423336/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=107260 CPUtime=1002.32 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 93870 0 0 0 99650 582 0 0 25 0 1 0 980096036 109834240 25790 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 26815 25790 756 1205 0 25606 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 107260

[startup+1062.3 s]
/proc/loadavg: 1.99 1.96 1.70 4/178 10867
/proc/meminfo: memFree=1422552/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=107928 CPUtime=1062.33 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96100 0 0 0 105614 619 0 0 25 0 1 0 980096036 110518272 25935 33554432000 4194304 9128323 140735410439200 18446744073709551615 4911751 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 26982 25935 756 1205 0 25773 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 107928

[startup+1122.3 s]
/proc/loadavg: 2.15 2.00 1.73 3/178 10869
/proc/meminfo: memFree=1422356/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=108212 CPUtime=1122.33 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96175 0 0 0 111577 656 0 0 25 0 1 0 980096036 110809088 26010 33554432000 4194304 9128323 140735410439200 18446744073709551615 6900875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27053 26010 756 1205 0 25844 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 108212

[startup+1182.3 s]
/proc/loadavg: 2.06 2.00 1.74 4/178 10870
/proc/meminfo: memFree=1421804/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=108844 CPUtime=1182.33 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96328 0 0 0 117542 691 0 0 25 0 1 0 980096036 111456256 26163 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27211 26163 756 1205 0 26002 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 108844

[startup+1242.3 s]
/proc/loadavg: 2.02 2.00 1.75 4/178 10872
/proc/meminfo: memFree=1419780/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=109668 CPUtime=1242.34 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96555 0 0 0 123515 719 0 0 25 0 1 0 980096036 112300032 26387 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27417 26387 756 1205 0 26208 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 109668

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 10873
/proc/meminfo: memFree=1417752/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=110440 CPUtime=1302.35 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96752 0 0 0 129483 752 0 0 25 0 1 0 980096036 113090560 26584 33554432000 4194304 9128323 140735410439200 18446744073709551615 7077578 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27610 26584 756 1205 0 26401 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 110440

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/178 10989
/proc/meminfo: memFree=1439364/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=110440 CPUtime=1362.34 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96778 0 0 0 135446 788 0 0 25 0 1 0 980096036 113090560 26610 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27610 26610 756 1205 0 26401 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 110440

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 10991
/proc/meminfo: memFree=1435924/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=110628 CPUtime=1422.35 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96809 0 0 0 141411 824 0 0 25 0 1 0 980096036 113283072 26641 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27657 26641 756 1205 0 26448 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 110628

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 10992
/proc/meminfo: memFree=1438272/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=111160 CPUtime=1482.35 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96939 0 0 0 147378 857 0 0 25 0 1 0 980096036 113827840 26771 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27790 26771 756 1205 0 26581 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 111160

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

[startup+1484.7 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 10992
/proc/meminfo: memFree=1438272/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=111160 CPUtime=1484.74 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96939 0 0 0 147616 858 0 0 25 0 1 0 980096036 113827840 26771 33554432000 4194304 9128323 140735410439200 18446744073709551615 7050016 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27790 26771 756 1205 0 26581 0
Current children cumulated CPU time (s) 1484.74
Current children cumulated vsize (KiB) 111160

[startup+1510.31 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 10993
/proc/meminfo: memFree=1438132/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=111160 CPUtime=1510.35 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96940 0 0 0 150162 873 0 0 25 0 1 0 980096036 113827840 26772 33554432000 4194304 9128323 140735410439200 18446744073709551615 6581551 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27790 26772 756 1205 0 26581 0
Current children cumulated CPU time (s) 1510.35
Current children cumulated vsize (KiB) 111160

[startup+1523.1 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 10993
/proc/meminfo: memFree=1438112/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=111160 CPUtime=1523.15 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 96940 0 0 0 151436 879 0 0 25 0 1 0 980096036 113827840 26772 33554432000 4194304 9128323 140735410439200 18446744073709551615 6527919 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 27790 26772 756 1205 0 26581 0
Current children cumulated CPU time (s) 1523.15
Current children cumulated vsize (KiB) 111160

[startup+1526.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 10993
/proc/meminfo: memFree=1437848/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=112660 CPUtime=1526.34 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 97056 0 0 0 151754 880 0 0 25 0 1 0 980096036 115363840 26888 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 28165 26888 756 1205 0 26956 0
Current children cumulated CPU time (s) 1526.34
Current children cumulated vsize (KiB) 112660

[startup+1527.91 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 10994
/proc/meminfo: memFree=1436732/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=112660 CPUtime=1527.95 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 97058 0 0 0 151914 881 0 0 25 0 1 0 980096036 115363840 26890 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 28165 26890 756 1205 0 26956 0
Current children cumulated CPU time (s) 1527.95
Current children cumulated vsize (KiB) 112660

[startup+1529.5 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 10994
/proc/meminfo: memFree=1436732/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=112660 CPUtime=1529.55 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 97058 0 0 0 152073 882 0 0 25 0 1 0 980096036 115363840 26890 33554432000 4194304 9128323 140735410439200 18446744073709551615 5984500 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 28165 26890 756 1205 0 26956 0
Current children cumulated CPU time (s) 1529.55
Current children cumulated vsize (KiB) 112660

[startup+1529.9 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 10994
/proc/meminfo: memFree=1436732/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=112660 CPUtime=1529.95 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 97058 0 0 0 152113 882 0 0 25 0 1 0 980096036 115363840 26890 33554432000 4194304 9128323 140735410439200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10835/statm: 28165 26890 756 1205 0 26956 0
Current children cumulated CPU time (s) 1529.95
Current children cumulated vsize (KiB) 112660

[startup+1530.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 10994
/proc/meminfo: memFree=1436608/32950928 swapFree=67054844/67111528
[pid=10835] ppid=10832 vsize=106848 CPUtime=1530.34 cores=0,2,4,6
/proc/10835/stat : 10835 (scip-2.0.1.4.li) R 10832 10835 10183 0 -1 4202496 97060 0 0 0 152152 882 0 0 25 0 1 0 980096036 109412352 25694 33554432000 4194304 9128323 140735410439200 18446744073709551615 6890048 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10835/statm: 26712 25694 758 1205 0 25503 0
Current children cumulated CPU time (s) 1530.34
Current children cumulated vsize (KiB) 106848

Child status: 0
Real time (s): 1530.31
CPU time (s): 1530.36
CPU user time (s): 1521.53
CPU system time (s): 8.82866
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 112660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1521.53
system time used= 8.82866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97062
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= 4
involuntary context switches= 17885

runsolver used 2.49262 second user time and 5.63814 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-12 19:10:54
IDJOB=3447857
IDBENCH=78967
IDSOLVER=1944
FILE ID=node114/3447857-1307898653
RUNJOBID= node114-1307898653-10810
PBS_JOBID= 13559591
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= ebc456211cf99aa767d1987ef9daf648
RANDOM SEED=1063584566

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:     32950928 kB
MemFree:       1681624 kB
Buffers:         50876 kB
Cached:       30251880 kB
SwapCached:      10300 kB
Active:       14881052 kB
Inactive:     15440824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1681624 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           24484 kB
Writeback:           0 kB
AnonPages:       16740 kB
Mapped:          12124 kB
Slab:           884084 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189532 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= 2860 MiB
End job on node114 at 2011-06-12 19:36:24