Trace number 3452361

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.11 1802.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

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-3452361-1307109659.opb>
0.19/0.20	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
0.59/0.61	o 0
0.59/0.61	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.59/0.61	c presolving:
2.21/2.23	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598560 impls, 2000 clqs
4.49/4.56	c    (4.6s) probing: 101/77294 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.49/4.56	c    (4.6s) probing aborted: 100/100 successive totally useless probings
4.49/4.56	c presolving (2 rounds):
4.49/4.56	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.49/4.56	c  598560 implications, 2000 cliques
4.49/4.56	c presolved problem has 77294 variables (77294 bin, 0 int, 0 impl, 0 cont) and 78295 constraints
4.49/4.56	c    3000 constraints of type <setppc>
4.49/4.56	c   75294 constraints of type <and>
4.49/4.56	c       1 constraints of type <linear>
4.49/4.56	c transformed objective value is always integral (scale: 1)
4.49/4.56	c Presolving Time: 4.33
4.49/4.56	c - non default parameters ----------------------------------------------------------------------
4.49/4.56	c # SCIP version 2.0.1.4
4.49/4.56	c 
4.49/4.56	c # frequency for displaying node information lines
4.49/4.56	c # [type: int, range: [-1,2147483647], default: 100]
4.49/4.56	c display/freq = 10000
4.49/4.56	c 
4.49/4.56	c # maximal time in seconds to run
4.49/4.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.56	c limits/time = 1800
4.49/4.56	c 
4.49/4.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.49/4.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.49/4.56	c limits/memory = 13950
4.49/4.56	c 
4.49/4.56	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.49/4.56	c # [type: int, range: [1,2], default: 1]
4.49/4.56	c timing/clocktype = 2
4.49/4.56	c 
4.49/4.56	c # belongs reading time to solving time?
4.49/4.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.56	c timing/reading = TRUE
4.49/4.56	c 
4.49/4.56	c # should presolving try to simplify inequalities
4.49/4.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.56	c constraints/linear/simplifyinequalities = TRUE
4.49/4.56	c 
4.49/4.56	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.49/4.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.56	c constraints/indicator/addCouplingCons = TRUE
4.49/4.56	c 
4.49/4.56	c # should presolving try to simplify knapsacks
4.49/4.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.49/4.56	c constraints/knapsack/simplifyinequalities = TRUE
4.49/4.56	c 
4.49/4.56	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.49/4.56	c # [type: int, range: [-1,2147483647], default: -1]
4.49/4.56	c separating/rapidlearning/freq = 0
4.49/4.56	c 
4.49/4.56	c -----------------------------------------------------------------------------------------------
4.49/4.56	c start solving
4.49/4.58	c 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 1.10 1.66 1.87 4/513 19290
/proc/meminfo: memFree=21808416/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=12268 CPUtime=0.01 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 2071 0 0 0 1 0 0 0 20 0 1 0 803381586 12562432 2025 33554432000 4194304 9128323 140736470442352 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19290/statm: 3067 2025 401 1205 0 1858 0

[startup+0.0917569 s]
/proc/loadavg: 1.10 1.66 1.87 4/513 19290
/proc/meminfo: memFree=21808416/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=17072 CPUtime=0.09 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 3256 0 0 0 9 0 0 0 20 0 1 0 803381586 17481728 3210 33554432000 4194304 9128323 140736470442352 18446744073709551615 7998287 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19290/statm: 4268 3210 401 1205 0 3059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17072

[startup+0.100755 s]
/proc/loadavg: 1.10 1.66 1.87 4/513 19290
/proc/meminfo: memFree=21808416/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=17336 CPUtime=0.09 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 3338 0 0 0 9 0 0 0 20 0 1 0 803381586 17752064 3292 33554432000 4194304 9128323 140736470442352 18446744073709551615 6890131 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19290/statm: 4334 3292 401 1205 0 3125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17336

[startup+0.300731 s]
/proc/loadavg: 1.10 1.66 1.87 4/513 19290
/proc/meminfo: memFree=21808416/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=70528 CPUtime=0.29 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 16344 0 0 0 28 1 0 0 21 0 1 0 803381586 72220672 16296 33554432000 4194304 9128323 140736470442352 18446744073709551615 7998254 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 17632 16296 475 1205 0 16423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70528

