Trace number 3447849

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 1069.59 1069.57

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900583053--soft-66-100-0.wbo
MD5SUM56cc5d1f816d97170bd91f7584a55091
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 benchmark87.2637
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 651
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-3447849-1307898652.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.02/0.04	c presolving:
0.02/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.02/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.02/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.02/0.09	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 615
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.2s|     1 |     0 |     0 |     - |9116k|   0 |   - |1923 |4199 |1923 |2506 |   0 |   1 |   0 |      --      | 6.150000e+02 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |    84 |     - |8713k|   0 |  50 |1923 |4199 |1923 |2506 |   0 |   1 |   0 | 0.000000e+00 | 6.150000e+02 |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   255 |     - |9814k|   0 |  37 |1923 |4242 |1923 |2515 |   9 |   1 |   0 | 0.000000e+00 | 6.150000e+02 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   292 |     - |9910k|   0 |  41 |1923 |4242 |1923 |2519 |  13 |   1 |   0 | 0.000000e+00 | 6.150000e+02 |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |   325 |     - |  10M|   0 |  52 |1923 |4242 |1923 |2520 |  14 |   1 |   0 | 0.000000e+00 | 6.150000e+02 |    Inf 
1.00/1.03	c   1.0s|     1 |     0 |   359 |     - |  10M|   0 |  53 |1923 |4242 |1923 |2523 |  17 |   1 |   0 | 0.000000e+00 | 6.150000e+02 |    Inf 
1.19/1.25	c   1.2s|     1 |     0 |   384 |     - |  10M|   0 |  55 |1923 |4242 |1923 |2527 |  21 |   1 |   0 | 0.000000e+00 | 6.150000e+02 |    Inf 
1.39/1.49	c   1.5s|     1 |     0 |   417 |     - |  10M|   0 |  56 |1923 |4242 |1923 |2528 |  22 |   1 |   0 | 0.000000e+00 | 6.150000e+02 |    Inf 
1.99/2.05	c   2.0s|     1 |     2 |  2124 |     - |  10M|   0 |  56 |1923 |4242 |1923 |2528 |  22 |   1 |   9 | 0.000000e+00 | 6.150000e+02 |    Inf 
2.79/2.80	o 144
2.79/2.80	c * 2.8s|    11 |     9 |  3008 | 259.1 |  10M|  10 |   - |1923 |4242 |1923 |2539 |  31 |   1 |  96 | 0.000000e+00 | 1.440000e+02 |    Inf 
5.09/5.15	o 130
5.09/5.15	c * 5.1s|    92 |    26 |  6526 |  67.1 |  11M|  17 |   - |1923 |4327 |1923 |2521 |  89 |  86 | 502 | 0.000000e+00 | 1.300000e+02 |    Inf 
5.29/5.37	o 79
5.29/5.37	c * 5.4s|    98 |    29 |  6840 |  66.2 |  11M|  17 |   - |1923 |4327 |1923 |2543 | 112 |  86 | 553 | 0.000000e+00 | 7.900000e+01 |    Inf 
5.40/5.44	o 70
5.40/5.44	c * 5.4s|   102 |    28 |  6855 |  63.7 |  11M|  17 |   - |1923 |3916 |1923 |2527 | 114 |  94 | 578 | 0.000000e+00 | 7.000000e+01 |    Inf 
5.50/5.51	o 67
5.50/5.51	c * 5.5s|   105 |    27 |  6922 |  62.5 |  11M|  17 |   - |1923 |3790 |1923 |2520 | 114 |  94 | 592 | 0.000000e+00 | 6.700000e+01 |    Inf 
6.29/6.37	o 64
6.29/6.37	c r 6.4s|   135 |    28 |  7700 |  54.4 |  11M|  17 |   1 |1923 |3786 |1923 |2538 | 138 | 136 | 730 | 0.000000e+00 | 6.400000e+01 |    Inf 
8.09/8.18	o 44
8.09/8.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.09/8.18	c * 8.2s|   171 |    31 |  8978 |  50.4 |  11M|  17 |   - |1923 |3768 |1923 |2521 | 140 | 172 |1000 | 0.000000e+00 | 4.400000e+01 |    Inf 
8.29/8.32	o 42
8.29/8.32	c * 8.3s|   179 |    31 |  9094 |  48.7 |  11M|  17 |   - |1923 |3414 |1923 |2523 | 143 | 181 |1025 | 0.000000e+00 | 4.200000e+01 |    Inf 
8.29/8.36	o 40
8.29/8.36	c * 8.4s|   181 |    29 |  9127 |  48.4 |  11M|  17 |   - |1923 |3386 |1923 |2531 | 144 | 185 |1029 | 0.000000e+00 | 4.000000e+01 |    Inf 
9.99/10.05	o 24
9.99/10.05	c *10.1s|   224 |    35 | 10509 |  45.3 |  12M|  17 |   - |1923 |3398 |1923 |2533 | 147 | 230 |1293 | 0.000000e+00 | 2.400000e+01 |    Inf 
10.19/10.26	o 14
10.19/10.26	c *10.3s|   237 |    35 | 10654 |  43.4 |  12M|  17 |   - |1923 |3150 |1923 |2531 | 148 | 257 |1330 | 0.000000e+00 | 1.400000e+01 |    Inf 
13.49/13.56	o 13
13.49/13.56	c *13.6s|   477 |    51 | 16071 |  32.9 |  12M|  25 |   - |1923 |3201 |1923 |2520 | 148 | 519 |1742 | 0.000000e+00 | 1.300000e+01 |    Inf 
13.89/13.94	o 11
13.89/13.94	c *13.9s|   569 |    48 | 17653 |  30.3 |  12M|  25 |   - |1923 |3254 |1923 |2520 | 148 | 634 |1761 | 0.000000e+00 | 1.100000e+01 |    Inf 
16.99/17.06	o 4
16.99/17.06	c *17.1s|  1544 |    71 | 32446 |  20.8 |  12M|  30 |   - |1923 |4138 |1923 |2521 | 151 |1779 |1848 | 0.000000e+00 | 4.000000e+00 |    Inf 
41.09/41.19	c  41.2s| 10000 |   182 |165257 |  16.5 |  16M|  53 |  38 |1923 |8637 |1923 |2520 | 157 |  12k|1969 | 0.000000e+00 | 4.000000e+00 |    Inf 
50.50/50.58	o 3
50.50/50.58	c *50.6s| 13167 |   217 |220658 |  16.7 |  17M|  53 |   - |1923 |  10k|1923 |2521 | 160 |  15k|1997 | 0.000000e+00 | 3.000000e+00 |    Inf 
71.40/71.41	c  71.4s| 20000 |   415 |334109 |  16.7 |  19M|  53 |   - |1923 |  13k|1923 |2520 | 160 |  24k|2165 | 0.000000e+00 | 3.000000e+00 |    Inf 
105.10/105.18	c   105s| 30000 |   460 |507124 |  16.9 |  20M|  55 |   - |1923 |  14k|1923 |2520 | 160 |  37k|2802 | 0.000000e+00 | 3.000000e+00 |    Inf 
139.20/139.21	c   139s| 40000 |   469 |683694 |  17.1 |  21M|  55 |  39 |1923 |  14k|1923 |2520 | 160 |  50k|3386 | 0.000000e+00 | 3.000000e+00 |    Inf 
171.19/171.26	c   171s| 50000 |   551 |853134 |  17.1 |  22M|  55 |   - |1923 |  15k|1923 |2520 | 160 |  62k|3823 | 0.000000e+00 | 3.000000e+00 |    Inf 
202.50/202.59	c   203s| 60000 |   560 |  1014k|  16.9 |  23M|  55 |  37 |1923 |  17k|1923 |2520 | 160 |  75k|4222 | 0.000000e+00 | 3.000000e+00 |    Inf 
235.40/235.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.40/235.49	c   235s| 70000 |   467 |  1187k|  17.0 |  22M|  55 |   - |1923 |  14k|1923 |2520 | 161 |  88k|4627 | 0.000000e+00 | 3.000000e+00 |    Inf 
267.90/267.96	c   268s| 80000 |   533 |  1360k|  17.0 |  24M|  55 |  20 |1923 |  18k|1923 |2520 | 161 | 100k|4984 | 0.000000e+00 | 3.000000e+00 |    Inf 
301.60/301.65	c   302s| 90000 |   485 |  1539k|  17.1 |  23M|  55 |  40 |1923 |  17k|1923 |2520 | 161 | 113k|5291 | 0.000000e+00 | 3.000000e+00 |    Inf 
333.90/333.95	c   334s|100000 |   399 |  1705k|  17.1 |  22M|  55 |   - |1923 |  14k|1923 |2520 | 161 | 125k|5667 | 0.000000e+00 | 3.000000e+00 |    Inf 
338.30/338.31	o 2
338.30/338.31	c * 338s|101406 |   314 |  1726k|  17.0 |  21M|  55 |   - |1923 |  14k|1923 |2521 | 162 | 127k|5756 | 0.000000e+00 | 2.000000e+00 |    Inf 
366.00/366.07	c   366s|110000 |   499 |  1880k|  17.1 |  22M|  55 |   - |1923 |  13k|1923 |2520 | 162 | 138k|6037 | 0.000000e+00 | 2.000000e+00 |    Inf 
397.80/397.86	c   398s|120000 |   614 |  2057k|  17.1 |  24M|  55 |   - |1923 |  16k|1923 |2520 | 162 | 150k|6263 | 0.000000e+00 | 2.000000e+00 |    Inf 
406.70/406.76	o 1
406.70/406.76	c * 407s|122483 |   508 |  2105k|  17.2 |  23M|  55 |   - |1923 |  17k|1923 |2521 | 163 | 153k|6400 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.70/432.72	c   433s|130000 |   540 |  2249k|  17.3 |  23M|  55 |   - |1923 |  16k|1923 |2520 | 163 | 163k|6620 | 0.000000e+00 | 1.000000e+00 |    Inf 
465.10/465.15	c   465s|140000 |   480 |  2432k|  17.4 |  24M|  55 |   - |1923 |  19k|1923 |2520 | 163 | 175k|6813 | 0.000000e+00 | 1.000000e+00 |    Inf 
499.20/499.21	c   499s|150000 |   611 |  2620k|  17.5 |  26M|  55 |   - |1923 |  20k|1923 |2520 | 163 | 188k|7123 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.81/532.84	c   533s|160000 |   584 |  2802k|  17.5 |  26M|  55 |   - |1923 |  22k|1923 |2520 | 163 | 200k|7358 | 0.000000e+00 | 1.000000e+00 |    Inf 
566.91/566.94	c   567s|170000 |   551 |  2993k|  17.6 |  26M|  55 |  41 |1923 |  20k|1923 |2520 | 163 | 213k|7533 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.20/602.23	c   602s|180000 |   542 |  3186k|  17.7 |  25M|  55 |   - |1923 |  18k|1923 |2520 | 163 | 225k|7814 | 0.000000e+00 | 1.000000e+00 |    Inf 
636.70/636.77	c   637s|190000 |   568 |  3377k|  17.8 |  26M|  55 |   - |1923 |  19k|1923 |2520 | 163 | 238k|8089 | 0.000000e+00 | 1.000000e+00 |    Inf 
675.90/675.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
675.90/675.93	c   676s|200000 |   571 |  3607k|  18.0 |  27M|  56 |   - |1923 |  22k|1923 |2520 | 163 | 251k|8260 | 0.000000e+00 | 1.000000e+00 |    Inf 
715.81/715.82	c   716s|210000 |   626 |  3837k|  18.3 |  29M|  56 |   - |1923 |  25k|1923 |2520 | 163 | 264k|8539 | 0.000000e+00 | 1.000000e+00 |    Inf 
752.91/752.91	c   753s|220000 |   500 |  4045k|  18.4 |  27M|  57 |  45 |1923 |  22k|1923 |2520 | 163 | 277k|8719 | 0.000000e+00 | 1.000000e+00 |    Inf 
787.91/787.98	c   788s|230000 |   441 |  4237k|  18.4 |  27M|  57 |   - |1923 |  22k|1923 |2520 | 163 | 289k|8937 | 0.000000e+00 | 1.000000e+00 |    Inf 
823.31/823.32	c   823s|240000 |   406 |  4433k|  18.5 |  27M|  57 |  24 |1923 |  21k|1923 |2520 | 163 | 302k|9130 | 0.000000e+00 | 1.000000e+00 |    Inf 
857.31/857.36	c   857s|250000 |   317 |  4621k|  18.5 |  24M|  57 |  36 |1923 |  18k|1923 |2520 | 163 | 315k|9302 | 0.000000e+00 | 1.000000e+00 |    Inf 
890.41/890.49	c   890s|260000 |   189 |  4803k|  18.5 |  24M|  57 |  41 |1923 |  20k|1923 |2520 | 163 | 327k|9492 | 0.000000e+00 | 1.000000e+00 |    Inf 
925.22/925.23	c   925s|270000 |   196 |  4995k|  18.5 |  26M|  57 |   - |1923 |  25k|1923 |2520 | 163 | 340k|9683 | 0.000000e+00 | 1.000000e+00 |    Inf 
959.22/959.21	c   959s|280000 |    98 |  5179k|  18.5 |  21M|  57 |   - |1923 |  14k|1923 |2520 | 163 | 352k|9854 | 0.000000e+00 | 1.000000e+00 |    Inf 
992.51/992.57	c   993s|290000 |    37 |  5360k|  18.5 |  20M|  57 |  30 |1923 |  12k|1923 |2530 | 163 | 364k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1026.82/1026.86	c  1027s|300000 |    17 |  5548k|  18.5 |  21M|  57 |   - |1923 |  15k|1923 |2520 | 163 | 376k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1059.51/1059.59	c  1060s|310000 |    55 |  5730k|  18.5 |  22M|  57 |   - |1923 |  18k|1923 |2520 | 163 | 388k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1069.52/1069.53	c 
1069.52/1069.53	c SCIP Status        : problem is solved [optimal solution found]
1069.52/1069.53	c Solving Time (sec) : 1069.54
1069.52/1069.53	c Solving Nodes      : 313064
1069.52/1069.53	c Primal Bound       : +1.00000000000000e+00 (60 solutions)
1069.52/1069.53	c Dual Bound         : +1.00000000000000e+00
1069.52/1069.53	c Gap                : 0.00 %
1069.52/1069.54	s OPTIMUM FOUND
1069.52/1069.54	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1069.52/1069.54	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1069.52/1069.54	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1069.52/1069.54	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1069.52/1069.54	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1069.52/1069.54	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1069.52/1069.54	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 
1069.52/1069.54	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 
1069.52/1069.54	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 
1069.52/1069.54	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 
1069.52/1069.54	v -x1 
1069.52/1069.54	c SCIP Status        : problem is solved [optimal solution found]
1069.52/1069.54	c Total Time         :    1069.54
1069.52/1069.54	c   solving          :    1069.54
1069.52/1069.54	c   presolving       :       0.12 (included in solving)
1069.52/1069.54	c   reading          :       0.02 (included in solving)
1069.52/1069.54	c Original Problem   :
1069.52/1069.54	c   Problem name     : HOME/instance-3447849-1307898652.wbo
1069.52/1069.54	c   Variables        : 1142 (1142 binary, 0 integer, 0 implicit integer, 0 continuous)
1069.52/1069.54	c   Constraints      : 2708 initial, 2708 maximal
1069.52/1069.54	c Presolved Problem  :
1069.52/1069.54	c   Problem name     : t_HOME/instance-3447849-1307898652.wbo
1069.52/1069.54	c   Variables        : 1923 (1077 binary, 0 integer, 846 implicit integer, 0 continuous)
1069.52/1069.54	c   Constraints      : 3352 initial, 26743 maximal
1069.52/1069.54	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1069.52/1069.54	c   trivial          :       0.00         65          0          0          0          0          0          0          0          0
1069.52/1069.54	c   dualfix          :       0.00         65          0          0          0          0          0          0          0          0
1069.52/1069.54	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1069.52/1069.54	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1069.52/1069.54	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1069.52/1069.54	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1069.52/1069.54	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1069.52/1069.54	c   setppc           :       0.00          0          0          0          0          0          3          0          0          0
1069.52/1069.54	c   linear           :       0.06          0          0          0        926          0        199          0        133          0
1069.52/1069.54	c   indicator        :       0.00          0          0          0          0          0         65          0          0          0
1069.52/1069.54	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1069.52/1069.54	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1069.52/1069.54	c   root node        :          -       1713          -          -       1713          -          -          -          -          -
1069.52/1069.54	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1069.52/1069.54	c   integral         :          0          0          0     161679          0        137          0        412       3798          0          0     317144
1069.52/1069.54	c   varbound         :          0+         6     505706        155          0          0        198          0      22300        151          0          0
1069.52/1069.54	c   setppc           :         55          6    1284023          5          0        134    3110149       6414    1338324          0          0          0
1069.52/1069.54	c   linear           :        846+         7    1279472          9          0        127    1409029       6111    1801779          0          0          0
1069.52/1069.54	c   indicator        :        846          0     500004        155          0        127        311          0       1546          0          0          0
1069.52/1069.54	c   logicor          :       1605+         6     635949         16          0         44    1478877       5968    1622977          0          0          0
1069.52/1069.54	c   bounddisjunction :          0+         0      33581          0          0          0          0          0          1          0          0          0
1069.52/1069.54	c   countsols        :          0          0          0         16          0         46          0          0          0          0          0          0
1069.52/1069.54	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1069.52/1069.54	c   integral         :      53.01       0.00       0.00      53.01       0.00       0.00       0.00
1069.52/1069.54	c   varbound         :       0.30       0.00       0.30       0.00       0.00       0.00       0.00
1069.52/1069.54	c   setppc           :       7.77       0.00       7.07       0.00       0.00       0.00       0.69
1069.52/1069.54	c   linear           :      14.20       0.00      13.12       0.00       0.00       0.01       1.06
1069.52/1069.54	c   indicator        :       0.44       0.00       0.39       0.01       0.00       0.04       0.00
1069.52/1069.54	c   logicor          :      53.92       0.00      52.71       0.00       0.00       0.00       1.21
1069.52/1069.54	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00       0.00       0.00
1069.52/1069.54	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1069.52/1069.54	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1069.52/1069.54	c   vbounds          :       5992        146          1       4430
1069.52/1069.54	c   rootredcost      :         17          0          0        846
1069.52/1069.54	c   pseudoobj        :    1285810        212         73      20844
1069.52/1069.54	c Propagator Timings :  TotalTime  Propagate    Resprop
1069.52/1069.54	c   vbounds          :       0.61       0.61       0.00
1069.52/1069.54	c   rootredcost      :       0.22       0.22       0.00
1069.52/1069.54	c   pseudoobj        :      15.89      15.88       0.00
1069.52/1069.54	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1069.52/1069.54	c   propagation      :       0.96      18567      18453     109092       26.8        326       19.9          -
1069.52/1069.54	c   infeasible LP    :      22.13     140195     140180     939768       37.7       1241       16.0          0
1069.52/1069.54	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1069.52/1069.54	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1069.52/1069.54	c   pseudo solution  :       0.00          1          1          1        1.0          0        0.0          -
1069.52/1069.54	c   applied globally :          -          -          -     392182       33.7          -          -          -
1069.52/1069.54	c   applied locally  :          -          -          -          0        0.0          -          -          -
1069.52/1069.54	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1069.52/1069.54	c   cut pool         :       0.00          5          -          -         21          -    (maximal pool size: 294)
1069.52/1069.54	c   redcost          :       5.23     161840          0       5079          0          0
1069.52/1069.54	c   impliedbounds    :       0.00          6          0          0          0          0
1069.52/1069.54	c   intobj           :       0.00          0          0          0          0          0
1069.52/1069.54	c   gomory           :       0.51          6          0          0        500          0
1069.52/1069.54	c   cgmip            :       0.00          0          0          0          0          0
1069.52/1069.54	c   closecuts        :       0.00          0          0          0          0          0
1069.52/1069.54	c   strongcg         :       0.44          6          0          0        980          0
1069.52/1069.54	c   cmir             :       0.06          6          0          0          0          0
1069.52/1069.54	c   flowcover        :       0.06          6          0          0          0          0
1069.52/1069.54	c   clique           :       0.00          6          0          0          0          0
1069.52/1069.54	c   zerohalf         :       0.00          0          0          0          0          0
1069.52/1069.54	c   mcf              :       0.00          1          0          0          0          0
1069.52/1069.54	c   oddcycle         :       0.00          0          0          0          0          0
1069.52/1069.54	c   rapidlearning    :       0.11          1          0          0          0         43
1069.52/1069.54	c Pricers            :       Time      Calls       Vars
1069.52/1069.54	c   problem variables:       0.00          0          0
1069.52/1069.54	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1069.52/1069.54	c   relpscost        :      52.88     161522        412       3798          0          0     317144
1069.52/1069.54	c   pscost           :       0.00          0          0          0          0          0          0
1069.52/1069.54	c   inference        :       0.00          0          0          0          0          0          0
1069.52/1069.54	c   mostinf          :       0.00          0          0          0          0          0          0
1069.52/1069.54	c   leastinf         :       0.00          0          0          0          0          0          0
1069.52/1069.54	c   fullstrong       :       0.00          0          0          0          0          0          0
1069.52/1069.54	c   allfullstrong    :       0.00          0          0          0          0          0          0
1069.52/1069.54	c   random           :       0.00          0          0          0          0          0          0
1069.52/1069.54	c Primal Heuristics  :       Time      Calls      Found
1069.52/1069.54	c   LP solutions     :       0.00          -         16
1069.52/1069.54	c   pseudo solutions :       0.00          -          0
1069.52/1069.54	c   oneopt           :       0.16         17          0
1069.52/1069.54	c   feaspump         :       0.22          1          0
1069.52/1069.54	c   crossover        :       0.60         17          0
1069.52/1069.54	c   veclendiving     :       1.52         72          0
1069.52/1069.54	c   linesearchdiving :       0.89         72          0
1069.52/1069.54	c   guideddiving     :       2.25         73          0
1069.52/1069.54	c   coefdiving       :       2.03         73          0
1069.52/1069.54	c   pscostdiving     :       1.84         73          0
1069.52/1069.54	c   fracdiving       :       2.37         73          0
1069.52/1069.54	c   objpscostdiving  :       0.49         37          0
1069.52/1069.54	c   rootsoldiving    :       0.86         37          0
1069.52/1069.54	c   trivial          :       0.00          2          0
1069.52/1069.54	c   shiftandpropagate:       0.11          1          1
1069.52/1069.54	c   simplerounding   :       0.24     161591          2
1069.52/1069.54	c   zirounding       :       3.74         46          0
1069.52/1069.54	c   rounding         :       0.64       5697          0
1069.52/1069.54	c   shifting         :       0.66       1772          0
1069.52/1069.54	c   intshifting      :       0.01          0          0
1069.52/1069.54	c   twoopt           :       0.00          0          0
1069.52/1069.54	c   fixandinfer      :       0.00          0          0
1069.52/1069.54	c   clique           :       0.00          0          0
1069.52/1069.54	c   intdiving        :       0.00          0          0
1069.52/1069.54	c   actconsdiving    :       0.00          0          0
1069.52/1069.54	c   octane           :       0.00          0          0
1069.52/1069.54	c   rens             :       0.03          1          0
1069.52/1069.54	c   rins             :       0.00          0          0
1069.52/1069.54	c   localbranching   :       0.00          0          0
1069.52/1069.54	c   mutation         :       0.00          0          0
1069.52/1069.54	c   dins             :       0.00          0          0
1069.52/1069.54	c   vbounds          :       0.00          0          0
1069.52/1069.54	c   undercover       :       0.00          0          0
1069.52/1069.54	c   subnlp           :       0.05          0          0
1069.52/1069.54	c   trysol           :       0.09         73         41
1069.52/1069.54	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1069.52/1069.54	c   primal LP        :       0.00          0          0       0.00          -
1069.52/1069.54	c   dual LP          :     751.42     300365    5736046      19.10    7633.64
1069.52/1069.54	c   lex dual LP      :       0.00          0          0       0.00          -
1069.52/1069.54	c   barrier LP       :       0.00          0          0       0.00          -
1069.52/1069.54	c   diving/probing LP:       9.33       9039      49881       5.52    5347.76
1069.52/1069.54	c   strong branching :      50.50      10520     355574      33.80    7041.74
1069.52/1069.54	c     (at root node) :          -          9       2933     325.89          -
1069.52/1069.54	c   conflict analysis:       0.00          0          0       0.00          -
1069.52/1069.54	c B&B Tree           :
1069.52/1069.54	c   number of runs   :          1
1069.52/1069.54	c   nodes            :     313064
1069.52/1069.54	c   nodes (total)    :     313064
1069.52/1069.54	c   nodes left       :          0
1069.52/1069.54	c   max depth        :         57
1069.52/1069.54	c   max depth (total):         57
1069.52/1069.54	c   backtracks       :      43497 (13.9%)
1069.52/1069.54	c   delayed cutoffs  :       3858
1069.52/1069.54	c   repropagations   :     490729 (867719 domain reductions, 3644 cutoffs)
1069.52/1069.54	c   avg switch length:       4.81
1069.52/1069.54	c   switching time   :      55.37
1069.52/1069.54	c Solution           :
1069.52/1069.54	c   Solutions found  :         60 (18 improvements)
1069.52/1069.54	c   First Solution   : +6.15000000000000e+02   (in run 1, after 1 nodes, 0.25 seconds, depth 899, found by <shiftandpropagate>)
1069.52/1069.54	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 122483 nodes, 406.76 seconds, depth 34, found by <relaxation>)
1069.52/1069.54	c   Dual Bound       : +1.00000000000000e+00
1069.52/1069.54	c   Gap              :       0.00 %
1069.52/1069.54	c   Root Dual Bound  : +0.00000000000000e+00
1069.52/1069.54	c   Root Iterations  :        417
1069.52/1069.56	c Time complete: 1069.58.

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 1.93 3/172 9575
/proc/meminfo: memFree=1718360/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 1527 0 0 0 0 0 0 0 23 0 1 0 980095907 10375168 1480 33554432000 4194304 9128323 140734839521168 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9575/statm: 2533 1480 399 1205 0 1324 0

