Trace number 3447305

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 1513.61 1513.56

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864--soft-0-100-0.wbo
MD5SUM2d789ef1df9f4a4dbc546a24cba98a06
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark36.1265
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447305-1307900786.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.03/0.05	o 136624
0.03/0.05	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.03/0.05	c presolving:
0.03/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.03/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.08/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.11	c presolving (3 rounds):
0.08/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.11	c  2707 implications, 0 cliques
0.08/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.08/0.11	c    2707 constraints of type <linear>
0.08/0.11	c    2707 constraints of type <indicator>
0.08/0.11	c transformed objective value is always integral (scale: 1)
0.08/0.11	c Presolving Time: 0.09
0.08/0.11	c - non default parameters ----------------------------------------------------------------------
0.08/0.11	c # SCIP version 2.0.1.4
0.08/0.11	c 
0.08/0.11	c # frequency for displaying node information lines
0.08/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.11	c display/freq = 10000
0.08/0.11	c 
0.08/0.11	c # maximal time in seconds to run
0.08/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.11	c limits/time = 1800
0.08/0.11	c 
0.08/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.11	c limits/memory = 13950
0.08/0.11	c 
0.08/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.11	c # [type: int, range: [1,2], default: 1]
0.08/0.11	c timing/clocktype = 2
0.08/0.11	c 
0.08/0.11	c # belongs reading time to solving time?
0.08/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.11	c timing/reading = TRUE
0.08/0.11	c 
0.08/0.11	c # should presolving try to simplify inequalities
0.08/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.11	c constraints/linear/simplifyinequalities = TRUE
0.08/0.11	c 
0.08/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.08/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.11	c constraints/indicator/addCouplingCons = TRUE
0.08/0.11	c 
0.08/0.11	c # should presolving try to simplify knapsacks
0.08/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.08/0.11	c 
0.08/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.11	c separating/rapidlearning/freq = 0
0.08/0.11	c 
0.08/0.11	c -----------------------------------------------------------------------------------------------
0.08/0.11	c start solving
0.08/0.12	c 
0.08/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.38/0.49	c   0.5s|     1 |     0 |   414 |     - |  18M|   0 |  41 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |   489 |     - |  18M|   0 |  49 |5645 |8121 |5645 |2759 |  52 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.89/1.00	c   1.0s|     1 |     0 |   532 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2762 |  55 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.29/1.35	c   1.3s|     1 |     0 |   563 |     - |  19M|   0 |  50 |5645 |8121 |5645 |2767 |  60 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.69/1.70	c   1.7s|     1 |     0 |   576 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2772 |  65 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.99/2.07	c   2.1s|     1 |     0 |   609 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2776 |  69 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
3.39/3.41	c   3.4s|     1 |     2 |   609 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2776 |  69 |   0 |  33 | 0.000000e+00 | 1.366240e+05 |    Inf 
31.09/31.14	o 1097
31.09/31.14	c *31.1s|   593 |   584 | 86108 | 144.4 |  31M|  39 |   - |5645 |8121 |5645 |2852 |1283 |   0 |1105 | 0.000000e+00 | 1.097000e+03 |    Inf 
115.59/115.62	o 93
115.59/115.62	c * 116s|  3065 |   674 |579169 | 188.8 |  31M|  64 |   - |5645 |8121 |5645 |3009 |9522 |   0 |1648 | 0.000000e+00 | 9.300000e+01 |    Inf 
116.60/116.69	o 83
116.60/116.69	c * 117s|  3113 |   666 |586648 | 188.3 |  33M|  64 |   - |5645 |7758 |5645 |2744 |9531 |  33 |1648 | 0.000000e+00 | 8.300000e+01 |    Inf 
117.60/117.62	o 53
117.60/117.62	c * 118s|  3183 |   531 |590233 | 185.3 |  33M|  64 |   - |5645 |7251 |5645 |2779 |9573 |  82 |1648 | 0.000000e+00 | 5.300000e+01 |    Inf 
118.19/118.21	o 52
118.19/118.21	c f 118s|  3216 |   542 |593492 | 184.4 |  33M|  64 |   - |5645 |5632 |5645 |2742 |9574 | 107 |1648 | 0.000000e+00 | 5.200000e+01 |    Inf 
118.49/118.50	o 40
118.49/118.50	c * 118s|  3235 |   511 |594585 | 183.7 |  33M|  64 |   - |5645 |5578 |5645 |2776 |9592 | 111 |1648 | 0.000000e+00 | 4.000000e+01 |    Inf 
119.80/119.82	o 19
119.80/119.82	c * 120s|  3328 |   306 |600238 | 180.2 |  32M|  64 |   - |5645 |4927 |5645 |2770 |9605 | 174 |1649 | 0.000000e+00 | 1.900000e+01 |    Inf 
128.10/128.12	o 18
128.10/128.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.10/128.12	c * 128s|  4647 |   459 |634001 | 136.3 |  34M|  64 |   - |5645 |5083 |5645 |2760 |9627 |1423 |1655 | 0.000000e+00 | 1.800000e+01 |    Inf 
128.10/128.13	o 13
128.10/128.13	c * 128s|  4648 |   442 |634001 | 136.3 |  34M|  64 |   - |5645 |5083 |5645 |2760 |9627 |1423 |1655 | 0.000000e+00 | 1.300000e+01 |    Inf 
128.20/128.29	o 11
128.20/128.29	c * 128s|  4674 |   439 |634557 | 135.7 |  34M|  64 |   - |5645 |4724 |5645 |2758 |9628 |1446 |1655 | 0.000000e+00 | 1.100000e+01 |    Inf 
131.09/131.12	o 2
131.09/131.12	c * 131s|  5165 |   406 |643676 | 124.5 |  33M|  64 |   - |5645 |5346 |5645 |2762 |9634 |2168 |1688 | 0.000000e+00 | 2.000000e+00 |    Inf 
133.20/133.29	o 1
133.20/133.29	c * 133s|  5568 |   386 |651540 | 116.9 |  34M|  64 |   - |5645 |5407 |5645 |2759 |9635 |2752 |1723 | 0.000000e+00 | 1.000000e+00 |    Inf 
154.39/154.49	c   154s| 10000 |   368 |739193 |  73.9 |  36M|  64 |  34 |5645 |8307 |5645 |2742 |9635 |8362 |1938 | 0.000000e+00 | 1.000000e+00 |    Inf 
206.40/206.46	c   206s| 20000 |   370 |961984 |  48.1 |  36M|  64 |   - |5645 |8872 |   0 |   0 |9635 |  21k|2461 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.50/256.59	c   257s| 30000 |   295 |  1176k|  39.2 |  37M|  64 |   - |5645 |  10k|   0 |   0 |9635 |  34k|2879 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.80/307.82	c   308s| 40000 |   305 |  1391k|  34.8 |  39M|  64 |   - |5645 |  16k|5645 |2758 |9635 |  46k|3279 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.30/358.37	c   358s| 50000 |   301 |  1597k|  31.9 |  41M|  64 |  35 |5645 |  19k|5645 |2758 |9635 |  59k|3713 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.61/410.68	c   411s| 60000 |   260 |  1814k|  30.2 |  39M|  64 |  34 |5645 |  13k|5645 |2742 |9635 |  72k|4109 | 0.000000e+00 | 1.000000e+00 |    Inf 
463.21/463.22	c   463s| 70000 |   403 |  2046k|  29.2 |  42M|  70 |  56 |5645 |  17k|5645 |2758 |9635 |  85k|4435 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.91/514.95	c   515s| 80000 |   321 |  2274k|  28.4 |  42M|  70 |  45 |5645 |  18k|5645 |2758 |9635 |  99k|4729 | 0.000000e+00 | 1.000000e+00 |    Inf 
567.11/567.16	c   567s| 90000 |   285 |  2505k|  27.8 |  43M|  70 |  32 |5645 |  20k|5645 |2758 |9635 | 112k|5032 | 0.000000e+00 | 1.000000e+00 |    Inf 
621.11/621.10	c   621s|100000 |   274 |  2736k|  27.4 |  43M|  70 |   - |5645 |  21k|5645 |2758 |9635 | 125k|5409 | 0.000000e+00 | 1.000000e+00 |    Inf 
673.71/673.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
673.71/673.78	c   674s|110000 |   237 |  2962k|  26.9 |  46M|  70 |   - |5645 |  26k|5645 |2758 |9635 | 138k|5701 | 0.000000e+00 | 1.000000e+00 |    Inf 
727.62/727.62	c   728s|120000 |   203 |  3190k|  26.6 |  42M|  70 |  24 |5645 |  18k|5645 |2758 |9635 | 150k|5978 | 0.000000e+00 | 1.000000e+00 |    Inf 
780.22/780.24	c   780s|130000 |   209 |  3417k|  26.3 |  40M|  70 |  43 |5645 |  13k|5645 |2742 |9635 | 163k|6229 | 0.000000e+00 | 1.000000e+00 |    Inf 
831.42/831.42	c   831s|140000 |   196 |  3638k|  26.0 |  43M|  70 |  35 |5645 |  20k|5645 |2758 |9635 | 175k|6452 | 0.000000e+00 | 1.000000e+00 |    Inf 
882.43/882.48	c   882s|150000 |   213 |  3853k|  25.7 |  43M|  70 |  30 |5645 |  20k|5645 |2758 |9635 | 187k|6683 | 0.000000e+00 | 1.000000e+00 |    Inf 
933.93/933.93	c   934s|160000 |   161 |  4072k|  25.4 |  42M|  70 |  44 |5645 |  17k|5645 |2758 |9635 | 200k|6904 | 0.000000e+00 | 1.000000e+00 |    Inf 
986.83/986.81	c   987s|170000 |   138 |  4298k|  25.3 |  41M|  70 |  35 |5645 |  16k|5645 |2742 |9635 | 212k|7157 | 0.000000e+00 | 1.000000e+00 |    Inf 
1035.53/1035.54	c  1036s|180000 |   150 |  4505k|  25.0 |  41M|  70 |   - |5645 |  16k|5645 |2758 |9635 | 225k|7370 | 0.000000e+00 | 1.000000e+00 |    Inf 
1085.03/1085.10	c  1085s|190000 |   109 |  4718k|  24.8 |  42M|  70 |  32 |5645 |  18k|5645 |2758 |9635 | 238k|7594 | 0.000000e+00 | 1.000000e+00 |    Inf 
1136.24/1136.20	c  1136s|200000 |   122 |  4933k|  24.7 |  45M|  70 |   - |5645 |  25k|5645 |2758 |9635 | 250k|7855 | 0.000000e+00 | 1.000000e+00 |    Inf 
1186.74/1186.71	c  1187s|210000 |   112 |  5146k|  24.5 |  46M|  70 |   - |5645 |  27k|5645 |2758 |9635 | 263k|8041 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.24/1239.28	c  1239s|220000 |   116 |  5366k|  24.4 |  42M|  70 |   - |5645 |  18k|5645 |2742 |9635 | 276k|8210 | 0.000000e+00 | 1.000000e+00 |    Inf 
1293.03/1293.07	c  1293s|230000 |   108 |  5596k|  24.3 |  42M|  70 |   - |5645 |  18k|5645 |2742 |9635 | 288k|8393 | 0.000000e+00 | 1.000000e+00 |    Inf 
1344.64/1344.64	c  1345s|240000 |   115 |  5823k|  24.3 |  44M|  70 |   - |5645 |  22k|5645 |2742 |9635 | 302k|8549 | 0.000000e+00 | 1.000000e+00 |    Inf 
1396.34/1396.36	c  1396s|250000 |    70 |  6045k|  24.2 |  42M|  70 |  40 |5645 |  18k|5645 |2758 |9635 | 315k|8701 | 0.000000e+00 | 1.000000e+00 |    Inf 
1450.75/1450.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1450.75/1450.73	c  1451s|260000 |    63 |  6285k|  24.2 |  44M|  70 |  37 |5645 |  22k|5645 |2742 |9635 | 328k|8939 | 0.000000e+00 | 1.000000e+00 |    Inf 
1500.65/1500.62	c  1501s|270000 |    38 |  6488k|  24.0 |  41M|  70 |   - |5645 |  19k|   0 |   0 |9635 | 341k|9135 | 0.000000e+00 | 1.000000e+00 |    Inf 
1513.56/1513.51	c 
1513.56/1513.51	c SCIP Status        : problem is solved [optimal solution found]
1513.56/1513.51	c Solving Time (sec) : 1513.51
1513.56/1513.51	c Solving Nodes      : 272610
1513.56/1513.51	c Primal Bound       : +1.00000000000000e+00 (157 solutions)
1513.56/1513.51	c Dual Bound         : +1.00000000000000e+00
1513.56/1513.51	c Gap                : 0.00 %
1513.56/1513.51	s OPTIMUM FOUND
1513.56/1513.51	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
1513.56/1513.51	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1513.56/1513.51	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1513.56/1513.51	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1513.56/1513.51	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1513.56/1513.51	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1513.56/1513.51	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 
1513.56/1513.51	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 
1513.56/1513.51	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 
1513.56/1513.51	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 
1513.56/1513.51	v -x1 
1513.56/1513.51	c SCIP Status        : problem is solved [optimal solution found]
1513.56/1513.51	c Total Time         :    1513.51
1513.56/1513.51	c   solving          :    1513.51
1513.56/1513.51	c   presolving       :       0.09 (included in solving)
1513.56/1513.51	c   reading          :       0.02 (included in solving)
1513.56/1513.51	c Original Problem   :
1513.56/1513.51	c   Problem name     : HOME/instance-3447305-1307900786.wbo
1513.56/1513.51	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1513.56/1513.51	c   Constraints      : 2708 initial, 2708 maximal
1513.56/1513.51	c Presolved Problem  :
1513.56/1513.51	c   Problem name     : t_HOME/instance-3447305-1307900786.wbo
1513.56/1513.51	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1513.56/1513.51	c   Constraints      : 5414 initial, 28091 maximal
1513.56/1513.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1513.56/1513.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1513.56/1513.51	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1513.56/1513.51	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1513.56/1513.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1513.56/1513.51	c   integral         :          0          0          0     152050          0       1397          0        372       3180          0          0     280142
1513.56/1513.51	c   varbound         :          0+         6      21632       9575          0          0        828          0      70201       9623          0          0
1513.56/1513.51	c   linear           :       2707          6    1289467          7          0       1393    4197632      25893    4731555          0          0          0
1513.56/1513.51	c   indicator        :       2707          0      21408       9576          0       1390        653          0       2198          0          0          0
1513.56/1513.51	c   logicor          :          0+         0     387294          0          0          0     911409       2682     218218          0          0          0
1513.56/1513.51	c   bounddisjunction :          0+         0      95711          0          0          0         21          0         16          0          0          0
1513.56/1513.51	c   countsols        :          0          0          0         11          0        148          0          0          0          0          0          0
1513.56/1513.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1513.56/1513.51	c   integral         :      80.46       0.00       0.00      80.44       0.00       0.02       0.00
1513.56/1513.51	c   varbound         :       1.22       0.00       0.43       0.79       0.00       0.00       0.00
1513.56/1513.51	c   linear           :      62.78       0.00      59.96       0.00       0.00       0.34       2.47
1513.56/1513.51	c   indicator        :       5.30       0.00       0.75       2.37       0.00       2.18       0.00
1513.56/1513.51	c   logicor          :      50.37       0.00      49.03       0.00       0.00       0.00       1.35
1513.56/1513.51	c   bounddisjunction :       0.17       0.00       0.17       0.00       0.00       0.00       0.00
1513.56/1513.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1513.56/1513.51	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1513.56/1513.51	c   vbounds          :       5917        169          2      12254
1513.56/1513.51	c   rootredcost      :         12          0          0       2707
1513.56/1513.51	c   pseudoobj        :    1289535        829        185      65297
1513.56/1513.51	c Propagator Timings :  TotalTime  Propagate    Resprop
1513.56/1513.51	c   vbounds          :       1.69       1.69       0.00
1513.56/1513.51	c   rootredcost      :       0.26       0.26       0.00
1513.56/1513.51	c   pseudoobj        :      46.39      46.36       0.02
1513.56/1513.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1513.56/1513.51	c   propagation      :       1.67      28761      28687     154927       28.0        572       19.5          -
1513.56/1513.51	c   infeasible LP    :      44.22     108308     108305     701850       38.2       1409       13.6          0
1513.56/1513.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1513.56/1513.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1513.56/1513.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1513.56/1513.51	c   applied globally :          -          -          -     344544       32.9          -          -          -
1513.56/1513.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1513.56/1513.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1513.56/1513.51	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 103)
1513.56/1513.51	c   redcost          :      13.73     145230          0      14096          0          0
1513.56/1513.51	c   impliedbounds    :       0.00          6          0          0          0          0
1513.56/1513.51	c   intobj           :       0.00          0          0          0          0          0
1513.56/1513.51	c   gomory           :       0.69          6          0          0       1249          0
1513.56/1513.51	c   cgmip            :       0.00          0          0          0          0          0
1513.56/1513.51	c   closecuts        :       0.00          0          0          0          0          0
1513.56/1513.51	c   strongcg         :       0.66          6          0          0       1486          0
1513.56/1513.51	c   cmir             :       0.13          6          0          0          3          0
1513.56/1513.51	c   flowcover        :       0.12          6          0          0          5          0
1513.56/1513.51	c   clique           :       0.00          1          0          0          0          0
1513.56/1513.51	c   zerohalf         :       0.00          0          0          0          0          0
1513.56/1513.51	c   mcf              :       0.00          1          0          0          0          0
1513.56/1513.51	c   oddcycle         :       0.00          0          0          0          0          0
1513.56/1513.51	c   rapidlearning    :       0.21          1          0          0          0          0
1513.56/1513.51	c Pricers            :       Time      Calls       Vars
1513.56/1513.51	c   problem variables:       0.00          0          0
1513.56/1513.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1513.56/1513.51	c   relpscost        :      80.28     142473        372       3180          0          0     280142
1513.56/1513.51	c   pscost           :       0.00          0          0          0          0          0          0
1513.56/1513.51	c   inference        :       0.00          0          0          0          0          0          0
1513.56/1513.51	c   mostinf          :       0.00          0          0          0          0          0          0
1513.56/1513.51	c   leastinf         :       0.00          0          0          0          0          0          0
1513.56/1513.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1513.56/1513.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1513.56/1513.51	c   random           :       0.00          0          0          0          0          0          0
1513.56/1513.51	c Primal Heuristics  :       Time      Calls      Found
1513.56/1513.51	c   LP solutions     :       0.01          -         11
1513.56/1513.51	c   pseudo solutions :       0.00          -          0
1513.56/1513.51	c   feaspump         :       0.01          0          0
1513.56/1513.51	c   oneopt           :       0.26         11          0
1513.56/1513.51	c   crossover        :       0.51          6          0
1513.56/1513.51	c   fracdiving       :       3.22         74          1
1513.56/1513.51	c   veclendiving     :       2.09         75          0
1513.56/1513.51	c   linesearchdiving :       1.72         75          0
1513.56/1513.51	c   guideddiving     :       2.93         75          0
1513.56/1513.51	c   coefdiving       :       3.28         75          0
1513.56/1513.51	c   pscostdiving     :       1.76         75          0
1513.56/1513.51	c   objpscostdiving  :       3.49         38          0
1513.56/1513.51	c   rootsoldiving    :       3.11         38          0
1513.56/1513.51	c   trivial          :       0.01          2          1
1513.56/1513.51	c   shiftandpropagate:       0.00          0          0
1513.56/1513.51	c   simplerounding   :       1.06     142546          0
1513.56/1513.51	c   zirounding       :       0.42       1000          0
1513.56/1513.51	c   rounding         :       0.89       5278          0
1513.56/1513.51	c   shifting         :       1.03       1627          0
1513.56/1513.51	c   intshifting      :       0.01          0          0
1513.56/1513.51	c   twoopt           :       0.00          0          0
1513.56/1513.51	c   fixandinfer      :       0.00          0          0
1513.56/1513.51	c   clique           :       0.00          0          0
1513.56/1513.51	c   intdiving        :       0.00          0          0
1513.56/1513.51	c   actconsdiving    :       0.00          0          0
1513.56/1513.51	c   octane           :       0.00          0          0
1513.56/1513.51	c   rens             :       0.05          1          0
1513.56/1513.51	c   rins             :       0.00          0          0
1513.56/1513.51	c   localbranching   :       0.00          0          0
1513.56/1513.51	c   mutation         :       0.00          0          0
1513.56/1513.51	c   dins             :       0.00          0          0
1513.56/1513.51	c   vbounds          :       0.00          0          0
1513.56/1513.51	c   undercover       :       0.00          0          0
1513.56/1513.51	c   subnlp           :       0.07          0          0
1513.56/1513.51	c   trysol           :       0.33        931        144
1513.56/1513.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1513.56/1513.51	c   primal LP        :       0.27          0          0       0.00       0.00
1513.56/1513.51	c   dual LP          :     988.90     259519    6447514      24.84    6519.91
1513.56/1513.51	c   lex dual LP      :       0.00          0          0       0.00          -
1513.56/1513.51	c   barrier LP       :       0.00          0          0       0.00          -
1513.56/1513.51	c   diving/probing LP:      16.50       5578      94994      17.03    5758.51
1513.56/1513.51	c   strong branching :      77.23       9135     493165      53.99    6385.93
1513.56/1513.51	c     (at root node) :          -         33      11567     350.52          -
1513.56/1513.51	c   conflict analysis:       0.00          0          0       0.00          -
1513.56/1513.51	c B&B Tree           :
1513.56/1513.51	c   number of runs   :          1
1513.56/1513.51	c   nodes            :     272610
1513.56/1513.51	c   nodes (total)    :     272610
1513.56/1513.51	c   nodes left       :          0
1513.56/1513.51	c   max depth        :         70
1513.56/1513.51	c   max depth (total):         70
1513.56/1513.51	c   backtracks       :      30658 (11.2%)
1513.56/1513.51	c   delayed cutoffs  :       4606
1513.56/1513.51	c   repropagations   :     533790 (763489 domain reductions, 4221 cutoffs)
1513.56/1513.51	c   avg switch length:       5.29
1513.56/1513.51	c   switching time   :      79.03
1513.56/1513.51	c Solution           :
1513.56/1513.51	c   Solutions found  :        157 (13 improvements)
1513.56/1513.51	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1513.56/1513.51	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 5568 nodes, 133.29 seconds, depth 23, found by <relaxation>)
1513.56/1513.51	c   Dual Bound       : +1.00000000000000e+00
1513.56/1513.51	c   Gap              :       0.00 %
1513.56/1513.51	c   Root Dual Bound  : +0.00000000000000e+00
1513.56/1513.51	c   Root Iterations  :        609
1513.56/1513.55	c Time complete: 1513.6.

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-3447305-1307900786/watcher-3447305-1307900786 -o /var/tmp/evaluation-result-3447305-1307900786/solver-3447305-1307900786 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447305-1307900786.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.96 2.00 1.94 3/177 13236
/proc/meminfo: memFree=1073068/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=9988 CPUtime=0 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 1491 0 0 0 0 0 0 0 25 0 1 0 980309301 10227712 1444 33554432000 4194304 9128323 140733875886368 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13236/statm: 2497 1444 399 1205 0 1288 0

