Trace number 3447259

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 1465.09 1465.05

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552423--soft-0-100-0.wbo
MD5SUMc6df963ff1848506ee15e7c5bdbc3c3f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark11.1063
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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-3447259-1307900483.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.06	o 136179
0.02/0.06	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.02/0.06	c presolving:
0.02/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.07	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (3 rounds):
0.09/0.12	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.12	c  2707 implications, 0 cliques
0.09/0.12	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.12	c    2707 constraints of type <linear>
0.09/0.12	c    2707 constraints of type <indicator>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.0.1.4
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1800
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.13	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.49/0.54	c   0.5s|     1 |     0 |   512 |     - |  18M|   0 |  19 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   888 |     - |  18M|   0 |  29 |5645 |8121 |5645 |2774 |  67 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.79/0.84	c   0.8s|     1 |     0 |   948 |     - |  18M|   0 |  54 |5645 |8121 |5645 |2806 |  99 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.10/1.16	c   1.2s|     1 |     0 |   960 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2809 | 102 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.49/1.52	c   1.5s|     1 |     0 |   976 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2811 | 104 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.89/1.93	c   1.9s|     1 |     0 |   993 |     - |  19M|   0 |  58 |5645 |8121 |5645 |2812 | 105 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
2.59/2.61	c   2.6s|     1 |     2 |   993 |     - |  20M|   0 |  58 |5645 |8121 |5645 |2812 | 105 |   0 |  33 | 0.000000e+00 | 1.361790e+05 |    Inf 
17.59/17.67	o 357
17.59/17.67	c *17.7s|   174 |   155 | 14807 |  79.8 |  25M|  47 |   - |5645 |8121 |5645 |2860 | 495 |   0 |1012 | 0.000000e+00 | 3.570000e+02 |    Inf 
91.49/91.51	o 351
91.49/91.51	c R91.5s|  1950 |  1745 |371696 | 190.2 |  37M|  57 |   - |5645 |8478 |5645 |2786 |8489 | 357 |1682 | 0.000000e+00 | 3.510000e+02 |    Inf 
98.09/98.16	o 309
98.09/98.16	c *98.2s|  2239 |  2023 |410509 | 183.0 |  38M|  67 |   - |5645 |8518 |5645 |2852 |8943 | 397 |1695 | 0.000000e+00 | 3.090000e+02 |    Inf 
111.59/111.66	o 304
111.59/111.66	c c 112s|  2622 |  2371 |482385 | 183.7 |  39M|  67 |   - |5645 |8593 |5645 |2832 |  10k| 472 |1699 | 0.000000e+00 | 3.040000e+02 |    Inf 
115.19/115.26	o 76
115.19/115.26	c * 115s|  2731 |  1039 |499957 | 182.8 |  35M|  67 |   - |5645 |8605 |5645 |2882 |  10k| 484 |1702 | 0.000000e+00 | 7.600000e+01 |    Inf 
117.29/117.33	o 63
117.29/117.33	c * 117s|  2790 |   903 |505987 | 181.1 |  34M|  67 |   - |5645 |7163 |5645 |2829 |  11k| 500 |1762 | 0.000000e+00 | 6.300000e+01 |    Inf 
117.39/117.41	o 28
117.39/117.41	c * 117s|  2791 |   657 |506088 | 181.0 |  33M|  67 |   - |5645 |7163 |5645 |2832 |  11k| 500 |1762 | 0.000000e+00 | 2.800000e+01 |    Inf 
120.39/120.48	o 11
120.39/120.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.39/120.48	c * 120s|  2938 |   439 |520704 | 177.0 |  31M|  67 |   - |5645 |4583 |5645 |2795 |  11k| 610 |1780 | 0.000000e+00 | 1.100000e+01 |    Inf 
171.40/171.48	c   171s| 10000 |   717 |690250 |  68.9 |  37M|  67 |  32 |5645 |7162 |5645 |2782 |  11k|9287 |2223 | 0.000000e+00 | 1.100000e+01 |    Inf 
243.30/243.39	c   243s| 20000 |   917 |929940 |  46.4 |  41M|  67 |  41 |5645 |7759 |5645 |2782 |  11k|  22k|2679 | 0.000000e+00 | 1.100000e+01 |    Inf 
314.80/314.83	c   315s| 30000 |  1112 |  1166k|  38.9 |  46M|  67 |   - |5645 |  10k|   0 |   0 |  11k|  35k|3140 | 0.000000e+00 | 1.100000e+01 |    Inf 
393.40/393.41	c   393s| 40000 |  1219 |  1428k|  35.7 |  51M|  67 |   - |5645 |  12k|5645 |2773 |  11k|  49k|3600 | 0.000000e+00 | 1.100000e+01 |    Inf 
467.52/467.53	c   468s| 50000 |  1239 |  1675k|  33.5 |  53M|  67 |   - |5645 |  12k|5645 |2782 |  11k|  63k|3971 | 0.000000e+00 | 1.100000e+01 |    Inf 
487.10/487.20	o 6
487.10/487.20	c * 487s| 52740 |  1115 |  1733k|  32.9 |  51M|  67 |   - |5645 |  11k|5645 |2782 |  11k|  67k|4115 | 0.000000e+00 | 6.000000e+00 |    Inf 
541.01/541.04	c   541s| 60000 |   666 |  1924k|  32.1 |  43M|  67 |   - |5645 |6825 |5645 |2782 |  11k|  77k|4437 | 0.000000e+00 | 6.000000e+00 |    Inf 
604.61/604.67	c   605s| 70000 |   583 |  2159k|  30.8 |  43M|  67 |  28 |5645 |8657 |5645 |2782 |  11k|  91k|4698 | 0.000000e+00 | 6.000000e+00 |    Inf 
669.22/669.25	c   669s| 80000 |   700 |  2398k|  30.0 |  46M|  67 |   - |5645 |  13k|5645 |2782 |  11k| 105k|5060 | 0.000000e+00 | 6.000000e+00 |    Inf 
713.11/713.16	o 5
713.11/713.16	c * 713s| 86523 |   711 |  2563k|  29.6 |  47M|  67 |   - |5645 |  14k|5645 |2782 |  11k| 114k|5259 | 0.000000e+00 | 5.000000e+00 |    Inf 
735.52/735.52	c   736s| 90000 |   757 |  2654k|  29.5 |  47M|  67 |  40 |5645 |  13k|5645 |2782 |  11k| 118k|5316 | 0.000000e+00 | 5.000000e+00 |    Inf 
797.72/797.76	c   798s|100000 |   767 |  2899k|  29.0 |  47M|  73 |  27 |5645 |  13k|5645 |2782 |  11k| 132k|5622 | 0.000000e+00 | 5.000000e+00 |    Inf 
862.22/862.26	c   862s|110000 |   714 |  3153k|  28.7 |  47M|  73 |  34 |5645 |  14k|5645 |2782 |  11k| 146k|5964 | 0.000000e+00 | 5.000000e+00 |    Inf 
924.73/924.76	c   925s|120000 |   603 |  3393k|  28.3 |  44M|  73 |  34 |5645 |  10k|5645 |2782 |  11k| 159k|6266 | 0.000000e+00 | 5.000000e+00 |    Inf 
986.82/986.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.82/986.82	c   987s|130000 |   514 |  3642k|  28.0 |  43M|  73 |   - |5645 |  10k|5645 |2782 |  11k| 172k|6486 | 0.000000e+00 | 5.000000e+00 |    Inf 
1048.62/1048.63	c  1049s|140000 |   414 |  3885k|  27.7 |  41M|  73 |  35 |5645 |  10k|5645 |2782 |  11k| 184k|6693 | 0.000000e+00 | 5.000000e+00 |    Inf 
1110.52/1110.50	c  1111s|150000 |   408 |  4132k|  27.5 |  43M|  73 |  37 |5645 |  13k|5645 |2782 |  11k| 196k|6898 | 0.000000e+00 | 5.000000e+00 |    Inf 
1174.13/1174.10	c  1174s|160000 |   258 |  4378k|  27.4 |  40M|  73 |   - |5645 |9432 |5645 |2773 |  11k| 209k|7155 | 0.000000e+00 | 5.000000e+00 |    Inf 
1228.43/1228.48	c  1228s|170000 |   312 |  4610k|  27.1 |  43M|  73 |  34 |5645 |  14k|5645 |2782 |  11k| 222k|7337 | 0.000000e+00 | 5.000000e+00 |    Inf 
1287.33/1287.32	c  1287s|180000 |   190 |  4871k|  27.1 |  41M|  73 |  29 |5645 |  14k|5645 |2782 |  11k| 235k|7554 | 0.000000e+00 | 5.000000e+00 |    Inf 
1352.43/1352.41	c  1352s|190000 |   136 |  5155k|  27.1 |  39M|  73 |  43 |5645 |  12k|5645 |2782 |  11k| 247k|7804 | 0.000000e+00 | 5.000000e+00 |    Inf 
1413.54/1413.52	c  1414s|200000 |    51 |  5417k|  27.1 |  38M|  73 |   - |5645 |  12k|   0 |   0 |  11k| 259k|8014 | 0.000000e+00 | 5.000000e+00 |    Inf 
1465.04/1465.00	c 
1465.04/1465.00	c SCIP Status        : problem is solved [optimal solution found]
1465.04/1465.00	c Solving Time (sec) : 1465.00
1465.04/1465.00	c Solving Nodes      : 209060
1465.04/1465.00	c Primal Bound       : +5.00000000000000e+00 (139 solutions)
1465.04/1465.00	c Dual Bound         : +5.00000000000000e+00
1465.04/1465.00	c Gap                : 0.00 %
1465.04/1465.01	s OPTIMUM FOUND
1465.04/1465.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 x210 
1465.04/1465.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1465.04/1465.01	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1465.04/1465.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1465.04/1465.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1465.04/1465.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 x106 -x105 
1465.04/1465.01	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1465.04/1465.01	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 
1465.04/1465.01	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
1465.04/1465.01	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 
1465.04/1465.01	v -x1 
1465.04/1465.01	c SCIP Status        : problem is solved [optimal solution found]
1465.04/1465.01	c Total Time         :    1465.00
1465.04/1465.01	c   solving          :    1465.00
1465.04/1465.01	c   presolving       :       0.09 (included in solving)
1465.04/1465.01	c   reading          :       0.02 (included in solving)
1465.04/1465.01	c Original Problem   :
1465.04/1465.01	c   Problem name     : HOME/instance-3447259-1307900483.wbo
1465.04/1465.01	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1465.04/1465.01	c   Constraints      : 2708 initial, 2708 maximal
1465.04/1465.01	c Presolved Problem  :
1465.04/1465.01	c   Problem name     : t_HOME/instance-3447259-1307900483.wbo
1465.04/1465.01	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1465.04/1465.01	c   Constraints      : 5414 initial, 17978 maximal
1465.04/1465.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1465.04/1465.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1465.04/1465.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1465.04/1465.01	c   root node        :          -       5211          -          -       5211          -          -          -          -          -
1465.04/1465.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1465.04/1465.01	c   integral         :          0          0          0     120367          0       1707          0        231       2401          0          0     215286
1465.04/1465.01	c   varbound         :          0+         6    1046384      11011          0          0      21694         16     931407      11100          0          0
1465.04/1465.01	c   linear           :       2707          6    1050076          6          0       1703    2940161      22436    3962600          0          0          0
1465.04/1465.01	c   indicator        :       2707          0    1024517      11011          0       1700      12591          0      19761          0          0          0
1465.04/1465.01	c   logicor          :          0+         0     340318          0          0          0     496053       4919     170131          0          0          0
1465.04/1465.01	c   bounddisjunction :          0+         0     196190          0          0          0       1556         90       2819          0          0          0
1465.04/1465.01	c   countsols        :          0          0          0          8          0        133          0          0          0          0          0          0
1465.04/1465.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1465.04/1465.01	c   integral         :      78.33       0.00       0.00      78.30       0.00       0.03       0.00
1465.04/1465.01	c   varbound         :       6.57       0.00       5.34       1.22       0.00       0.00       0.01
1465.04/1465.01	c   linear           :      57.04       0.00      54.47       0.00       0.00       0.44       2.12
1465.04/1465.01	c   indicator        :      14.04       0.01       6.74       4.32       0.00       2.97       0.01
1465.04/1465.01	c   logicor          :      25.49       0.00      24.67       0.00       0.00       0.00       0.82
1465.04/1465.01	c   bounddisjunction :       3.84       0.00       3.84       0.00       0.00       0.00       0.00
1465.04/1465.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1465.04/1465.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1465.04/1465.01	c   vbounds          :     247826      26006         11     517827
1465.04/1465.01	c   rootredcost      :         10          0          0       2596
1465.04/1465.01	c   pseudoobj        :    1052274      22234       2374     926465
1465.04/1465.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1465.04/1465.01	c   vbounds          :      57.70      57.69       0.02
1465.04/1465.01	c   rootredcost      :       0.26       0.26       0.00
1465.04/1465.01	c   pseudoobj        :      47.05      46.30       0.74
1465.04/1465.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1465.04/1465.01	c   propagation      :       2.00      29846      29743     155270       26.1        940       21.6          -
1465.04/1465.01	c   infeasible LP    :      31.07      69224      69222     492576       38.3        478       20.0          0
1465.04/1465.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1465.04/1465.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1465.04/1465.01	c   pseudo solution  :       0.00         10         10         13        5.4          1       13.0          -
1465.04/1465.01	c   applied globally :          -          -          -     271833       31.7          -          -          -
1465.04/1465.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1465.04/1465.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1465.04/1465.01	c   cut pool         :       0.00          5          -          -         50          -    (maximal pool size: 212)
1465.04/1465.01	c   redcost          :      14.27     125537          0     518478          0          0
1465.04/1465.01	c   impliedbounds    :       0.00          6          0          0          0          0
1465.04/1465.01	c   intobj           :       0.00          0          0          0          0          0
1465.04/1465.01	c   gomory           :       0.64          6          0          0       1418          0
1465.04/1465.01	c   cgmip            :       0.00          0          0          0          0          0
1465.04/1465.01	c   closecuts        :       0.00          0          0          0          0          0
1465.04/1465.01	c   strongcg         :       0.51          6          0          0       1962          0
1465.04/1465.01	c   cmir             :       0.12          6          0          0          1          0
1465.04/1465.01	c   flowcover        :       0.14          6          0          0          0          0
1465.04/1465.01	c   clique           :       0.00          1          0          0          0          0
1465.04/1465.01	c   zerohalf         :       0.00          0          0          0          0          0
1465.04/1465.01	c   mcf              :       0.00          1          0          0          0          0
1465.04/1465.01	c   oddcycle         :       0.00          0          0          0          0          0
1465.04/1465.01	c   rapidlearning    :       0.23          1          0          0          0          0
1465.04/1465.01	c Pricers            :       Time      Calls       Vars
1465.04/1465.01	c   problem variables:       0.00          0          0
1465.04/1465.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1465.04/1465.01	c   relpscost        :      78.17     109355        231       2401          0          0     215286
1465.04/1465.01	c   pscost           :       0.00          0          0          0          0          0          0
1465.04/1465.01	c   inference        :       0.00          0          0          0          0          0          0
1465.04/1465.01	c   mostinf          :       0.00          0          0          0          0          0          0
1465.04/1465.01	c   leastinf         :       0.00          0          0          0          0          0          0
1465.04/1465.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1465.04/1465.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1465.04/1465.01	c   random           :       0.00          0          0          0          0          0          0
1465.04/1465.01	c Primal Heuristics  :       Time      Calls      Found
1465.04/1465.01	c   LP solutions     :       0.01          -          8
1465.04/1465.01	c   pseudo solutions :       0.00          -          0
1465.04/1465.01	c   feaspump         :       0.01          0          0
1465.04/1465.01	c   oneopt           :       0.23          9          0
1465.04/1465.01	c   crossover        :       0.69          7          0
1465.04/1465.01	c   fracdiving       :       2.67         63          0
1465.04/1465.01	c   veclendiving     :       1.55         63          0
1465.04/1465.01	c   guideddiving     :       1.95         63          0
1465.04/1465.01	c   objpscostdiving  :       2.16         32          0
1465.04/1465.01	c   rootsoldiving    :       2.97         32          0
1465.04/1465.01	c   linesearchdiving :       2.03         64          0
1465.04/1465.01	c   coefdiving       :       3.03         64          1
1465.04/1465.01	c   pscostdiving     :       2.24         64          0
1465.04/1465.01	c   trivial          :       0.01          2          1
1465.04/1465.01	c   shiftandpropagate:       0.00          0          0
1465.04/1465.01	c   simplerounding   :       1.22     119006          0
1465.04/1465.01	c   zirounding       :       0.55       1000          0
1465.04/1465.01	c   rounding         :       2.38      16346          1
1465.04/1465.01	c   shifting         :       1.07       1478          0
1465.04/1465.01	c   intshifting      :       0.01          0          0
1465.04/1465.01	c   twoopt           :       0.00          0          0
1465.04/1465.01	c   fixandinfer      :       0.00          0          0
1465.04/1465.01	c   clique           :       0.00          0          0
1465.04/1465.01	c   intdiving        :       0.00          0          0
1465.04/1465.01	c   actconsdiving    :       0.00          0          0
1465.04/1465.01	c   octane           :       0.00          0          0
1465.04/1465.01	c   rens             :       0.06          1          0
1465.04/1465.01	c   rins             :       0.00          0          0
1465.04/1465.01	c   localbranching   :       0.00          0          0
1465.04/1465.01	c   mutation         :       0.00          0          0
1465.04/1465.01	c   dins             :       0.00          0          0
1465.04/1465.01	c   vbounds          :       0.00          0          0
1465.04/1465.01	c   undercover       :       0.00          0          0
1465.04/1465.01	c   subnlp           :       0.06          0          0
1465.04/1465.01	c   trysol           :       0.34       1081        128
1465.04/1465.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1465.04/1465.01	c   primal LP        :       0.40          0          0       0.00       0.00
1465.04/1465.01	c   dual LP          :     938.46     203143    5558001      27.36    5922.44
1465.04/1465.01	c   lex dual LP      :       0.00          0          0       0.00          -
1465.04/1465.01	c   barrier LP       :       0.00          0          0       0.00          -
1465.04/1465.01	c   diving/probing LP:      12.96       3550      81362      22.92    6279.26
1465.04/1465.01	c   strong branching :      75.63       8184     442404      54.06    5849.95
1465.04/1465.01	c     (at root node) :          -         33       4198     127.21          -
1465.04/1465.01	c   conflict analysis:       0.00          0          0       0.00          -
1465.04/1465.01	c B&B Tree           :
1465.04/1465.01	c   number of runs   :          1
1465.04/1465.01	c   nodes            :     209060
1465.04/1465.01	c   nodes (total)    :     209060
1465.04/1465.01	c   nodes left       :          0
1465.04/1465.01	c   max depth        :         73
1465.04/1465.01	c   max depth (total):         73
1465.04/1465.01	c   backtracks       :      24420 (11.7%)
1465.04/1465.01	c   delayed cutoffs  :       3871
1465.04/1465.01	c   repropagations   :     281226 (968360 domain reductions, 3203 cutoffs)
1465.04/1465.01	c   avg switch length:       4.66
1465.04/1465.01	c   switching time   :      60.55
1465.04/1465.01	c Solution           :
1465.04/1465.01	c   Solutions found  :        139 (11 improvements)
1465.04/1465.01	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1465.04/1465.01	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 86523 nodes, 713.16 seconds, depth 46, found by <relaxation>)
1465.04/1465.01	c   Dual Bound       : +5.00000000000000e+00
1465.04/1465.01	c   Gap              :       0.00 %
1465.04/1465.01	c   Root Dual Bound  : +0.00000000000000e+00
1465.04/1465.01	c   Root Iterations  :        993
1465.04/1465.04	c Time complete: 1465.08.

