Trace number 3447737

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 1091.41 1091.38

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550006--soft-66-100-0.wbo
MD5SUMc177cc73697745a978507901f2a8beaa
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 benchmark36.7104
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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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-3447737-1307897249.wbo>
0.00/0.02	c original problem has 1142 variables (1142 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.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.00/0.07	c (round 2) 0 del vars, 166 del conss, 0 add conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.00/0.08	c (round 3) 100 del vars, 264 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.09/0.10	c (round 4) 130 del vars, 264 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.10	c (round 5) 130 del vars, 267 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.14	c    (0.1s) probing: 101/1077 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  130 deleted vars, 267 deleted constraints, 0 added constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.14	c  1066 implications, 16 cliques
0.09/0.14	c presolved problem has 1923 variables (1077 bin, 0 int, 846 impl, 0 cont) and 3352 constraints
0.09/0.14	c      55 constraints of type <setppc>
0.09/0.14	c     846 constraints of type <linear>
0.09/0.14	c     846 constraints of type <indicator>
0.09/0.14	c    1605 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.19/0.25	o 668
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c T 0.3s|     1 |     0 |     0 |     - |9118k|   0 |   - |1923 |4199 |1923 |2506 |   0 |   1 |   0 |      --      | 6.680000e+02 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |    84 |     - |8713k|   0 |  49 |1923 |4199 |1923 |2506 |   0 |   1 |   0 | 0.000000e+00 | 6.680000e+02 |    Inf 
0.49/0.54	c   0.5s|     1 |     0 |   233 |     - |9712k|   0 |  45 |1923 |4237 |1923 |2515 |   9 |   1 |   0 | 0.000000e+00 | 6.680000e+02 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   248 |     - |  10M|   0 |  47 |1923 |4237 |1923 |2518 |  12 |   1 |   0 | 0.000000e+00 | 6.680000e+02 |    Inf 
0.79/0.90	c   0.9s|     1 |     0 |   308 |     - |  10M|   0 |  49 |1923 |4237 |1923 |2524 |  18 |   1 |   0 | 0.000000e+00 | 6.680000e+02 |    Inf 
1.09/1.14	c   1.1s|     1 |     0 |   340 |     - |  10M|   0 |  53 |1923 |4237 |1923 |2532 |  26 |   1 |   0 | 0.000000e+00 | 6.680000e+02 |    Inf 
1.29/1.36	c   1.4s|     1 |     0 |   348 |     - |  10M|   0 |  54 |1923 |4237 |1923 |2535 |  29 |   1 |   0 | 0.000000e+00 | 6.680000e+02 |    Inf 
1.59/1.60	c   1.6s|     1 |     0 |   373 |     - |  10M|   0 |  52 |1923 |4237 |1923 |2536 |  30 |   1 |   0 | 0.000000e+00 | 6.680000e+02 |    Inf 
2.69/2.70	c   2.7s|     1 |     2 |  6213 |     - |  10M|   0 |  52 |1923 |4237 |1923 |2536 |  30 |   1 |   9 | 0.000000e+00 | 6.680000e+02 |    Inf 
3.39/3.46	o 202
3.39/3.46	c * 3.5s|    14 |    13 |  7276 | 531.0 |  11M|  13 |   - |1923 |4237 |1923 |2584 |  72 |   1 | 134 | 0.000000e+00 | 2.020000e+02 |    Inf 
3.69/3.78	o 149
3.69/3.78	c * 3.8s|    20 |    12 |  7672 | 384.2 |  11M|  13 |   - |1923 |4243 |1923 |2566 |  96 |   7 | 194 | 0.000000e+00 | 1.490000e+02 |    Inf 
4.99/5.05	o 64
4.99/5.05	c * 5.1s|    41 |    20 |  8861 | 212.2 |  11M|  14 |   - |1923 |4243 |1923 |2579 | 136 |   7 | 439 | 0.000000e+00 | 6.400000e+01 |    Inf 
7.69/7.73	o 33
7.69/7.73	c * 7.7s|   109 |    26 | 10252 |  91.5 |  11M|  14 |   - |1923 |3726 |1923 |2531 | 143 |  95 | 919 | 0.000000e+00 | 3.300000e+01 |    Inf 
8.80/8.87	o 26
8.80/8.87	c * 8.9s|   135 |    28 | 11135 |  80.3 |  11M|  14 |   - |1923 |3174 |1923 |2532 | 151 | 126 |1122 | 0.000000e+00 | 2.600000e+01 |    Inf 
11.89/11.99	o 15
11.89/11.99	c *12.0s|   303 |    46 | 14543 |  46.9 |  11M|  22 |   - |1923 |3258 |1923 |2545 | 154 | 319 |1625 | 0.000000e+00 | 1.500000e+01 |    Inf 
12.00/12.05	o 13
12.00/12.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.00/12.05	c *12.0s|   305 |    46 | 14593 |  46.8 |  11M|  22 |   - |1923 |3064 |1923 |2542 | 154 | 319 |1636 | 0.000000e+00 | 1.300000e+01 |    Inf 
12.59/12.69	o 3
12.59/12.69	c *12.7s|   389 |    53 | 16047 |  40.4 |  11M|  22 |   - |1923 |3127 |1923 |2544 | 158 | 422 |1716 | 0.000000e+00 | 3.000000e+00 |    Inf 
28.00/28.04	o 1
28.00/28.04	c *28.0s|  6025 |   236 | 94037 |  15.5 |  14M|  41 |   - |1923 |6410 |1923 |2525 | 158 |6873 |2050 | 0.000000e+00 | 1.000000e+00 |    Inf 
38.50/38.60	c  38.6s| 10000 |   305 |150000 |  15.0 |  15M|  48 |  22 |1923 |7854 |1923 |2542 | 158 |  12k|2060 | 0.000000e+00 | 1.000000e+00 |    Inf 
65.09/65.13	c  65.1s| 20000 |   118 |289887 |  14.5 |  15M|  51 |  16 |1923 |8547 |1923 |2542 | 158 |  24k|2173 | 0.000000e+00 | 1.000000e+00 |    Inf 
95.40/95.41	c  95.4s| 30000 |   174 |438747 |  14.6 |  17M|  51 |  27 |1923 |  13k|1923 |2525 | 158 |  37k|2843 | 0.000000e+00 | 1.000000e+00 |    Inf 
127.09/127.17	c   127s| 40000 |   238 |596902 |  14.9 |  20M|  53 |  18 |1923 |  18k|1923 |2525 | 158 |  50k|3379 | 0.000000e+00 | 1.000000e+00 |    Inf 
158.69/158.72	c   159s| 50000 |   179 |754582 |  15.1 |  20M|  54 |  22 |1923 |  17k|1923 |2525 | 158 |  63k|3806 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.50/191.51	c   192s| 60000 |   126 |920907 |  15.3 |  21M|  54 |  23 |1923 |  20k|1923 |2525 | 158 |  76k|4207 | 0.000000e+00 | 1.000000e+00 |    Inf 
224.99/225.06	c   225s| 70000 |    72 |  1089k|  15.6 |  20M|  54 |   - |1923 |  20k|   0 |   0 | 158 |  89k|4609 | 0.000000e+00 | 1.000000e+00 |    Inf 
257.30/257.33	c   257s| 80000 |   186 |  1248k|  15.6 |  23M|  54 |  33 |1923 |  25k|1923 |2525 | 158 | 102k|5001 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.00/291.02	c   291s| 90000 |    67 |  1414k|  15.7 |  23M|  54 |  35 |1923 |  27k|1923 |2525 | 158 | 115k|5305 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.40/325.49	c   325s|100000 |   300 |  1585k|  15.8 |  25M|  54 |   - |1923 |  28k|1923 |2525 | 158 | 127k|5582 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.70/359.76	c   360s|110000 |   142 |  1745k|  15.9 |  26M|  55 |   - |1923 |  30k|1923 |2525 | 158 | 140k|5954 | 0.000000e+00 | 1.000000e+00 |    Inf 
395.20/395.21	c   395s|120000 |   112 |  1925k|  16.0 |  26M|  55 |   - |1923 |  31k|1923 |2525 | 158 | 153k|6192 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.30/431.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.30/431.39	c   431s|130000 |   183 |  2101k|  16.2 |  27M|  55 |   - |1923 |  33k|1923 |2525 | 158 | 165k|6509 | 0.000000e+00 | 1.000000e+00 |    Inf 
466.01/466.07	c   466s|140000 |   201 |  2266k|  16.2 |  29M|  55 |  41 |1923 |  35k|1923 |2525 | 158 | 177k|6705 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.90/502.91	c   503s|150000 |   177 |  2438k|  16.3 |  29M|  55 |  20 |1923 |  36k|1923 |2525 | 158 | 190k|7007 | 0.000000e+00 | 1.000000e+00 |    Inf 
540.80/540.82	c   541s|160000 |   101 |  2624k|  16.4 |  29M|  55 |   - |1923 |  37k|1923 |2525 | 158 | 203k|7211 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.00/580.01	c   580s|170000 |   212 |  2815k|  16.6 |  30M|  55 |   - |1923 |  39k|1923 |2525 | 158 | 215k|7478 | 0.000000e+00 | 1.000000e+00 |    Inf 
618.21/618.29	c   618s|180000 |   366 |  2998k|  16.7 |  31M|  58 |  36 |1923 |  38k|1923 |2525 | 158 | 227k|7671 | 0.000000e+00 | 1.000000e+00 |    Inf 
655.71/655.72	c   656s|190000 |   361 |  3178k|  16.7 |  32M|  60 |   - |1923 |  40k|   0 |   0 | 158 | 240k|7852 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.41/694.49	c   694s|200000 |   362 |  3362k|  16.8 |  33M|  60 |   - |1923 |  42k|1923 |2525 | 158 | 253k|8127 | 0.000000e+00 | 1.000000e+00 |    Inf 
732.11/732.19	c   732s|210000 |   260 |  3540k|  16.9 |  33M|  60 |  28 |1923 |  44k|1923 |2525 | 158 | 266k|8342 | 0.000000e+00 | 1.000000e+00 |    Inf 
770.91/770.96	c   771s|220000 |   169 |  3725k|  16.9 |  33M|  60 |   - |1923 |  44k|1923 |2525 | 158 | 279k|8507 | 0.000000e+00 | 1.000000e+00 |    Inf 
809.81/809.88	c   810s|230000 |   227 |  3912k|  17.0 |  33M|  60 |   - |1923 |  45k|1923 |2525 | 158 | 291k|8676 | 0.000000e+00 | 1.000000e+00 |    Inf 
849.91/849.93	c   850s|240000 |   210 |  4097k|  17.1 |  34M|  60 |   - |1923 |  47k|1923 |2525 | 158 | 304k|8895 | 0.000000e+00 | 1.000000e+00 |    Inf 
888.42/888.44	c   888s|250000 |    79 |  4278k|  17.1 |  31M|  60 |  33 |1923 |  39k|1923 |2525 | 158 | 316k|9091 | 0.000000e+00 | 1.000000e+00 |    Inf 
927.51/927.53	c   928s|260000 |    60 |  4464k|  17.2 |  30M|  60 |  17 |1923 |  35k|1923 |2542 | 158 | 329k|9325 | 0.000000e+00 | 1.000000e+00 |    Inf 
965.82/965.88	c   966s|270000 |   236 |  4649k|  17.2 |  33M|  60 |  29 |1923 |  41k|1923 |2542 | 158 | 341k|9498 | 0.000000e+00 | 1.000000e+00 |    Inf 
1002.12/1002.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1002.12/1002.18	c  1002s|280000 |    26 |  4814k|  17.2 |  31M|  60 |   - |1923 |  39k|1923 |2525 | 158 | 353k|9702 | 0.000000e+00 | 1.000000e+00 |    Inf 
1038.91/1038.97	c  1039s|290000 |   110 |  4993k|  17.2 |  31M|  60 |  27 |1923 |  37k|1923 |2525 | 158 | 365k|9857 | 0.000000e+00 | 1.000000e+00 |    Inf 
1077.01/1077.07	c  1077s|300000 |    51 |  5179k|  17.3 |  32M|  60 |   - |1923 |  40k|1923 |2525 | 158 | 378k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1091.32/1091.33	c 
1091.32/1091.33	c SCIP Status        : problem is solved [optimal solution found]
1091.32/1091.33	c Solving Time (sec) : 1091.33
1091.32/1091.33	c Solving Nodes      : 303746
1091.32/1091.33	c Primal Bound       : +1.00000000000000e+00 (31 solutions)
1091.32/1091.33	c Dual Bound         : +1.00000000000000e+00
1091.32/1091.33	c Gap                : 0.00 %
1091.32/1091.33	s OPTIMUM FOUND
1091.32/1091.33	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 
1091.32/1091.33	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1091.32/1091.33	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
1091.32/1091.33	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1091.32/1091.33	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1091.32/1091.33	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1091.32/1091.33	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 
1091.32/1091.33	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 
1091.32/1091.33	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 
1091.32/1091.33	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 
1091.32/1091.33	v x1 
1091.32/1091.33	c SCIP Status        : problem is solved [optimal solution found]
1091.32/1091.33	c Total Time         :    1091.33
1091.32/1091.33	c   solving          :    1091.33
1091.32/1091.33	c   presolving       :       0.12 (included in solving)
1091.32/1091.33	c   reading          :       0.02 (included in solving)
1091.32/1091.33	c Original Problem   :
1091.32/1091.33	c   Problem name     : HOME/instance-3447737-1307897249.wbo
1091.32/1091.33	c   Variables        : 1142 (1142 binary, 0 integer, 0 implicit integer, 0 continuous)
1091.32/1091.33	c   Constraints      : 2708 initial, 2708 maximal
1091.32/1091.33	c Presolved Problem  :
1091.32/1091.33	c   Problem name     : t_HOME/instance-3447737-1307897249.wbo
1091.32/1091.33	c   Variables        : 1923 (1077 binary, 0 integer, 846 implicit integer, 0 continuous)
1091.32/1091.33	c   Constraints      : 3352 initial, 49099 maximal
1091.32/1091.33	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1091.32/1091.33	c   trivial          :       0.00         65          0          0          0          0          0          0          0          0
1091.32/1091.33	c   dualfix          :       0.00         65          0          0          0          0          0          0          0          0
1091.32/1091.33	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1091.32/1091.33	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1091.32/1091.33	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1091.32/1091.33	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1091.32/1091.33	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1091.32/1091.33	c   setppc           :       0.00          0          0          0          0          0          3          0          0          0
1091.32/1091.33	c   linear           :       0.06          0          0          0        926          0        199          0        133          0
1091.32/1091.33	c   indicator        :       0.00          0          0          0          0          0         65          0          0          0
1091.32/1091.33	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1091.32/1091.33	c   root node        :          -       1693          -          -       1693          -          -          -          -          -
1091.32/1091.33	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1091.32/1091.33	c   integral         :          0          0          0     156896          0         98          0        371       3725          0          0     307688
1091.32/1091.33	c   varbound         :          0+         6      24746        137          0          0         35          0       7387        142          0          0
1091.32/1091.33	c   setppc           :         55          6    1276079          5          0         95    2816546       6716    1246346          0          0          0
1091.32/1091.33	c   linear           :        846+         7    1271198          7          0         82    1796641       7941    1841958          0          0          0
1091.32/1091.33	c   indicator        :        846          0      24845        137          0         82         66          0        163          0          0          0
1091.32/1091.33	c   logicor          :       1605+         6     624644          9          0         22    1510485       6846    1618641          0          0          0
1091.32/1091.33	c   countsols        :          0          0          0          9          0         24          0          0          0          0          0          0
1091.32/1091.33	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1091.32/1091.33	c   integral         :      48.55       0.00       0.00      48.55       0.00       0.00       0.00
1091.32/1091.33	c   varbound         :       0.04       0.00       0.03       0.00       0.00       0.00       0.00
1091.32/1091.33	c   setppc           :       9.28       0.00       8.61       0.00       0.00       0.00       0.67
1091.32/1091.33	c   linear           :      15.51       0.00      14.27       0.00       0.00       0.01       1.22
1091.32/1091.33	c   indicator        :       0.08       0.00       0.04       0.00       0.00       0.03       0.00
1091.32/1091.33	c   logicor          :      99.97       0.00      98.71       0.00       0.00       0.00       1.26
1091.32/1091.33	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1091.32/1091.33	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1091.32/1091.33	c   vbounds          :       1606         39          0       2225
1091.32/1091.33	c   rootredcost      :          9          0          0        846
1091.32/1091.33	c   pseudoobj        :    1277747         27         17       5720
1091.32/1091.33	c Propagator Timings :  TotalTime  Propagate    Resprop
1091.32/1091.33	c   vbounds          :       0.33       0.33       0.00
1091.32/1091.33	c   rootredcost      :       0.22       0.22       0.00
1091.32/1091.33	c   pseudoobj        :      15.43      15.43       0.00
1091.32/1091.33	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1091.32/1091.33	c   propagation      :       1.15      21520      21353     130910       27.6        417       19.7          -
1091.32/1091.33	c   infeasible LP    :      22.69     133224     133204     908843       38.9       1625       14.1          0
1091.32/1091.33	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1091.32/1091.33	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1091.32/1091.33	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1091.32/1091.33	c   applied globally :          -          -          -     383029       34.1          -          -          -
1091.32/1091.33	c   applied locally  :          -          -          -          0        0.0          -          -          -
1091.32/1091.33	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1091.32/1091.33	c   cut pool         :       0.00          5          -          -         51          -    (maximal pool size: 374)
1091.32/1091.33	c   redcost          :       5.08     156868          0       3757          0          0
1091.32/1091.33	c   impliedbounds    :       0.00          6          0          0          0          0
1091.32/1091.33	c   intobj           :       0.00          0          0          0          0          0
1091.32/1091.33	c   gomory           :       0.59          6          0          0        513          0
1091.32/1091.33	c   cgmip            :       0.00          0          0          0          0          0
1091.32/1091.33	c   closecuts        :       0.00          0          0          0          0          0
1091.32/1091.33	c   strongcg         :       0.46          6          0          0       1609          0
1091.32/1091.33	c   cmir             :       0.06          6          0          0          5          0
1091.32/1091.33	c   flowcover        :       0.06          6          0          0          6          0
1091.32/1091.33	c   clique           :       0.00          6          0          0          0          0
1091.32/1091.33	c   zerohalf         :       0.00          0          0          0          0          0
1091.32/1091.33	c   mcf              :       0.00          1          0          0          0          0
1091.32/1091.33	c   oddcycle         :       0.00          0          0          0          0          0
1091.32/1091.33	c   rapidlearning    :       0.12          1          0          0          0         38
1091.32/1091.33	c Pricers            :       Time      Calls       Vars
1091.32/1091.33	c   problem variables:       0.00          0          0
1091.32/1091.33	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1091.32/1091.33	c   relpscost        :      48.41     156759        371       3725          0          0     307688
1091.32/1091.33	c   pscost           :       0.00          0          0          0          0          0          0
1091.32/1091.33	c   inference        :       0.00          0          0          0          0          0          0
1091.32/1091.33	c   mostinf          :       0.00          0          0          0          0          0          0
1091.32/1091.33	c   leastinf         :       0.00          0          0          0          0          0          0
1091.32/1091.33	c   fullstrong       :       0.00          0          0          0          0          0          0
1091.32/1091.33	c   allfullstrong    :       0.00          0          0          0          0          0          0
1091.32/1091.33	c   random           :       0.00          0          0          0          0          0          0
1091.32/1091.33	c Primal Heuristics  :       Time      Calls      Found
1091.32/1091.33	c   LP solutions     :       0.00          -          9
1091.32/1091.33	c   pseudo solutions :       0.00          -          0
1091.32/1091.33	c   oneopt           :       0.14         10          0
1091.32/1091.33	c   feaspump         :       0.75          1          0
1091.32/1091.33	c   crossover        :       0.28          8          0
1091.32/1091.33	c   coefdiving       :       2.76        112          0
1091.32/1091.33	c   pscostdiving     :       2.01        112          0
1091.32/1091.33	c   fracdiving       :       3.52        112          0
1091.32/1091.33	c   veclendiving     :       2.32        112          0
1091.32/1091.33	c   linesearchdiving :       1.50        112          0
1091.32/1091.33	c   guideddiving     :       3.05        112          0
1091.32/1091.33	c   objpscostdiving  :       0.89         57          0
1091.32/1091.33	c   rootsoldiving    :       1.53         57          0
1091.32/1091.33	c   trivial          :       0.00          2          0
1091.32/1091.33	c   shiftandpropagate:       0.11          1          1
1091.32/1091.33	c   simplerounding   :       0.24     156792          0
1091.32/1091.33	c   zirounding       :       3.68         19          0
1091.32/1091.33	c   rounding         :       0.63       5544          0
1091.32/1091.33	c   shifting         :       0.62       1711          0
1091.32/1091.33	c   intshifting      :       0.01          0          0
1091.32/1091.33	c   twoopt           :       0.00          0          0
1091.32/1091.33	c   fixandinfer      :       0.00          0          0
1091.32/1091.33	c   clique           :       0.00          0          0
1091.32/1091.33	c   intdiving        :       0.00          0          0
1091.32/1091.33	c   actconsdiving    :       0.00          0          0
1091.32/1091.33	c   octane           :       0.00          0          0
1091.32/1091.33	c   rens             :       0.04          1          0
1091.32/1091.33	c   rins             :       0.00          0          0
1091.32/1091.33	c   localbranching   :       0.00          0          0
1091.32/1091.33	c   mutation         :       0.00          0          0
1091.32/1091.33	c   dins             :       0.00          0          0
1091.32/1091.33	c   vbounds          :       0.00          0          0
1091.32/1091.33	c   undercover       :       0.00          0          0
1091.32/1091.33	c   subnlp           :       0.05          0          0
1091.32/1091.33	c   trysol           :       0.08         52         21
1091.32/1091.33	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1091.32/1091.33	c   primal LP        :       0.00          0          0       0.00          -
1091.32/1091.33	c   dual LP          :     687.76     288487    5164567      17.90    7509.27
1091.32/1091.33	c   lex dual LP      :       0.00          0          0       0.00          -
1091.32/1091.33	c   barrier LP       :       0.00          0          0       0.00          -
1091.32/1091.33	c   diving/probing LP:      13.80      12142      79136       6.52    5733.56
1091.32/1091.33	c   strong branching :      45.92      10134     323063      31.88    7034.71
1091.32/1091.33	c     (at root node) :          -          9       3054     339.33          -
1091.32/1091.33	c   conflict analysis:       0.00          0          0       0.00          -
1091.32/1091.33	c B&B Tree           :
1091.32/1091.33	c   number of runs   :          1
1091.32/1091.33	c   nodes            :     303746
1091.32/1091.33	c   nodes (total)    :     303746
1091.32/1091.33	c   nodes left       :          0
1091.32/1091.33	c   max depth        :         60
1091.32/1091.33	c   max depth (total):         60
1091.32/1091.33	c   backtracks       :      41787 (13.8%)
1091.32/1091.33	c   delayed cutoffs  :       3904
1091.32/1091.33	c   repropagations   :     505005 (773826 domain reductions, 3622 cutoffs)
1091.32/1091.33	c   avg switch length:       5.06
1091.32/1091.33	c   switching time   :      83.20
1091.32/1091.33	c Solution           :
1091.32/1091.33	c   Solutions found  :         31 (10 improvements)
1091.32/1091.33	c   First Solution   : +6.68000000000000e+02   (in run 1, after 1 nodes, 0.25 seconds, depth 910, found by <shiftandpropagate>)
1091.32/1091.33	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 6025 nodes, 28.04 seconds, depth 19, found by <relaxation>)
1091.32/1091.33	c   Dual Bound       : +1.00000000000000e+00
1091.32/1091.33	c   Gap              :       0.00 %
1091.32/1091.33	c   Root Dual Bound  : +0.00000000000000e+00
1091.32/1091.33	c   Root Iterations  :        373
1091.32/1091.38	c Time complete: 1091.39.

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-3447737-1307897249/watcher-3447737-1307897249 -o /var/tmp/evaluation-result-3447737-1307897249/solver-3447737-1307897249 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447737-1307897249.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.17 1.69 1.72 3/176 3645
/proc/meminfo: memFree=1164876/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=10128 CPUtime=0 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 1525 0 0 0 0 0 0 0 23 0 1 0 633916131 10371072 1479 33554432000 4194304 9128323 140735295880912 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3645/statm: 2532 1479 399 1205 0 1323 0

