Trace number 3447366

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.4MSAT (TO) 1800.16 1800.11

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM2d690d91fe5f00c81c2e61f07f4a896b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark179.526
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 661
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-3447366-1307901345.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.00/0.06	o 136179
0.00/0.06	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.00/0.06	c presolving:
0.00/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.00/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.17	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.17	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.55	c   0.6s|     1 |     0 |   594 |     - |  18M|   0 |  42 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   701 |     - |  18M|   0 |  58 |5645 |8121 |5645 |2770 |  63 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.00/1.09	c   1.1s|     1 |     0 |   756 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2777 |  70 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.39/1.47	c   1.5s|     1 |     0 |   803 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2784 |  77 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.79/1.88	c   1.9s|     1 |     0 |   810 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2787 |  80 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
2.99/3.08	c   3.1s|     1 |     2 |   810 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2787 |  80 |   0 |  33 | 0.000000e+00 | 1.361790e+05 |    Inf 
16.59/16.70	o 773
16.59/16.70	c *16.7s|   165 |   164 |  9634 |  53.8 |  24M|  51 |   - |5645 |8121 |5645 |2790 | 111 |   0 |1338 | 0.000000e+00 | 7.730000e+02 |    Inf 
73.19/73.22	o 239
73.19/73.22	c f73.2s|  1349 |  1120 |285213 | 211.0 |  34M|  64 |   - |5645 |8135 |5645 |2879 |7690 |  14 |1847 | 0.000000e+00 | 2.390000e+02 |    Inf 
135.89/135.92	o 190
135.89/135.92	c g 136s|  3085 |  2302 |627886 | 203.3 |  41M|  64 |   - |5645 |8817 |5645 |2958 |  12k| 696 |2335 | 0.000000e+00 | 1.900000e+02 |    Inf 
159.59/159.61	o 187
159.59/159.61	c f 160s|  3766 |  2707 |753351 | 199.9 |  45M|  64 |   - |5645 |9254 |5645 |2752 |  14k|1133 |2590 | 0.000000e+00 | 1.870000e+02 |    Inf 
162.59/162.70	o 180
162.59/162.70	c * 163s|  3865 |  2716 |769262 | 198.9 |  45M|  64 |   - |5645 |9274 |5645 |2898 |  15k|1153 |2623 | 0.000000e+00 | 1.800000e+02 |    Inf 
182.90/182.90	o 178
182.90/182.90	c * 183s|  4442 |  3097 |872192 | 196.2 |  48M|  64 |   - |5645 |9522 |5645 |2795 |  17k|1402 |2785 | 0.000000e+00 | 1.780000e+02 |    Inf 
191.09/191.10	o 165
191.09/191.10	c * 191s|  4686 |  3148 |916271 | 195.4 |  47M|  64 |   - |5645 |9599 |5645 |2768 |  17k|1483 |2848 | 0.000000e+00 | 1.650000e+02 |    Inf 
202.79/202.85	o 164
202.79/202.85	c R 203s|  5090 |  3396 |983445 | 193.1 |  49M|  64 |   - |5645 |9767 |5645 |2766 |  18k|1689 |2929 | 0.000000e+00 | 1.640000e+02 |    Inf 
253.20/253.21	o 149
253.20/253.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.20/253.21	c * 253s|  6551 |  4243 |  1254k| 191.5 |  55M|  64 |   - |5645 |9880 |5645 |2819 |  23k|2392 |3335 | 0.000000e+00 | 1.490000e+02 |    Inf 
256.20/256.21	o 145
256.20/256.21	c * 256s|  6675 |  4279 |  1271k| 190.4 |  55M|  64 |   - |5645 |9877 |5645 |2768 |  23k|2432 |3339 | 0.000000e+00 | 1.450000e+02 |    Inf 
256.40/256.42	o 123
256.40/256.42	c * 256s|  6686 |  4072 |  1272k| 190.2 |  52M|  64 |   - |5645 |9875 |5645 |2784 |  23k|2434 |3340 | 0.000000e+00 | 1.230000e+02 |    Inf 
260.99/261.07	o 115
260.99/261.07	c v 261s|  6855 |  4086 |  1296k| 189.1 |  52M|  64 |   - |5645 |9899 |5645 |2774 |  24k|2543 |3363 | 0.000000e+00 | 1.150000e+02 |    Inf 
267.80/267.81	o 113
267.80/267.81	c * 268s|  7116 |  4146 |  1326k| 186.3 |  53M|  64 |   - |5645 |9917 |5645 |2767 |  24k|2691 |3441 | 0.000000e+00 | 1.130000e+02 |    Inf 
268.00/268.06	o 112
268.00/268.06	c * 268s|  7121 |  4132 |  1327k| 186.4 |  53M|  64 |   - |5645 |9915 |5645 |2790 |  24k|2691 |3442 | 0.000000e+00 | 1.120000e+02 |    Inf 
268.19/268.24	o 105
268.19/268.24	c * 268s|  7125 |  4050 |  1328k| 186.3 |  52M|  64 |   - |5645 |9914 |5645 |2792 |  24k|2691 |3442 | 0.000000e+00 | 1.050000e+02 |    Inf 
274.59/274.63	o 79
274.59/274.63	c * 275s|  7312 |  3432 |  1360k| 186.0 |  47M|  64 |   - |5645 |9947 |5645 |2841 |  25k|2802 |3461 | 0.000000e+00 | 7.900000e+01 |    Inf 
277.10/277.16	o 78
277.10/277.16	c * 277s|  7414 |  3436 |  1374k| 185.3 |  47M|  64 |   - |5645 |8585 |5645 |2757 |  25k|2853 |3477 | 0.000000e+00 | 7.800000e+01 |    Inf 
277.49/277.59	o 15
277.49/277.59	c * 278s|  7426 |  1374 |  1375k| 185.1 |  38M|  64 |   - |5645 |8471 |5645 |2826 |  25k|2862 |3477 | 0.000000e+00 | 1.500000e+01 |    Inf 
277.69/277.70	o 11
277.69/277.70	c * 278s|  7433 |   757 |  1375k| 185.0 |  34M|  64 |   - |5645 |4802 |5645 |2755 |  25k|2867 |3480 | 0.000000e+00 | 1.100000e+01 |    Inf 
279.40/279.44	o 10
279.40/279.44	c * 279s|  7611 |   665 |  1381k| 181.5 |  35M|  64 |   - |5645 |4719 |5645 |2766 |  25k|3104 |3508 | 0.000000e+00 | 1.000000e+01 |    Inf 
279.90/279.92	o 5
279.90/279.92	c * 280s|  7653 |   552 |  1383k| 180.7 |  34M|  64 |   - |5645 |4581 |5645 |2768 |  25k|3149 |3511 | 0.000000e+00 | 5.000000e+00 |    Inf 
291.00/291.01	o 4
291.00/291.01	c * 291s|  9602 |   396 |  1431k| 149.0 |  35M|  64 |   - |5645 |5636 |5645 |2766 |  25k|5006 |3593 | 0.000000e+00 | 4.000000e+00 |    Inf 
292.80/292.86	c   293s| 10000 |   366 |  1438k| 143.8 |  35M|  64 |   - |5645 |5635 |   0 |   0 |  25k|5508 |3614 | 0.000000e+00 | 4.000000e+00 |    Inf 
297.20/297.23	o 2
297.20/297.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.20/297.23	c * 297s| 10844 |   365 |  1456k| 134.2 |  35M|  64 |   - |5645 |5845 |5645 |2767 |  25k|6484 |3663 | 0.000000e+00 | 2.000000e+00 |    Inf 
337.71/337.74	c   338s| 20000 |   320 |  1617k|  80.9 |  37M|  64 |  21 |5645 |  10k|5645 |2752 |  25k|  17k|3957 | 0.000000e+00 | 2.000000e+00 |    Inf 
386.00/386.05	c   386s| 30000 |   364 |  1810k|  60.3 |  40M|  76 |   - |5645 |  15k|   0 |   0 |  25k|  31k|4280 | 0.000000e+00 | 2.000000e+00 |    Inf 
417.60/417.63	o 1
417.60/417.63	c * 418s| 36832 |   340 |  1935k|  52.5 |  41M|  76 |   - |5645 |  18k|5645 |2766 |  25k|  41k|4476 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.30/431.30	c   431s| 40000 |   343 |  1986k|  49.6 |  42M|  76 |  41 |5645 |  19k|5645 |2766 |  25k|  45k|4603 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.30/478.35	c   478s| 50000 |   350 |  2167k|  43.3 |  44M|  76 |  41 |5645 |  22k|5645 |2752 |  25k|  58k|4899 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.60/528.70	c   529s| 60000 |   318 |  2362k|  39.4 |  43M|  76 |   - |5645 |  19k|   0 |   0 |  25k|  71k|5215 | 0.000000e+00 | 1.000000e+00 |    Inf 
572.90/572.95	c   573s| 70000 |   331 |  2533k|  36.2 |  46M|  76 |   - |5645 |  25k|   0 |   0 |  25k|  84k|5438 | 0.000000e+00 | 1.000000e+00 |    Inf 
617.91/618.00	c   618s| 80000 |   252 |  2704k|  33.8 |  44M|  76 |   - |5645 |  21k|5645 |2752 |  25k|  96k|5718 | 0.000000e+00 | 1.000000e+00 |    Inf 
664.50/664.56	c   665s| 90000 |   198 |  2887k|  32.1 |  43M|  76 |   - |5645 |  20k|   0 |   0 |  25k| 109k|5945 | 0.000000e+00 | 1.000000e+00 |    Inf 
708.71/708.70	c   709s|100000 |   197 |  3053k|  30.5 |  45M|  76 |  29 |5645 |  25k|5645 |2766 |  25k| 122k|6205 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.81/753.83	c   754s|110000 |   176 |  3227k|  29.3 |  48M|  76 |  29 |5645 |  31k|5645 |2766 |  25k| 135k|6485 | 0.000000e+00 | 1.000000e+00 |    Inf 
801.11/801.13	c   801s|120000 |   175 |  3405k|  28.4 |  50M|  76 |   - |5645 |  36k|5645 |2766 |  25k| 148k|6677 | 0.000000e+00 | 1.000000e+00 |    Inf 
853.31/853.36	c   853s|130000 |   249 |  3601k|  27.7 |  53M|  76 |   - |5645 |  40k|   0 |   0 |  25k| 162k|6816 | 0.000000e+00 | 1.000000e+00 |    Inf 
907.02/907.02	c   907s|140000 |   307 |  3800k|  27.1 |  55M|  76 |  44 |5645 |  44k|5645 |2766 |  25k| 176k|7025 | 0.000000e+00 | 1.000000e+00 |    Inf 
960.51/960.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.51/960.56	c   961s|150000 |   239 |  3995k|  26.6 |  53M|  76 |   - |5645 |  40k|5645 |2766 |  25k| 190k|7217 | 0.000000e+00 | 1.000000e+00 |    Inf 
1012.92/1012.99	c  1013s|160000 |   173 |  4193k|  26.2 |  52M|  76 |  35 |5645 |  39k|5645 |2766 |  25k| 203k|7426 | 0.000000e+00 | 1.000000e+00 |    Inf 
1063.32/1063.35	c  1063s|170000 |   325 |  4382k|  25.8 |  55M|  76 |   - |5645 |  43k|5645 |2766 |  25k| 216k|7575 | 0.000000e+00 | 1.000000e+00 |    Inf 
1115.22/1115.29	c  1115s|180000 |   313 |  4569k|  25.4 |  55M|  76 |   - |5645 |  45k|   0 |   0 |  25k| 229k|7732 | 0.000000e+00 | 1.000000e+00 |    Inf 
1166.03/1166.08	c  1166s|190000 |   329 |  4749k|  25.0 |  56M|  76 |  23 |5645 |  46k|5645 |2766 |  25k| 242k|7899 | 0.000000e+00 | 1.000000e+00 |    Inf 
1217.32/1217.39	c  1217s|200000 |   353 |  4930k|  24.6 |  58M|  76 |   - |5645 |  49k|5645 |2766 |  25k| 256k|8124 | 0.000000e+00 | 1.000000e+00 |    Inf 
1270.62/1270.64	c  1271s|210000 |   218 |  5120k|  24.4 |  55M|  76 |  13 |5645 |  44k|5645 |2766 |  25k| 269k|8336 | 0.000000e+00 | 1.000000e+00 |    Inf 
1322.23/1322.27	c  1322s|220000 |   181 |  5303k|  24.1 |  55M|  76 |  29 |5645 |  45k|5645 |2752 |  25k| 282k|8497 | 0.000000e+00 | 1.000000e+00 |    Inf 
1371.63/1371.66	c  1372s|230000 |   187 |  5476k|  23.8 |  57M|  76 |   - |5645 |  48k|5645 |2766 |  25k| 295k|8614 | 0.000000e+00 | 1.000000e+00 |    Inf 
1423.73/1423.78	c  1424s|240000 |   139 |  5656k|  23.6 |  55M|  76 |  27 |5645 |  46k|5645 |2766 |  25k| 308k|8857 | 0.000000e+00 | 1.000000e+00 |    Inf 
1473.94/1473.97	c  1474s|250000 |   145 |  5835k|  23.3 |  57M|  76 |  28 |5645 |  52k|5645 |2766 |  25k| 321k|9005 | 0.000000e+00 | 1.000000e+00 |    Inf 
1529.23/1529.26	c  1529s|260000 |   157 |  6026k|  23.2 |  60M|  76 |   - |5645 |  58k|5645 |2766 |  25k| 334k|9149 | 0.000000e+00 | 1.000000e+00 |    Inf 
1584.23/1584.20	c  1584s|270000 |   154 |  6219k|  23.0 |  62M|  76 |  23 |5645 |  62k|5645 |2766 |  25k| 347k|9267 | 0.000000e+00 | 1.000000e+00 |    Inf 
1641.34/1641.38	c  1641s|280000 |   119 |  6409k|  22.9 |  57M|  76 |  27 |5645 |  50k|5645 |2752 |  25k| 360k|9380 | 0.000000e+00 | 1.000000e+00 |    Inf 
1693.03/1693.03	c  1693s|290000 |   127 |  6592k|  22.7 |  60M|  76 |   - |5645 |  55k|5645 |2766 |  25k| 373k|9522 | 0.000000e+00 | 1.000000e+00 |    Inf 
1747.94/1747.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1747.94/1747.96	c  1748s|300000 |   147 |  6783k|  22.6 |  62M|  76 |   - |5645 |  60k|5645 |2766 |  25k| 387k|9687 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1800.01
1800.04/1800.01	c Solving Nodes      : 309007
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+00 (149 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.01	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.01	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.04/1800.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.04/1800.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1800.04/1800.01	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 
1800.04/1800.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 -x54 
1800.04/1800.01	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 
1800.04/1800.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 
1800.04/1800.01	v -x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Total Time         :    1800.01
1800.04/1800.01	c   solving          :    1800.01
1800.04/1800.01	c   presolving       :       0.09 (included in solving)
1800.04/1800.01	c   reading          :       0.02 (included in solving)
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-3447366-1307901345.wbo
1800.04/1800.01	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.01	c   Constraints      : 2708 initial, 2708 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-3447366-1307901345.wbo
1800.04/1800.01	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.04/1800.01	c   Constraints      : 5414 initial, 65655 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0     188537          0       3398          0        389       3066          0          0     320958
1800.04/1800.01	c   varbound         :          0+         6     188475      25655          0          0       6310          0     584927      25714          0          0
1800.04/1800.01	c   linear           :       2707          6    1540497         14          2       3394    5547377      42383    5991889          0          0          0
1800.04/1800.01	c   indicator        :       2707          0     183900      25656          0       3391       8066          0       5991          0          0          0
1800.04/1800.01	c   logicor          :          0+         0     488810          0          0          0    1056708       4205     302647          0          0          0
1800.04/1800.01	c   bounddisjunction :          0+         0     162978          0          0          0        371         20        251          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0         19          2        132          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.01	c   integral         :      77.37       0.00       0.00      77.33       0.00       0.04       0.00
1800.04/1800.01	c   varbound         :       5.06       0.00       2.63       2.42       0.00       0.00       0.00
1800.04/1800.01	c   linear           :      81.52       0.00      77.37       0.00       0.00       0.73       3.42
1800.04/1800.01	c   indicator        :      18.15       0.00       3.55       9.01       0.00       5.59       0.00
1800.04/1800.01	c   logicor          :     126.71       0.00     125.08       0.00       0.00       0.00       1.62
1800.04/1800.01	c   bounddisjunction :       0.75       0.00       0.74       0.00       0.00       0.00       0.00
1800.04/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :      31186       1691          1      77567
1800.04/1800.01	c   rootredcost      :         24          0          0       2707
1800.04/1800.01	c   pseudoobj        :    1541616       6090       1270     579945
1800.04/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.01	c   vbounds          :       8.98       8.97       0.00
1800.04/1800.01	c   rootredcost      :       0.30       0.30       0.00
1800.04/1800.01	c   pseudoobj        :      57.48      57.30       0.18
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       3.26      47879      47780     310491       30.1        861       21.1          -
1800.04/1800.01	c   infeasible LP    :      46.34     107652     107648     839282       39.8       1522       14.7          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          2          2          3        6.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -     399769       33.0          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          5          -          -          6          -    (maximal pool size: 115)
1800.04/1800.01	c   redcost          :      16.47     169319          0      77388          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.75          6          0          0       1009          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.70          6          0          0       1392          0
1800.04/1800.01	c   cmir             :       0.16          6          0          0          1          0
1800.04/1800.01	c   flowcover        :       0.13          6          0          0          1          0
1800.04/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.23          1          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :      77.15     162877        389       3066          0          0     320958
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :       0.00          2          0          0          0          0          4
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.02          -         19
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   feaspump         :       0.01          0          0
1800.04/1800.01	c   oneopt           :       0.42         24          0
1800.04/1800.01	c   crossover        :       0.89         12          0
1800.04/1800.01	c   coefdiving       :       5.48        140          0
1800.04/1800.01	c   pscostdiving     :       5.45        140          0
1800.04/1800.01	c   fracdiving       :       5.55        140          2
1800.04/1800.01	c   linesearchdiving :       3.62        140          0
1800.04/1800.01	c   veclendiving     :       3.39        140          1
1800.04/1800.01	c   guideddiving     :       5.77        141          1
1800.04/1800.01	c   objpscostdiving  :       3.78         71          0
1800.04/1800.01	c   rootsoldiving    :       4.77         71          0
1800.04/1800.01	c   trivial          :       0.01          2          1
1800.04/1800.01	c   shiftandpropagate:       0.00          0          0
1800.04/1800.01	c   simplerounding   :       2.63     163157          0
1800.04/1800.01	c   zirounding       :       0.69       1000          0
1800.04/1800.01	c   rounding         :       3.02      18960          1
1800.04/1800.01	c   shifting         :       1.25       1754          0
1800.04/1800.01	c   intshifting      :       0.01          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   clique           :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.06          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   vbounds          :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   subnlp           :       0.06          0          0
1800.04/1800.01	c   trysol           :       0.37       2258        124
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       1.05          0          0       0.00       0.00
1800.04/1800.01	c   dual LP          :    1035.23     295940    6809850      23.01    6578.09
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:      24.73       7961     156157      19.62    6313.32
1800.04/1800.01	c   strong branching :      73.76       9821     449747      45.79    6097.34
1800.04/1800.01	c     (at root node) :          -         33       5204     157.70          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :     309007
1800.04/1800.01	c   nodes (total)    :     309007
1800.04/1800.01	c   nodes left       :        172
1800.04/1800.01	c   max depth        :         76
1800.04/1800.01	c   max depth (total):         76
1800.04/1800.01	c   backtracks       :      35316 (11.4%)
1800.04/1800.01	c   delayed cutoffs  :       7022
1800.04/1800.01	c   repropagations   :     615780 (1053717 domain reductions, 6218 cutoffs)
1800.04/1800.01	c   avg switch length:       5.38
1800.04/1800.01	c   switching time   :     132.36
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :        149 (25 improvements)
1800.04/1800.01	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 36832 nodes, 417.63 seconds, depth 30, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :        810
1800.14/1800.11	c Time complete: 1800.14.

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-3447366-1307901345/watcher-3447366-1307901345 -o /var/tmp/evaluation-result-3447366-1307901345/solver-3447366-1307901345 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447366-1307901345.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: 2.00 2.00 2.00 2/174 13020
/proc/meminfo: memFree=3191272/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 1444 0 0 0 0 0 0 0 25 0 1 0 882550323 9736192 1398 33554432000 4194304 9128323 140735165370832 18446744073709551615 7980885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13020/statm: 2462 1405 386 1205 0 1253 0

[startup+0.091088 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 13020
/proc/meminfo: memFree=3191272/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=35724 CPUtime=0.08 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 7949 0 0 0 8 0 0 0 25 0 1 0 882550323 36581376 7644 33554432000 4194304 9128323 140735165370832 18446744073709551615 5976341 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35724

[startup+0.101102 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 13020
/proc/meminfo: memFree=3191272/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 882550323 36581376 7644 33554432000 4194304 9128323 140735165370832 18446744073709551615 5976076 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.301083 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 13020
/proc/meminfo: memFree=3191272/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=56092 CPUtime=0.29 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 13325 0 0 0 28 1 0 0 25 0 1 0 882550323 57438208 12921 33554432000 4194304 9128323 140735165370832 18446744073709551615 4798836 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 14023 12921 689 1205 0 12814 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56092

[startup+0.700952 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 13020
/proc/meminfo: memFree=3191272/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=52960 CPUtime=0.69 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 21317 0 0 0 67 2 0 0 25 0 1 0 882550323 54231040 12193 33554432000 4194304 9128323 140735165370832 18446744073709551615 6311704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 13240 12193 717 1205 0 12031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52960

[startup+1.50082 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=3066884/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=56016 CPUtime=1.49 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 21937 0 0 0 146 3 0 0 25 0 1 0 882550323 57360384 12807 33554432000 4194304 9128323 140735165370832 18446744073709551615 4311802 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 14004 12807 711 1205 0 12795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56016

[startup+3.10055 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=3065268/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=75812 CPUtime=3.09 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 28263 0 0 0 305 4 0 0 25 0 1 0 882550323 77631488 17816 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 18953 17816 731 1205 0 17744 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75812

[startup+6.30098 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=3043704/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=75812 CPUtime=6.29 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 28263 0 0 0 623 6 0 0 25 0 1 0 882550323 77631488 17816 33554432000 4194304 9128323 140735165370832 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 18953 17816 731 1205 0 17744 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75812

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13046
/proc/meminfo: memFree=3043156/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=75812 CPUtime=12.7 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 28356 0 0 0 1260 10 0 0 25 0 1 0 882550323 77631488 17909 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 18953 17909 731 1205 0 17744 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 75812

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13047
/proc/meminfo: memFree=3044868/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=75812 CPUtime=25.49 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 28435 0 0 0 2532 17 0 0 25 0 1 0 882550323 77631488 17988 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13020/statm: 18953 17988 734 1205 0 17744 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75812

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13047
/proc/meminfo: memFree=3044160/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=75812 CPUtime=51.09 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 29936 0 0 0 5076 33 0 0 25 0 1 0 882550323 77631488 17990 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 18953 17990 734 1205 0 17744 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75812

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13049
/proc/meminfo: memFree=3038444/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=80872 CPUtime=102.29 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 43369 0 0 0 10158 71 0 0 25 0 1 0 882550323 82812928 19223 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 20218 19223 742 1205 0 19009 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 80872

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13050
/proc/meminfo: memFree=3005404/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=105768 CPUtime=162.29 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 53021 0 0 0 16113 116 0 0 25 0 1 0 882550323 108306432 25543 33554432000 4194304 9128323 140735165370832 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 26442 25543 742 1205 0 25233 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105768

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13052
/proc/meminfo: memFree=2999632/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=105768 CPUtime=222.3 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 63463 0 0 0 22070 160 0 0 25 0 1 0 882550323 108306432 25563 33554432000 4194304 9128323 140735165370832 18446744073709551615 6713583 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 26442 25563 742 1205 0 25233 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 105768

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13053
/proc/meminfo: memFree=2978988/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=118336 CPUtime=282.3 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 74690 0 0 0 28029 201 0 0 25 0 1 0 882550323 121176064 28671 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 29584 28671 742 1205 0 28375 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 118336

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13064
/proc/meminfo: memFree=2966436/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=122336 CPUtime=342.3 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 99752 0 0 0 33988 242 0 0 25 0 1 0 882550323 125272064 29707 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 30584 29707 742 1205 0 29375 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 122336

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13066
/proc/meminfo: memFree=2945556/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=125660 CPUtime=402.3 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 106496 0 0 0 39949 281 0 0 25 0 1 0 882550323 128675840 30503 33554432000 4194304 9128323 140735165370832 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 31415 30503 742 1205 0 30206 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 125660

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13067
/proc/meminfo: memFree=2924792/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=129744 CPUtime=462.3 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 125795 0 0 0 45914 316 0 0 25 0 1 0 882550323 132857856 31563 33554432000 4194304 9128323 140735165370832 18446744073709551615 6713371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 32436 31563 742 1205 0 31227 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 129744

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 13069
/proc/meminfo: memFree=2920012/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=132484 CPUtime=522.31 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 128911 0 0 0 51878 353 0 0 25 0 1 0 882550323 135663616 32200 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 33121 32200 742 1205 0 31912 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 132484

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13070
/proc/meminfo: memFree=2918076/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=133124 CPUtime=582.3 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 131255 0 0 0 57842 388 0 0 25 0 1 0 882550323 136318976 32359 33554432000 4194304 9128323 140735165370832 18446744073709551615 7217053 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 33281 32359 742 1205 0 32072 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 133124

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 13078
/proc/meminfo: memFree=2894448/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=142552 CPUtime=882.32 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 135823 0 0 0 87674 558 0 0 25 0 1 0 882550323 145973248 34737 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 35638 34737 742 1205 0 34429 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 142552

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13080
/proc/meminfo: memFree=2891656/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=143924 CPUtime=942.31 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 139021 0 0 0 93640 591 0 0 25 0 1 0 882550323 147378176 35086 33554432000 4194304 9128323 140735165370832 18446744073709551615 4892804 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 35981 35086 742 1205 0 34772 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 143924

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 13082
/proc/meminfo: memFree=2889364/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=144388 CPUtime=1002.32 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 139148 0 0 0 99603 629 0 0 25 0 1 0 882550323 147853312 35213 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 36097 35213 742 1205 0 34888 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 144388

[startup+1062.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 13083
/proc/meminfo: memFree=2888828/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=144536 CPUtime=1062.32 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 139172 0 0 0 105568 664 0 0 25 0 1 0 882550323 148004864 35237 33554432000 4194304 9128323 140735165370832 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 36134 35237 742 1205 0 34925 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 144536

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13085
/proc/meminfo: memFree=2887160/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=145120 CPUtime=1122.32 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 139307 0 0 0 111535 697 0 0 25 0 1 0 882550323 148602880 35372 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 36280 35372 742 1205 0 35071 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 145120

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13086
/proc/meminfo: memFree=2884860/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=146672 CPUtime=1182.33 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 139734 0 0 0 117502 731 0 0 25 0 1 0 882550323 150192128 35799 33554432000 4194304 9128323 140735165370832 18446744073709551615 5984669 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 36668 35799 742 1205 0 35459 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 146672

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13088
/proc/meminfo: memFree=2882068/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=148128 CPUtime=1242.32 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 140042 0 0 0 123468 764 0 0 25 0 1 0 882550323 151683072 36090 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 37032 36090 742 1205 0 35823 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 148128

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13090
/proc/meminfo: memFree=2879536/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=148672 CPUtime=1302.33 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 140243 0 0 0 129438 795 0 0 25 0 1 0 882550323 152240128 36291 33554432000 4194304 9128323 140735165370832 18446744073709551615 4901946 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 37168 36291 742 1205 0 35959 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 148672

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13091
/proc/meminfo: memFree=2877992/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=150432 CPUtime=1362.33 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 140576 0 0 0 135405 828 0 0 25 0 1 0 882550323 154042368 36623 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 37608 36623 742 1205 0 36399 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 150432

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13093
/proc/meminfo: memFree=2876568/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=151560 CPUtime=1422.34 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 140819 0 0 0 141377 857 0 0 25 0 1 0 882550323 155197440 36866 33554432000 4194304 9128323 140735165370832 18446744073709551615 4207186 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 37890 36866 742 1205 0 36681 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 151560

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 13094
/proc/meminfo: memFree=2875884/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=152312 CPUtime=1482.33 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 143545 0 0 0 147345 888 0 0 25 0 1 0 882550323 155967488 37008 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 38078 37008 742 1205 0 36869 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 152312

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13096
/proc/meminfo: memFree=2874360/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=154004 CPUtime=1542.33 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 143954 0 0 0 153316 917 0 0 25 0 1 0 882550323 157700096 37417 33554432000 4194304 9128323 140735165370832 18446744073709551615 7183551 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 38501 37417 742 1205 0 37292 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 154004

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 13098
/proc/meminfo: memFree=2871940/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=156116 CPUtime=1602.34 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 144496 0 0 0 159287 947 0 0 25 0 1 0 882550323 159862784 37956 33554432000 4194304 9128323 140735165370832 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 39029 37956 742 1205 0 37820 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 156116

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13099
/proc/meminfo: memFree=2869140/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=159048 CPUtime=1662.33 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 145167 0 0 0 165259 974 0 0 25 0 1 0 882550323 162865152 38627 33554432000 4194304 9128323 140735165370832 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 39762 38627 742 1205 0 38553 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 159048

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13101
/proc/meminfo: memFree=2868588/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=159732 CPUtime=1722.34 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 145310 0 0 0 171227 1007 0 0 25 0 1 0 882550323 163565568 38770 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 39933 38770 742 1205 0 38724 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 159732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13105
/proc/meminfo: memFree=2866876/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=159876 CPUtime=1782.34 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 145373 0 0 0 177199 1035 0 0 25 0 1 0 882550323 163713024 38833 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 39969 38833 742 1205 0 38760 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 159876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13106
/proc/meminfo: memFree=2866328/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=159876 CPUtime=1800.04 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 145373 0 0 0 178960 1044 0 0 25 0 1 0 882550323 163713024 38833 33554432000 4194304 9128323 140735165370832 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13020/statm: 39969 38833 742 1205 0 38760 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 159876

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13106
/proc/meminfo: memFree=2866328/32951124 swapFree=67054264/67111528
[pid=13020] ppid=13018 vsize=115460 CPUtime=1800.14 cores=0,2,4,6
/proc/13020/stat : 13020 (scip-2.0.1.4.li) R 13018 13020 12607 0 -1 4202496 145435 0 0 0 178969 1045 0 0 25 0 1 0 882550323 118231040 23752 33554432000 4194304 9128323 140735165370832 18446744073709551615 8231418 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13020/statm: 28865 23240 744 1205 0 27656 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 115460

Child status: 0
Real time (s): 1800.11
CPU time (s): 1800.16
CPU user time (s): 1789.7
CPU system time (s): 10.4554
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 159876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.7
system time used= 10.4554
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145437
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 20166

runsolver used 2.6156 second user time and 5.58315 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 19:55:45
IDJOB=3447366
IDBENCH=79304
IDSOLVER=1944
FILE ID=node145/3447366-1307901345
RUNJOBID= node145-1307897740-12753
PBS_JOBID= 13559605
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.1900577940--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-3447366-1307901345/watcher-3447366-1307901345 -o /var/tmp/evaluation-result-3447366-1307901345/solver-3447366-1307901345 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447366-1307901345.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 2d690d91fe5f00c81c2e61f07f4a896b
RANDOM SEED=1300774650

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3192468 kB
Buffers:         55756 kB
Cached:       28777952 kB
SwapCached:       9248 kB
Active:       13932912 kB
Inactive:     14918912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3192468 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:           12188 kB
Writeback:           0 kB
AnonPages:       16312 kB
Mapped:          12568 kB
Slab:           842156 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187632 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 node145 at 2011-06-12 20:25:47