Trace number 3447277

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.4? (TO) 1800.08 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567985--soft-66-100-0.wbo
MD5SUMd52b3728da19986b004dc30001a23e20
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark58.8681
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
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-3447277-1307898983.wbo>
0.00/0.02	c original problem has 1135 variables (1135 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.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.00/0.07	c (round 2) 0 del vars, 158 del conss, 0 add conss, 904 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.00/0.08	c (round 3) 86 del vars, 313 del conss, 0 add conss, 933 chg bounds, 169 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.00/0.10	c (round 4) 144 del vars, 313 del conss, 0 add conss, 933 chg bounds, 169 chg sides, 0 chg coeffs, 1635 upgd conss, 210 impls, 18 clqs
0.09/0.10	c (round 5) 144 del vars, 321 del conss, 0 add conss, 933 chg bounds, 169 chg sides, 0 chg coeffs, 1635 upgd conss, 210 impls, 18 clqs
0.09/0.14	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  144 deleted vars, 321 deleted constraints, 0 added constraints, 933 tightened bounds, 0 added holes, 169 changed sides, 0 changed coefficients
0.09/0.14	c  1042 implications, 18 cliques
0.09/0.14	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3291 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      18 constraints of type <setppc>
0.09/0.14	c     832 constraints of type <linear>
0.09/0.14	c     832 constraints of type <indicator>
0.09/0.14	c    1608 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.15	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   0.2s|     1 |     0 |    79 |     - |8153k|   0 |  35 |1895 |4195 |1895 |2459 |   0 |  72 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	o 40432
0.39/0.41	c y 0.4s|     1 |     0 |  2382 |     - |8281k|   0 |  35 |1895 |4195 |1895 |2459 |   0 |  72 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |  2409 |     - |9033k|   0 |  46 |1895 |4211 |1895 |2465 |   6 |  72 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
0.69/0.78	c   0.8s|     1 |     0 |  2493 |     - |9281k|   0 |  51 |1895 |4211 |1895 |2468 |   9 |  72 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |  2510 |     - |9336k|   0 |  50 |1895 |4211 |1895 |2470 |  11 |  72 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
1.09/1.11	c   1.1s|     1 |     0 |  2535 |     - |9349k|   0 |  50 |1895 |4211 |1895 |2471 |  12 |  72 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
1.19/1.29	c   1.3s|     1 |     0 |  2545 |     - |9358k|   0 |  48 |1895 |4211 |1895 |2472 |  13 |  72 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
1.59/1.69	c   1.7s|     1 |     2 |  2545 |     - |9358k|   0 |  48 |1895 |4211 |1895 |2472 |  13 |  72 |   9 | 0.000000e+00 | 4.043200e+04 |    Inf 
2.49/2.57	o 650
2.49/2.57	c * 2.6s|    15 |    12 |  3286 |  52.9 |9588k|  13 |   - |1895 |4212 |1895 |2485 |  20 |  73 | 110 | 0.000000e+00 | 6.500000e+02 |    Inf 
3.09/3.17	o 500
3.09/3.17	c * 3.2s|    47 |    18 |  3599 |  22.9 |9821k|  22 |   - |1895 |4236 |1895 |2485 |  27 |  97 | 204 | 0.000000e+00 | 5.000000e+02 |    Inf 
3.09/3.20	o 476
3.09/3.20	c * 3.2s|    57 |    18 |  3626 |  19.3 |  10M|  22 |   - |1895 |4252 |1895 |2483 |  29 | 113 | 204 | 0.000000e+00 | 4.760000e+02 |    Inf 
3.59/3.63	o 288
3.59/3.63	c * 3.6s|    66 |    22 |  3913 |  21.0 |  10M|  22 |   - |1895 |4257 |1895 |2486 |  37 | 118 | 282 | 0.000000e+00 | 2.880000e+02 |    Inf 
3.59/3.63	o 239
3.59/3.63	c * 3.6s|    67 |    21 |  3926 |  20.9 |  10M|  22 |   - |1895 |4257 |1895 |2487 |  39 | 118 | 282 | 0.000000e+00 | 2.390000e+02 |    Inf 
5.09/5.17	o 222
5.09/5.17	c * 5.2s|   121 |    40 |  4990 |  20.4 |  10M|  22 |   - |1895 |4303 |1895 |2470 |  44 | 164 | 631 | 0.000000e+00 | 2.220000e+02 |    Inf 
7.39/7.43	o 198
7.39/7.43	c * 7.4s|   293 |    80 |  6772 |  14.5 |  11M|  29 |   - |1895 |4474 |1895 |2483 |  61 | 339 |1178 | 0.000000e+00 | 1.980000e+02 |    Inf 
9.29/9.35	o 162
9.29/9.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.29/9.35	c * 9.4s|   630 |   130 | 10026 |  11.9 |  12M|  35 |   - |1895 |4823 |1895 |2468 |  74 | 732 |1517 | 0.000000e+00 | 1.620000e+02 |    Inf 
10.59/10.62	o 161
10.59/10.62	c *10.6s|   911 |   170 | 12768 |  11.2 |  13M|  37 |   - |1895 |4984 |1895 |2466 |  97 |1022 |1683 | 0.000000e+00 | 1.610000e+02 |    Inf 
12.39/12.44	o 157
12.39/12.44	c *12.4s|  1728 |   251 | 17265 |   8.5 |  15M|  43 |   - |1895 |5501 |1895 |2471 | 144 |1967 |1765 | 0.000000e+00 | 1.570000e+02 |    Inf 
13.39/13.40	o 154
13.39/13.40	c *13.4s|  2194 |   283 | 20093 |   8.0 |  15M|  43 |   - |1895 |5782 |1895 |2483 | 162 |2461 |1789 | 0.000000e+00 | 1.540000e+02 |    Inf 
13.39/13.40	o 151
13.39/13.40	c *13.4s|  2195 |   281 | 20093 |   8.0 |  15M|  43 |   - |1895 |5782 |1895 |2483 | 162 |2461 |1789 | 0.000000e+00 | 1.510000e+02 |    Inf 
14.69/14.78	o 145
14.69/14.78	c *14.8s|  2834 |   328 | 23686 |   7.5 |  16M|  46 |   - |1895 |6015 |1895 |2479 | 187 |3201 |1821 | 0.000000e+00 | 1.450000e+02 |    Inf 
15.49/15.54	o 141
15.49/15.54	c *15.5s|  3185 |   359 | 25938 |   7.3 |  16M|  46 |   - |1895 |6033 |1895 |2466 | 219 |3602 |1823 | 0.000000e+00 | 1.410000e+02 |    Inf 
15.49/15.56	o 124
15.49/15.56	c *15.6s|  3187 |   359 | 25961 |   7.3 |  16M|  46 |   - |1895 |6033 |1895 |2468 | 221 |3602 |1823 | 0.000000e+00 | 1.240000e+02 |    Inf 
15.49/15.57	o 120
15.49/15.57	c *15.6s|  3189 |   357 | 25976 |   7.3 |  16M|  46 |   - |1895 |6033 |1895 |2467 | 222 |3602 |1823 | 0.000000e+00 | 1.200000e+02 |    Inf 
15.49/15.57	o 119
15.49/15.57	c *15.6s|  3190 |   356 | 25977 |   7.3 |  16M|  46 |   - |1895 |6033 |1895 |2466 | 222 |3602 |1823 | 0.000000e+00 | 1.190000e+02 |    Inf 
16.59/16.61	o 116
16.59/16.61	c p16.6s|  3595 |   419 | 29339 |   7.5 |  16M|  46 |   - |1895 |6300 |1895 |2478 | 252 |4088 |1843 | 0.000000e+00 | 1.160000e+02 |    Inf 
17.09/17.14	o 53
17.09/17.14	c l17.1s|  3810 |   396 | 30763 |   7.4 |  16M|  46 |   - |1895 |6342 |1895 |2468 | 255 |4346 |1853 | 0.000000e+00 | 5.300000e+01 |    Inf 
19.70/19.80	o 28
19.70/19.80	c *19.8s|  4710 |   269 | 42164 |   8.4 |  16M|  46 |   - |1895 |4738 |1895 |2466 | 257 |5417 |1879 | 0.000000e+00 | 2.800000e+01 |    Inf 
33.89/33.97	c  34.0s| 10000 |   402 |114409 |  11.2 |  18M|  46 |   - |1895 |6379 |   0 |   0 | 268 |  11k|1927 | 0.000000e+00 | 2.800000e+01 |    Inf 
39.99/40.03	o 22
39.99/40.03	c *40.0s| 12245 |   448 |144150 |  11.6 |  18M|  46 |   - |1895 |6810 |1895 |2480 | 272 |  14k|1935 | 0.000000e+00 | 2.200000e+01 |    Inf 
53.09/53.14	o 18
53.09/53.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.09/53.14	c *53.1s| 17358 |   615 |211803 |  12.1 |  20M|  48 |   - |1895 |8453 |1895 |2470 | 282 |  20k|1936 | 0.000000e+00 | 1.800000e+01 |    Inf 
60.19/60.28	c  60.3s| 20000 |   721 |247145 |  12.2 |  21M|  48 |   - |1895 |8897 |   0 |   0 | 282 |  23k|2029 | 0.000000e+00 | 1.800000e+01 |    Inf 
89.10/89.18	c  89.2s| 30000 |   983 |382534 |  12.7 |  24M|  55 |   - |1895 |  10k|1895 |2466 | 290 |  37k|2575 | 0.000000e+00 | 1.800000e+01 |    Inf 
91.20/91.21	o 13
91.20/91.21	c r91.2s| 30728 |  1016 |393151 |  12.7 |  23M|  55 |   1 |1895 |  10k|1895 |2468 | 293 |  38k|2589 | 0.000000e+00 | 1.300000e+01 |    Inf 
114.10/114.18	o 4
114.10/114.18	c * 114s| 39595 |   868 |503465 |  12.7 |  24M|  65 |   - |1895 |  12k|1895 |2467 | 300 |  51k|2944 | 0.000000e+00 | 4.000000e+00 |    Inf 
115.29/115.37	c   115s| 40000 |   861 |509202 |  12.7 |  23M|  65 |   - |1895 |  10k|1895 |2466 | 300 |  51k|2962 | 0.000000e+00 | 4.000000e+00 |    Inf 
125.49/125.52	o 3
125.49/125.52	c * 126s| 43832 |   843 |559892 |  12.7 |  23M|  65 |   - |1895 |  10k|1895 |2467 | 301 |  57k|3114 | 0.000000e+00 | 3.000000e+00 |    Inf 
142.49/142.55	c   143s| 50000 |   788 |646587 |  12.9 |  23M|  67 |   - |1895 |  11k|1895 |2466 | 301 |  66k|3366 | 0.000000e+00 | 3.000000e+00 |    Inf 
170.20/170.25	c   170s| 60000 |   757 |788486 |  13.1 |  23M|  67 |  15 |1895 |  11k|1895 |2466 | 301 |  79k|3729 | 0.000000e+00 | 3.000000e+00 |    Inf 
194.60/194.69	o 1
194.60/194.69	c * 195s| 68210 |   730 |912391 |  13.3 |  24M|  67 |   - |1895 |  12k|1895 |2466 | 301 |  91k|4118 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.60/199.66	c   200s| 70000 |   754 |937560 |  13.4 |  25M|  67 |   - |1895 |  13k|   0 |   0 | 301 |  93k|4185 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.10/228.17	c   228s| 80000 |   733 |  1082k|  13.5 |  25M|  67 |  22 |1895 |  15k|1895 |2466 | 301 | 107k|4504 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.20/255.27	c   255s| 90000 |   692 |  1213k|  13.5 |  25M|  67 |   - |1895 |  14k|   0 |   0 | 301 | 121k|4862 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.61/282.66	c   283s|100000 |   664 |  1353k|  13.5 |  27M|  67 |  24 |1895 |  18k|1895 |2466 | 301 | 135k|5078 | 0.000000e+00 | 1.000000e+00 |    Inf 
311.00/311.00	c   311s|110000 |   592 |  1491k|  13.5 |  26M|  67 |   - |1895 |  16k|1895 |2466 | 301 | 149k|5380 | 0.000000e+00 | 1.000000e+00 |    Inf 
340.60/340.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.60/340.60	c   341s|120000 |   601 |  1642k|  13.7 |  26M|  67 |  40 |1895 |  15k|1895 |2466 | 301 | 163k|5603 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.61/370.68	c   371s|130000 |   660 |  1791k|  13.8 |  28M|  67 |   - |1895 |  18k|1895 |2466 | 301 | 177k|5839 | 0.000000e+00 | 1.000000e+00 |    Inf 
401.51/401.52	c   402s|140000 |   688 |  1945k|  13.9 |  30M|  67 |   - |1895 |  22k|1895 |2466 | 301 | 191k|6073 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.70/432.78	c   433s|150000 |   654 |  2099k|  14.0 |  29M|  67 |  35 |1895 |  20k|1895 |2466 | 301 | 206k|6261 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.40/462.40	c   462s|160000 |   630 |  2245k|  14.0 |  29M|  83 |  33 |1895 |  20k|1895 |2466 | 301 | 221k|6472 | 0.000000e+00 | 1.000000e+00 |    Inf 
493.31/493.36	c   493s|170000 |   602 |  2394k|  14.1 |  27M|  83 |  32 |1895 |  17k|1895 |2466 | 301 | 234k|6776 | 0.000000e+00 | 1.000000e+00 |    Inf 
518.81/518.87	c   519s|180000 |   678 |  2516k|  14.0 |  29M|  83 |  34 |1895 |  21k|1895 |2466 | 301 | 248k|6940 | 0.000000e+00 | 1.000000e+00 |    Inf 
547.12/547.13	c   547s|190000 |   726 |  2653k|  14.0 |  30M|  83 |  20 |1895 |  22k|1895 |2466 | 301 | 262k|7135 | 0.000000e+00 | 1.000000e+00 |    Inf 
575.02/575.06	c   575s|200000 |   621 |  2789k|  13.9 |  30M|  83 |  25 |1895 |  23k|1895 |2466 | 301 | 276k|7348 | 0.000000e+00 | 1.000000e+00 |    Inf 
604.72/604.75	c   605s|210000 |   581 |  2931k|  13.9 |  30M|  83 |   - |1895 |  24k|1895 |2466 | 301 | 290k|7545 | 0.000000e+00 | 1.000000e+00 |    Inf 
634.82/634.84	c   635s|220000 |   570 |  3075k|  14.0 |  31M|  83 |  27 |1895 |  26k|1895 |2466 | 301 | 303k|7731 | 0.000000e+00 | 1.000000e+00 |    Inf 
667.21/667.27	c   667s|230000 |   557 |  3234k|  14.1 |  33M|  83 |   - |1895 |  30k|1895 |2466 | 301 | 317k|7885 | 0.000000e+00 | 1.000000e+00 |    Inf 
698.53/698.59	c   699s|240000 |   575 |  3384k|  14.1 |  35M|  83 |  21 |1895 |  33k|1895 |2466 | 301 | 331k|8058 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.62/729.63	c   730s|250000 |   574 |  3530k|  14.1 |  34M|  83 |   - |1895 |  32k|   0 |   0 | 301 | 347k|8206 | 0.000000e+00 | 1.000000e+00 |    Inf 
762.91/762.93	c   763s|260000 |   526 |  3683k|  14.2 |  33M|  83 |   - |1895 |  30k|1895 |2466 | 301 | 361k|8374 | 0.000000e+00 | 1.000000e+00 |    Inf 
793.42/793.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
793.42/793.44	c   793s|270000 |   501 |  3825k|  14.2 |  30M|  83 |   - |1895 |  23k|   0 |   0 | 301 | 374k|8591 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.02/822.01	c   822s|280000 |   518 |  3956k|  14.1 |  32M|  83 |  33 |1895 |  28k|1895 |2466 | 301 | 388k|8724 | 0.000000e+00 | 1.000000e+00 |    Inf 
852.23/852.20	c   852s|290000 |   552 |  4089k|  14.1 |  35M|  83 |  34 |1895 |  34k|1895 |2466 | 301 | 401k|8843 | 0.000000e+00 | 1.000000e+00 |    Inf 
882.63/882.62	c   883s|300000 |   528 |  4220k|  14.1 |  35M|  83 |   - |1895 |  33k|   0 |   0 | 301 | 415k|8948 | 0.000000e+00 | 1.000000e+00 |    Inf 
913.42/913.49	c   913s|310000 |   567 |  4363k|  14.1 |  36M|  83 |  39 |1895 |  35k|1895 |2466 | 301 | 430k|9079 | 0.000000e+00 | 1.000000e+00 |    Inf 
944.03/944.05	c   944s|320000 |   497 |  4498k|  14.0 |  34M|  83 |  29 |1895 |  33k|1895 |2466 | 301 | 444k|9239 | 0.000000e+00 | 1.000000e+00 |    Inf 
976.84/976.82	c   977s|330000 |   494 |  4649k|  14.1 |  34M|  83 |  37 |1895 |  32k|1895 |2466 | 301 | 457k|9416 | 0.000000e+00 | 1.000000e+00 |    Inf 
1009.13/1009.13	c  1009s|340000 |   515 |  4802k|  14.1 |  36M|  83 |  28 |1895 |  35k|1895 |2466 | 301 | 471k|9581 | 0.000000e+00 | 1.000000e+00 |    Inf 
1043.43/1043.49	c  1043s|350000 |   521 |  4960k|  14.2 |  36M|  83 |  43 |1895 |  35k|1895 |2466 | 301 | 484k|9731 | 0.000000e+00 | 1.000000e+00 |    Inf 
1078.43/1078.45	c  1078s|360000 |   513 |  5117k|  14.2 |  37M|  83 |   - |1895 |  37k|1895 |2466 | 301 | 498k|9848 | 0.000000e+00 | 1.000000e+00 |    Inf 
1112.53/1112.58	c  1113s|370000 |   498 |  5271k|  14.2 |  37M|  83 |   - |1895 |  37k|   0 |   0 | 301 | 513k|9970 | 0.000000e+00 | 1.000000e+00 |    Inf 
1146.14/1146.10	c  1146s|380000 |   541 |  5423k|  14.3 |  40M|  83 |  28 |1895 |  43k|1895 |2466 | 301 | 527k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1180.74/1180.73	c  1181s|390000 |   580 |  5574k|  14.3 |  40M|  83 |   - |1895 |  44k|1895 |2466 | 301 | 541k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1215.03/1215.05	c  1215s|400000 |   658 |  5727k|  14.3 |  43M|  83 |   - |1895 |  49k|1895 |2466 | 301 | 555k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1250.14/1250.11	c  1250s|410000 |   665 |  5881k|  14.3 |  42M|  83 |  28 |1895 |  47k|1895 |2466 | 301 | 570k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1284.64/1284.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1284.64/1284.63	c  1285s|420000 |   753 |  6039k|  14.4 |  45M|  83 |  20 |1895 |  53k|1895 |2466 | 301 | 585k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1320.04/1320.07	c  1320s|430000 |   861 |  6190k|  14.4 |  46M|  83 |  39 |1895 |  54k|1895 |2466 | 301 | 600k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1354.34/1354.31	c  1354s|440000 |   857 |  6338k|  14.4 |  47M|  83 |   - |1895 |  54k|1895 |2466 | 301 | 614k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1388.64/1388.65	c  1389s|450000 |  1123 |  6493k|  14.4 |  50M|  83 |   - |1895 |  57k|1895 |2466 | 301 | 630k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1423.64/1423.65	c  1424s|460000 |  1165 |  6648k|  14.4 |  50M|  83 |   - |1895 |  56k|1895 |2466 | 301 | 645k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1459.75/1459.72	c  1460s|470000 |  1149 |  6806k|  14.5 |  50M|  84 |  35 |1895 |  56k|1895 |2466 | 301 | 660k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1494.65/1494.69	c  1495s|480000 |  1189 |  6954k|  14.5 |  51M|  84 |   - |1895 |  57k|1895 |2466 | 301 | 675k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1529.55/1529.58	c  1530s|490000 |  1084 |  7108k|  14.5 |  48M|  84 |   - |1895 |  53k|1895 |2466 | 301 | 690k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1564.85/1564.88	c  1565s|500000 |   994 |  7262k|  14.5 |  47M|  84 |   - |1895 |  50k|1895 |2466 | 301 | 706k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1602.65/1602.65	c  1603s|510000 |  1023 |  7427k|  14.6 |  48M|  84 |   - |1895 |  52k|1895 |2466 | 301 | 720k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1638.75/1638.76	c  1639s|520000 |  1011 |  7577k|  14.6 |  48M|  84 |  39 |1895 |  53k|1895 |2466 | 301 | 734k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1671.96/1671.92	c  1672s|530000 |  1075 |  7708k|  14.5 |  51M|  84 |   - |1895 |  57k|1895 |2466 | 301 | 749k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1706.06/1706.04	c  1706s|540000 |   996 |  7836k|  14.5 |  48M|  84 |   - |1895 |  52k|1895 |2466 | 301 | 763k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1741.66/1741.63	c  1742s|550000 |   935 |  7991k|  14.5 |  48M|  84 |  38 |1895 |  53k|1895 |2466 | 301 | 778k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1777.56/1777.57	c  1778s|560000 |   840 |  8145k|  14.5 |  47M|  84 |  32 |1895 |  51k|1895 |2466 | 301 | 793k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.06/1800.00	c 

Verifier Data

ERROR: no interpretation found !

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-3447277-1307898983/watcher-3447277-1307898983 -o /var/tmp/evaluation-result-3447277-1307898983/solver-3447277-1307898983 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447277-1307898983.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.02 2.01 1.92 2/175 13069
/proc/meminfo: memFree=1120552/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=10128 CPUtime=0 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 1516 0 0 0 0 0 0 0 25 0 1 0 980129017 10371072 1470 33554432000 4194304 9128323 140733682012304 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13069/statm: 2532 1471 399 1205 0 1323 0

[startup+0.00840294 s]
/proc/loadavg: 2.02 2.01 1.92 2/175 13069
/proc/meminfo: memFree=1120552/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=10332 CPUtime=0 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 1597 0 0 0 0 0 0 0 25 0 1 0 980129017 10579968 1551 33554432000 4194304 9128323 140733682012304 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13069/statm: 2583 1551 399 1205 0 1374 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10332

[startup+0.100443 s]
/proc/loadavg: 2.02 2.01 1.92 2/175 13069
/proc/meminfo: memFree=1120552/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=28344 CPUtime=0.09 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 6115 0 0 0 9 0 0 0 25 0 1 0 980129017 29024256 5810 33554432000 4194304 9128323 140733682012304 18446744073709551615 5154263 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 7086 5810 541 1205 0 5877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28344

[startup+0.300322 s]
/proc/loadavg: 2.02 2.01 1.92 2/175 13069
/proc/meminfo: memFree=1120552/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=34112 CPUtime=0.29 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 7882 0 0 0 29 0 0 0 25 0 1 0 980129017 34930688 7486 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 8528 7486 679 1205 0 7319 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34112

[startup+0.700329 s]
/proc/loadavg: 2.02 2.01 1.92 2/175 13069
/proc/meminfo: memFree=1120552/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=58180 CPUtime=0.69 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 14098 0 0 0 68 1 0 0 25 0 1 0 980129017 59576320 13348 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 14545 13348 746 1205 0 13336 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58180

[startup+1.50118 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 13108
/proc/meminfo: memFree=934416/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=58180 CPUtime=1.49 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 14237 0 0 0 147 2 0 0 25 0 1 0 980129017 59576320 13482 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 14545 13482 751 1205 0 13336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58180

[startup+3.10087 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 13108
/proc/meminfo: memFree=931592/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=58180 CPUtime=3.09 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 14252 0 0 0 306 3 0 0 25 0 1 0 980129017 59576320 13492 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 14545 13492 753 1205 0 13336 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58180

[startup+6.30028 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 13108
/proc/meminfo: memFree=931028/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=58180 CPUtime=6.29 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 14263 0 0 0 623 6 0 0 25 0 1 0 980129017 59576320 13502 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 14545 13502 755 1205 0 13336 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58180

[startup+12.7011 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 13109
/proc/meminfo: memFree=847472/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=58304 CPUtime=12.69 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 17537 0 0 0 1258 11 0 0 25 0 1 0 980129017 59703296 13700 33554432000 4194304 9128323 140733682012304 18446744073709551615 5992730 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 14576 13700 756 1205 0 13367 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58304

[startup+25.5006 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 13109
/proc/meminfo: memFree=799824/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=58304 CPUtime=25.49 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 29560 0 0 0 2530 19 0 0 25 0 1 0 980129017 59703296 13707 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 14576 13707 756 1205 0 13367 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58304

[startup+51.1008 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 13110
/proc/meminfo: memFree=676968/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=63000 CPUtime=51.09 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 41138 0 0 0 5073 36 0 0 25 0 1 0 980129017 64512000 14878 33554432000 4194304 9128323 140733682012304 18446744073709551615 6857100 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 15750 14878 756 1205 0 14541 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63000

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 13111
/proc/meminfo: memFree=667852/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=71132 CPUtime=102.3 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 64287 0 0 0 10159 71 0 0 25 0 1 0 980129017 72839168 16902 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 17783 16902 756 1205 0 16574 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71132

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 13113
/proc/meminfo: memFree=660612/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=72964 CPUtime=162.29 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 84022 0 0 0 16114 115 0 0 25 0 1 0 980129017 74715136 17364 33554432000 4194304 9128323 140733682012304 18446744073709551615 4231483 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 18241 17364 756 1205 0 17032 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 72964

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 13114
/proc/meminfo: memFree=659804/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=76560 CPUtime=222.3 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 96148 0 0 0 22071 159 0 0 25 0 1 0 980129017 78397440 18144 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 19140 18144 756 1205 0 17931 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 76560

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 13116
/proc/meminfo: memFree=658396/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=78064 CPUtime=282.3 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 101684 0 0 0 28030 200 0 0 25 0 1 0 980129017 79937536 18509 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 19516 18509 756 1205 0 18307 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 78064

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 13117
/proc/meminfo: memFree=645452/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=81512 CPUtime=342.3 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 103868 0 0 0 33993 237 0 0 25 0 1 0 980129017 83468288 19391 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 20378 19391 756 1205 0 19169 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 81512

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 13119
/proc/meminfo: memFree=635104/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=82252 CPUtime=402.3 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 104035 0 0 0 39956 274 0 0 25 0 1 0 980129017 84226048 19558 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 20563 19558 756 1205 0 19354 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 82252

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 1.93 3/178 13121
/proc/meminfo: memFree=624876/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=83084 CPUtime=462.3 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 104248 0 0 0 45919 311 0 0 25 0 1 0 980129017 85078016 19771 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 20771 19771 756 1205 0 19562 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 83084

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/178 13122
/proc/meminfo: memFree=609564/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=84000 CPUtime=522.31 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 105798 0 0 0 51882 349 0 0 25 0 1 0 980129017 86016000 20037 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 21000 20037 756 1205 0 19791 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 84000

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 13124
/proc/meminfo: memFree=596220/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=84144 CPUtime=582.32 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 105823 0 0 0 57843 389 0 0 25 0 1 0 980129017 86163456 20062 33554432000 4194304 9128323 140733682012304 18446744073709551615 5984416 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 21036 20062 756 1205 0 19827 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 84144

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 13130
/proc/meminfo: memFree=525556/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=91648 CPUtime=822.32 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 109128 0 0 0 81697 535 0 0 25 0 1 0 980129017 93847552 21867 33554432000 4194304 9128323 140733682012304 18446744073709551615 7366230 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 22912 21867 756 1205 0 21703 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 91648

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13132
/proc/meminfo: memFree=510024/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=91852 CPUtime=882.33 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 109205 0 0 0 87661 572 0 0 25 0 1 0 980129017 94056448 21944 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 22963 21944 756 1205 0 21754 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 91852

[startup+942.301 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 13133
/proc/meminfo: memFree=490364/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=92164 CPUtime=942.33 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 109244 0 0 0 93628 605 0 0 25 0 1 0 980129017 94375936 21983 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 23041 21983 756 1205 0 21832 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 92164

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 13135
/proc/meminfo: memFree=469976/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=92164 CPUtime=1002.33 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 109257 0 0 0 99591 642 0 0 25 0 1 0 980129017 94375936 21996 33554432000 4194304 9128323 140733682012304 18446744073709551615 4219850 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 23041 21996 756 1205 0 21832 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 92164

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13137
/proc/meminfo: memFree=441644/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=92980 CPUtime=1062.33 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 109487 0 0 0 105556 677 0 0 25 0 1 0 980129017 95211520 22226 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 23245 22226 756 1205 0 22036 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 92980

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13138
/proc/meminfo: memFree=420488/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=93844 CPUtime=1122.33 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 109676 0 0 0 111519 714 0 0 25 0 1 0 980129017 96096256 22414 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 23461 22414 758 1205 0 22252 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 93844

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13140
/proc/meminfo: memFree=394160/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=96212 CPUtime=1182.34 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 110273 0 0 0 117489 745 0 0 25 0 1 0 980129017 98521088 23009 33554432000 4194304 9128323 140733682012304 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 24053 23009 756 1205 0 22844 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 96212

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13141
/proc/meminfo: memFree=373324/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=99224 CPUtime=1242.34 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 111048 0 0 0 123456 778 0 0 25 0 1 0 980129017 101605376 23784 33554432000 4194304 9128323 140733682012304 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 24806 23784 756 1205 0 23597 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 99224

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13143
/proc/meminfo: memFree=356288/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=100436 CPUtime=1302.34 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 111310 0 0 0 129425 809 0 0 25 0 1 0 980129017 102846464 24046 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 25109 24046 756 1205 0 23900 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 100436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13148
/proc/meminfo: memFree=338272/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=101192 CPUtime=1362.34 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 111490 0 0 0 135395 839 0 0 25 0 1 0 980129017 103620608 24226 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 25298 24226 756 1205 0 24089 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 101192

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13149
/proc/meminfo: memFree=318052/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=105368 CPUtime=1422.35 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 112538 0 0 0 141361 874 0 0 25 0 1 0 980129017 107896832 25274 33554432000 4194304 9128323 140733682012304 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 26342 25274 756 1205 0 25133 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 105368

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13151
/proc/meminfo: memFree=308356/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=105368 CPUtime=1482.35 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 112563 0 0 0 147327 908 0 0 25 0 1 0 980129017 107896832 25299 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 26342 25299 756 1205 0 25133 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 105368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13152
/proc/meminfo: memFree=293888/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=109672 CPUtime=1542.35 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 114387 0 0 0 153293 942 0 0 25 0 1 0 980129017 112304128 26369 33554432000 4194304 9128323 140733682012304 18446744073709551615 6525308 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 27418 26369 756 1205 0 26209 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 109672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13154
/proc/meminfo: memFree=282068/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=109672 CPUtime=1602.35 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 114387 0 0 0 159259 976 0 0 25 0 1 0 980129017 112304128 26369 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 27418 26369 756 1205 0 26209 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 109672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13156
/proc/meminfo: memFree=273444/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=109672 CPUtime=1662.36 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 114394 0 0 0 165228 1008 0 0 25 0 1 0 980129017 112304128 26376 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 27418 26376 756 1205 0 26209 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 109672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13157
/proc/meminfo: memFree=263812/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=109672 CPUtime=1722.35 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 114394 0 0 0 171196 1039 0 0 25 0 1 0 980129017 112304128 26376 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 27418 26376 756 1205 0 26209 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 109672

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 13159
/proc/meminfo: memFree=252576/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=109672 CPUtime=1782.36 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 114394 0 0 0 177162 1074 0 0 25 0 1 0 980129017 112304128 26376 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 27418 26376 756 1205 0 26209 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 109672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 13159
/proc/meminfo: memFree=251424/32950928 swapFree=67056212/67111528
[pid=13069] ppid=13067 vsize=109672 CPUtime=1800.06 cores=0,2,4,6
/proc/13069/stat : 13069 (scip-2.0.1.4.li) R 13067 13069 11872 0 -1 4202496 114394 0 0 0 178922 1084 0 0 25 0 1 0 980129017 112304128 26376 33554432000 4194304 9128323 140733682012304 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13069/statm: 27418 26376 756 1205 0 26209 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 109672

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.08
CPU user time (s): 1789.23
CPU system time (s): 10.8483
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 109672

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

runsolver used 2.6626 second user time and 5.60215 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 19:16:23
IDJOB=3447277
IDBENCH=78999
IDSOLVER=1944
FILE ID=node115/3447277-1307898983
RUNJOBID= node115-1307897170-12488
PBS_JOBID= 13559590
Free space on /var/tmp= 2872 MiB

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

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

MD5SUM BENCH= d52b3728da19986b004dc30001a23e20
RANDOM SEED=2077217434

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1120988 kB
Buffers:         54856 kB
Cached:       30793992 kB
SwapCached:       9240 kB
Active:       16002552 kB
Inactive:     14866892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1120988 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           12092 kB
Writeback:           0 kB
AnonPages:       18156 kB
Mapped:          13236 kB
Slab:           895636 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   221920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2860 MiB
End job on node115 at 2011-06-12 19:46:26