[startup+0.0989229 s]
/proc/loadavg: 1.17 1.69 1.72 3/176 3645
/proc/meminfo: memFree=1164876/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=28432 CPUtime=0.09 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 6120 0 0 0 8 1 0 0 23 0 1 0 633916131 29114368 5815 33554432000 4194304 9128323 140735295880912 18446744073709551615 5326902 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 7108 5815 530 1205 0 5899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28432

[startup+0.100933 s]
/proc/loadavg: 1.17 1.69 1.72 3/176 3645
/proc/meminfo: memFree=1164876/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=28432 CPUtime=0.09 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 6122 0 0 0 8 1 0 0 24 0 1 0 633916131 29114368 5817 33554432000 4194304 9128323 140735295880912 18446744073709551615 4336756 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 7108 5817 532 1205 0 5899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28432

[startup+0.300886 s]
/proc/loadavg: 1.17 1.69 1.72 3/176 3645
/proc/meminfo: memFree=1164876/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=35260 CPUtime=0.29 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 8218 0 0 0 28 1 0 0 25 0 1 0 633916131 36106240 7787 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 8815 7787 674 1205 0 7606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35260

[startup+0.700816 s]
/proc/loadavg: 1.17 1.69 1.72 3/176 3645
/proc/meminfo: memFree=1164876/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=58424 CPUtime=0.69 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 14135 0 0 0 66 3 0 0 25 0 1 0 633916131 59826176 13349 33554432000 4194304 9128323 140735295880912 18446744073709551615 6703914 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 14606 13349 725 1205 0 13397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58424