Verifier Data

OK	5

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

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

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.94 2/177 20593
/proc/meminfo: memFree=1396244/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 882463789 10366976 1470 33554432000 4194304 9128323 140736719120256 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20593/statm: 2531 1470 399 1205 0 1322 0

[startup+0.0295059 s]
/proc/loadavg: 1.94 1.98 1.94 2/177 20593
/proc/meminfo: memFree=1396244/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=17428 CPUtime=0.02 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 3099 0 0 0 2 0 0 0 25 0 1 0 882463789 17846272 3052 33554432000 4194304 9128323 140736719120256 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 4357 3113 433 1205 0 3148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17428

[startup+0.100506 s]
/proc/loadavg: 1.94 1.98 1.94 2/177 20593
/proc/meminfo: memFree=1396244/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 7950 0 0 0 8 1 0 0 25 0 1 0 882463789 36581376 7644 33554432000 4194304 9128323 140736719120256 18446744073709551615 5976438 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300476 s]
/proc/loadavg: 1.94 1.98 1.94 2/177 20593
/proc/meminfo: memFree=1396244/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=58404 CPUtime=0.29 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 13922 0 0 0 28 1 0 0 25 0 1 0 882463789 59805696 13517 33554432000 4194304 9128323 140736719120256 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 14601 13517 692 1205 0 13392 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58404