[startup+0.0473141 s]
/proc/loadavg: 1.96 2.00 1.94 3/177 13236
/proc/meminfo: memFree=1073068/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=30032 CPUtime=0.03 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 6265 0 0 0 3 0 0 0 25 0 1 0 980309301 30752768 6216 33554432000 4194304 9128323 140733875886368 18446744073709551615 4338640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 7508 6216 474 1205 0 6299 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30032

[startup+0.100307 s]
/proc/loadavg: 1.96 2.00 1.94 3/177 13236
/proc/meminfo: memFree=1073068/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=35724 CPUtime=0.08 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 7950 0 0 0 8 0 0 0 25 0 1 0 980309301 36581376 7644 33554432000 4194304 9128323 140733875886368 18446744073709551615 5089472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35724

[startup+0.30025 s]
/proc/loadavg: 1.96 2.00 1.94 3/177 13236
/proc/meminfo: memFree=1073068/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=71508 CPUtime=0.29 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 17214 0 0 0 27 2 0 0 25 0 1 0 980309301 73224192 16809 33554432000 4194304 9128323 140733875886368 18446744073709551615 5189198 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 17877 16809 699 1205 0 16668 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71508

[startup+0.700183 s]
/proc/loadavg: 1.96 2.00 1.94 3/177 13236
/proc/meminfo: memFree=1073068/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=52480 CPUtime=0.69 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 21132 0 0 0 66 3 0 0 25 0 1 0 980309301 53739520 12007 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 13120 12007 717 1205 0 11911 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52480