[startup+1.50068 s]
/proc/loadavg: 1.17 1.69 1.72 4/178 3647
/proc/meminfo: memFree=1052292/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=58424 CPUtime=1.49 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 14138 0 0 0 145 4 0 0 25 0 1 0 633916131 59826176 13352 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 14606 13352 725 1205 0 13397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58424

[startup+3.10039 s]
/proc/loadavg: 1.24 1.70 1.72 4/178 3647
/proc/meminfo: memFree=1052216/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=60772 CPUtime=3.09 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 14843 0 0 0 300 9 0 0 25 0 1 0 633916131 62230528 14057 33554432000 4194304 9128323 140735295880912 18446744073709551615 7028909 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 15193 14057 748 1205 0 13984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60772

[startup+6.30084 s]
/proc/loadavg: 1.24 1.70 1.72 4/178 3647
/proc/meminfo: memFree=1049488/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=60772 CPUtime=6.29 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 14844 0 0 0 611 18 0 0 25 0 1 0 633916131 62230528 14058 33554432000 4194304 9128323 140735295880912 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 15193 14058 749 1205 0 13984 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60772

[startup+12.7007 s]
/proc/loadavg: 1.35 1.70 1.72 4/178 3647
/proc/meminfo: memFree=1049128/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=60772 CPUtime=12.69 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 14852 0 0 0 1230 39 0 0 25 0 1 0 633916131 62230528 14066 33554432000 4194304 9128323 140735295880912 18446744073709551615 5985296 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 15193 14066 750 1205 0 13984 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60772