[startup+0.700398 s]
/proc/loadavg: 1.94 1.98 1.94 2/177 20593
/proc/meminfo: memFree=1396244/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=50524 CPUtime=0.69 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 20709 0 0 0 66 3 0 0 25 0 1 0 882463789 51736576 11585 33554432000 4194304 9128323 140736719120256 18446744073709551615 6678690 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 12631 11585 718 1205 0 11422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50524

[startup+1.50025 s]
/proc/loadavg: 1.95 1.98 1.94 3/178 20594
/proc/meminfo: memFree=1350528/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=58824 CPUtime=1.49 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 21901 0 0 0 146 3 0 0 25 0 1 0 882463789 60235776 12770 33554432000 4194304 9128323 140736719120256 18446744073709551615 5160425 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 14706 12788 713 1205 0 13497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58824

[startup+3.10096 s]
/proc/loadavg: 1.95 1.98 1.94 3/178 20594
/proc/meminfo: memFree=1339976/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=64824 CPUtime=3.09 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 30178 0 0 0 303 6 0 0 25 0 1 0 882463789 66379776 14928 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 16206 14928 727 1205 0 14997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64824

[startup+6.30035 s]
/proc/loadavg: 1.95 1.98 1.94 4/178 20632
/proc/meminfo: memFree=1304768/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=65108 CPUtime=6.29 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 30214 0 0 0 621 8 0 0 25 0 1 0 882463789 66670592 14964 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 16277 14964 727 1205 0 15068 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65108

