Trace number 3743741

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.14 1802.49

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX60_K192_cod1.opb
MD5SUMd635e042f70a99b1424475d8ae4cefac
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.33
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 36054688
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 36054688
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.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-3743741-1338792562.opb>
5.29/5.30	c original problem has 399113 variables (399113 bin, 0 int, 0 impl, 0 cont) and 400980 constraints
5.29/5.30	c problem read
5.29/5.30	c presolving settings loaded
7.60/7.69	c presolving:
9.49/9.56	c (round 1) 33998 del vars, 34176 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 62458 impls, 1799 clqs
12.69/12.73	c (round 2) 33998 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366416 upgd conss, 62458 impls, 1799 clqs
13.78/13.80	c (round 3) 33998 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 62458 impls, 1799 clqs
1273.83/1274.16	c (round 4) 34601 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 17614752 impls, 1799 clqs
1274.53/1274.83	c (round 5) 34601 del vars, 34973 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 17618320 impls, 1799 clqs
1373.51/1373.88	c (round 6) 36386 del vars, 34973 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 18285642 impls, 1799 clqs
1374.40/1374.75	c (round 7) 36386 del vars, 36758 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 18285650 impls, 1799 clqs
1800.05/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-3743741-1338792562/watcher-3743741-1338792562 -o /tmp/evaluation-result-3743741-1338792562/solver-3743741-1338792562 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743741-1338792562.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 5/175 14028
/proc/meminfo: memFree=27565512/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 1 0 345323281 8105984 1198 33554432000 4194304 8395647 140734330520352 140736379246728 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 1979 1199 370 1026 0 949 0

[startup+0.099737 s]
/proc/loadavg: 2.00 2.00 1.98 5/175 14028
/proc/meminfo: memFree=27565512/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=51716 CPUtime=0.09 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 12130 0 0 0 7 2 0 0 20 0 1 0 345323281 52957184 12070 33554432000 4194304 8395647 140734330520352 140736379246728 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 12929 12073 387 1026 0 11899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51716

[startup+0.100245 s]
/proc/loadavg: 2.00 2.00 1.98 5/175 14028
/proc/meminfo: memFree=27565512/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=51716 CPUtime=0.09 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 12133 0 0 0 7 2 0 0 20 0 1 0 345323281 52957184 12073 33554432000 4194304 8395647 140734330520352 140736379246728 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 12929 12073 387 1026 0 11899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51716

[startup+0.300282 s]
/proc/loadavg: 2.00 2.00 1.98 5/175 14028
/proc/meminfo: memFree=27565512/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=134936 CPUtime=0.29 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 32298 0 0 0 24 5 0 0 20 0 1 0 345323281 138174464 32239 33554432000 4194304 8395647 140734330520352 140736379246728 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 33734 32270 387 1026 0 32704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 134936