[startup+25.5004 s]
/proc/loadavg: 1.45 1.71 1.73 4/178 3648
/proc/meminfo: memFree=1048312/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=60492 CPUtime=25.49 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 16934 0 0 0 2477 72 0 0 25 0 1 0 633916131 61943808 14045 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 15123 14045 751 1205 0 13914 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60492

[startup+51.1009 s]
/proc/loadavg: 1.64 1.74 1.73 4/178 3648
/proc/meminfo: memFree=1047840/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=58452 CPUtime=51.1 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 23458 0 0 0 4984 126 0 0 25 0 1 0 633916131 59854848 13748 33554432000 4194304 9128323 140735295880912 18446744073709551615 6732466 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 14613 13748 751 1205 0 13404 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 58452

[startup+102.306 s]
/proc/loadavg: 1.85 1.78 1.74 4/178 3650
/proc/meminfo: memFree=1039024/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=60632 CPUtime=102.3 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 23996 0 0 0 9998 232 0 0 25 0 1 0 633916131 62087168 14286 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 15158 14286 751 1205 0 13949 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60632

[startup+162.3 s]
/proc/loadavg: 1.94 1.82 1.75 4/178 3651
/proc/meminfo: memFree=1036628/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=60632 CPUtime=162.3 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 23996 0 0 0 15867 363 0 0 25 0 1 0 633916131 62087168 14286 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 15158 14286 751 1205 0 13949 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 60632