[startup+1.50103 s]
/proc/loadavg: 1.96 2.00 1.94 3/178 13237
/proc/meminfo: memFree=1021128/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=54716 CPUtime=1.49 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 21651 0 0 0 145 4 0 0 25 0 1 0 980309301 56029184 12520 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 13679 12520 712 1205 0 12470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54716

[startup+3.10072 s]
/proc/loadavg: 1.96 2.00 1.94 3/178 13237
/proc/meminfo: memFree=995636/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=55632 CPUtime=3.09 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 28072 0 0 0 300 9 0 0 25 0 1 0 980309301 56967168 12862 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 13908 12862 723 1205 0 12699 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55632

[startup+6.30111 s]
/proc/loadavg: 1.96 2.00 1.94 3/178 13237
/proc/meminfo: memFree=1014236/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=58344 CPUtime=6.29 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 28596 0 0 0 609 20 0 0 25 0 1 0 980309301 59744256 13386 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 14586 13386 724 1205 0 13377 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58344

[startup+12.7009 s]
/proc/loadavg: 1.96 2.00 1.94 3/178 13238
/proc/meminfo: memFree=1013748/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=58344 CPUtime=12.69 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 28644 0 0 0 1229 40 0 0 25 0 1 0 980309301 59744256 13434 33554432000 4194304 9128323 140733875886368 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 14586 13434 724 1205 0 13377 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58344

