Trace number 3743807

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.16 1802.5

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUM52aede169395dc6e3bc8a1feb542a706
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8948
Best CPU time to get the best result obtained on this benchmark1804.11
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 169651739
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 169651739
Number of bits of the biggest sum of numbers28
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-3743807-1338794733.opb>
5.19/5.26	c original problem has 399113 variables (399113 bin, 0 int, 0 impl, 0 cont) and 400980 constraints
5.19/5.26	c problem read
5.19/5.27	c presolving settings loaded
7.59/7.61	c presolving:
9.09/9.14	c (round 1) 67996 del vars, 68352 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 59402 impls, 1621 clqs
11.39/11.49	c (round 2) 67996 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332240 upgd conss, 59402 impls, 1621 clqs
12.29/12.30	c (round 3) 67996 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 59402 impls, 1621 clqs
1106.96/1107.23	c (round 4) 68541 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 15681298 impls, 1621 clqs
1107.56/1107.88	c (round 5) 68541 del vars, 69091 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 15685592 impls, 1621 clqs
1232.43/1232.78	c (round 6) 70152 del vars, 69091 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 16290658 impls, 1621 clqs
1233.04/1233.33	c (round 7) 70152 del vars, 70702 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 16290666 impls, 1621 clqs
1800.06/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-3743807-1338794733/watcher-3743807-1338794733 -o /tmp/evaluation-result-3743807-1338794733/solver-3743807-1338794733 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743807-1338794733.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.04 2.01 2.00 3/176 5615
/proc/meminfo: memFree=30135392/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 1247 0 0 0 0 0 0 0 20 0 1 0 345601927 8105984 1193 33554432000 4194304 8395647 140733241689696 140733241688680 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 1979 1193 370 1026 0 949 0