[startup+12.7002 s]
/proc/loadavg: 1.95 1.98 1.94 4/178 20632
/proc/meminfo: memFree=1303360/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=65108 CPUtime=12.69 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 30273 0 0 0 1255 14 0 0 25 0 1 0 882463789 66670592 15021 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 16277 15021 725 1205 0 15068 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65108

[startup+25.5008 s]
/proc/loadavg: 1.96 1.98 1.94 4/178 20632
/proc/meminfo: memFree=1284176/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=78656 CPUtime=25.49 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 35629 0 0 0 2526 23 0 0 25 0 1 0 882463789 80543744 18211 33554432000 4194304 9128323 140736719120256 18446744073709551615 7025322 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 19664 18211 737 1205 0 18455 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78656

[startup+51.1012 s]
/proc/loadavg: 1.97 1.98 1.94 4/178 20633
/proc/meminfo: memFree=1274812/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=81252 CPUtime=51.09 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 38601 0 0 0 5068 41 0 0 25 0 1 0 882463789 83202048 18865 33554432000 4194304 9128323 140736719120256 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 20313 18865 737 1205 0 19104 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81252

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20634
/proc/meminfo: memFree=1260688/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=87964 CPUtime=102.3 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 52304 0 0 0 10154 76 0 0 25 0 1 0 882463789 90075136 20571 33554432000 4194304 9128323 140736719120256 18446744073709551615 4232530 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 21991 20571 737 1205 0 20782 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87964

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20636
/proc/meminfo: memFree=1246972/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=95828 CPUtime=162.3 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 73112 0 0 0 16119 111 0 0 25 0 1 0 882463789 98127872 22609 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 23957 22609 737 1205 0 22748 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95828

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20638
/proc/meminfo: memFree=1234004/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=102492 CPUtime=222.3 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 79208 0 0 0 22086 144 0 0 25 0 1 0 882463789 104951808 24263 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 25623 24263 737 1205 0 24414 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 102492

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20639
/proc/meminfo: memFree=1211136/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=107972 CPUtime=282.3 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 80571 0 0 0 28055 175 0 0 25 0 1 0 882463789 110563328 25626 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 26993 25626 737 1205 0 25784 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 107972

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20641
/proc/meminfo: memFree=1161472/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=114044 CPUtime=342.3 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 84268 0 0 0 34024 206 0 0 25 0 1 0 882463789 116781056 27130 33554432000 4194304 9128323 140736719120256 18446744073709551615 6712601 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 28511 27130 737 1205 0 27302 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114044

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20642
/proc/meminfo: memFree=1106608/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=118716 CPUtime=402.3 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 85388 0 0 0 39994 236 0 0 25 0 1 0 882463789 121565184 28250 33554432000 4194304 9128323 140736719120256 18446744073709551615 7349652 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 29679 28250 737 1205 0 28470 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 118716

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20644
/proc/meminfo: memFree=1063776/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=122700 CPUtime=462.31 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 86423 0 0 0 45967 264 0 0 25 0 1 0 882463789 125644800 29285 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 30675 29285 737 1205 0 29466 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 122700

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20646
/proc/meminfo: memFree=1037676/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=123904 CPUtime=522.31 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 99195 0 0 0 51935 296 0 0 25 0 1 0 882463789 126877696 29585 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 30976 29585 737 1205 0 29767 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 123904

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20647
/proc/meminfo: memFree=1014312/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=124424 CPUtime=582.31 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 103561 0 0 0 57907 324 0 0 25 0 1 0 882463789 127410176 29713 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 31106 29713 737 1205 0 29897 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 124424

