Trace number 3743789

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.11 1802.47

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMe3e5085cf85b7ad1bb71a480e0fb63c6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68687
Best CPU time to get the best result obtained on this benchmark1801.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 502137472
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 502137472
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3743789-1338793891.opb>
4.98/5.05	c original problem has 399113 variables (399113 bin, 0 int, 0 impl, 0 cont) and 400980 constraints
4.98/5.05	c problem read
4.98/5.05	c presolving settings loaded
6.79/6.86	c presolving:
8.70/8.73	c (round 1) 170181 del vars, 171072 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 44504 impls, 1086 clqs
10.39/10.49	c (round 2) 170181 del vars, 171266 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 229520 upgd conss, 44504 impls, 1086 clqs
10.99/11.01	c (round 3) 170181 del vars, 171266 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 229714 upgd conss, 44504 impls, 1086 clqs
395.08/395.27	c (round 4) 170524 del vars, 171266 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 229714 upgd conss, 7314078 impls, 1086 clqs
395.48/395.64	c (round 5) 170524 del vars, 171609 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 229714 upgd conss, 7316756 impls, 1086 clqs
436.57/436.71	c (round 6) 171529 del vars, 171609 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 229714 upgd conss, 7734944 impls, 1086 clqs
436.86/437.08	c (round 7) 171529 del vars, 172614 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 229714 upgd conss, 7734952 impls, 1086 clqs
1800.04/1800.40	c pressed CTRL-C 1 times (5 times for forcing termination)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3144
/proc/meminfo: memFree=26616168/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 1247 0 0 0 0 0 0 0 20 0 1 0 345515960 8105984 1193 33554432000 4194304 8395647 140737055152512 140735498943336 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3144/statm: 1979 1193 370 1026 0 949 0