[startup+0.0853391 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 5615
/proc/meminfo: memFree=30135392/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=42912 CPUtime=0.07 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 9923 0 0 0 6 1 0 0 20 0 1 0 345601927 43941888 9863 33554432000 4194304 8395647 140733241689696 140733241554904 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 10728 9863 387 1026 0 9698 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 42912

[startup+0.100357 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 5615
/proc/meminfo: memFree=30135392/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=48360 CPUtime=0.09 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 11292 0 0 0 8 1 0 0 20 0 1 0 345601927 49520640 11232 33554432000 4194304 8395647 140733241689696 140733241554904 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 12090 11232 387 1026 0 11060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48360

[startup+0.3003 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 5615
/proc/meminfo: memFree=30135392/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=128596 CPUtime=0.29 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 30789 0 0 0 25 4 0 0 20 0 1 0 345601927 131682304 30729 33554432000 4194304 8395647 140733241689696 140733241554904 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 32149 30729 387 1026 0 31119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128596

[startup+0.700301 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 5615
/proc/meminfo: memFree=30135392/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=232376 CPUtime=0.69 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 56264 0 0 0 61 8 0 0 20 0 1 0 345601927 237953024 56204 33554432000 4194304 8395647 140733241689696 140733241554904 7382046 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 58094 56204 394 1026 0 57064 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 232376

[startup+1.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/174 5644
/proc/meminfo: memFree=31163356/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=298644 CPUtime=1.48 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 72817 0 0 0 138 10 0 0 20 0 1 0 345601927 305811456 72757 33554432000 4194304 8395647 140733241689696 140733241554904 7275903 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 74661 72757 394 1026 0 73631 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 298644

[startup+3.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5654
/proc/meminfo: memFree=30813716/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=380300 CPUtime=3.09 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 93310 0 0 0 296 13 0 0 20 0 1 0 345601927 389427200 93250 33554432000 4194304 8395647 140733241689696 140733241554904 4327673 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 95075 93250 394 1026 0 94045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 380300

[startup+6.30031 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5654
/proc/meminfo: memFree=30415548/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1019816 CPUtime=6.28 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 252362 0 0 0 591 37 0 0 20 0 1 0 345601927 1044291584 253482 33554432000 4194304 8395647 140733241689696 140733241684040 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 254954 253501 421 1026 0 253924 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1019816

[startup+12.7004 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 5654
/proc/meminfo: memFree=28284420/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1545436 CPUtime=12.69 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 371751 0 0 0 1212 57 0 0 20 0 1 0 345601927 1582526464 384385 33554432000 4194304 8395647 140733241689696 140733241685496 5085356 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 386359 384385 499 1026 0 385329 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1545436

[startup+25.5004 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 5654
/proc/meminfo: memFree=28275760/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1545436 CPUtime=25.48 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 371801 0 0 0 2491 57 0 0 20 0 1 0 345601927 1582526464 384435 33554432000 4194304 8395647 140733241689696 140733241685496 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 386359 384435 502 1026 0 385329 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1545436

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 5654
/proc/meminfo: memFree=28275588/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1545436 CPUtime=51.06 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 371823 0 0 0 5049 57 0 0 20 0 1 0 345601927 1582526464 384512 33554432000 4194304 8395647 140733241689696 140733241685496 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 386359 384512 502 1026 0 385329 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1545436

[startup+102.308 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 5655
/proc/meminfo: memFree=28275136/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1545436 CPUtime=102.24 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 371852 0 0 0 10167 57 0 0 20 0 1 0 345601927 1582526464 384512 33554432000 4194304 8395647 140733241689696 140733241685496 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 386359 384512 502 1026 0 385329 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1545436

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 5655
/proc/meminfo: memFree=28209692/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1570956 CPUtime=162.2 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 377933 0 0 0 16162 58 0 0 20 0 1 0 345601927 1608658944 390557 33554432000 4194304 8395647 140733241689696 140733241685768 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 392739 390557 502 1026 0 391709 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1570956

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 5655
/proc/meminfo: memFree=28122176/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1606640 CPUtime=222.2 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 386768 0 0 0 22160 60 0 0 20 0 1 0 345601927 1645199360 399389 33554432000 4194304 8395647 140733241689696 140733241685768 4911307 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 401660 399389 502 1026 0 400630 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1606640

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 5658
/proc/meminfo: memFree=28040852/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1645248 CPUtime=282.19 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 396515 0 0 0 28158 61 0 0 20 0 1 0 345601927 1684733952 409136 33554432000 4194304 8395647 140733241689696 140733241685176 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 411312 409136 502 1026 0 410282 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1645248

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 5658
/proc/meminfo: memFree=27958800/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1685588 CPUtime=342.18 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 406405 0 0 0 34155 63 0 0 20 0 1 0 345601927 1726042112 419026 33554432000 4194304 8395647 140733241689696 140733241685768 4911327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 421397 419026 502 1026 0 420367 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1685588

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 5659
/proc/meminfo: memFree=27922744/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1708224 CPUtime=402.17 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 411610 0 0 0 40153 64 0 0 20 0 1 0 345601927 1749221376 424551 33554432000 4194304 8395647 140733241689696 140733241685768 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 427056 424551 502 1026 0 426026 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1708224

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5659
/proc/meminfo: memFree=27870820/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1726516 CPUtime=462.16 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 416099 0 0 0 46151 65 0 0 20 0 1 0 345601927 1767952384 429123 33554432000 4194304 8395647 140733241689696 140733241685768 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 431629 429123 502 1026 0 430599 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1726516

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5659
/proc/meminfo: memFree=27821868/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1748960 CPUtime=522.15 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 421559 0 0 0 52149 66 0 0 20 0 1 0 345601927 1790935040 434583 33554432000 4194304 8395647 140733241689696 140733241685768 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 437240 434583 502 1026 0 436210 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1748960

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5659
/proc/meminfo: memFree=27769196/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=1771904 CPUtime=582.13 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 427347 0 0 0 58147 66 0 0 20 0 1 0 345601927 1814429696 440371 33554432000 4194304 8395647 140733241689696 140733241685768 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 442976 440371 502 1026 0 441946 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1771904

[startup+642.3 s]

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

/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 491303 0 0 0 106127 79 0 0 20 0 1 0 345601927 2084823040 506634 33554432000 4194304 8395647 140733241689696 140733241685768 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 508990 506634 502 1026 0 507960 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 2035960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5664
/proc/meminfo: memFree=26787352/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2090280 CPUtime=1122.05 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 499165 0 0 0 112125 80 0 0 20 0 1 0 345601927 2140446720 520117 33554432000 4194304 8395647 140733241689696 140733241685720 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 522570 520117 502 1026 0 521540 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 2090280

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5664
/proc/meminfo: memFree=26578084/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2164464 CPUtime=1182.04 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 504405 0 0 0 118122 82 0 0 20 0 1 0 345601927 2216411136 537110 33554432000 4194304 8395647 140733241689696 140733241685768 6080653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 541116 537110 502 1026 0 540086 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 2164464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5665
/proc/meminfo: memFree=26258780/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2325524 CPUtime=1242.03 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 536928 0 0 0 124113 90 0 0 20 0 1 0 345601927 2381336576 575765 33554432000 4194304 8395647 140733241689696 140733241685560 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 581381 575765 502 1026 0 580351 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 2325524

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5666
/proc/meminfo: memFree=26004368/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2550356 CPUtime=1302.03 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 591273 0 0 0 130100 103 0 0 20 0 1 0 345601927 2611564544 630110 33554432000 4194304 8395647 140733241689696 140733241685560 6080688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 637589 630110 502 1026 0 636559 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 2550356

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5666
/proc/meminfo: memFree=25823480/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2626040 CPUtime=1362.01 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 609733 0 0 0 136093 108 0 0 20 0 1 0 345601927 2689064960 648570 33554432000 4194304 8395647 140733241689696 140733241685560 6080679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 656510 648570 502 1026 0 655480 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 2626040

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5666
/proc/meminfo: memFree=25713768/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2717560 CPUtime=1422.02 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 632027 0 0 0 142086 116 0 0 20 0 1 0 345601927 2782781440 670864 33554432000 4194304 8395647 140733241689696 140733241685560 6080665 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 679390 670864 502 1026 0 678360 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 2717560

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5669
/proc/meminfo: memFree=25675720/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2728824 CPUtime=1482 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 636317 0 0 0 148082 118 0 0 20 0 1 0 345601927 2794315776 675154 33554432000 4194304 8395647 140733241689696 140733241685560 6080701 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 682206 675154 502 1026 0 681176 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 2728824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5669
/proc/meminfo: memFree=25464152/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2827132 CPUtime=1541.99 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 658811 0 0 0 154076 123 0 0 20 0 1 0 345601927 2894983168 697648 33554432000 4194304 8395647 140733241689696 140733241685560 6080679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 706783 697648 502 1026 0 705753 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 2827132

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 5669
/proc/meminfo: memFree=25439824/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2835324 CPUtime=1601.97 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 662090 0 0 0 160072 125 0 0 20 0 1 0 345601927 2903371776 700927 33554432000 4194304 8395647 140733241689696 140733241685560 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 708831 700927 502 1026 0 707801 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 2835324

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5670
/proc/meminfo: memFree=25319936/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2951744 CPUtime=1661.97 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 688381 0 0 0 166066 131 0 0 20 0 1 0 345601927 3022585856 727218 33554432000 4194304 8395647 140733241689696 140733241685560 6080675 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 737936 727218 502 1026 0 736906 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 2951744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5670
/proc/meminfo: memFree=25159012/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2965056 CPUtime=1721.96 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 694076 0 0 0 172061 135 0 0 20 0 1 0 345601927 3036217344 732913 33554432000 4194304 8395647 140733241689696 140733241685560 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 741264 732913 502 1026 0 740234 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 2965056

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 5670
/proc/meminfo: memFree=25132540/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=2973248 CPUtime=1781.95 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 697200 0 0 0 178058 137 0 0 20 0 1 0 345601927 3044605952 736037 33554432000 4194304 8395647 140733241689696 140733241685560 6080679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 743312 736037 502 1026 0 742282 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 2973248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 5670
/proc/meminfo: memFree=25020676/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=3100680 CPUtime=1800.06 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 724313 0 0 0 179863 143 0 0 20 0 1 0 345601927 3175096320 763150 33554432000 4194304 8395647 140733241689696 140733241685560 6080688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 775170 763150 502 1026 0 774140 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 3100680

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5615

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

[startup+1801.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 5671
/proc/meminfo: memFree=25019684/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=3100680 CPUtime=1801.05 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 724334 0 0 0 179962 143 0 0 20 0 1 0 345601927 3175096320 763171 33554432000 4194304 8395647 140733241689696 140733241684992 6080688 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 775170 763171 502 1026 0 774140 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 3100680

[startup+1802.2 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 5672
/proc/meminfo: memFree=25018916/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=3101704 CPUtime=1801.85 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 724603 0 0 0 180042 143 0 0 20 0 1 0 345601927 3176144896 763440 33554432000 4194304 8395647 140733241689696 140733241684992 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 775426 763440 502 1026 0 774396 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 3101704

[startup+1802.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 5672
/proc/meminfo: memFree=25018916/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=3101704 CPUtime=1802.05 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4202496 724605 0 0 0 180062 143 0 0 20 0 1 0 345601927 3176144896 763442 33554432000 4194304 8395647 140733241689696 140733241684992 6080661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 775426 763442 502 1026 0 774396 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 3101704

[startup+1802.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 5672
/proc/meminfo: memFree=25018916/32873844 swapFree=7116/7116
[pid=5615] ppid=5613 vsize=0 CPUtime=1802.15 cores=1,3,5,7
/proc/5615/stat : 5615 (pbscip.linux.x8) R 5613 5615 4984 0 -1 4203524 724605 0 0 0 180063 152 0 0 20 0 1 0 345601927 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5615/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.5
CPU time (s): 1802.16
CPU user time (s): 1800.63
CPU system time (s): 1.52677
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 3101704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.63
system time used= 1.52677
maximum resident set size= 3053768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 724605
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= 101
involuntary context switches= 1852

runsolver used 3.07853 second user time and 9.41557 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 09:25:34
IDJOB=3743807
IDBENCH=92613
IDSOLVER=2326
FILE ID=node103/3743807-1338794733
RUNJOBID= node103-1338783950-5001
PBS_JOBID= 14636845
Free space on /tmp= 71056 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_unif_20null20mast_rapportOE2.0_TMAX120_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-3743807-1338794733/watcher-3743807-1338794733 -o /tmp/evaluation-result-3743807-1338794733/solver-3743807-1338794733 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743807-1338794733.opb -t 1800 -m 15500

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

MD5SUM BENCH= 52aede169395dc6e3bc8a1feb542a706
RANDOM SEED=1492428745

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29867468 kB
Buffers:          206448 kB
Cached:           475892 kB
SwapCached:         5648 kB
Active:          1791792 kB
Inactive:         436300 kB
Active(anon):    1543612 kB
Inactive(anon):     4784 kB
Active(file):     248180 kB
Inactive(file):   431516 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             41316 kB
Writeback:             0 kB
AnonPages:       1563432 kB
Mapped:             8952 kB
Shmem:                 0 kB
Slab:             634700 kB
SReclaimable:      75124 kB
SUnreclaim:       559576 kB
KernelStack:        1456 kB
PageTables:         8220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3519404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 71048 MiB
End job on node103 at 2012-06-04 09:55:36