[startup+642.301 s]

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

/proc/meminfo: memFree=894612/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=128300 CPUtime=882.31 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 128899 0 0 0 87741 490 0 0 25 0 1 0 882463789 131379200 30709 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 32075 30709 751 1205 0 30866 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 128300

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20657
/proc/meminfo: memFree=878688/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=129296 CPUtime=942.32 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 129109 0 0 0 93709 523 0 0 25 0 1 0 882463789 132399104 30919 33554432000 4194304 9128323 140736719120256 18446744073709551615 7342491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 32324 30919 751 1205 0 31115 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 129296

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20658
/proc/meminfo: memFree=864236/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=129296 CPUtime=1002.33 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 129117 0 0 0 99675 558 0 0 25 0 1 0 882463789 132399104 30927 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 32324 30927 751 1205 0 31115 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 129296

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20660
/proc/meminfo: memFree=856240/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=129204 CPUtime=1062.32 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 131299 0 0 0 105644 588 0 0 25 0 1 0 882463789 132304896 30920 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 32301 30920 751 1205 0 31092 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 129204

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20662
/proc/meminfo: memFree=855556/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=129204 CPUtime=1122.32 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 131305 0 0 0 111610 622 0 0 25 0 1 0 882463789 132304896 30926 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20593/statm: 32301 30926 751 1205 0 31092 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 129204

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20672
/proc/meminfo: memFree=854076/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=129636 CPUtime=1182.33 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 131402 0 0 0 117578 655 0 0 25 0 1 0 882463789 132747264 31023 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32409 31023 751 1205 0 31200 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 129636

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20674
/proc/meminfo: memFree=852632/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=129636 CPUtime=1242.33 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 131426 0 0 0 123540 693 0 0 25 0 1 0 882463789 132747264 31047 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32409 31047 751 1205 0 31200 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 129636