[startup+222.301 s]
/proc/loadavg: 1.98 1.85 1.77 5/178 3653
/proc/meminfo: memFree=1034708/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=60108 CPUtime=222.3 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 25454 0 0 0 21744 486 0 0 25 0 1 0 633916131 61550592 14133 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 15027 14133 751 1205 0 13818 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 60108

[startup+282.3 s]
/proc/loadavg: 1.99 1.87 1.78 4/178 3655
/proc/meminfo: memFree=1029920/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=63188 CPUtime=282.3 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 26239 0 0 0 27620 610 0 0 25 0 1 0 633916131 64704512 14918 33554432000 4194304 9128323 140735295880912 18446744073709551615 4207459 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 15797 14918 751 1205 0 14588 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63188

[startup+342.301 s]
/proc/loadavg: 1.99 1.89 1.79 4/178 3656
/proc/meminfo: memFree=1025148/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=66408 CPUtime=342.3 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 27022 0 0 0 33507 723 0 0 25 0 1 0 633916131 68001792 15701 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 16602 15701 751 1205 0 15393 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 66408

[startup+402.301 s]
/proc/loadavg: 1.99 1.91 1.80 4/178 3658
/proc/meminfo: memFree=1024068/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=67984 CPUtime=402.3 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 29003 0 0 0 39395 835 0 0 25 0 1 0 633916131 69615616 16078 33554432000 4194304 9128323 140735295880912 18446744073709551615 4240128 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 16996 16078 751 1205 0 15787 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 67984

