Trace number 3725371

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
toysat 2012-06-01? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_017_area_delay.opb
MD5SUM11f76d5c4a01da95c686f09380ec8e85
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark15.8106
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables9709
Total number of constraints29891
Number of constraints which are clauses29891
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint127
Number of terms in the objective function 4768
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4768
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 4768
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.29/3.32	c 2012-06-02T13:36:21+0200
3.29/3.32	c arch = x86_64
3.29/3.32	c os = linux
3.29/3.32	c compiler = ghc 7.4
3.29/3.32	c packages:
3.29/3.32	c   OptDir-0.0.1
3.29/3.32	c   array-0.4.0.0
3.29/3.32	c   base-4.5.0.0
3.29/3.32	c   bytestring-0.9.2.1
3.29/3.32	c   containers-0.4.2.1
3.29/3.32	c   deepseq-1.3.0.0
3.29/3.32	c   mtl-2.1.1
3.29/3.32	c   old_locale-1.0.0.4
3.29/3.32	c   parse_dimacs-1.2
3.29/3.32	c   parsec-3.1.2
3.29/3.32	c   queue-0.1.2
3.29/3.32	c   stm-2.3
3.29/3.32	c   time-1.4
3.29/3.32	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725371-1338636981.opb"]
3.29/3.32	c #vars 9709
3.29/3.32	c #constraints 29891
3.29/3.32	c Solving starts ...
3.29/3.38	c solving time = 0.058s
3.29/3.38	c #decision = 9675
3.29/3.38	c #conflict = 31
3.29/3.38	c #restart = 0
3.29/3.38	o 50
3.29/3.39	c Solving starts ...
3.38/3.42	c solving time = 0.021s
3.38/3.42	c #decision = 13268
3.38/3.42	c #conflict = 31
3.38/3.42	c #restart = 0
3.38/3.42	o 49
3.38/3.45	c Solving starts ...
3.38/3.47	c solving time = 0.021s
3.38/3.47	c #decision = 15904
3.38/3.47	c #conflict = 31
3.38/3.47	c #restart = 0
3.38/3.47	o 48
3.38/3.48	c Solving starts ...
3.48/3.54	c solving time = 0.057s
3.48/3.54	c #decision = 18704
3.48/3.54	c #conflict = 48
3.48/3.54	c #restart = 0
3.48/3.54	o 47
3.48/3.56	c Solving starts ...
3.58/3.60	c solving time = 0.029s
3.58/3.60	c #decision = 21613
3.58/3.60	c #conflict = 51
3.58/3.60	c #restart = 0
3.58/3.60	o 46
3.58/3.60	c Solving starts ...
3.58/3.66	c solving time = 0.054s
3.58/3.66	c #decision = 25758
3.58/3.66	c #conflict = 64
3.58/3.66	c #restart = 0
3.58/3.66	o 45
3.58/3.67	c Solving starts ...
3.78/3.83	c solving time = 0.151s
3.78/3.83	c #decision = 33451
3.78/3.83	c #conflict = 97
3.78/3.83	c #restart = 0
3.78/3.83	o 44
3.78/3.85	c Solving starts ...
393.62/393.80	c learnt constraints deletion: 47105 -> 23553
614.38/614.52	c learnt constraints deletion: 51701 -> 25851
881.72/881.96	c learnt constraints deletion: 56585 -> 28294
1145.08/1145.33	c learnt constraints deletion: 62007 -> 31006
1390.14/1390.43	c learnt constraints deletion: 62297 -> 31149
1681.18/1681.57	c learnt constraints deletion: 67872 -> 33937

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-3725371-1338636981/watcher-3725371-1338636981 -o /tmp/evaluation-result-3725371-1338636981/solver-3725371-1338636981 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725371-1338636981.opb 

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: 1.87 1.97 1.92 3/176 31198
/proc/meminfo: memFree=28697784/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 802 0 0 0 0 0 0 0 20 0 1 0 329822475 6373376 722 33554432000 4194304 8989770 140733491084320 140734111510760 7874608 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/31198/statm: 1556 722 424 1171 0 333 0

[startup+0.028807 s]
/proc/loadavg: 1.87 1.97 1.92 3/176 31198
/proc/meminfo: memFree=28697784/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=8272 CPUtime=0.02 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 1131 0 0 0 2 0 0 0 20 0 1 0 329822475 8470528 1051 33554432000 4194304 8989770 140733491084320 140734111510760 7857787 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/31198/statm: 2068 1051 429 1171 0 845 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8272

