Trace number 3743801

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.09 1802.46

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null20mast_rapportOE1.0_TMAX300_K192_cod1.opb
MD5SUM7c99e09291491c4dda5a729a7be64bc4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-46120
Best CPU time to get the best result obtained on this benchmark1800.45
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 272557
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 70624160
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 70624160
Number of bits of the biggest sum of numbers27
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-3743801-1338794365.opb>
5.19/5.24	c original problem has 399113 variables (399113 bin, 0 int, 0 impl, 0 cont) and 400980 constraints
5.19/5.24	c problem read
5.19/5.24	c presolving settings loaded
7.28/7.33	c presolving:
9.09/9.11	c (round 1) 67996 del vars, 68352 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 62458 impls, 1621 clqs
11.58/11.60	c (round 2) 67996 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332240 upgd conss, 62458 impls, 1621 clqs
12.39/12.46	c (round 3) 67996 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 62458 impls, 1621 clqs
817.37/817.62	c (round 4) 68542 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 14979348 impls, 1621 clqs
817.98/818.29	c (round 5) 68542 del vars, 69092 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 14983650 impls, 1621 clqs
914.66/914.96	c (round 6) 70156 del vars, 69092 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 15588686 impls, 1621 clqs
915.16/915.49	c (round 7) 70156 del vars, 70706 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 15588694 impls, 1621 clqs
1800.02/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-3743801-1338794365/watcher-3743801-1338794365 -o /tmp/evaluation-result-3743801-1338794365/solver-3743801-1338794365 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743801-1338794365.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.01 2.00 3/176 14146
/proc/meminfo: memFree=27495636/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 1247 0 0 0 0 0 0 0 20 0 1 0 345503656 8105984 1194 33554432000 4194304 8395647 140735231312704 140734899742456 7385025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 1979 1194 370 1026 0 949 0

