Trace number 2665218

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.04 1802.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_5.opb
MD5SUM2dd6cc5a7b1f8311eff7b566cf3505ea
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6270
Sum of products size (including duplicates)12540
Number of different products6270
Sum of products size12540

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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2665218-1276658397.opb>
0.00/0.06	c original problem has 6770 variables (6770 bin, 0 int, 0 impl, 0 cont) and 6770 constraints
0.00/0.06	c problem read
0.00/0.06	c presolving settings loaded
0.09/0.15	c presolving:
0.39/0.49	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 181502 impls, 0 clqs
0.89/0.91	c    (0.7s) probing: 101/6770 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.91	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.89/0.91	c presolving (2 rounds):
0.89/0.91	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.91	c  181502 implications, 0 cliques
0.89/0.91	c presolved problem has 6770 variables (6770 bin, 0 int, 0 impl, 0 cont) and 6770 constraints
0.89/0.91	c    6270 constraints of type <and>
0.89/0.91	c     500 constraints of type <logicor>
0.89/0.91	c transformed objective value is always integral (scale: 1)
0.89/0.91	c Presolving Time: 0.64
0.89/0.91	c - non default parameters ----------------------------------------------------------------------
0.89/0.91	c # SCIP version 1.2.1.2
0.89/0.91	c 
0.89/0.91	c # frequency for displaying node information lines
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.91	c display/freq = 10000
0.89/0.91	c 
0.89/0.91	c # maximal time in seconds to run
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/time = 1799.94
0.89/0.91	c 
0.89/0.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/memory = 1620
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify inequalities
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/linear/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify knapsacks
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c heuristics/undercover/freq = 0
0.89/0.91	c 
0.89/0.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c separating/rapidlearning/freq = 0
0.89/0.91	c 
0.89/0.91	c -----------------------------------------------------------------------------------------------
0.89/0.91	c start solving
0.89/0.92	c 
0.99/1.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.08	c   0.8s|     1 |     0 |  1000 |     - |  33M|   0 |1000 |6770 |6770 |6770 |  13k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.16	o 116
1.10/1.16	c s 0.9s|     1 |     0 |  1000 |     - |  33M|   0 |1000 |6770 |6770 |6770 |  13k|   0 |   0 |   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
4.69/4.72	c   4.1s|     1 |     0 |  2500 |     - |  34M|   0 |1000 |6770 |6770 |6770 |  14k|1000 |   0 |   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
4.79/4.80	o 111
4.79/4.80	c s 4.2s|     1 |     0 |  2500 |     - |  34M|   0 |1000 |6770 |6770 |6770 |  14k|1000 |   0 |   0 | 0.000000e+00 | 1.110000e+02 |    Inf 
5.99/6.08	c   5.5s|     1 |     0 |  4002 |     - |  34M|   0 |1000 |6770 |6770 |6770 |  15k|2003 |   0 |   0 | 0.000000e+00 | 1.110000e+02 |    Inf 
6.09/6.17	o 101
6.09/6.17	c s 5.5s|     1 |     0 |  4002 |     - |  34M|   0 |1000 |6770 |6770 |6770 |  15k|2003 |   0 |   0 | 0.000000e+00 | 1.010000e+02 |    Inf 
7.49/7.57	c   6.9s|     1 |     0 |  5502 |     - |  35M|   0 |1000 |6770 |6770 |6770 |  16k|3003 |   0 |   0 | 0.000000e+00 | 1.010000e+02 |    Inf 
7.60/7.66	o 94
7.60/7.66	c s 7.0s|     1 |     0 |  5502 |     - |  35M|   0 |1000 |6770 |6770 |6770 |  16k|3003 |   0 |   0 | 0.000000e+00 | 9.400000e+01 |    Inf 
9.19/9.25	c   8.6s|     1 |     0 |  7002 |     - |  35M|   0 |1000 |6770 |6770 |6770 |  17k|4003 |   0 |   0 | 0.000000e+00 | 9.400000e+01 |    Inf 
9.29/9.34	o 89
9.29/9.34	c s 8.7s|     1 |     0 |  7002 |     - |  35M|   0 |1000 |6770 |6770 |6770 |  17k|4003 |   0 |   0 | 0.000000e+00 | 8.900000e+01 |    Inf 
15.29/15.36	c  14.6s|     1 |     0 | 11495 |     - |  36M|   0 |2338 |6770 |6770 |6770 |  18k|5003 |   0 |   0 | 2.749026e+01 | 8.900000e+01 | 223.75%
33.58/33.63	c  32.8s|     1 |     0 | 17588 |     - |  38M|   0 |3157 |6770 |6770 |6770 |  18k|5582 |   0 |   0 | 3.362623e+01 | 8.900000e+01 | 164.67%
80.36/80.46	c  79.4s|     1 |     0 | 22596 |     - |  38M|   0 |3577 |6770 |6770 |6770 |  18k|5803 |   0 |   0 | 3.554436e+01 | 8.900000e+01 | 150.39%
103.95/104.02	c   103s|     1 |     0 | 26050 |     - |  38M|   0 |4012 |6770 |6770 |6770 |  18k|5930 |   0 |   0 | 3.633079e+01 | 8.900000e+01 | 144.97%
128.95/129.05	c   128s|     1 |     0 | 28237 |     - |  38M|   0 |4235 |6770 |6770 |6770 |  19k|5998 |   0 |   0 | 3.654172e+01 | 8.900000e+01 | 143.56%
153.85/153.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.85/153.98	c   152s|     1 |     0 | 29425 |     - |  38M|   0 |4238 |6770 |6770 |6770 |  19k|6044 |   0 |   0 | 3.659977e+01 | 8.900000e+01 | 143.17%
178.83/178.91	c   177s|     1 |     0 | 30969 |     - |  36M|   0 |4349 |6770 |6770 |6770 |7137 |6071 |   0 |   0 | 3.666034e+01 | 8.900000e+01 | 142.77%
185.74/185.87	c   184s|     1 |     0 | 31438 |     - |  36M|   0 |4372 |6770 |6770 |6770 |7153 |6087 |   0 |   0 | 3.668203e+01 | 8.900000e+01 | 142.63%
192.34/192.43	c   191s|     1 |     0 | 31650 |     - |  36M|   0 |4434 |6770 |6770 |6770 |7219 |6153 |   0 |   0 | 3.668351e+01 | 8.900000e+01 | 142.62%
199.73/199.80	c   198s|     1 |     0 | 32124 |     - |  36M|   0 |4418 |6770 |6770 |6770 |7240 |6174 |   0 |   0 | 3.669445e+01 | 8.900000e+01 | 142.54%
206.33/206.44	c   205s|     1 |     0 | 32203 |     - |  36M|   0 |4441 |6770 |6770 |6770 |7279 |6213 |   0 |   0 | 3.669455e+01 | 8.900000e+01 | 142.54%
212.72/212.85	c   211s|     1 |     0 | 32212 |     - |  36M|   0 |4443 |6770 |6770 |6770 |7288 |6222 |   0 |   0 | 3.669455e+01 | 8.900000e+01 | 142.54%
219.22/219.36	c   218s|     1 |     0 | 32219 |     - |  36M|   0 |4442 |6770 |6770 |6770 |6402 |6227 |   0 |   0 | 3.669455e+01 | 8.900000e+01 | 142.54%
224.52/224.63	c   223s|     1 |     0 | 32225 |     - |  36M|   0 |4443 |6770 |6770 |6770 |6408 |6233 |   0 |   0 | 3.669455e+01 | 8.900000e+01 | 142.54%
229.83/229.91	c   228s|     1 |     0 | 32229 |     - |  36M|   0 |4443 |6770 |6770 |6770 |6412 |6237 |   0 |   0 | 3.669455e+01 | 8.900000e+01 | 142.54%
254.02/254.13	c   252s|     1 |     2 | 32229 |     - |  36M|   0 |4443 |6770 |6770 |6770 |6412 |6237 |   0 |  15 | 3.669455e+01 | 8.900000e+01 | 142.54%
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665218-1276658397/watcher-2665218-1276658397 -o /tmp/evaluation-result-2665218-1276658397/solver-2665218-1276658397 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665218-1276658397.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13533
/proc/meminfo: memFree=1772008/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=9288 CPUtime=0
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1097 0 0 0 0 0 0 0 25 0 1 0 7133844 9510912 1018 1992294400 4194304 9819077 140734654272560 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13533/statm: 2322 1026 371 1374 0 943 0