[startup+25.5005 s]
/proc/loadavg: 1.97 2.00 1.94 3/178 13238
/proc/meminfo: memFree=988896/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=69844 CPUtime=25.49 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 37191 0 0 0 2473 76 0 0 25 0 1 0 980309301 71520256 16072 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 17461 16072 725 1205 0 16252 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69844

[startup+51.1006 s]
/proc/loadavg: 1.98 2.00 1.94 3/178 13239
/proc/meminfo: memFree=982224/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=73044 CPUtime=51.09 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 40201 0 0 0 4957 152 0 0 25 0 1 0 980309301 74797056 16898 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 18261 16898 728 1205 0 17052 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73044

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13240
/proc/meminfo: memFree=972520/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=76732 CPUtime=102.29 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 52960 0 0 0 9928 301 0 0 25 0 1 0 980309301 78573568 17817 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 19183 17817 728 1205 0 17974 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 76732

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13242
/proc/meminfo: memFree=948540/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=90504 CPUtime=162.29 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 81944 0 0 0 15792 437 0 0 25 0 1 0 980309301 92676096 21381 33554432000 4194304 9128323 140733875886368 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 22626 21381 737 1205 0 21417 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 90504

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13243
/proc/meminfo: memFree=934688/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=93284 CPUtime=222.3 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 87166 0 0 0 21652 578 0 0 25 0 1 0 980309301 95522816 22071 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 23321 22071 737 1205 0 22112 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 93284

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13245
/proc/meminfo: memFree=918908/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=96596 CPUtime=282.3 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 93830 0 0 0 27510 720 0 0 25 0 1 0 980309301 98914304 22890 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 24149 22890 737 1205 0 22940 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 96596

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13246
/proc/meminfo: memFree=900732/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=99156 CPUtime=342.31 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 94522 0 0 0 33374 857 0 0 25 0 1 0 980309301 101535744 23582 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 24789 23582 737 1205 0 23580 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 99156

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13248
/proc/meminfo: memFree=890116/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=101188 CPUtime=402.3 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 97281 0 0 0 39246 984 0 0 25 0 1 0 980309301 103616512 24046 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 25297 24046 737 1205 0 24088 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101188

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13250
/proc/meminfo: memFree=882624/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=101188 CPUtime=462.31 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 97295 0 0 0 45112 1119 0 0 25 0 1 0 980309301 103616512 24060 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 25297 24060 737 1205 0 24088 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 101188