[startup+0.024055 s]
/proc/loadavg: 2.01 2.01 1.93 3/172 9575
/proc/meminfo: memFree=1718360/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=13960 CPUtime=0.02 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 2380 0 0 0 2 0 0 0 23 0 1 0 980095907 14295040 2332 33554432000 4194304 9128323 140734839521168 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 3490 2379 431 1205 0 2281 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13960

[startup+0.10104 s]
/proc/loadavg: 2.01 2.01 1.93 3/172 9575
/proc/meminfo: memFree=1718360/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=28436 CPUtime=0.09 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 6124 0 0 0 9 0 0 0 24 0 1 0 980095907 29118464 5818 33554432000 4194304 9128323 140734839521168 18446744073709551615 5266345 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 7109 5818 532 1205 0 5900 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28436

[startup+0.301007 s]
/proc/loadavg: 2.01 2.01 1.93 3/172 9575
/proc/meminfo: memFree=1718360/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=35396 CPUtime=0.29 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 8274 0 0 0 28 1 0 0 25 0 1 0 980095907 36245504 7841 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 8849 7841 672 1205 0 7640 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35396

[startup+0.700947 s]
/proc/loadavg: 2.01 2.01 1.93 3/172 9575
/proc/meminfo: memFree=1718360/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=59432 CPUtime=0.69 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 14677 0 0 0 67 2 0 0 25 0 1 0 980095907 60858368 13890 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 14858 13890 728 1205 0 13649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59432