[startup+0.031534 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3144
/proc/meminfo: memFree=26616168/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=19656 CPUtime=0.02 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 4175 0 0 0 2 0 0 0 20 0 1 0 345515960 20127744 4115 33554432000 4194304 8395647 140737055152512 140735498943336 6766320 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3144/statm: 4914 4115 387 1026 0 3884 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19656

[startup+0.100278 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3144
/proc/meminfo: memFree=26616168/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=48356 CPUtime=0.09 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 11194 0 0 0 8 1 0 0 20 0 1 0 345515960 49516544 11135 33554432000 4194304 8395647 140737055152512 140735498943336 6347101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3144/statm: 12089 11167 387 1026 0 11059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48356

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3144
/proc/meminfo: memFree=26616168/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=126096 CPUtime=0.29 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 30214 0 0 0 25 4 0 0 20 0 1 0 345515960 129122304 30154 33554432000 4194304 8395647 140737055152512 140737055015016 6765578 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3144/statm: 31524 30154 387 1026 0 30494 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 126096

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3144
/proc/meminfo: memFree=26616168/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=178076 CPUtime=0.69 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 43216 0 0 0 63 6 0 0 20 0 1 0 345515960 182349824 43156 33554432000 4194304 8395647 140737055152512 140737055017720 7382061 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3144/statm: 44519 43157 394 1026 0 43489 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 178076

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=26266136/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=308656 CPUtime=1.49 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 75860 0 0 0 137 12 0 0 20 0 1 0 345515960 316063744 75800 33554432000 4194304 8395647 140737055152512 140737055017720 4685157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3144/statm: 77164 75800 394 1026 0 76134 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 308656

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=26064884/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=385544 CPUtime=3.09 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 95045 0 0 0 294 15 0 0 20 0 1 0 345515960 394797056 94985 33554432000 4194304 8395647 140737055152512 140737055017720 7370087 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3144/statm: 96386 94985 394 1026 0 95356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 385544

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=24918844/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1086768 CPUtime=6.29 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 268073 0 0 0 589 40 0 0 20 0 1 0 345515960 1112850432 270214 33554432000 4194304 8395647 140737055152512 140737055149848 4601776 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 271692 270214 431 1026 0 270662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1086768

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=23975044/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1401312 CPUtime=12.69 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 339732 0 0 0 1218 51 0 0 20 0 1 0 345515960 1434943488 348478 33554432000 4194304 8395647 140737055152512 140737055148312 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 350328 348478 502 1026 0 349298 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1401312

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=23976392/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1401312 CPUtime=25.48 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 339732 0 0 0 2497 51 0 0 20 0 1 0 345515960 1434943488 348478 33554432000 4194304 8395647 140737055152512 140737055148312 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 350328 348478 502 1026 0 349298 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1401312

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=23969184/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1409252 CPUtime=51.08 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 341559 0 0 0 5057 51 0 0 20 0 1 0 345515960 1443074048 350305 33554432000 4194304 8395647 140737055152512 140737055148584 6080653 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 352313 350305 502 1026 0 351283 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1409252

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=23921488/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1445332 CPUtime=102.27 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 350480 0 0 0 10175 52 0 0 20 0 1 0 345515960 1480019968 359226 33554432000 4194304 8395647 140737055152512 140737055148584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 361333 359226 502 1026 0 360303 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1445332

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=23829384/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1479896 CPUtime=162.26 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 359222 0 0 0 16173 53 0 0 20 0 1 0 345515960 1515413504 367968 33554432000 4194304 8395647 140737055152512 140737055148584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 369974 367968 502 1026 0 368944 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1479896

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3145
/proc/meminfo: memFree=23758504/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1512556 CPUtime=222.25 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 366897 0 0 0 22171 54 0 0 20 0 1 0 345515960 1548857344 375640 33554432000 4194304 8395647 140737055152512 140737055148584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 378139 375640 502 1026 0 377109 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1512556

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3146
/proc/meminfo: memFree=23692068/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1542948 CPUtime=282.21 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 374534 0 0 0 28167 54 0 0 20 0 1 0 345515960 1579978752 383319 33554432000 4194304 8395647 140737055152512 140737055148584 4911307 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 385737 383319 502 1026 0 384707 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1542948

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3146
/proc/meminfo: memFree=23642500/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1567740 CPUtime=342.19 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 380745 0 0 0 34163 56 0 0 20 0 1 0 345515960 1605365760 389508 33554432000 4194304 8395647 140737055152512 140737055148584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 391935 389508 502 1026 0 390905 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1567740

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3146
/proc/meminfo: memFree=23553780/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1613964 CPUtime=402.17 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 385707 0 0 0 40160 57 0 0 20 0 1 0 345515960 1652699136 401113 33554432000 4194304 8395647 140737055152512 140737055148536 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 403491 401113 502 1026 0 402461 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1613964

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3146
/proc/meminfo: memFree=23144124/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=1988548 CPUtime=462.16 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 462781 0 0 0 46147 69 0 0 20 0 1 0 345515960 2036273152 490957 33554432000 4194304 8395647 140737055152512 140737055148376 6080679 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 497137 490957 502 1026 0 496107 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1988548

[startup+522.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/178 3149
/proc/meminfo: memFree=22835352/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=2210968 CPUtime=522.14 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 516119 0 0 0 52135 79 0 0 20 0 1 0 345515960 2264031232 544292 33554432000 4194304 8395647 140737055152512 140737055148376 6080653 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 552742 544292 502 1026 0 551712 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 2210968

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3150
/proc/meminfo: memFree=22356132/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=2319396 CPUtime=582.13 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 542972 0 0 0 58130 83 0 0 20 0 1 0 345515960 2375061504 571141 33554432000 4194304 8395647 140737055152512 140737055148376 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 579849 571141 502 1026 0 578819 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 2319396

[startup+642.3 s]

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

/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 663396 0 0 0 100095 111 0 0 20 0 1 0 345515960 2865020928 693955 33554432000 4194304 8395647 140737055152512 140737055148376 6080692 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 699468 693955 502 1026 0 698438 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 2797872

[startup+1062.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3151
/proc/meminfo: memFree=20953628/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=2992716 CPUtime=1062.06 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 706218 0 0 0 106088 118 0 0 20 0 1 0 345515960 3064541184 737532 33554432000 4194304 8395647 140737055152512 140737055148376 6080665 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 748179 737532 502 1026 0 747149 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 2992716

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3154
/proc/meminfo: memFree=20916280/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3001928 CPUtime=1122.04 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 710271 0 0 0 112085 119 0 0 20 0 1 0 345515960 3073974272 742085 33554432000 4194304 8395647 140737055152512 140737055148376 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 750482 742085 502 1026 0 749452 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 3001928

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3155
/proc/meminfo: memFree=20728000/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3012168 CPUtime=1182.04 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 714684 0 0 0 118083 121 0 0 20 0 1 0 345515960 3084460032 746848 33554432000 4194304 8395647 140737055152512 140737055148376 6080657 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 753042 746848 502 1026 0 752012 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 3012168

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3155
/proc/meminfo: memFree=20692936/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3023428 CPUtime=1242.02 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 719424 0 0 0 124079 123 0 0 20 0 1 0 345515960 3095990272 751811 33554432000 4194304 8395647 140737055152512 140737055148376 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 755857 751811 502 1026 0 754827 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 3023428

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3156
/proc/meminfo: memFree=20659848/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3032644 CPUtime=1302.02 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 723124 0 0 0 130078 124 0 0 20 0 1 0 345515960 3105427456 755901 33554432000 4194304 8395647 140737055152512 140737055148376 6080692 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 758161 755901 502 1026 0 757131 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 3032644

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3156
/proc/meminfo: memFree=20439164/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3259744 CPUtime=1362.01 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 772435 0 0 0 136069 132 0 0 20 0 1 0 345515960 3337977856 805464 33554432000 4194304 8395647 140737055152512 140737055148376 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 814936 805464 502 1026 0 813906 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 3259744

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3156
/proc/meminfo: memFree=20222564/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3267936 CPUtime=1422.01 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 775898 0 0 0 142068 133 0 0 20 0 1 0 345515960 3346366464 809101 33554432000 4194304 8395647 140737055152512 140737055148376 6080705 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 816984 809101 502 1026 0 815954 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 3267936

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3157
/proc/meminfo: memFree=20197048/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3276124 CPUtime=1481.98 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 779562 0 0 0 148064 134 0 0 20 0 1 0 345515960 3354750976 812765 33554432000 4194304 8395647 140737055152512 140737055148376 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 819031 812765 502 1026 0 818001 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 3276124

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3157
/proc/meminfo: memFree=20165708/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3283292 CPUtime=1541.97 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 782541 0 0 0 154062 135 0 0 20 0 1 0 345515960 3362091008 816005 33554432000 4194304 8395647 140737055152512 140737055148376 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 820823 816005 502 1026 0 819793 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 3283292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3157
/proc/meminfo: memFree=20139076/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3290460 CPUtime=1601.97 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 785674 0 0 0 160060 137 0 0 20 0 1 0 345515960 3369431040 819328 33554432000 4194304 8395647 140737055152512 140737055148376 6080653 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 822615 819328 502 1026 0 821585 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 3290460

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3157
/proc/meminfo: memFree=20109716/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3299672 CPUtime=1661.96 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 789736 0 0 0 166058 138 0 0 20 0 1 0 345515960 3378864128 823390 33554432000 4194304 8395647 140737055152512 140737055148376 6080675 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 824918 823390 502 1026 0 823888 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 3299672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3160
/proc/meminfo: memFree=19864544/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3569740 CPUtime=1721.95 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 847471 0 0 0 172049 146 0 0 20 0 1 0 345515960 3655413760 881125 33554432000 4194304 8395647 140737055152512 140737055148376 6080692 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 892435 881125 502 1026 0 891405 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 3569740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3161
/proc/meminfo: memFree=19614264/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3576908 CPUtime=1781.94 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 850507 0 0 0 178047 147 0 0 20 0 1 0 345515960 3662753792 884312 33554432000 4194304 8395647 140737055152512 140737055148376 6080653 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 894227 884312 502 1026 0 893197 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 3576908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3162
/proc/meminfo: memFree=19607404/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3578952 CPUtime=1800.04 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 851308 0 0 0 179857 147 0 0 20 0 1 0 345515960 3664846848 885113 33554432000 4194304 8395647 140737055152512 140737055148376 6080705 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 894738 885113 502 1026 0 893708 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3578952

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3144

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3163
/proc/meminfo: memFree=19607404/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3578952 CPUtime=1801.03 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 851324 0 0 0 179956 147 0 0 20 0 1 0 345515960 3664846848 885129 33554432000 4194304 8395647 140737055152512 140737055147776 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 894738 885129 502 1026 0 893708 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 3578952

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3163
/proc/meminfo: memFree=19606528/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3578952 CPUtime=1801.83 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 851336 0 0 0 180036 147 0 0 20 0 1 0 345515960 3664846848 885141 33554432000 4194304 8395647 140737055152512 140737055147776 6080705 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 894738 885141 502 1026 0 893708 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 3578952

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3163
/proc/meminfo: memFree=19606528/32873648 swapFree=6852/6852
[pid=3144] ppid=3142 vsize=3578952 CPUtime=1802.03 cores=0,2,4,6
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 1632 0 -1 4202496 851338 0 0 0 180056 147 0 0 20 0 1 0 345515960 3664846848 885143 33554432000 4194304 8395647 140737055152512 140737055147776 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3144/statm: 894738 885143 502 1026 0 893708 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 3578952

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.47
CPU time (s): 1802.11
CPU user time (s): 1800.57
CPU system time (s): 1.53977
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 3578952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.57
system time used= 1.53977
maximum resident set size= 3540576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 851339
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= 110
involuntary context switches= 2056

runsolver used 3.32349 second user time and 8.5747 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 09:11:32
IDJOB=3743789
IDBENCH=92600
IDSOLVER=2326
FILE ID=node115/3743789-1338793891
RUNJOBID= node115-1338772354-1649
PBS_JOBID= 14636818
Free space on /tmp= 70764 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743789-1338793891/watcher-3743789-1338793891 -o /tmp/evaluation-result-3743789-1338793891/solver-3743789-1338793891 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743789-1338793891.opb -t 1800 -m 15500

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

MD5SUM BENCH= e3e5085cf85b7ad1bb71a480e0fb63c6
RANDOM SEED=558465916

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26618400 kB
Buffers:         1446812 kB
Cached:          3736472 kB
SwapCached:         1016 kB
Active:          3023596 kB
Inactive:        2319124 kB
Active(anon):     148488 kB
Inactive(anon):     9868 kB
Active(file):    2875108 kB
Inactive(file):  2309256 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             79872 kB
Writeback:             0 kB
AnonPages:        164088 kB
Mapped:            13012 kB
Shmem:                96 kB
Slab:             775004 kB
SReclaimable:     218468 kB
SUnreclaim:       556536 kB
KernelStack:        1432 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     273832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70780 MiB
End job on node115 at 2012-06-04 09:41:34