[startup+0.700656 s]
/proc/loadavg: 1.10 1.66 1.87 4/513 19290
/proc/meminfo: memFree=21808416/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=157632 CPUtime=0.69 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 39114 0 0 0 66 3 0 0 22 0 1 0 803381586 161415168 38026 33554432000 4194304 9128323 140736470442352 18446744073709551615 8008925 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 39408 38026 498 1205 0 38199 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 157632

[startup+1.50049 s]
/proc/loadavg: 1.10 1.66 1.87 4/516 19293
/proc/meminfo: memFree=21521828/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=172256 CPUtime=1.49 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 42765 0 0 0 145 4 0 0 25 0 1 0 803381586 176390144 41677 33554432000 4194304 9128323 140736470442352 18446744073709551615 18446744073699065947 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 43064 41677 498 1205 0 41855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172256

[startup+3.1002 s]
/proc/loadavg: 1.10 1.66 1.87 4/515 19301
/proc/meminfo: memFree=21482512/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=205564 CPUtime=3.09 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 52950 0 0 0 304 5 0 0 25 0 1 0 803381586 210497536 50029 33554432000 4194304 9128323 140736470442352 18446744073709551615 8008925 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 51391 50029 526 1205 0 50182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205564

[startup+6.30059 s]
/proc/loadavg: 1.25 1.68 1.87 4/515 19301
/proc/meminfo: memFree=21136676/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=558976 CPUtime=6.3 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 141025 0 0 0 615 15 0 0 25 0 1 0 803381586 572391424 132811 33554432000 4194304 9128323 140736470442352 18446744073709551615 7380742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 139744 132811 843 1205 0 138535 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 558976

[startup+12.7004 s]
/proc/loadavg: 1.31 1.69 1.88 4/515 19302
/proc/meminfo: memFree=21086704/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=615052 CPUtime=12.69 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 154419 0 0 0 1251 18 0 0 25 0 1 0 803381586 629813248 144353 33554432000 4194304 9128323 140736470442352 18446744073709551615 7077395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 153763 144353 745 1205 0 152554 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 615052

[startup+25.501 s]
/proc/loadavg: 1.46 1.70 1.88 4/515 19302
/proc/meminfo: memFree=21051940/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=638324 CPUtime=25.5 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 162036 0 0 0 2529 21 0 0 25 0 1 0 803381586 653643776 151471 33554432000 4194304 9128323 140736470442352 18446744073709551615 7315582 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 159581 151471 1038 1205 0 158372 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 638324

[startup+51.1011 s]
/proc/loadavg: 1.65 1.72 1.88 4/515 19303
/proc/meminfo: memFree=21037312/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=638324 CPUtime=51.09 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 163953 0 0 0 5086 23 0 0 25 0 1 0 803381586 653643776 153089 33554432000 4194304 9128323 140736470442352 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 159581 153089 768 1205 0 158372 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 638324

[startup+102.32 s]
/proc/loadavg: 1.84 1.76 1.88 4/515 19304
/proc/meminfo: memFree=20928984/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=660516 CPUtime=102.3 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 169581 0 0 0 10205 25 0 0 25 0 1 0 803381586 676368384 158653 33554432000 4194304 9128323 140736470442352 18446744073709551615 7316182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 165129 158653 743 1205 0 163920 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 660516

[startup+162.301 s]
/proc/loadavg: 1.94 1.80 1.89 4/515 19306
/proc/meminfo: memFree=20924112/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=660516 CPUtime=162.29 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 169619 0 0 0 16201 28 0 0 25 0 1 0 803381586 676368384 158691 33554432000 4194304 9128323 140736470442352 18446744073709551615 7384841 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 165129 158691 776 1205 0 163920 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 660516

[startup+222.301 s]
/proc/loadavg: 1.98 1.84 1.90 4/515 19307
/proc/meminfo: memFree=20926052/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=660516 CPUtime=222.29 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 169659 0 0 0 22199 30 0 0 25 0 1 0 803381586 676368384 158695 33554432000 4194304 9128323 140736470442352 18446744073709551615 7315076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 165129 158695 740 1205 0 163920 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 660516