[startup+0.100221 s]
/proc/loadavg: 1.87 1.97 1.92 3/176 31198
/proc/meminfo: memFree=28697784/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 2176 0 0 0 9 0 0 0 20 0 1 0 329822475 12664832 2096 33554432000 4194304 8989770 140733491084320 140734111510760 7857787 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/31198/statm: 3092 2096 430 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300232 s]
/proc/loadavg: 1.87 1.97 1.92 3/176 31198
/proc/meminfo: memFree=28697784/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=26704 CPUtime=0.29 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 5825 0 0 0 29 0 0 0 20 0 1 0 329822475 27344896 5745 33554432000 4194304 8989770 140733491084320 140734111510760 4209325 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/31198/statm: 6676 5752 431 1171 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26704

[startup+0.700232 s]
/proc/loadavg: 1.87 1.97 1.92 3/176 31198
/proc/meminfo: memFree=28697784/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=43088 CPUtime=0.69 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 10068 0 0 0 68 1 0 0 20 0 1 0 329822475 44122112 9988 33554432000 4194304 8989770 140733491084320 140733491083816 4493864 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/31198/statm: 10772 9988 444 1171 0 9549 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43088

[startup+1.50018 s]
/proc/loadavg: 1.87 1.97 1.92 3/177 31199
/proc/meminfo: memFree=28659452/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=43088 CPUtime=1.49 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 10068 0 0 0 148 1 0 0 20 0 1 0 329822475 44122112 9988 33554432000 4194304 8989770 140733491084320 140733491083816 4494292 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/31198/statm: 10772 9988 444 1171 0 9549 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43088

[startup+3.10024 s]
/proc/loadavg: 1.87 1.97 1.92 3/177 31199
/proc/meminfo: memFree=28658948/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=46160 CPUtime=3.08 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 10836 0 0 0 307 1 0 0 20 0 1 0 329822475 47267840 10756 33554432000 4194304 8989770 140733491084320 140733491083584 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 11540 10756 444 1171 0 10317 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46160

[startup+6.3003 s]
/proc/loadavg: 1.88 1.97 1.92 3/177 31199
/proc/meminfo: memFree=28652624/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=49232 CPUtime=6.29 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 11631 0 0 0 627 2 0 0 20 0 1 0 329822475 50413568 11551 33554432000 4194304 8989770 140733491084320 140733491083816 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 12308 11551 471 1171 0 11085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49232

[startup+12.7003 s]
/proc/loadavg: 1.89 1.97 1.92 3/177 31199
/proc/meminfo: memFree=28650168/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=51280 CPUtime=12.69 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 12143 0 0 0 1266 3 0 0 20 0 1 0 329822475 52510720 12063 33554432000 4194304 8989770 140733491084320 140733491083816 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 12820 12063 471 1171 0 11597 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51280

[startup+25.5003 s]
/proc/loadavg: 1.92 1.97 1.92 3/177 31199
/proc/meminfo: memFree=28646540/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=54352 CPUtime=25.48 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 12911 0 0 0 2543 5 0 0 20 0 1 0 329822475 55656448 12831 33554432000 4194304 8989770 140733491084320 140733491083816 6587869 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 13588 12831 471 1171 0 12365 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54352

[startup+51.1003 s]
/proc/loadavg: 1.94 1.97 1.92 3/177 31199
/proc/meminfo: memFree=28639316/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=60496 CPUtime=51.08 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 14447 0 0 0 5098 10 0 0 20 0 1 0 329822475 61947904 14367 33554432000 4194304 8989770 140733491084320 140733491083816 4208818 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 15124 14367 471 1171 0 13901 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60496

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.92 3/177 31199
/proc/meminfo: memFree=28624976/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=74832 CPUtime=102.28 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 18031 0 0 0 10208 20 0 0 20 0 1 0 329822475 76627968 17951 33554432000 4194304 8989770 140733491084320 140733491083584 6764563 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 18708 17951 471 1171 0 17485 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 74832

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.92 3/177 31200
/proc/meminfo: memFree=28607644/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=92240 CPUtime=162.26 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 22383 0 0 0 16197 29 0 0 20 0 1 0 329822475 94453760 22303 33554432000 4194304 8989770 140733491084320 140733491083584 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 23060 22303 471 1171 0 21837 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 92240

[startup+222.3 s]
/proc/loadavg: 2.03 1.99 1.93 3/178 31203
/proc/meminfo: memFree=28590412/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=109648 CPUtime=222.26 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 26735 0 0 0 22187 39 0 0 20 0 1 0 329822475 112279552 26655 33554432000 4194304 8989770 140733491084320 140733491083816 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 27412 26655 471 1171 0 26189 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 109648