[startup+462.3 s]
/proc/loadavg: 1.99 1.92 1.81 4/178 3659
/proc/meminfo: memFree=1018568/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=70348 CPUtime=462.3 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 29633 0 0 0 45281 949 0 0 25 0 1 0 633916131 72036352 16708 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3645/statm: 17587 16708 751 1205 0 16378 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 70348

[startup+522.301 s]
/proc/loadavg: 2.04 1.95 1.83 4/178 3664
/proc/meminfo: memFree=1011844/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=72944 CPUtime=522.3 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 30272 0 0 0 51169 1061 0 0 25 0 1 0 633916131 74694656 17346 33554432000 4194304 9128323 140735295880912 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 18236 17346 751 1205 0 17027 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 72944

[startup+582.3 s]
/proc/loadavg: 2.01 1.95 1.83 4/178 3666
/proc/meminfo: memFree=1008768/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=74752 CPUtime=582.31 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 30716 0 0 0 57054 1177 0 0 25 0 1 0 633916131 76546048 17790 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 18688 17790 751 1205 0 17479 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 74752

[startup+642.301 s]
/proc/loadavg: 2.00 1.96 1.84 4/178 3667
/proc/meminfo: memFree=1006248/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=75372 CPUtime=642.32 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 30884 0 0 0 62949 1283 0 0 25 0 1 0 633916131 77180928 17958 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 18843 17958 751 1205 0 17634 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 75372