[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 1.98 5/175 14028
/proc/meminfo: memFree=27565512/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=249732 CPUtime=0.69 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 60823 0 0 0 60 9 0 0 20 0 1 0 345323281 255725568 60763 33554432000 4194304 8395647 140734330520352 140736379246728 7382056 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 62433 60763 394 1026 0 61403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 249732

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 1.98 4/177 14030
/proc/meminfo: memFree=27038248/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=303888 CPUtime=1.49 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 74277 0 0 0 137 12 0 0 20 0 1 0 345323281 311181312 74217 33554432000 4194304 8395647 140734330520352 140734330385560 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 75972 74217 394 1026 0 74942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 303888

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 1.98 4/177 14030
/proc/meminfo: memFree=26899816/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=379204 CPUtime=3.09 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 93143 0 0 0 293 16 0 0 20 0 1 0 345323281 388304896 93083 33554432000 4194304 8395647 140734330520352 140734330385560 4685157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 94801 93083 394 1026 0 93771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 379204

[startup+6.3004 s]
/proc/loadavg: 2.08 2.02 1.98 4/177 14030
/proc/meminfo: memFree=26225976/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=975136 CPUtime=6.29 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 241216 0 0 0 591 38 0 0 20 0 1 0 345323281 998539264 242335 33554432000 4194304 8395647 140734330520352 140734330516792 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 243784 242335 421 1026 0 242754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 975136

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.98 4/177 14030
/proc/meminfo: memFree=24475388/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1591784 CPUtime=12.69 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 382694 0 0 0 1210 59 0 0 20 0 1 0 345323281 1629986816 395001 33554432000 4194304 8395647 140734330520352 140734330517064 4288144 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 397946 395001 481 1026 0 396916 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1591784

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 1.98 4/177 14030
/proc/meminfo: memFree=24435224/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1600568 CPUtime=25.48 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 384393 0 0 0 2489 59 0 0 20 0 1 0 345323281 1638981632 397983 33554432000 4194304 8395647 140734330520352 140734330516152 6080653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 400142 397983 502 1026 0 399112 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1600568

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 1.98 4/178 14033
/proc/meminfo: memFree=24435308/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1600568 CPUtime=51.08 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 384393 0 0 0 5049 59 0 0 20 0 1 0 345323281 1638981632 397983 33554432000 4194304 8395647 140734330520352 140734330516152 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 400142 397983 502 1026 0 399112 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1600568

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 1.98 4/177 14033
/proc/meminfo: memFree=24434500/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1600568 CPUtime=102.28 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 384393 0 0 0 10169 59 0 0 20 0 1 0 345323281 1638981632 397983 33554432000 4194304 8395647 140734330520352 140734330516152 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 400142 397983 502 1026 0 399112 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1600568

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/177 14034
/proc/meminfo: memFree=24391500/32873844 swapFree=7132/7132
[pid=14028] ppid=14026 vsize=1610532 CPUtime=162.27 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 386831 0 0 0 16167 60 0 0 20 0 1 0 345323281 1649184768 400421 33554432000 4194304 8395647 140734330520352 140734330516536 6080692 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 402633 400421 502 1026 0 401603 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1610532

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/177 14034
/proc/meminfo: memFree=24318616/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1643520 CPUtime=222.24 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 394941 0 0 0 22163 61 0 0 20 0 1 0 345323281 1682964480 408592 33554432000 4194304 8395647 140734330520352 140734330516424 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 410880 408592 502 1026 0 409850 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1643520

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/177 14034
/proc/meminfo: memFree=24233828/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1679568 CPUtime=282.21 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 404053 0 0 0 28158 63 0 0 20 0 1 0 345323281 1719877632 417673 33554432000 4194304 8395647 140734330520352 140734330516632 4911320 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 419892 417673 502 1026 0 418862 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1679568

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/177 14034
/proc/meminfo: memFree=24152884/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1718176 CPUtime=342.18 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 413453 0 0 0 34154 64 0 0 20 0 1 0 345323281 1759412224 427046 33554432000 4194304 8395647 140734330520352 140734330516536 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 429544 427046 502 1026 0 428514 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1718176

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/177 14034
/proc/meminfo: memFree=24080000/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1757952 CPUtime=402.17 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 423088 0 0 0 40152 65 0 0 20 0 1 0 345323281 1800142848 436668 33554432000 4194304 8395647 140734330520352 140734330516536 4911320 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 439488 436668 502 1026 0 438458 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1757952

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/177 14035
/proc/meminfo: memFree=24032908/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1788700 CPUtime=462.16 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 430432 0 0 0 46149 67 0 0 20 0 1 0 345323281 1831628800 444012 33554432000 4194304 8395647 140734330520352 140734330516424 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 447175 444012 502 1026 0 446145 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1788700

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 1.99 4/177 14035
/proc/meminfo: memFree=23978872/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1817208 CPUtime=522.15 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 436853 0 0 0 52148 67 0 0 20 0 1 0 345323281 1860820992 450432 33554432000 4194304 8395647 140734330520352 140734330516424 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 454302 450432 502 1026 0 453272 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1817208

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.99 4/177 14035
/proc/meminfo: memFree=23918388/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=1841704 CPUtime=582.14 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 442635 0 0 0 58146 68 0 0 20 0 1 0 345323281 1885904896 456522 33554432000 4194304 8395647 140734330520352 140734330516424 4911709 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 460426 456522 502 1026 0 459396 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1841704

[startup+642.3 s]

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

/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 492064 0 0 0 100129 77 0 0 20 0 1 0 345323281 2089541632 507849 33554432000 4194304 8395647 140734330520352 140734330516424 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 510142 507849 502 1026 0 509112 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 2040568

[startup+1062.3 s]
/proc/loadavg: 2.21 2.10 2.02 4/177 14063
/proc/meminfo: memFree=23057428/32873844 swapFree=7132/7132
[pid=14028] ppid=14026 vsize=2083220 CPUtime=1062.06 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 502748 0 0 0 106127 79 0 0 20 0 1 0 345323281 2133217280 519109 33554432000 4194304 8395647 140734330520352 140734330516424 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 520805 519109 502 1026 0 519775 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 2083220

[startup+1122.3 s]
/proc/loadavg: 2.15 2.10 2.03 4/177 14063
/proc/meminfo: memFree=22883236/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2115108 CPUtime=1122.05 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 510897 0 0 0 112125 80 0 0 20 0 1 0 345323281 2165870592 527302 33554432000 4194304 8395647 140734330520352 140734330516424 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 528777 527302 502 1026 0 527747 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 2115108

[startup+1182.3 s]
/proc/loadavg: 2.09 2.10 2.03 4/176 14063
/proc/meminfo: memFree=22753136/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2148440 CPUtime=1182.04 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 518930 0 0 0 118123 81 0 0 20 0 1 0 345323281 2200002560 535428 33554432000 4194304 8395647 140734330520352 140734330516424 4706433 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 537110 535428 502 1026 0 536080 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 2148440

[startup+1242.3 s]
/proc/loadavg: 2.03 2.08 2.02 4/178 14067
/proc/meminfo: memFree=22621932/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2178728 CPUtime=1242.03 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 526334 0 0 0 124121 82 0 0 20 0 1 0 345323281 2231017472 543020 33554432000 4194304 8395647 140734330520352 140734330516424 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 544682 543020 502 1026 0 543652 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 2178728

[startup+1302.3 s]
/proc/loadavg: 2.01 2.06 2.02 4/177 14067
/proc/meminfo: memFree=22380616/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2308556 CPUtime=1302.03 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 535453 0 0 0 130118 85 0 0 20 0 1 0 345323281 2363961344 574624 33554432000 4194304 8395647 140734330520352 140734330516424 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 577139 574624 502 1026 0 576109 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 2308556

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.01 4/177 14068
/proc/meminfo: memFree=22331912/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2326040 CPUtime=1362.01 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 539677 0 0 0 136115 86 0 0 20 0 1 0 345323281 2381864960 578847 33554432000 4194304 8395647 140734330520352 140734330516424 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 581510 578847 502 1026 0 580480 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 2326040

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.00 4/177 14068
/proc/meminfo: memFree=21922840/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2625292 CPUtime=1422 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 605259 0 0 0 142100 100 0 0 20 0 1 0 345323281 2688299008 650561 33554432000 4194304 8395647 140734330520352 140734330516216 6080705 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 656323 650561 502 1026 0 655293 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 2625292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/177 14068
/proc/meminfo: memFree=21780280/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2760968 CPUtime=1481.99 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 637664 0 0 0 148089 110 0 0 20 0 1 0 345323281 2827231232 682966 33554432000 4194304 8395647 140734330520352 140734330516216 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 690242 682966 502 1026 0 689212 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 2760968

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.00 4/177 14068
/proc/meminfo: memFree=21743604/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2776328 CPUtime=1541.98 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 643377 0 0 0 154085 113 0 0 20 0 1 0 345323281 2842959872 688679 33554432000 4194304 8395647 140734330520352 140734330516216 6080692 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 694082 688679 502 1026 0 693052 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 2776328

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/177 14068
/proc/meminfo: memFree=21517580/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2865800 CPUtime=1601.97 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 665214 0 0 0 160078 119 0 0 20 0 1 0 345323281 2934579200 710516 33554432000 4194304 8395647 140734330520352 140734330516216 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 716450 710516 502 1026 0 715420 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 2865800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/177 14069
/proc/meminfo: memFree=21416176/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2965132 CPUtime=1661.97 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 687720 0 0 0 166072 125 0 0 20 0 1 0 345323281 3036295168 733022 33554432000 4194304 8395647 140734330520352 140734330516216 6080665 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 741283 733022 502 1026 0 740253 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 2965132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 14069
/proc/meminfo: memFree=21389668/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=2974348 CPUtime=1721.96 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 691679 0 0 0 172068 128 0 0 20 0 1 0 345323281 3045732352 736981 33554432000 4194304 8395647 140734330520352 140734330516216 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 743587 736981 502 1026 0 742557 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 2974348

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 14069
/proc/meminfo: memFree=21270904/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=3091792 CPUtime=1781.94 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 718239 0 0 0 178061 133 0 0 20 0 1 0 345323281 3165995008 763541 33554432000 4194304 8395647 140734330520352 140734330516216 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 772948 763541 502 1026 0 771918 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 3091792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 14069
/proc/meminfo: memFree=21262812/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=3094864 CPUtime=1800.05 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 719437 0 0 0 179871 134 0 0 20 0 1 0 345323281 3169140736 764739 33554432000 4194304 8395647 140734330520352 140734330516216 6080688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 773716 764739 502 1026 0 772686 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3094864

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14028

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 14071
/proc/meminfo: memFree=21262812/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=3094864 CPUtime=1801.04 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 719460 0 0 0 179970 134 0 0 20 0 1 0 345323281 3169140736 764762 33554432000 4194304 8395647 140734330520352 140734330515648 6080688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 773716 764762 502 1026 0 772686 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 3094864

[startup+1802.2 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 14071
/proc/meminfo: memFree=21262424/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=3094864 CPUtime=1801.84 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 719482 0 0 0 180050 134 0 0 20 0 1 0 345323281 3169140736 764784 33554432000 4194304 8395647 140734330520352 140734330515648 6080665 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 773716 764784 502 1026 0 772686 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3094864

[startup+1802.4 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 14071
/proc/meminfo: memFree=21262424/32873844 swapFree=7128/7128
[pid=14028] ppid=14026 vsize=3094864 CPUtime=1802.04 cores=1,3,5,7
/proc/14028/stat : 14028 (pbscip.linux.x8) R 14026 14028 13572 0 -1 4202496 719485 0 0 0 180070 134 0 0 20 0 1 0 345323281 3169140736 764787 33554432000 4194304 8395647 140734330520352 140734330515648 6080701 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14028/statm: 773716 764787 502 1026 0 772686 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3094864

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.49
CPU time (s): 1802.14
CPU user time (s): 1800.71
CPU system time (s): 1.42378
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 3094864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.71
system time used= 1.42378
maximum resident set size= 3059148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 719485
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= 105
involuntary context switches= 1846

runsolver used 3.34849 second user time and 9.52355 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 08:49:23
IDJOB=3743741
IDBENCH=92267
IDSOLVER=2326
FILE ID=node105/3743741-1338792562
RUNJOBID= node105-1338785386-13589
PBS_JOBID= 14636855
Free space on /tmp= 71216 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_rapportOE1.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-3743741-1338792562/watcher-3743741-1338792562 -o /tmp/evaluation-result-3743741-1338792562/solver-3743741-1338792562 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743741-1338792562.opb -t 1800 -m 15500

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

MD5SUM BENCH= d635e042f70a99b1424475d8ae4cefac
RANDOM SEED=1649863343

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:        27566536 kB
Buffers:          575260 kB
Cached:          3838956 kB
SwapCached:         1700 kB
Active:          1171256 kB
Inactive:        3248456 kB
Active(anon):       2332 kB
Inactive(anon):     4800 kB
Active(file):    1168924 kB
Inactive(file):  3243656 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             82892 kB
Writeback:             0 kB
AnonPages:         10636 kB
Mapped:             8304 kB
Shmem:                 0 kB
Slab:             747144 kB
SReclaimable:     188228 kB
SUnreclaim:       558916 kB
KernelStack:        1400 kB
PageTables:         3860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     106116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71196 MiB
End job on node105 at 2012-06-04 09:19:25