[startup+282.3 s]
/proc/loadavg: 2.01 1.99 1.93 3/177 31203
/proc/meminfo: memFree=28572236/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=127056 CPUtime=282.25 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 31087 0 0 0 28176 49 0 0 20 0 1 0 329822475 130105344 31007 33554432000 4194304 8989770 140733491084320 140733491083816 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 31764 31007 471 1171 0 30541 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 127056

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 31203
/proc/meminfo: memFree=28555896/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=143440 CPUtime=342.23 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 35200 0 0 0 34166 57 0 0 20 0 1 0 329822475 146882560 35108 33554432000 4194304 8989770 140733491084320 140733491083584 4204266 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 35860 35108 471 1171 0 34637 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 143440

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 31203
/proc/meminfo: memFree=28531096/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=165968 CPUtime=402.2 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 40846 0 0 0 40154 66 0 0 20 0 1 0 329822475 169951232 40742 33554432000 4194304 8989770 140733491084320 140733491082240 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 41492 40742 473 1171 0 40269 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 165968

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/176 31203
/proc/meminfo: memFree=28537992/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=156752 CPUtime=462.19 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 40846 0 0 0 46144 75 0 0 20 0 1 0 329822475 160514048 38438 33554432000 4194304 8989770 140733491084320 140733491083816 4209569 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 39188 38438 473 1171 0 37965 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 156752

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 31204
/proc/meminfo: memFree=28536000/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=156752 CPUtime=522.19 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 40846 0 0 0 52134 85 0 0 20 0 1 0 329822475 160514048 38438 33554432000 4194304 8989770 140733491084320 140733491083816 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 39188 38438 473 1171 0 37965 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 156752

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 31204
/proc/meminfo: memFree=28522112/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=168016 CPUtime=582.18 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 43662 0 0 0 58121 97 0 0 20 0 1 0 329822475 172048384 41254 33554432000 4194304 8989770 140733491084320 140733491083816 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 42004 41254 473 1171 0 40781 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 168016

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 31208
/proc/meminfo: memFree=28499728/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=181328 CPUtime=822.13 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 46998 0 0 0 82077 136 0 0 20 0 1 0 329822475 185679872 44582 33554432000 4194304 8989770 140733491084320 140733491083584 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 45332 44582 473 1171 0 44109 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 181328