[startup+702.301 s]
/proc/loadavg: 2.00 1.96 1.84 4/178 3669
/proc/meminfo: memFree=1004592/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=76296 CPUtime=702.31 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 31113 0 0 0 68834 1397 0 0 25 0 1 0 633916131 78127104 18187 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 19074 18187 751 1205 0 17865 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 76296

[startup+762.307 s]
/proc/loadavg: 2.00 1.97 1.85 4/178 3670
/proc/meminfo: memFree=998428/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=80844 CPUtime=762.32 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33025 0 0 0 74724 1508 0 0 25 0 1 0 633916131 82784256 19345 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 20211 19345 751 1205 0 19002 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 80844

[startup+822.301 s]
/proc/loadavg: 2.00 1.97 1.86 4/178 3681
/proc/meminfo: memFree=997636/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=80844 CPUtime=822.31 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33025 0 0 0 80615 1616 0 0 25 0 1 0 633916131 82784256 19345 33554432000 4194304 9128323 140735295880912 18446744073709551615 6857100 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 20211 19345 751 1205 0 19002 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 80844

[startup+882.3 s]
/proc/loadavg: 2.00 1.97 1.86 4/178 3683
/proc/meminfo: memFree=996920/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=80844 CPUtime=882.32 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33025 0 0 0 86504 1728 0 0 25 0 1 0 633916131 82784256 19345 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 20211 19345 751 1205 0 19002 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 80844

[startup+942.301 s]
/proc/loadavg: 2.00 1.97 1.87 4/178 3684
/proc/meminfo: memFree=994132/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=83192 CPUtime=942.31 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33522 0 0 0 92393 1838 0 0 25 0 1 0 633916131 85188608 19842 33554432000 4194304 9128323 140735295880912 18446744073709551615 7346414 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 20798 19842 751 1205 0 19589 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 83192

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.87 4/178 3686
/proc/meminfo: memFree=992268/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=83352 CPUtime=1002.31 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33529 0 0 0 98293 1938 0 0 25 0 1 0 633916131 85352448 19849 33554432000 4194304 9128323 140735295880912 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 20838 19849 751 1205 0 19629 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 83352

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.88 4/178 3687
/proc/meminfo: memFree=991124/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=84316 CPUtime=1062.32 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33698 0 0 0 104179 2053 0 0 25 0 1 0 633916131 86339584 20018 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 21079 20018 751 1205 0 19870 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 84316

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

