Trace number 3743699

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

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUMeaab10f01ee27b0b121ba65e8f168ce4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1800.41
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 306555
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 36017252
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36017252
Number of bits of the biggest sum of numbers26
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.01	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3743699-1338791329.opb>
5.08/5.12	c original problem has 399113 variables (399113 bin, 0 int, 0 impl, 0 cont) and 400980 constraints
5.08/5.12	c problem read
5.08/5.12	c presolving settings loaded
7.28/7.39	c presolving:
9.08/9.11	c (round 1) 33998 del vars, 34176 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 63222 impls, 1799 clqs
11.88/11.96	c (round 2) 33998 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366416 upgd conss, 63222 impls, 1799 clqs
12.88/12.91	c (round 3) 33998 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 63222 impls, 1799 clqs
834.48/834.77	c (round 4) 34604 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 16417260 impls, 1799 clqs
834.98/835.29	c (round 5) 34604 del vars, 34976 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 16420846 impls, 1799 clqs
845.28/845.50	c (round 6) 36398 del vars, 34976 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 16456144 impls, 1799 clqs
845.88/846.18	c (round 7) 36398 del vars, 36770 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 16456152 impls, 1799 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-3743699-1338791329/watcher-3743699-1338791329 -o /tmp/evaluation-result-3743699-1338791329/solver-3743699-1338791329 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743699-1338791329.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 2763
/proc/meminfo: memFree=25068276/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/2763/stat : 2763 (runsolver) D 2761 2763 2230 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 345261620 12095488 50 33554432000 4194304 5436572 140735539853152 140735539849448 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/2763/statm: 2953 50 31 304 0 2645 0