[startup+282.3 s]
/proc/loadavg: 1.99 1.86 1.90 4/515 19309
/proc/meminfo: memFree=20924016/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=665016 CPUtime=282.3 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 170333 0 0 0 28198 32 0 0 25 0 1 0 803381586 680976384 159336 33554432000 4194304 9128323 140736470442352 18446744073709551615 7284961 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 166254 159336 707 1205 0 165045 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 665016

[startup+342.301 s]
/proc/loadavg: 1.99 1.89 1.91 4/515 19310
/proc/meminfo: memFree=20924088/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=665016 CPUtime=342.3 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 170337 0 0 0 34196 34 0 0 25 0 1 0 803381586 680976384 159340 33554432000 4194304 9128323 140736470442352 18446744073709551615 7327993 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 166254 159340 707 1205 0 165045 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 665016

[startup+402.301 s]
/proc/loadavg: 2.16 1.96 1.93 4/515 19312
/proc/meminfo: memFree=20923920/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=665016 CPUtime=402.3 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 170404 0 0 0 40194 36 0 0 25 0 1 0 803381586 680976384 159344 33554432000 4194304 9128323 140736470442352 18446744073709551615 7315689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 166254 159344 644 1205 0 165045 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 665016

[startup+462.3 s]
/proc/loadavg: 2.13 2.00 1.94 4/515 19314
/proc/meminfo: memFree=20924124/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=665016 CPUtime=462.3 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 170406 0 0 0 46193 37 0 0 25 0 1 0 803381586 680976384 159346 33554432000 4194304 9128323 140736470442352 18446744073709551615 7284961 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 166254 159346 644 1205 0 165045 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 665016

[startup+522.301 s]
/proc/loadavg: 2.05 2.00 1.94 4/515 19315
/proc/meminfo: memFree=20903264/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=684696 CPUtime=522.31 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 175531 0 0 0 52191 40 0 0 25 0 1 0 803381586 701128704 164471 33554432000 4194304 9128323 140736470442352 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 171174 164471 644 1205 0 169965 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 684696

[startup+582.301 s]
/proc/loadavg: 2.02 2.00 1.94 4/515 19317
/proc/meminfo: memFree=20903484/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=684696 CPUtime=582.31 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 175535 0 0 0 58189 42 0 0 25 0 1 0 803381586 701128704 164475 33554432000 4194304 9128323 140736470442352 18446744073709551615 7357372 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 171174 164475 644 1205 0 169965 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 684696

[startup+642.3 s]

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

/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177386 0 0 0 100177 55 0 0 25 0 1 0 803381586 709713920 166326 33554432000 4194304 9128323 140736470442352 18446744073709551615 7357874 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166326 644 1205 0 172061 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 693080

[startup+1062.3 s]
/proc/loadavg: 2.02 2.04 1.97 4/515 19330
/proc/meminfo: memFree=20895792/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1062.33 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177388 0 0 0 106176 57 0 0 25 0 1 0 803381586 709713920 166328 33554432000 4194304 9128323 140736470442352 18446744073709551615 7357375 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166328 644 1205 0 172061 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 693080

[startup+1122.3 s]
/proc/loadavg: 2.01 2.03 1.97 4/515 19331
/proc/meminfo: memFree=20895628/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1122.32 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177390 0 0 0 112174 58 0 0 25 0 1 0 803381586 709713920 166330 33554432000 4194304 9128323 140736470442352 18446744073709551615 7327943 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166330 644 1205 0 172061 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 693080

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.97 4/515 19333
/proc/meminfo: memFree=20894856/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1182.33 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177392 0 0 0 118173 60 0 0 25 0 1 0 803381586 709713920 166332 33554432000 4194304 9128323 140736470442352 18446744073709551615 7315631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166332 644 1205 0 172061 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 693080

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 1.97 4/515 19334
/proc/meminfo: memFree=20893328/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1242.33 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177394 0 0 0 124170 63 0 0 25 0 1 0 803381586 709713920 166334 33554432000 4194304 9128323 140736470442352 18446744073709551615 7284961 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166334 644 1205 0 172061 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 693080

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.97 4/515 19336
/proc/meminfo: memFree=20893404/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1302.35 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177396 0 0 0 130170 65 0 0 25 0 1 0 803381586 709713920 166336 33554432000 4194304 9128323 140736470442352 18446744073709551615 6941927 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166336 644 1205 0 172061 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 693080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 4/515 19338
/proc/meminfo: memFree=20895476/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1362.33 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177398 0 0 0 136167 66 0 0 25 0 1 0 803381586 709713920 166338 33554432000 4194304 9128323 140736470442352 18446744073709551615 7357384 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166338 644 1205 0 172061 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 693080