[startup+1.50081 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 9585
/proc/meminfo: memFree=1598304/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=59432 CPUtime=1.49 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 14683 0 0 0 146 3 0 0 25 0 1 0 980095907 60858368 13896 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 14858 13896 731 1205 0 13649 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59432

[startup+3.10053 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 9585
/proc/meminfo: memFree=1609712/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=60548 CPUtime=3.09 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 15005 0 0 0 301 8 0 0 25 0 1 0 980095907 62001152 14213 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 15137 14213 743 1205 0 13928 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60548

[startup+6.30097 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 9585
/proc/meminfo: memFree=1604700/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=60548 CPUtime=6.29 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 15005 0 0 0 613 16 0 0 25 0 1 0 980095907 62001152 14213 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 15137 14213 743 1205 0 13928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60548

[startup+12.7008 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 9585
/proc/meminfo: memFree=1597632/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=60548 CPUtime=12.69 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 15022 0 0 0 1238 31 0 0 25 0 1 0 980095907 62001152 14230 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 15137 14230 743 1205 0 13928 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60548

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9585
/proc/meminfo: memFree=1595292/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=59524 CPUtime=25.49 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 21681 0 0 0 2488 61 0 0 25 0 1 0 980095907 60952576 14018 33554432000 4194304 9128323 140734839521168 18446744073709551615 7414770 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 14881 14018 754 1205 0 13672 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59524

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9586
/proc/meminfo: memFree=1582544/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=69656 CPUtime=51.09 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 25709 0 0 0 4992 117 0 0 25 0 1 0 980095907 71327744 16234 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17414 16234 754 1205 0 16205 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69656

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9587
/proc/meminfo: memFree=1575632/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=71796 CPUtime=102.3 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 26308 0 0 0 9999 231 0 0 25 0 1 0 980095907 73519104 16833 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17949 16833 754 1205 0 16740 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71796

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9589
/proc/meminfo: memFree=1573836/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=71796 CPUtime=162.29 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 26310 0 0 0 15868 361 0 0 25 0 1 0 980095907 73519104 16835 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17949 16835 754 1205 0 16740 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71796

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9591
/proc/meminfo: memFree=1572788/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=69656 CPUtime=222.3 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 28473 0 0 0 21739 491 0 0 25 0 1 0 980095907 71327744 16534 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17414 16534 754 1205 0 16205 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69656

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9592
/proc/meminfo: memFree=1570020/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=69656 CPUtime=282.3 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 28477 0 0 0 27608 622 0 0 25 0 1 0 980095907 71327744 16538 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17414 16538 754 1205 0 16205 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 69656

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9594
/proc/meminfo: memFree=1566504/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=70544 CPUtime=342.3 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 28667 0 0 0 33486 744 0 0 25 0 1 0 980095907 72237056 16728 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17636 16728 754 1205 0 16427 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 70544

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9595
/proc/meminfo: memFree=1563724/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=70988 CPUtime=402.3 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 31607 0 0 0 39355 875 0 0 25 0 1 0 980095907 72691712 16855 33554432000 4194304 9128323 140734839521168 18446744073709551615 7342431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17747 16855 754 1205 0 16538 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 70988

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9597
/proc/meminfo: memFree=1561920/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=71532 CPUtime=462.3 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 43858 0 0 0 45228 1002 0 0 25 0 1 0 980095907 73248768 16998 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17883 16998 754 1205 0 16674 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 71532

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9599
/proc/meminfo: memFree=1561508/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=69656 CPUtime=522.31 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 46884 0 0 0 51094 1137 0 0 25 0 1 0 980095907 71327744 16538 33554432000 4194304 9128323 140734839521168 18446744073709551615 7207309 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17414 16538 754 1205 0 16205 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 69656

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9600
/proc/meminfo: memFree=1558464/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=69656 CPUtime=582.3 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 50730 0 0 0 56962 1268 0 0 25 0 1 0 980095907 71327744 16541 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17414 16541 754 1205 0 16205 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 69656

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9602
/proc/meminfo: memFree=1557548/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=70316 CPUtime=642.31 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 50848 0 0 0 62836 1395 0 0 25 0 1 0 980095907 72003584 16659 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17579 16659 754 1205 0 16370 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 70316

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9603
/proc/meminfo: memFree=1555016/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=71752 CPUtime=702.3 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 51238 0 0 0 68707 1523 0 0 25 0 1 0 980095907 73474048 17049 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 17938 17049 754 1205 0 16729 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 71752

[startup+762.307 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 9605
/proc/meminfo: memFree=1553464/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=73368 CPUtime=762.31 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 51605 0 0 0 74580 1651 0 0 25 0 1 0 980095907 75128832 17416 33554432000 4194304 9128323 140734839521168 18446744073709551615 4208989 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18342 17416 754 1205 0 17133 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 73368

[startup+822.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 9607
/proc/meminfo: memFree=1552272/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=73720 CPUtime=822.31 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53212 0 0 0 80451 1780 0 0 25 0 1 0 980095907 75489280 17525 33554432000 4194304 9128323 140734839521168 18446744073709551615 4207323 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18430 17525 754 1205 0 17221 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 73720

[startup+882.301 s]
/proc/loadavg: 2.05 2.02 1.94 3/178 9608
/proc/meminfo: memFree=1551984/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=74000 CPUtime=882.32 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53289 0 0 0 86327 1905 0 0 25 0 1 0 980095907 75776000 17602 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18500 17602 754 1205 0 17291 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 74000

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 9610
/proc/meminfo: memFree=1551320/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=74132 CPUtime=942.31 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53315 0 0 0 92206 2025 0 0 25 0 1 0 980095907 75911168 17628 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18533 17628 754 1205 0 17324 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 74132

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 9611
/proc/meminfo: memFree=1550636/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=74264 CPUtime=1002.32 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53342 0 0 0 98078 2154 0 0 25 0 1 0 980095907 76046336 17655 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18566 17655 754 1205 0 17357 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 74264

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9613
/proc/meminfo: memFree=1548220/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=75860 CPUtime=1062.32 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53763 0 0 0 103951 2281 0 0 25 0 1 0 980095907 77680640 18058 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18965 18058 754 1205 0 17756 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 75860

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

[startup+1065.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9613
/proc/meminfo: memFree=1547844/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=75860 CPUtime=1065.51 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53780 0 0 0 104264 2287 0 0 25 0 1 0 980095907 77680640 18075 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18965 18075 754 1205 0 17756 0
Current children cumulated CPU time (s) 1065.51
Current children cumulated vsize (KiB) 75860

[startup+1067.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9613
/proc/meminfo: memFree=1548080/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=75860 CPUtime=1067.11 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53783 0 0 0 104421 2290 0 0 25 0 1 0 980095907 77680640 18078 33554432000 4194304 9128323 140734839521168 18446744073709551615 7346442 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18965 18078 754 1205 0 17756 0
Current children cumulated CPU time (s) 1067.11
Current children cumulated vsize (KiB) 75860

[startup+1068.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9613
/proc/meminfo: memFree=1548080/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=75860 CPUtime=1068.72 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53783 0 0 0 104578 2294 0 0 25 0 1 0 980095907 77680640 18078 33554432000 4194304 9128323 140734839521168 18446744073709551615 4220987 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18965 18078 754 1205 0 17756 0
Current children cumulated CPU time (s) 1068.72
Current children cumulated vsize (KiB) 75860

[startup+1069.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9613
/proc/meminfo: memFree=1548080/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=75860 CPUtime=1069.12 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53783 0 0 0 104617 2295 0 0 25 0 1 0 980095907 77680640 18078 33554432000 4194304 9128323 140734839521168 18446744073709551615 5334069 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18965 18078 754 1205 0 17756 0
Current children cumulated CPU time (s) 1069.12
Current children cumulated vsize (KiB) 75860

[startup+1069.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9613
/proc/meminfo: memFree=1548080/32951124 swapFree=67054712/67111528
[pid=9575] ppid=9573 vsize=75860 CPUtime=1069.52 cores=1,3,5,7
/proc/9575/stat : 9575 (scip-2.0.1.4.li) R 9573 9575 9270 0 -1 4202496 53783 0 0 0 104656 2296 0 0 25 0 1 0 980095907 77680640 18078 33554432000 4194304 9128323 140734839521168 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9575/statm: 18965 18078 754 1205 0 17756 0
Current children cumulated CPU time (s) 1069.52
Current children cumulated vsize (KiB) 75860

Child status: 0
Real time (s): 1069.57
CPU time (s): 1069.59
CPU user time (s): 1046.62
CPU system time (s): 22.9695
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 83820

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

runsolver used 1.73074 second user time and 3.64844 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-12 19:10:52
IDJOB=3447849
IDBENCH=78963
IDSOLVER=1944
FILE ID=node119/3447849-1307898652
RUNJOBID= node119-1307898652-9557
PBS_JOBID= 13559587
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 56cc5d1f816d97170bd91f7584a55091
RANDOM SEED=296415753

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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:       1718796 kB
Buffers:         50136 kB
Cached:       30218160 kB
SwapCached:      10968 kB
Active:       15339552 kB
Inactive:     14948640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1718796 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           24520 kB
Writeback:           0 kB
AnonPages:       17524 kB
Mapped:          12408 kB
Slab:           879384 kB
PageTables:       5064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191252 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 node119 at 2011-06-12 19:28:42