[startup+0.0449631 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 14146
/proc/meminfo: memFree=27495636/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=25332 CPUtime=0.03 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 5582 0 0 0 3 0 0 0 20 0 1 0 345503656 25939968 5523 33554432000 4194304 8395647 140735231312704 140734899742456 4245991 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 6333 5523 387 1026 0 5303 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25332

[startup+0.100276 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 14146
/proc/meminfo: memFree=27495636/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=48360 CPUtime=0.09 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 11294 0 0 0 8 1 0 0 20 0 1 0 345503656 49520640 11235 33554432000 4194304 8395647 140735231312704 140735231177912 4246004 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 12090 11235 387 1026 0 11060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48360

[startup+0.300229 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 14146
/proc/meminfo: memFree=27495636/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=130644 CPUtime=0.29 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 31324 0 0 0 26 3 0 0 20 0 1 0 345503656 133779456 31265 33554432000 4194304 8395647 140735231312704 140735231177912 4245998 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 32661 31265 387 1026 0 31631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 130644

[startup+0.700229 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 14146
/proc/meminfo: memFree=27495636/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=233212 CPUtime=0.69 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 56475 0 0 0 61 8 0 0 20 0 1 0 345503656 238809088 56416 33554432000 4194304 8395647 140735231312704 140735231177912 4327595 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 58303 56416 394 1026 0 57273 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 233212

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14147
/proc/meminfo: memFree=27025412/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=302740 CPUtime=1.49 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 73662 0 0 0 137 12 0 0 20 0 1 0 345503656 310005760 73604 33554432000 4194304 8395647 140735231312704 140735231177912 6347101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 75685 73639 394 1026 0 74655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 302740

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14147
/proc/meminfo: memFree=26897112/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=380560 CPUtime=3.09 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 93378 0 0 0 295 14 0 0 20 0 1 0 345503656 389693440 93319 33554432000 4194304 8395647 140735231312704 140735231177912 6767029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 95140 93319 394 1026 0 94110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 380560

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14147
/proc/meminfo: memFree=26248680/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1051432 CPUtime=6.29 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 260294 0 0 0 589 40 0 0 20 0 1 0 345503656 1076666368 261414 33554432000 4194304 8395647 140735231312704 140735231310120 6066591 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 262858 261414 421 1026 0 261828 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1051432

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14147
/proc/meminfo: memFree=24478916/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1545352 CPUtime=12.69 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 372139 0 0 0 1210 59 0 0 20 0 1 0 345503656 1582440448 384283 33554432000 4194304 8395647 140735231312704 140735231308504 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 386338 384283 490 1026 0 385308 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1545352

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14147
/proc/meminfo: memFree=24430224/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1545352 CPUtime=25.49 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 372199 0 0 0 2490 59 0 0 20 0 1 0 345503656 1582440448 384343 33554432000 4194304 8395647 140735231312704 140735231308504 4911325 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/14146/statm: 386338 384343 502 1026 0 385308 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1545352

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14150
/proc/meminfo: memFree=24430308/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1545352 CPUtime=51.08 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 372206 0 0 0 5049 59 0 0 20 0 1 0 345503656 1582440448 384350 33554432000 4194304 8395647 140735231312704 140735231308504 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 386338 384350 502 1026 0 385308 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1545352

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14150
/proc/meminfo: memFree=24425632/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1545352 CPUtime=102.28 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 372206 0 0 0 10169 59 0 0 20 0 1 0 345503656 1582440448 384350 33554432000 4194304 8395647 140735231312704 140735231308504 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 386338 384350 502 1026 0 385308 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1545352

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14151
/proc/meminfo: memFree=24349836/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1582384 CPUtime=162.24 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 380963 0 0 0 16164 60 0 0 20 0 1 0 345503656 1620361216 393173 33554432000 4194304 8395647 140735231312704 140735231308184 6080705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 395596 393173 502 1026 0 394566 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1582384

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 14151
/proc/meminfo: memFree=24272984/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1628320 CPUtime=222.2 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 392601 0 0 0 22158 62 0 0 20 0 1 0 345503656 1667399680 404769 33554432000 4194304 8395647 140735231312704 140735231308568 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 407080 404769 502 1026 0 406050 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1628320

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 14151
/proc/meminfo: memFree=24198132/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1680408 CPUtime=282.17 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 405570 0 0 0 28154 63 0 0 20 0 1 0 345503656 1720737792 417714 33554432000 4194304 8395647 140735231312704 140735231308888 4911327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 420102 417714 502 1026 0 419072 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1680408

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 14151
/proc/meminfo: memFree=24133540/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1714264 CPUtime=342.15 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 413932 0 0 0 34150 65 0 0 20 0 1 0 345503656 1755406336 426067 33554432000 4194304 8395647 140735231312704 140735231308776 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 428566 426067 502 1026 0 427536 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1714264

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14151
/proc/meminfo: memFree=24076668/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1746576 CPUtime=402.14 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 421848 0 0 0 40148 66 0 0 20 0 1 0 345503656 1788493824 433981 33554432000 4194304 8395647 140735231312704 140735231308776 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 436644 433981 502 1026 0 435614 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 1746576

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 14152
/proc/meminfo: memFree=24019516/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1776460 CPUtime=462.13 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 429113 0 0 0 46146 67 0 0 20 0 1 0 345503656 1819095040 441246 33554432000 4194304 8395647 140735231312704 140735231308776 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 444115 441246 502 1026 0 443085 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1776460

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 14152
/proc/meminfo: memFree=23967604/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1809292 CPUtime=522.12 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 436976 0 0 0 52144 68 0 0 20 0 1 0 345503656 1852715008 449429 33554432000 4194304 8395647 140735231312704 140735231308776 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 452323 449429 502 1026 0 451293 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 1809292

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14152
/proc/meminfo: memFree=23912392/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=1839648 CPUtime=582.11 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 444492 0 0 0 58143 68 0 0 20 0 1 0 345503656 1883799552 457029 33554432000 4194304 8395647 140735231312704 140735231308776 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 459912 457029 502 1026 0 458882 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1839648

[startup+642.3 s]

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

/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 604649 0 0 0 100108 96 0 0 20 0 1 0 345503656 2662559744 642698 33554432000 4194304 8395647 140735231312704 140735231308568 6080688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 650039 642698 502 1026 0 649009 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 2600156

[startup+1062.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 14157
/proc/meminfo: memFree=22899332/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=2695776 CPUtime=1062.04 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 628500 0 0 0 106101 103 0 0 20 0 1 0 345503656 2760474624 667279 33554432000 4194304 8395647 140735231312704 140735231308568 6080688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 673944 667279 502 1026 0 672914 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 2695776

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 14157
/proc/meminfo: memFree=22766488/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=2801248 CPUtime=1122.02 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 653882 0 0 0 112095 107 0 0 20 0 1 0 345503656 2868477952 692865 33554432000 4194304 8395647 140735231312704 140735231308568 6080653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 700312 692865 502 1026 0 699282 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 2801248

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 14157
/proc/meminfo: memFree=22616948/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=2925520 CPUtime=1182.02 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 683674 0 0 0 118089 113 0 0 20 0 1 0 345503656 2995732480 724336 33554432000 4194304 8395647 140735231312704 140735231308568 6080692 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 731380 724336 502 1026 0 730350 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 2925520

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 14160
/proc/meminfo: memFree=22564236/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=2937808 CPUtime=1242 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 688754 0 0 0 124086 114 0 0 20 0 1 0 345503656 3008315392 730374 33554432000 4194304 8395647 140735231312704 140735231308568 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 734452 730374 502 1026 0 733422 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 2937808

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14160
/proc/meminfo: memFree=22407320/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3075480 CPUtime=1302.01 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 719593 0 0 0 130082 119 0 0 20 0 1 0 345503656 3149291520 761792 33554432000 4194304 8395647 140735231312704 140735231308568 6080653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 768870 761792 502 1026 0 767840 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 3075480

[startup+1362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 14161
/proc/meminfo: memFree=22365188/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3082648 CPUtime=1361.99 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 722855 0 0 0 136079 120 0 0 20 0 1 0 345503656 3156631552 765460 33554432000 4194304 8395647 140735231312704 140735231308568 6080665 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 770662 765460 502 1026 0 769632 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 3082648

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14161
/proc/meminfo: memFree=22316112/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3091860 CPUtime=1421.98 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 726600 0 0 0 142078 120 0 0 20 0 1 0 345503656 3166064640 769778 33554432000 4194304 8395647 140735231312704 140735231308568 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 772965 769778 502 1026 0 771935 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 3091860

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 14162
/proc/meminfo: memFree=22162868/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3251748 CPUtime=1481.97 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 761548 0 0 0 148072 125 0 0 20 0 1 0 345503656 3329789952 805115 33554432000 4194304 8395647 140735231312704 140735231308568 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 812937 805115 502 1026 0 811907 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 3251748

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14162
/proc/meminfo: memFree=22030972/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3266428 CPUtime=1541.96 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 767538 0 0 0 154068 128 0 0 20 0 1 0 345503656 3344822272 811356 33554432000 4194304 8395647 140735231312704 140735231308568 6080705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 816607 811356 502 1026 0 815577 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 3266428

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 14162
/proc/meminfo: memFree=21756624/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3276664 CPUtime=1601.95 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 772051 0 0 0 160065 130 0 0 20 0 1 0 345503656 3355303936 815869 33554432000 4194304 8395647 140735231312704 140735231308568 6080701 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 819166 815869 502 1026 0 818136 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 3276664

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 14162
/proc/meminfo: memFree=21628816/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3281784 CPUtime=1661.94 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 774341 0 0 0 166063 131 0 0 20 0 1 0 345503656 3360546816 818334 33554432000 4194304 8395647 140735231312704 140735231308568 6080701 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 820446 818334 502 1026 0 819416 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 3281784

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 14163
/proc/meminfo: memFree=21390136/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3471416 CPUtime=1721.93 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 815346 0 0 0 172055 138 0 0 20 0 1 0 345503656 3554729984 859600 33554432000 4194304 8395647 140735231312704 140735231308568 6080688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 867854 859600 502 1026 0 866824 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 3471416

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14163
/proc/meminfo: memFree=21289724/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3477560 CPUtime=1781.92 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 817968 0 0 0 178053 139 0 0 20 0 1 0 345503656 3561021440 862222 33554432000 4194304 8395647 140735231312704 140735231308568 6080679 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 869390 862222 502 1026 0 868360 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 3477560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.04 2.00 3/178 14164
/proc/meminfo: memFree=21281756/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3478584 CPUtime=1800.02 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 818557 0 0 0 179863 139 0 0 20 0 1 0 345503656 3562070016 862811 33554432000 4194304 8395647 140735231312704 140735231308568 6080653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 869646 862811 502 1026 0 868616 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3478584

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14146

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

[startup+1801.4 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 14165
/proc/meminfo: memFree=21281756/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3478584 CPUtime=1801.02 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 818573 0 0 0 179963 139 0 0 20 0 1 0 345503656 3562070016 862827 33554432000 4194304 8395647 140735231312704 140735231307968 6080692 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 869646 862827 502 1026 0 868616 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (KiB) 3478584

[startup+1802.2 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 14165
/proc/meminfo: memFree=21281244/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3478584 CPUtime=1801.81 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 818590 0 0 0 180042 139 0 0 20 0 1 0 345503656 3562070016 862844 33554432000 4194304 8395647 140735231312704 140735231307968 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 869646 862844 502 1026 0 868616 0
Current children cumulated CPU time (s) 1801.81
Current children cumulated vsize (KiB) 3478584

[startup+1802.4 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 14165
/proc/meminfo: memFree=21281244/32873844 swapFree=7128/7128
[pid=14146] ppid=14144 vsize=3478584 CPUtime=1802.01 cores=0,2,4,6
/proc/14146/stat : 14146 (pbscip.linux.x8) R 14144 14146 13572 0 -1 4202496 818594 0 0 0 180062 139 0 0 20 0 1 0 345503656 3562070016 862848 33554432000 4194304 8395647 140735231312704 140735231307968 6080705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14146/statm: 869646 862848 502 1026 0 868616 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 3478584

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.46
CPU time (s): 1802.09
CPU user time (s): 1800.64
CPU system time (s): 1.44878
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 3478584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.64
system time used= 1.44878
maximum resident set size= 3451392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 818594
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= 113
involuntary context switches= 1911

runsolver used 4.26335 second user time and 11.2073 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 09:19:26
IDJOB=3743801
IDBENCH=92608
IDSOLVER=2326
FILE ID=node105/3743801-1338794365
RUNJOBID= node105-1338785386-13588
PBS_JOBID= 14636855
Free space on /tmp= 71208 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_luby_20null20mast_rapportOE1.0_TMAX300_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-3743801-1338794365/watcher-3743801-1338794365 -o /tmp/evaluation-result-3743801-1338794365/solver-3743801-1338794365 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743801-1338794365.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7c99e09291491c4dda5a729a7be64bc4
RANDOM SEED=1632731171

node105.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.882
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	: 5333.76
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.882
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.882
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.91
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.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27501596 kB
Buffers:          575556 kB
Cached:          3842276 kB
SwapCached:         1700 kB
Active:          1236400 kB
Inactive:        3247976 kB
Active(anon):      63460 kB
Inactive(anon):     4800 kB
Active(file):    1172940 kB
Inactive(file):  3243176 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             82844 kB
Writeback:             0 kB
AnonPages:         75920 kB
Mapped:            10460 kB
Shmem:                 0 kB
Slab:             746872 kB
SReclaimable:     187908 kB
SUnreclaim:       558964 kB
KernelStack:        1424 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     188376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71236 MiB
End job on node105 at 2012-06-04 09:49:29