[startup+1075.1 s]
/proc/loadavg: 2.00 1.97 1.88 4/178 3688
/proc/meminfo: memFree=990592/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=84316 CPUtime=1075.12 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33702 0 0 0 105437 2075 0 0 25 0 1 0 633916131 86339584 20022 33554432000 4194304 9128323 140735295880912 18446744073709551615 6505842 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 21079 20022 751 1205 0 19870 0
Current children cumulated CPU time (s) 1075.12
Current children cumulated vsize (KiB) 84316

[startup+1081.5 s]
/proc/loadavg: 2.00 1.97 1.88 4/178 3688
/proc/meminfo: memFree=990832/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=84316 CPUtime=1081.52 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33703 0 0 0 106067 2085 0 0 25 0 1 0 633916131 86339584 20023 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 21079 20023 751 1205 0 19870 0
Current children cumulated CPU time (s) 1081.52
Current children cumulated vsize (KiB) 84316

[startup+1087.91 s]
/proc/loadavg: 2.00 1.97 1.88 4/178 3688
/proc/meminfo: memFree=990580/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=84628 CPUtime=1087.92 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33836 0 0 0 106695 2097 0 0 25 0 1 0 633916131 86659072 20156 33554432000 4194304 9128323 140735295880912 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 21157 20156 751 1205 0 19948 0
Current children cumulated CPU time (s) 1087.92
Current children cumulated vsize (KiB) 84628

[startup+1089.5 s]
/proc/loadavg: 2.00 1.97 1.88 4/178 3688
/proc/meminfo: memFree=990456/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=84772 CPUtime=1089.52 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33854 0 0 0 106852 2100 0 0 25 0 1 0 633916131 86806528 20174 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 21193 20174 751 1205 0 19984 0
Current children cumulated CPU time (s) 1089.52
Current children cumulated vsize (KiB) 84772

[startup+1090.3 s]
/proc/loadavg: 2.00 1.97 1.88 4/178 3688
/proc/meminfo: memFree=990580/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=84928 CPUtime=1090.32 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33866 0 0 0 106930 2102 0 0 25 0 1 0 633916131 86966272 20186 33554432000 4194304 9128323 140735295880912 18446744073709551615 4552912 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 21232 20186 751 1205 0 20023 0
Current children cumulated CPU time (s) 1090.32
Current children cumulated vsize (KiB) 84928

[startup+1091.1 s]
/proc/loadavg: 2.00 1.97 1.88 4/178 3688
/proc/meminfo: memFree=990456/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=84928 CPUtime=1091.12 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33871 0 0 0 107009 2103 0 0 25 0 1 0 633916131 86966272 20191 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 21232 20191 751 1205 0 20023 0
Current children cumulated CPU time (s) 1091.12
Current children cumulated vsize (KiB) 84928

[startup+1091.3 s]
/proc/loadavg: 2.00 1.97 1.88 4/178 3688
/proc/meminfo: memFree=990456/32951124 swapFree=67055716/67111528
[pid=3645] ppid=3643 vsize=84928 CPUtime=1091.32 cores=1,3,5,7
/proc/3645/stat : 3645 (scip-2.0.1.4.li) R 3643 3645 2916 0 -1 4202496 33871 0 0 0 107028 2104 0 0 25 0 1 0 633916131 86966272 20191 33554432000 4194304 9128323 140735295880912 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3645/statm: 21232 20191 751 1205 0 20023 0
Current children cumulated CPU time (s) 1091.32
Current children cumulated vsize (KiB) 84928

Child status: 0
Real time (s): 1091.38
CPU time (s): 1091.41
CPU user time (s): 1070.36
CPU system time (s): 21.0478
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 84928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1070.36
system time used= 21.0478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1838

runsolver used 1.56976 second user time and 3.58446 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 18:47:29
IDJOB=3447737
IDBENCH=78907
IDSOLVER=1944
FILE ID=node107/3447737-1307897249
RUNJOBID= node107-1307897248-3619
PBS_JOBID= 13559596
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= c177cc73697745a978507901f2a8beaa
RANDOM SEED=1019511821

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1169652 kB
Buffers:         49304 kB
Cached:       30742260 kB
SwapCached:      20072 kB
Active:       15644192 kB
Inactive:     15176344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1169652 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           24236 kB
Writeback:           0 kB
AnonPages:       26576 kB
Mapped:          12196 kB
Slab:           896820 kB
PageTables:       4708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180580 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= 2872 MiB
End job on node107 at 2011-06-12 19:05:40