[startup+1422.32 s]
/proc/loadavg: 2.00 2.00 1.97 4/515 19339
/proc/meminfo: memFree=20895436/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1422.35 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177400 0 0 0 142167 68 0 0 25 0 1 0 803381586 709713920 166340 33554432000 4194304 9128323 140736470442352 18446744073709551615 7382155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166340 644 1205 0 172061 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 693080

[startup+1482.3 s]
/proc/loadavg: 2.22 2.06 1.99 4/515 19344
/proc/meminfo: memFree=20894396/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1482.34 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 148164 70 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 8008980 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 693080

[startup+1542.3 s]
/proc/loadavg: 2.08 2.05 1.99 4/515 19345
/proc/meminfo: memFree=20895744/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1542.34 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 154162 72 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 7357901 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 693080

[startup+1602.3 s]
/proc/loadavg: 2.03 2.04 1.99 4/515 19347
/proc/meminfo: memFree=20895684/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1602.35 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 160161 74 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 693080

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 1.99 4/515 19349
/proc/meminfo: memFree=20895632/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1662.35 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 166159 76 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 7284969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 693080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.99 4/515 19350
/proc/meminfo: memFree=20895708/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1722.35 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 172157 78 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 7244743 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 693080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.99 4/515 19352
/proc/meminfo: memFree=20892828/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1782.35 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 178156 79 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 7316079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 693080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.99 4/515 19352
/proc/meminfo: memFree=20894304/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1800.07 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 179927 80 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 7357424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 693080

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19290

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 1.99 2/514 19354
/proc/meminfo: memFree=21136228/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1801.45 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 180065 80 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 7285023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 693080

[startup+1801.82 s]
/proc/loadavg: 2.00 2.01 1.99 2/514 19354
/proc/meminfo: memFree=21136716/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1801.87 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 180107 80 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 7315684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 693080

[startup+1802 s]
/proc/loadavg: 2.00 2.01 1.99 2/514 19354
/proc/meminfo: memFree=21136716/32951124 swapFree=62999000/67111528
[pid=19290] ppid=19286 vsize=693080 CPUtime=1802.05 cores=1,3,5,7
/proc/19290/stat : 19290 (scip-2.0.1.4.li) R 19286 19290 17882 0 -1 4202496 177402 0 0 0 180125 80 0 0 25 0 1 0 803381586 709713920 166342 33554432000 4194304 9128323 140736470442352 18446744073709551615 7282676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19290/statm: 173270 166342 644 1205 0 172061 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 693080

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.05
CPU time (s): 1802.11
CPU user time (s): 1801.28
CPU system time (s): 0.829873
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 693080

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

runsolver used 8.80866 second user time and 23.2745 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-03 16:01:00
IDJOB=3452361
IDBENCH=48225
IDSOLVER=1949
FILE ID=node141/3452361-1307109659
RUNJOBID= node141-1307109659-19272
PBS_JOBID= 13497991
Free space on /tmp= 73888 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_3.opb
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 /tmp/evaluation-result-3452361-1307109659/watcher-3452361-1307109659 -o /tmp/evaluation-result-3452361-1307109659/solver-3452361-1307109659 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452361-1307109659.opb -t 1800 -m 15500

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=1186026236

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21808852 kB
Buffers:        248200 kB
Cached:         642384 kB
SwapCached:       8848 kB
Active:       10328096 kB
Inactive:       548312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21808852 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:           26392 kB
Writeback:           0 kB
AnonPages:     9982876 kB
Mapped:          24732 kB
Slab:           125536 kB
PageTables:      69940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150650704 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 /tmp at the end= 73876 MiB
End job on node141 at 2011-06-03 16:31:02