[startup+0.083203 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13533
/proc/meminfo: memFree=1772008/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=26240 CPUtime=0.08
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 5655 0 0 0 6 2 0 0 25 0 1 0 7133844 26869760 5223 1992294400 4194304 9819077 140734654272560 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 6560 5235 428 1374 0 5181 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26240

[startup+0.101205 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13533
/proc/meminfo: memFree=1772008/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=30216 CPUtime=0.09
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 6871 0 0 0 7 2 0 0 25 0 1 0 7133844 30941184 6438 1992294400 4194304 9819077 140734654272560 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 7554 6438 431 1374 0 6175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30216

[startup+0.301226 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13533
/proc/meminfo: memFree=1772008/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=42444 CPUtime=0.29
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 9874 0 0 0 26 3 0 0 25 0 1 0 7133844 43462656 9184 1992294400 4194304 9819077 140734654272560 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 10611 9184 473 1374 0 9232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42444

[startup+0.701267 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13533
/proc/meminfo: memFree=1772008/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=42716 CPUtime=0.69
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 10831 0 0 0 52 17 0 0 25 0 1 0 7133844 43741184 9370 1992294400 4194304 9819077 140734654272560 18446744073709551615 4783062 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 10679 9370 507 1374 0 9300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42716

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13534
/proc/meminfo: memFree=1720912/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=73904 CPUtime=1.49
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 20655 0 0 0 127 22 0 0 25 0 1 0 7133844 75677696 15654 1992294400 4194304 9819077 140734654272560 18446744073709551615 5716590 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 18476 15654 659 1374 0 17097 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73904

[startup+3.10052 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13534
/proc/meminfo: memFree=1711240/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=102944 CPUtime=3.09
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 29360 0 0 0 257 52 0 0 25 0 1 0 7133844 105414656 22554 1992294400 4194304 9819077 140734654272560 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 25736 22554 687 1374 0 24357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102944

[startup+6.30086 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13534
/proc/meminfo: memFree=1709380/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=78860 CPUtime=6.29
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 32881 0 0 0 573 56 0 0 25 0 1 0 7133844 80752640 16481 1992294400 4194304 9819077 140734654272560 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 19715 16481 707 1374 0 18336 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78860

[startup+12.7005 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13534
/proc/meminfo: memFree=1703924/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=84400 CPUtime=12.68
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 40378 0 0 0 1206 62 0 0 25 0 1 0 7133844 86425600 17443 1992294400 4194304 9819077 140734654272560 18446744073709551615 7235123 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 21100 17443 693 1374 0 19721 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84400

[startup+25.5009 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13534
/proc/meminfo: memFree=1695988/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=95688 CPUtime=25.49
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 50488 0 0 0 2478 71 0 0 25 0 1 0 7133844 97984512 19376 1992294400 4194304 9819077 140734654272560 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23922 19376 694 1374 0 22543 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95688

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13534
/proc/meminfo: memFree=1696484/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=96428 CPUtime=51.06
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 64355 0 0 0 5023 83 0 0 25 0 1 0 7133844 98742272 19431 1992294400 4194304 9819077 140734654272560 18446744073709551615 6055274 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24107 19431 694 1374 0 22728 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 96428

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13536
/proc/meminfo: memFree=1694872/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=97616 CPUtime=102.26
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 95294 0 0 0 10116 110 0 0 25 0 1 0 7133844 99958784 19936 1992294400 4194304 9819077 140734654272560 18446744073709551615 7295962 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24404 19936 694 1374 0 23025 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 97616

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13538
/proc/meminfo: memFree=1694872/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=98300 CPUtime=162.24
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 117999 0 0 0 16086 138 0 0 25 0 1 0 7133844 100659200 19717 1992294400 4194304 9819077 140734654272560 18446744073709551615 6043636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24575 19717 694 1374 0 23196 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 98300

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13540
/proc/meminfo: memFree=1699088/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=84240 CPUtime=222.22
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 136179 0 0 0 22062 160 0 0 25 0 1 0 7133844 86261760 18728 1992294400 4194304 9819077 140734654272560 18446744073709551615 7311682 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 21060 18728 701 1374 0 19681 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 84240

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13540
/proc/meminfo: memFree=1698592/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=95232 CPUtime=282.21
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 205621 0 0 0 28017 204 0 0 25 0 1 0 7133844 97517568 18846 1992294400 4194304 9819077 140734654272560 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23808 18846 722 1374 0 22429 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 95232

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13542
/proc/meminfo: memFree=1697476/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=96744 CPUtime=342.2
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 283656 0 0 0 33972 248 0 0 25 0 1 0 7133844 99065856 19288 1992294400 4194304 9819077 140734654272560 18446744073709551615 6397717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24186 19288 723 1374 0 22807 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 96744

[startup+402.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/106 13544
/proc/meminfo: memFree=1696360/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=97404 CPUtime=402.18
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 358861 0 0 0 39924 294 0 0 25 0 1 0 7133844 99741696 19385 1992294400 4194304 9819077 140734654272560 18446744073709551615 6397701 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24351 19385 723 1374 0 22972 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 97404

[startup+462.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/106 13546
/proc/meminfo: memFree=1698220/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=87276 CPUtime=462.17
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 434100 0 0 0 45873 344 0 0 25 0 1 0 7133844 89370624 18935 1992294400 4194304 9819077 140734654272560 18446744073709551615 6674400 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 21819 18935 723 1374 0 20440 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 87276

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13548
/proc/meminfo: memFree=1698220/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=87896 CPUtime=522.15
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 508703 0 0 0 51824 391 0 0 25 0 1 0 7133844 90005504 19234 1992294400 4194304 9819077 140734654272560 18446744073709551615 7583090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 21974 19234 723 1374 0 20595 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 87896

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13548
/proc/meminfo: memFree=1696856/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=98200 CPUtime=582.13
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 583831 0 0 0 57773 440 0 0 25 0 1 0 7133844 100556800 19121 1992294400 4194304 9819077 140734654272560 18446744073709551615 7311680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24550 19121 723 1374 0 23171 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 98200

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13550
/proc/meminfo: memFree=1697352/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=99204 CPUtime=642.12
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 670890 0 0 0 63715 497 0 0 25 0 1 0 7133844 101584896 19166 1992294400 4194304 9819077 140734654272560 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24801 19166 723 1374 0 23422 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 99204

[startup+702.302 s]

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

/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1404997 0 0 0 105304 897 0 0 25 0 1 0 7133844 108404736 20348 1992294400 4194304 9819077 140734654272560 18446744073709551615 7309077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 26466 20348 723 1374 0 25087 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 105864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13567
/proc/meminfo: memFree=1693384/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=94588 CPUtime=1121.99
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1494789 0 0 0 111248 951 0 0 25 0 1 0 7133844 96858112 20003 1992294400 4194304 9819077 140734654272560 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23647 20003 723 1374 0 22268 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 94588

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13567
/proc/meminfo: memFree=1691276/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=95096 CPUtime=1181.97
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1568201 0 0 0 117208 989 0 0 25 0 1 0 7133844 97378304 20552 1992294400 4194304 9819077 140734654272560 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23774 20552 723 1374 0 22395 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 95096

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13569
/proc/meminfo: memFree=1692392/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=95124 CPUtime=1241.96
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1658036 0 0 0 123156 1040 0 0 25 0 1 0 7133844 97406976 20219 1992294400 4194304 9819077 140734654272560 18446744073709551615 7289494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23781 20219 723 1374 0 22402 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 95124

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13571
/proc/meminfo: memFree=1691772/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=94904 CPUtime=1301.95
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1739944 0 0 0 129098 1097 0 0 25 0 1 0 7133844 97181696 20367 1992294400 4194304 9819077 140734654272560 18446744073709551615 6697384 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23726 20367 723 1374 0 22347 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 94904

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13573
/proc/meminfo: memFree=1693136/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=94428 CPUtime=1361.93
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1816001 0 0 0 135039 1154 0 0 25 0 1 0 7133844 96694272 20061 1992294400 4194304 9819077 140734654272560 18446744073709551615 7292354 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23607 20061 723 1374 0 22228 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 94428

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13575
/proc/meminfo: memFree=1692268/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=94864 CPUtime=1421.92
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1898283 0 0 0 140986 1206 0 0 25 0 1 0 7133844 97140736 20239 1992294400 4194304 9819077 140734654272560 18446744073709551615 7292354 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23716 20239 723 1374 0 22337 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 94864

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13575
/proc/meminfo: memFree=1692020/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=94928 CPUtime=1481.9
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 1994322 0 0 0 146929 1261 0 0 25 0 1 0 7133844 97206272 20286 1992294400 4194304 9819077 140734654272560 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23732 20286 723 1374 0 22353 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 94928

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13577
/proc/meminfo: memFree=1692764/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=96040 CPUtime=1541.88
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2094025 0 0 0 152879 1309 0 0 25 0 1 0 7133844 98344960 20358 1992294400 4194304 9819077 140734654272560 18446744073709551615 7308997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24010 20358 723 1374 0 22631 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 96040

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13579
/proc/meminfo: memFree=1691896/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=92408 CPUtime=1601.87
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2256352 0 0 0 158791 1396 0 0 25 0 1 0 7133844 94625792 20231 1992294400 4194304 9819077 140734654272560 18446744073709551615 6372170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23102 20233 723 1374 0 21723 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 92408

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13581
/proc/meminfo: memFree=1688796/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=110396 CPUtime=1661.85
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2360127 0 0 0 164734 1451 0 0 25 0 1 0 7133844 113045504 21200 1992294400 4194304 9819077 140734654272560 18446744073709551615 6674455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 27599 21200 723 1374 0 26220 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 110396

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13583
/proc/meminfo: memFree=1689168/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=95484 CPUtime=1721.83
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2512360 0 0 0 170658 1525 0 0 25 0 1 0 7133844 97775616 20819 1992294400 4194304 9819077 140734654272560 18446744073709551615 6372188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 23871 20825 723 1374 0 22492 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 95484

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13583
/proc/meminfo: memFree=1687556/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=99564 CPUtime=1781.82
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2626957 0 0 0 176593 1589 0 0 25 0 1 0 7133844 101953536 21279 1992294400 4194304 9819077 140734654272560 18446744073709551615 7302705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 24891 21279 723 1374 0 23512 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 99564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 13585
/proc/meminfo: memFree=1687432/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=100268 CPUtime=1800.02
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2658732 0 0 0 178396 1606 0 0 25 0 1 0 7133844 102674432 21321 1992294400 4194304 9819077 140734654272560 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 25067 21321 723 1374 0 23688 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 100268

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13533

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13586
/proc/meminfo: memFree=1687424/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=100268 CPUtime=1800.92
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2658732 0 0 0 178486 1606 0 0 25 0 1 0 7133844 102674432 21321 1992294400 4194304 9819077 140734654272560 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 25067 21321 723 1374 0 23688 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 100268

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13586
/proc/meminfo: memFree=1687424/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=100268 CPUtime=1801.72
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2658732 0 0 0 178566 1606 0 0 25 0 1 0 7133844 102674432 21321 1992294400 4194304 9819077 140734654272560 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 25067 21321 723 1374 0 23688 0
Current children cumulated CPU time (s) 1801.72
Current children cumulated vsize (KiB) 100268

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13586
/proc/meminfo: memFree=1687424/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=100456 CPUtime=1801.91
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2659049 0 0 0 178585 1606 0 0 25 0 1 0 7133844 102866944 21524 1992294400 4194304 9819077 140734654272560 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 25114 21524 723 1374 0 23735 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 100456

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13586
/proc/meminfo: memFree=1687424/2059040 swapFree=4192956/4192956
[pid=13533] ppid=13531 vsize=100456 CPUtime=1802.01
/proc/13533/stat : 13533 (pbscip.linux.x8) R 13531 13533 12710 0 -1 4202496 2659179 0 0 0 178595 1606 0 0 25 0 1 0 7133844 102866944 21654 1992294400 4194304 9819077 140734654272560 18446744073709551615 6674352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13533/statm: 25114 21654 723 1374 0 23735 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 100456

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.52
CPU time (s): 1802.04
CPU user time (s): 1785.97
CPU system time (s): 16.0746
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 110460

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

runsolver used 2.84957 second user time and 8.63669 second system time

The end

Launcher Data

Begin job on node081 at 2010-06-16 05:19:57
IDJOB=2665218
IDBENCH=48161
IDSOLVER=1168
FILE ID=node081/2665218-1276658397
PBS_JOBID= 11172460
Free space on /tmp= 121808 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665218-1276658397/watcher-2665218-1276658397 -o /tmp/evaluation-result-2665218-1276658397/solver-2665218-1276658397 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665218-1276658397.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2dd6cc5a7b1f8311eff7b566cf3505ea
RANDOM SEED=1864765830

node081.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1772536 kB
Buffers:         19448 kB
Cached:         142240 kB
SwapCached:          0 kB
Active:         122132 kB
Inactive:        99068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1772536 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6364 kB
Writeback:           0 kB
AnonPages:       59532 kB
Mapped:          15436 kB
Slab:            43560 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 121804 MiB
End job on node081 at 2010-06-16 05:50:00