[startup+1302.3 s]
/proc/loadavg: 2.15 2.02 1.95 4/178 20675
/proc/meminfo: memFree=850580/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=129636 CPUtime=1302.33 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 131442 0 0 0 129503 730 0 0 25 0 1 0 882463789 132747264 31063 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32409 31063 751 1205 0 31200 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 129636

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.95 4/178 20677
/proc/meminfo: memFree=849640/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1362.33 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133716 0 0 0 135465 768 0 0 25 0 1 0 882463789 133394432 31170 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31170 751 1205 0 31358 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 130268

[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 1.95 4/178 20679
/proc/meminfo: memFree=849164/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1422.34 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 141428 806 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 130268

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

[startup+1433.5 s]
/proc/loadavg: 2.02 2.00 1.95 4/178 20679
/proc/meminfo: memFree=849032/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1433.54 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 142541 813 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1433.54
Current children cumulated vsize (KiB) 130268

[startup+1446.3 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 20679
/proc/meminfo: memFree=849136/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1446.34 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 143814 820 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 6857632 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1446.34
Current children cumulated vsize (KiB) 130268

[startup+1452.7 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 20679
/proc/meminfo: memFree=849244/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1452.74 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 144450 824 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1452.74
Current children cumulated vsize (KiB) 130268

[startup+1459.1 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 20680
/proc/meminfo: memFree=849244/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1459.14 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 145085 829 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 5984439 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1459.14
Current children cumulated vsize (KiB) 130268

[startup+1462.3 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 20680
/proc/meminfo: memFree=849232/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1462.33 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 145402 831 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1462.33
Current children cumulated vsize (KiB) 130268

[startup+1463.9 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 20680
/proc/meminfo: memFree=849232/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1463.93 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 145561 832 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1463.93
Current children cumulated vsize (KiB) 130268

[startup+1464.7 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 20680
/proc/meminfo: memFree=849108/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1464.74 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 145641 833 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1464.74
Current children cumulated vsize (KiB) 130268

[startup+1464.9 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 20680
/proc/meminfo: memFree=849108/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1464.94 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 145661 833 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1464.94
Current children cumulated vsize (KiB) 130268

[startup+1465 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 20680
/proc/meminfo: memFree=849108/32951124 swapFree=67053956/67111528
[pid=20593] ppid=20591 vsize=130268 CPUtime=1465.04 cores=0,2,4,6
/proc/20593/stat : 20593 (scip-2.0.1.4.li) R 20591 20593 19313 0 -1 4202496 133724 0 0 0 145671 833 0 0 25 0 1 0 882463789 133394432 31178 33554432000 4194304 9128323 140736719120256 18446744073709551615 8012712 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20593/statm: 32567 31178 751 1205 0 31358 0
Current children cumulated CPU time (s) 1465.04
Current children cumulated vsize (KiB) 130268

Child status: 0
Real time (s): 1465.05
CPU time (s): 1465.09
CPU user time (s): 1456.75
CPU system time (s): 8.33873
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 146728

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

runsolver used 2.51262 second user time and 5.39618 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-12 19:41:23
IDJOB=3447259
IDBENCH=79256
IDSOLVER=1944
FILE ID=node142/3447259-1307900483
RUNJOBID= node142-1307898654-19599
PBS_JOBID= 13559566
Free space on /var/tmp= 2900 MiB

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

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

MD5SUM BENCH= c6df963ff1848506ee15e7c5bdbc3c3f
RANDOM SEED=626306553

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1396424 kB
Buffers:         54516 kB
Cached:       30509668 kB
SwapCached:      10176 kB
Active:       15951108 kB
Inactive:     14650796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1396424 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           24540 kB
Writeback:          32 kB
AnonPages:       36604 kB
Mapped:          15452 kB
Slab:           888048 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229252 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= 2888 MiB
End job on node142 at 2011-06-12 20:05:48