[startup+0.0685839 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2763
/proc/meminfo: memFree=25068276/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=35688 CPUtime=0.06 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 8042 0 0 0 5 1 0 0 20 0 1 0 345261620 36544512 7982 33554432000 4194304 8395647 140737295267200 140735539849336 5759075 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 8922 7982 387 1026 0 7892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35688

[startup+0.100385 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2763
/proc/meminfo: memFree=25068276/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=50496 CPUtime=0.08 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 11667 0 0 0 7 1 0 0 20 0 1 0 345261620 51707904 11608 33554432000 4194304 8395647 140737295267200 140735539849336 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 12624 11647 387 1026 0 11594 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50496

[startup+0.300329 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2763
/proc/meminfo: memFree=25068276/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=135960 CPUtime=0.28 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 32695 0 0 0 24 4 0 0 20 0 1 0 345261620 139223040 32635 33554432000 4194304 8395647 140737295267200 140735539849336 5759075 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 33990 32635 387 1026 0 32960 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 135960

[startup+0.700312 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2763
/proc/meminfo: memFree=25068276/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=252224 CPUtime=0.69 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 61419 0 0 0 59 10 0 0 20 0 1 0 345261620 258277376 61359 33554432000 4194304 8395647 140737295267200 140737295130808 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 63056 61359 394 1026 0 62026 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 252224

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2764
/proc/meminfo: memFree=24795376/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=309012 CPUtime=1.48 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 75602 0 0 0 136 12 0 0 20 0 1 0 345261620 316428288 75542 33554432000 4194304 8395647 140737295267200 140737295132408 7301320 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 77253 75542 394 1026 0 76223 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 309012

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2764
/proc/meminfo: memFree=24736600/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=382744 CPUtime=3.09 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 94067 0 0 0 294 15 0 0 20 0 1 0 345261620 391929856 94007 33554432000 4194304 8395647 140737295267200 140737295132408 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 95686 94007 394 1026 0 94656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 382744

[startup+6.30033 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 2764
/proc/meminfo: memFree=24362412/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1072116 CPUtime=6.29 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 265423 0 0 0 588 41 0 0 20 0 1 0 345261620 1097846784 266542 33554432000 4194304 8395647 140737295267200 140737295263688 7385355 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 268029 266542 421 1026 0 266999 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1072116

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 2764
/proc/meminfo: memFree=23484960/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1589720 CPUtime=12.68 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 383307 0 0 0 1210 58 0 0 20 0 1 0 345261620 1627873280 395364 33554432000 4194304 8395647 140737295267200 140737295263000 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 397430 395364 490 1026 0 396400 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1589720

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 2803
/proc/meminfo: memFree=25831712/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1598504 CPUtime=25.48 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 384034 0 0 0 2490 58 0 0 20 0 1 0 345261620 1636868096 397699 33554432000 4194304 8395647 140737295267200 140737295263000 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 399626 397699 502 1026 0 398596 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1598504

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2803
/proc/meminfo: memFree=25188252/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1598504 CPUtime=51.06 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 384048 0 0 0 5048 58 0 0 20 0 1 0 345261620 1636868096 397699 33554432000 4194304 8395647 140737295267200 140737295263000 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 399626 397699 502 1026 0 398596 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1598504

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 2807
/proc/meminfo: memFree=24945372/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1614284 CPUtime=102.25 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 387591 0 0 0 10166 59 0 0 20 0 1 0 345261620 1653026816 401214 33554432000 4194304 8395647 140737295267200 140737295263272 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 403571 401214 502 1026 0 402541 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1614284

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 2807
/proc/meminfo: memFree=24148504/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1669552 CPUtime=162.21 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 400950 0 0 0 16161 60 0 0 20 0 1 0 345261620 1709621248 414531 33554432000 4194304 8395647 140737295267200 140737295262680 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 417388 414531 502 1026 0 416358 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1669552

[startup+222.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 2807
/proc/meminfo: memFree=24034932/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1726552 CPUtime=222.2 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 415242 0 0 0 22158 62 0 0 20 0 1 0 345261620 1767989248 428810 33554432000 4194304 8395647 140737295267200 140737295262680 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 431638 428810 502 1026 0 430608 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1726552

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 5/177 2807
/proc/meminfo: memFree=23939528/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1776136 CPUtime=282.18 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 427303 0 0 0 28154 64 0 0 20 0 1 0 345261620 1818763264 440864 33554432000 4194304 8395647 140737295267200 140737295262680 4911327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 444034 440864 502 1026 0 443004 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 1776136

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 2807
/proc/meminfo: memFree=23830076/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1809364 CPUtime=342.17 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 435017 0 0 0 34152 65 0 0 20 0 1 0 345261620 1852788736 448572 33554432000 4194304 8395647 140737295267200 140737295263272 5608075 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 452341 448572 502 1026 0 451311 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 1809364

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 2808
/proc/meminfo: memFree=23774912/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1848688 CPUtime=402.15 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 444601 0 0 0 40149 66 0 0 20 0 1 0 345261620 1893056512 458458 33554432000 4194304 8395647 140737295267200 140737295263272 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 462172 458458 502 1026 0 461142 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1848688

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2809
/proc/meminfo: memFree=23729984/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1885180 CPUtime=462.14 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 453636 0 0 0 46146 68 0 0 20 0 1 0 345261620 1930424320 467514 33554432000 4194304 8395647 140737295267200 140737295263272 4911287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 471295 467514 502 1026 0 470265 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1885180

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2809
/proc/meminfo: memFree=23676252/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1919472 CPUtime=522.13 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 462171 0 0 0 52144 69 0 0 20 0 1 0 345261620 1965539328 476049 33554432000 4194304 8395647 140737295267200 140737295263272 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 479868 476049 502 1026 0 478838 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1919472

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 2809
/proc/meminfo: memFree=23683452/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=1954584 CPUtime=582.12 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 470879 0 0 0 58142 70 0 0 20 0 1 0 345261620 2001494016 484751 33554432000 4194304 8395647 140737295267200 140737295263272 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 488646 484751 502 1026 0 487616 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1954584

[startup+642.3 s]

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

/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 583167 0 0 0 100116 89 0 0 20 0 1 0 345261620 2587557888 625838 33554432000 4194304 8395647 140737295267200 140737295263064 6080675 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 631728 625838 502 1026 0 630698 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 2526912

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=22909588/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=2756492 CPUtime=1062.04 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 638301 0 0 0 106105 99 0 0 20 0 1 0 345261620 2822647808 681046 33554432000 4194304 8395647 140737295267200 140737295263064 6080717 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 689123 681046 502 1026 0 688093 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 2756492

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=22814264/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=2854160 CPUtime=1122.04 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 663260 0 0 0 112100 104 0 0 20 0 1 0 345261620 2922659840 706809 33554432000 4194304 8395647 140737295267200 140737295263064 6080688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 713540 706809 502 1026 0 712510 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 2854160

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=22702692/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=2962704 CPUtime=1182.03 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 689489 0 0 0 118094 109 0 0 20 0 1 0 345261620 3033808896 734885 33554432000 4194304 8395647 140737295267200 140737295263064 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 740676 734885 502 1026 0 739646 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 2962704

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=22578596/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3086292 CPUtime=1242.01 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 719239 0 0 0 124087 114 0 0 20 0 1 0 345261620 3160363008 765440 33554432000 4194304 8395647 140737295267200 140737295263064 6080705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 771573 765440 502 1026 0 770543 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 3086292

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2818
/proc/meminfo: memFree=22555552/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3098580 CPUtime=1302.02 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 724432 0 0 0 130086 116 0 0 20 0 1 0 345261620 3172945920 771027 33554432000 4194304 8395647 140737295267200 140737295263064 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 774645 771027 502 1026 0 773615 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 3098580

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2818
/proc/meminfo: memFree=22422968/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3239324 CPUtime=1362 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 756352 0 0 0 136077 123 0 0 20 0 1 0 345261620 3317067776 803622 33554432000 4194304 8395647 140737295267200 140737295263064 6080665 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 809831 803622 502 1026 0 808801 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 3239324

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2818
/proc/meminfo: memFree=22407496/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3247516 CPUtime=1422 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 759922 0 0 0 142076 124 0 0 20 0 1 0 345261620 3325456384 807415 33554432000 4194304 8395647 140737295267200 140737295263064 6080688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 811879 807415 502 1026 0 810849 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 3247516

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2818
/proc/meminfo: memFree=22390784/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3256728 CPUtime=1481.98 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 763631 0 0 0 148072 126 0 0 20 0 1 0 345261620 3334889472 811514 33554432000 4194304 8395647 140737295267200 140737295263064 6080688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 814182 811514 502 1026 0 813152 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 3256728

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2818
/proc/meminfo: memFree=22250816/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3415596 CPUtime=1541.97 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 798273 0 0 0 154065 132 0 0 20 0 1 0 345261620 3497570304 846407 33554432000 4194304 8395647 140737295267200 140737295263064 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 853899 846407 502 1026 0 852869 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 3415596

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 2819
/proc/meminfo: memFree=22165096/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3425832 CPUtime=1601.96 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 803091 0 0 0 160063 133 0 0 20 0 1 0 345261620 3508051968 851398 33554432000 4194304 8395647 140737295267200 140737295263064 6080679 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 856458 851398 502 1026 0 855428 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 3425832

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2819
/proc/meminfo: memFree=22209084/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3438120 CPUtime=1661.95 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 808429 0 0 0 166060 135 0 0 20 0 1 0 345261620 3520634880 856736 33554432000 4194304 8395647 140737295267200 140737295263064 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 859530 856736 502 1026 0 858500 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 3438120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2819
/proc/meminfo: memFree=22038860/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3629800 CPUtime=1721.95 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 850597 0 0 0 172053 142 0 0 20 0 1 0 345261620 3716915200 899165 33554432000 4194304 8395647 140737295267200 140737295263064 6080679 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 907450 899165 502 1026 0 906420 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 3629800

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2819
/proc/meminfo: memFree=22022768/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3639012 CPUtime=1781.93 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 854508 0 0 0 178050 143 0 0 20 0 1 0 345261620 3726348288 903076 33554432000 4194304 8395647 140737295267200 140737295263064 6080653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 909753 903076 502 1026 0 908723 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 3639012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2819
/proc/meminfo: memFree=22018024/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3641060 CPUtime=1800.04 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 855383 0 0 0 179860 144 0 0 20 0 1 0 345261620 3728445440 904265 33554432000 4194304 8395647 140737295267200 140737295263064 6080701 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 910265 904265 502 1026 0 909235 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3641060

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2763

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 2820
/proc/meminfo: memFree=22017768/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3641060 CPUtime=1801.03 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 855399 0 0 0 179959 144 0 0 20 0 1 0 345261620 3728445440 904281 33554432000 4194304 8395647 140737295267200 140737295262464 6080653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 910265 904281 502 1026 0 909235 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 3641060

[startup+1802.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 2820
/proc/meminfo: memFree=22017644/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3641060 CPUtime=1801.83 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 855413 0 0 0 180039 144 0 0 20 0 1 0 345261620 3728445440 904295 33554432000 4194304 8395647 140737295267200 140737295262464 6080688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 910265 904295 502 1026 0 909235 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 3641060

[startup+1802.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 2820
/proc/meminfo: memFree=22017644/32873844 swapFree=7372/7372
[pid=2763] ppid=2761 vsize=3641060 CPUtime=1802.03 cores=0,2,4,6
/proc/2763/stat : 2763 (pbscip.linux.x8) R 2761 2763 2230 0 -1 4202496 855417 0 0 0 180059 144 0 0 20 0 1 0 345261620 3728445440 904299 33554432000 4194304 8395647 140737295267200 140737295262464 6080688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2763/statm: 910265 904299 502 1026 0 909235 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 3641060

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.46
CPU time (s): 1802.1
CPU user time (s): 1800.61
CPU system time (s): 1.49077
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 3641060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.61
system time used= 1.49077
maximum resident set size= 3617196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 855417
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= 152
involuntary context switches= 1837

runsolver used 2.86056 second user time and 8.5167 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 08:28:50
IDJOB=3743699
IDBENCH=92171
IDSOLVER=2326
FILE ID=node109/3743699-1338791329
RUNJOBID= node109-1338782366-2246
PBS_JOBID= 14636835
Free space on /tmp= 70644 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_10null10mast_rapportOE2.0_TMAX60_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-3743699-1338791329/watcher-3743699-1338791329 -o /tmp/evaluation-result-3743699-1338791329/solver-3743699-1338791329 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743699-1338791329.opb -t 1800 -m 15500

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

MD5SUM BENCH= eaab10f01ee27b0b121ba65e8f168ce4
RANDOM SEED=803203070

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25068804 kB
Buffers:         1872732 kB
Cached:          1783504 kB
SwapCached:          988 kB
Active:          5774412 kB
Inactive:        1144332 kB
Active(anon):    3253084 kB
Inactive(anon):     7876 kB
Active(file):    2521328 kB
Inactive(file):  1136456 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:             41052 kB
Writeback:             0 kB
AnonPages:       3267136 kB
Mapped:            12104 kB
Shmem:                 4 kB
Slab:             741760 kB
SReclaimable:     183588 kB
SUnreclaim:       558172 kB
KernelStack:        1472 kB
PageTables:        10376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3399172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1783808 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= 70636 MiB
End job on node109 at 2012-06-04 08:58:53