[startup+522.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13251
/proc/meminfo: memFree=868804/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=102620 CPUtime=522.31 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 97681 0 0 0 50975 1256 0 0 25 0 1 0 980309301 105082880 24446 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 25655 24446 737 1205 0 24446 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 102620

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13253
/proc/meminfo: memFree=855488/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=104024 CPUtime=582.31 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 97984 0 0 0 56835 1396 0 0 25 0 1 0 980309301 106520576 24749 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 26006 24749 737 1205 0 24797 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 104024

[startup+642.301 s]

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

/proc/meminfo: memFree=722540/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=108752 CPUtime=882.32 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 101600 0 0 0 86158 2074 0 0 25 0 1 0 980309301 111362048 25929 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27188 25929 737 1205 0 25979 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 108752

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 13271
/proc/meminfo: memFree=687968/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=108888 CPUtime=942.32 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 101673 0 0 0 92026 2206 0 0 25 0 1 0 980309301 111501312 26002 33554432000 4194304 9128323 140733875886368 18446744073709551615 7311509 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27222 26002 737 1205 0 26013 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 108888

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 13273
/proc/meminfo: memFree=658620/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=109600 CPUtime=1002.32 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 101822 0 0 0 97886 2346 0 0 25 0 1 0 980309301 112230400 26151 33554432000 4194304 9128323 140733875886368 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27400 26151 737 1205 0 26191 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 109600

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 13275
/proc/meminfo: memFree=635488/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=109764 CPUtime=1062.33 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 101879 0 0 0 103748 2485 0 0 25 0 1 0 980309301 112398336 26208 33554432000 4194304 9128323 140733875886368 18446744073709551615 7343445 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27441 26208 737 1205 0 26232 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 109764

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 13276
/proc/meminfo: memFree=610980/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=110080 CPUtime=1122.34 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 101938 0 0 0 109609 2625 0 0 25 0 1 0 980309301 112721920 26267 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27520 26267 737 1205 0 26311 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 110080

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 13278
/proc/meminfo: memFree=588764/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=110500 CPUtime=1182.34 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 102041 0 0 0 115473 2761 0 0 25 0 1 0 980309301 113152000 26370 33554432000 4194304 9128323 140733875886368 18446744073709551615 7205344 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27625 26370 737 1205 0 26416 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 110500

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 13279
/proc/meminfo: memFree=565812/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=110660 CPUtime=1242.34 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104517 0 0 0 121343 2891 0 0 25 0 1 0 980309301 113315840 26449 33554432000 4194304 9128323 140733875886368 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27665 26449 737 1205 0 26456 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 110660

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 13281
/proc/meminfo: memFree=537744/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=110792 CPUtime=1302.35 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104532 0 0 0 127215 3020 0 0 25 0 1 0 980309301 113451008 26464 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27698 26464 737 1205 0 26489 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 110792

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 13283
/proc/meminfo: memFree=521076/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=110792 CPUtime=1362.34 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104533 0 0 0 133088 3146 0 0 25 0 1 0 980309301 113451008 26465 33554432000 4194304 9128323 140733875886368 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27698 26465 737 1205 0 26489 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 110792

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13284
/proc/meminfo: memFree=498752/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=111352 CPUtime=1422.35 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104693 0 0 0 138953 3282 0 0 25 0 1 0 980309301 114024448 26625 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 27838 26625 737 1205 0 26629 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 111352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13286
/proc/meminfo: memFree=490492/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112068 CPUtime=1482.34 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104862 0 0 0 144822 3412 0 0 25 0 1 0 980309301 114757632 26794 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28017 26794 737 1205 0 26808 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 112068

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

[startup+1484.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13286
/proc/meminfo: memFree=490332/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112068 CPUtime=1484.75 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104862 0 0 0 145057 3418 0 0 25 0 1 0 980309301 114757632 26794 33554432000 4194304 9128323 140733875886368 18446744073709551615 7163320 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28017 26794 737 1205 0 26808 0
Current children cumulated CPU time (s) 1484.75
Current children cumulated vsize (KiB) 112068

[startup+1497.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13286
/proc/meminfo: memFree=487924/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112268 CPUtime=1497.55 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104879 0 0 0 146310 3445 0 0 25 0 1 0 980309301 114962432 26811 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28067 26811 737 1205 0 26858 0
Current children cumulated CPU time (s) 1497.55
Current children cumulated vsize (KiB) 112268

[startup+1503.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13286
/proc/meminfo: memFree=487260/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112268 CPUtime=1503.95 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104879 0 0 0 146936 3459 0 0 25 0 1 0 980309301 114962432 26811 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28067 26811 737 1205 0 26858 0
Current children cumulated CPU time (s) 1503.95
Current children cumulated vsize (KiB) 112268

[startup+1510.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13287
/proc/meminfo: memFree=485204/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112268 CPUtime=1510.35 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104879 0 0 0 147564 3471 0 0 25 0 1 0 980309301 114962432 26811 33554432000 4194304 9128323 140733875886368 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28067 26811 737 1205 0 26858 0
Current children cumulated CPU time (s) 1510.35
Current children cumulated vsize (KiB) 112268

[startup+1511.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13287
/proc/meminfo: memFree=485204/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112268 CPUtime=1511.94 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104879 0 0 0 147720 3474 0 0 25 0 1 0 980309301 114962432 26811 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28067 26811 737 1205 0 26858 0
Current children cumulated CPU time (s) 1511.94
Current children cumulated vsize (KiB) 112268

[startup+1512.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13287
/proc/meminfo: memFree=485028/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112268 CPUtime=1512.75 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104879 0 0 0 147799 3476 0 0 25 0 1 0 980309301 114962432 26811 33554432000 4194304 9128323 140733875886368 18446744073709551615 4892792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28067 26811 737 1205 0 26858 0
Current children cumulated CPU time (s) 1512.75
Current children cumulated vsize (KiB) 112268

[startup+1513.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13287
/proc/meminfo: memFree=485028/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112268 CPUtime=1513.15 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104879 0 0 0 147838 3477 0 0 25 0 1 0 980309301 114962432 26811 33554432000 4194304 9128323 140733875886368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28067 26811 737 1205 0 26858 0
Current children cumulated CPU time (s) 1513.15
Current children cumulated vsize (KiB) 112268

[startup+1513.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13287
/proc/meminfo: memFree=485028/32950928 swapFree=67056212/67111528
[pid=13236] ppid=13234 vsize=112268 CPUtime=1513.56 cores=1,3,5,7
/proc/13236/stat : 13236 (scip-2.0.1.4.li) R 13234 13236 11872 0 -1 4202496 104879 0 0 0 147878 3478 0 0 25 0 1 0 980309301 114962432 26811 33554432000 4194304 9128323 140733875886368 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13236/statm: 28067 26811 737 1205 0 26858 0
Current children cumulated CPU time (s) 1513.56
Current children cumulated vsize (KiB) 112268

Child status: 0
Real time (s): 1513.56
CPU time (s): 1513.61
CPU user time (s): 1478.83
CPU system time (s): 34.7847
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 112268

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

runsolver used 2.29265 second user time and 5.96709 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 19:46:26
IDJOB=3447305
IDBENCH=79277
IDSOLVER=1944
FILE ID=node115/3447305-1307900786
RUNJOBID= node115-1307897170-12489
PBS_JOBID= 13559590
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900574864--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447305-1307900786/watcher-3447305-1307900786 -o /var/tmp/evaluation-result-3447305-1307900786/solver-3447305-1307900786 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447305-1307900786.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 2d789ef1df9f4a4dbc546a24cba98a06
RANDOM SEED=1528651963

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1073752 kB
Buffers:         56168 kB
Cached:       30794256 kB
SwapCached:       9240 kB
Active:       16046928 kB
Inactive:     14868408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1073752 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           24644 kB
Writeback:          32 kB
AnonPages:       62844 kB
Mapped:          16072 kB
Slab:           896224 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   256100 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 node115 at 2011-06-12 20:11:40