[startup+882.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/177 31208
/proc/meminfo: memFree=28491808/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=188496 CPUtime=882.13 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 48790 0 0 0 88066 147 0 0 20 0 1 0 329822475 193019904 46374 33554432000 4194304 8989770 140733491084320 140733491083584 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 47124 46374 473 1171 0 45901 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 188496

[startup+942.3 s]
/proc/loadavg: 2.11 2.04 1.95 3/177 31208
/proc/meminfo: memFree=28481268/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=195664 CPUtime=942.12 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 50582 0 0 0 94056 156 0 0 20 0 1 0 329822475 200359936 48166 33554432000 4194304 8989770 140733491084320 140733491083816 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 48916 48166 473 1171 0 47693 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 195664

[startup+1002.3 s]
/proc/loadavg: 2.13 2.06 1.97 3/177 31208
/proc/meminfo: memFree=28461800/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=213072 CPUtime=1002.1 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 54934 0 0 0 100043 167 0 0 20 0 1 0 329822475 218185728 52518 33554432000 4194304 8989770 140733491084320 140733491083816 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 53268 52518 473 1171 0 52045 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 213072

[startup+1062.3 s]
/proc/loadavg: 2.08 2.06 1.97 3/177 31208
/proc/meminfo: memFree=28439604/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=233552 CPUtime=1062.1 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 60054 0 0 0 106031 179 0 0 20 0 1 0 329822475 239157248 57638 33554432000 4194304 8989770 140733491084320 140733491083584 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 58388 57638 473 1171 0 57165 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 233552

[startup+1122.3 s]
/proc/loadavg: 2.03 2.05 1.97 3/177 31209
/proc/meminfo: memFree=28428120/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=242768 CPUtime=1122.09 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 62358 0 0 0 112019 190 0 0 20 0 1 0 329822475 248594432 59942 33554432000 4194304 8989770 140733491084320 140733491083584 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 60692 59942 473 1171 0 59469 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 242768

[startup+1182.3 s]
/proc/loadavg: 2.01 2.04 1.97 3/177 31209
/proc/meminfo: memFree=28424772/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=242768 CPUtime=1182.08 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 62358 0 0 0 118006 202 0 0 20 0 1 0 329822475 248594432 59942 33554432000 4194304 8989770 140733491084320 140733491082240 4209376 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 60692 59942 473 1171 0 59469 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 242768

[startup+1242.3 s]
/proc/loadavg: 2.04 2.04 1.98 3/177 31209
/proc/meminfo: memFree=28454624/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=210000 CPUtime=1242.05 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 62372 0 0 0 123993 212 0 0 20 0 1 0 329822475 215040000 51750 33554432000 4194304 8989770 140733491084320 140733491083584 7953280 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 52500 51750 473 1171 0 51277 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 210000

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/177 31209
/proc/meminfo: memFree=28452516/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=210000 CPUtime=1302.05 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 62372 0 0 0 129981 224 0 0 20 0 1 0 329822475 215040000 51750 33554432000 4194304 8989770 140733491084320 140733491083816 7953280 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 52500 51750 473 1171 0 51277 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 210000

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/177 31209
/proc/meminfo: memFree=28450780/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=210000 CPUtime=1362.04 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 62372 0 0 0 135970 234 0 0 20 0 1 0 329822475 215040000 51750 33554432000 4194304 8989770 140733491084320 140733491083424 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 52500 51750 473 1171 0 51277 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 210000

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 1.98 3/178 31213
/proc/meminfo: memFree=28446912/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=212048 CPUtime=1422.04 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 62884 0 0 0 141960 244 0 0 20 0 1 0 329822475 217137152 52262 33554432000 4194304 8989770 140733491084320 140733491083584 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 53012 52262 473 1171 0 51789 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 212048

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 31236
/proc/meminfo: memFree=28436456/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=219216 CPUtime=1482.03 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 64676 0 0 0 147948 255 0 0 20 0 1 0 329822475 224477184 54054 33554432000 4194304 8989770 140733491084320 140733491082240 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 54804 54054 473 1171 0 53581 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 219216

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 31236
/proc/meminfo: memFree=28436448/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=219216 CPUtime=1542.01 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 64676 0 0 0 153936 265 0 0 20 0 1 0 329822475 224477184 54054 33554432000 4194304 8989770 140733491084320 140733491082304 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 54804 54054 473 1171 0 53581 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 219216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 31236
/proc/meminfo: memFree=28425344/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=230480 CPUtime=1602 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 67492 0 0 0 159925 275 0 0 20 0 1 0 329822475 236011520 56870 33554432000 4194304 8989770 140733491084320 140733491083584 4209212 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 57620 56870 473 1171 0 56397 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 230480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 31236
/proc/meminfo: memFree=28418152/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=237648 CPUtime=1661.99 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 69284 0 0 0 165913 286 0 0 20 0 1 0 329822475 243351552 58662 33554432000 4194304 8989770 140733491084320 140733491083584 4213733 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 59412 58662 473 1171 0 58189 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 237648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 31237
/proc/meminfo: memFree=28405776/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=249936 CPUtime=1721.98 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 72362 0 0 0 171903 295 0 0 20 0 1 0 329822475 255934464 61734 33554432000 4194304 8989770 140733491084320 140733491083584 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 62484 61734 473 1171 0 61261 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 249936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 31276
/proc/meminfo: memFree=28915956/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=249936 CPUtime=1781.97 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 72362 0 0 0 177892 305 0 0 20 0 1 0 329822475 255934464 61734 33554432000 4194304 8989770 140733491084320 140733491083816 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 62484 61734 473 1171 0 61261 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 249936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 31276
/proc/meminfo: memFree=28916584/32873844 swapFree=7644/7644
[pid=31198] ppid=31196 vsize=249936 CPUtime=1800.07 cores=0,2,4,6
/proc/31198/stat : 31198 (toysat) R 31196 31198 30509 0 -1 4202496 72362 0 0 0 179699 308 0 0 20 0 1 0 329822475 255934464 61734 33554432000 4194304 8989770 140733491084320 140733491082432 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/31198/statm: 62484 61734 473 1171 0 61261 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 249936

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1797
CPU system time (s): 3.08753
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 249936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797
system time used= 3.08753
maximum resident set size= 246936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72362
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= 60
involuntary context switches= 2108

runsolver used 3.56046 second user time and 8.81466 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-02 13:36:21
IDJOB=3725371
IDBENCH=24978
IDSOLVER=2308
FILE ID=node147/3725371-1338636981
RUNJOBID= node147-1338631508-30525
PBS_JOBID= 14636433
Free space on /tmp= 70764 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_017_area_delay.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725371-1338636981/watcher-3725371-1338636981 -o /tmp/evaluation-result-3725371-1338636981/solver-3725371-1338636981 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725371-1338636981.opb

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

MD5SUM BENCH= 11f76d5c4a01da95c686f09380ec8e85
RANDOM SEED=63388183

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:        28697784 kB
Buffers:          419128 kB
Cached:          2434440 kB
SwapCached:         3380 kB
Active:          1886744 kB
Inactive:        1430464 kB
Active(anon):     459712 kB
Inactive(anon):     5920 kB
Active(file):    1427032 kB
Inactive(file):  1424544 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             15676 kB
Writeback:            16 kB
AnonPages:        469884 kB
Mapped:            11232 kB
Shmem:                 0 kB
Slab:             719532 kB
SReclaimable:     160624 kB
SUnreclaim:       558908 kB
KernelStack:        1472 kB
PageTables:         5004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     582688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70772 MiB
End job on node147 at 2012-06-02 14:06:23