Trace number 3724312

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 NameAnswerCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.05 1800.52

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.59/0.68	c 2012-06-02T12:05:30+0200
0.59/0.68	c arch = x86_64
0.59/0.68	c os = linux
0.59/0.68	c compiler = ghc 7.4
0.59/0.68	c packages:
0.59/0.68	c   OptDir-0.0.1
0.59/0.68	c   array-0.4.0.0
0.59/0.68	c   base-4.5.0.0
0.59/0.68	c   bytestring-0.9.2.1
0.59/0.68	c   containers-0.4.2.1
0.59/0.68	c   deepseq-1.3.0.0
0.59/0.68	c   mtl-2.1.1
0.59/0.68	c   old_locale-1.0.0.4
0.59/0.68	c   parse_dimacs-1.2
0.59/0.68	c   parsec-3.1.2
0.59/0.68	c   queue-0.1.2
0.59/0.68	c   stm-2.3
0.59/0.68	c   time-1.4
0.59/0.68	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724312-1338631530.opb"]
0.59/0.68	c #vars 4602
0.59/0.68	c #constraints 30179
0.59/0.68	c Solving starts ...
44.37/44.41	c learnt constraints deletion: 36959 -> 18507
87.15/87.25	c learnt constraints deletion: 44654 -> 22355
127.03/127.12	c learnt constraints deletion: 44630 -> 22349
180.72/180.87	c learnt constraints deletion: 49065 -> 24568
241.51/241.68	c learnt constraints deletion: 53980 -> 26994
287.51/287.62	c learnt constraints deletion: 53916 -> 26973
336.29/336.47	c learnt constraints deletion: 53955 -> 26998
400.87/401.05	c learnt constraints deletion: 61382 -> 30698
469.34/469.55	c learnt constraints deletion: 61345 -> 30702
532.82/533.00	c learnt constraints deletion: 59589 -> 29802
608.78/609.02	c learnt constraints deletion: 65203 -> 32602
680.76/681.00	c learnt constraints deletion: 67282 -> 33647
796.02/796.32	c learnt constraints deletion: 67231 -> 33627
951.98/952.38	c learnt constraints deletion: 67214 -> 33618
1069.98/1070.37	c learnt constraints deletion: 73966 -> 36983
1139.17/1139.57	c learnt constraints deletion: 73679 -> 36867
1237.84/1238.26	c learnt constraints deletion: 73644 -> 36849
1367.43/1367.89	c learnt constraints deletion: 73608 -> 36831
1507.71/1508.15	c learnt constraints deletion: 73564 -> 36809
1673.67/1674.19	c learnt constraints deletion: 73591 -> 36823

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-3724312-1338631530/watcher-3724312-1338631530 -o /tmp/evaluation-result-3724312-1338631530/solver-3724312-1338631530 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724312-1338631530.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: 0.36 0.08 0.03 3/176 28348
/proc/meminfo: memFree=26646200/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 830 0 0 0 0 0 0 0 20 0 1 0 329277894 6373376 750 33554432000 4194304 8989770 140734069224000 140735316406504 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 1556 750 428 1171 0 333 0

[startup+0.097404 s]
/proc/loadavg: 0.36 0.08 0.03 3/176 28348
/proc/meminfo: memFree=26646200/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 2370 0 0 0 9 0 0 0 20 0 1 0 329277894 12664832 2290 33554432000 4194304 8989770 140734069224000 140735316406504 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 3092 2290 430 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.100263 s]
/proc/loadavg: 0.36 0.08 0.03 3/176 28348
/proc/meminfo: memFree=26646200/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=12368 CPUtime=0.09 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 2370 0 0 0 9 0 0 0 20 0 1 0 329277894 12664832 2290 33554432000 4194304 8989770 140734069224000 140735316406504 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 3092 2290 430 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.30026 s]
/proc/loadavg: 0.36 0.08 0.03 3/176 28348
/proc/meminfo: memFree=26646200/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=25680 CPUtime=0.29 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 5452 0 0 0 29 0 0 0 20 0 1 0 329277894 26296320 5373 33554432000 4194304 8989770 140734069224000 140735316406504 4209439 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 6420 5379 430 1171 0 5197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25680

[startup+0.700257 s]
/proc/loadavg: 0.36 0.08 0.03 3/176 28348
/proc/meminfo: memFree=26646200/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=48208 CPUtime=0.69 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 11366 0 0 0 68 1 0 0 20 0 1 0 329277894 49364992 11286 33554432000 4194304 8989770 140734069224000 140735316406504 5393947 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 12052 11286 460 1171 0 10829 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48208

[startup+1.50026 s]
/proc/loadavg: 0.36 0.08 0.03 3/177 28349
/proc/meminfo: memFree=26601940/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=49232 CPUtime=1.49 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 11622 0 0 0 147 2 0 0 20 0 1 0 329277894 50413568 11542 33554432000 4194304 8989770 140734069224000 140734069223496 6862204 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 12308 11542 460 1171 0 11085 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49232

[startup+3.10024 s]
/proc/loadavg: 0.36 0.08 0.03 3/177 28349
/proc/meminfo: memFree=26601816/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=49232 CPUtime=3.09 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 11622 0 0 0 306 3 0 0 20 0 1 0 329277894 50413568 11542 33554432000 4194304 8989770 140734069224000 140734069223496 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 12308 11542 460 1171 0 11085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49232

[startup+6.30024 s]
/proc/loadavg: 0.49 0.11 0.04 3/177 28349
/proc/meminfo: memFree=26284128/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=62544 CPUtime=6.29 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 14950 0 0 0 624 5 0 0 20 0 1 0 329277894 64045056 14870 33554432000 4194304 8989770 140734069224000 140734069223496 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 15636 14870 460 1171 0 14413 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62544

[startup+12.7003 s]
/proc/loadavg: 0.61 0.14 0.05 3/177 28349
/proc/meminfo: memFree=25966076/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=83024 CPUtime=12.69 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 20070 0 0 0 1258 11 0 0 20 0 1 0 329277894 85016576 19990 33554432000 4194304 8989770 140734069224000 140734069223264 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 20756 19990 460 1171 0 19533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83024

[startup+25.5003 s]
/proc/loadavg: 0.92 0.23 0.08 3/177 28387
/proc/meminfo: memFree=27347444/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=119888 CPUtime=25.48 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 29287 0 0 0 2531 17 0 0 20 0 1 0 329277894 122765312 29211 33554432000 4194304 8989770 140734069224000 140734069223496 6858909 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 29972 29211 460 1171 0 28749 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119888

[startup+51.1003 s]
/proc/loadavg: 1.35 0.39 0.13 3/177 28387
/proc/meminfo: memFree=27291496/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=170064 CPUtime=51.07 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 41849 0 0 0 5077 30 0 0 20 0 1 0 329277894 174145536 41757 33554432000 4194304 8989770 140734069224000 140734069223264 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 42516 41757 462 1171 0 41293 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 170064

[startup+102.306 s]
/proc/loadavg: 1.72 0.64 0.23 3/177 28387
/proc/meminfo: memFree=27217140/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=239696 CPUtime=102.24 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 59290 0 0 0 10175 49 0 0 20 0 1 0 329277894 245448704 59165 33554432000 4194304 8989770 140734069224000 140734069223496 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 59924 59165 462 1171 0 58701 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 239696

[startup+162.3 s]
/proc/loadavg: 1.89 0.88 0.34 3/177 28388
/proc/meminfo: memFree=27187356/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=267344 CPUtime=162.22 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 68771 0 0 0 16154 68 0 0 20 0 1 0 329277894 273760256 66077 33554432000 4194304 8989770 140734069224000 140734069223496 4438244 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 66836 66077 462 1171 0 65613 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 267344

[startup+222.3 s]
/proc/loadavg: 1.96 1.08 0.44 3/177 28388
/proc/meminfo: memFree=27180928/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=273488 CPUtime=222.21 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 70312 0 0 0 22138 83 0 0 20 0 1 0 329277894 280051712 67613 33554432000 4194304 8989770 140734069224000 140734069223496 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 68372 67613 462 1171 0 67149 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 273488

[startup+282.3 s]
/proc/loadavg: 1.98 1.25 0.53 3/178 28391
/proc/meminfo: memFree=27162680/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=289872 CPUtime=282.2 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 74408 0 0 0 28118 102 0 0 20 0 1 0 329277894 296828928 71709 33554432000 4194304 8989770 140734069224000 140734069223496 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 72468 71709 462 1171 0 71245 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 289872

[startup+342.3 s]
/proc/loadavg: 2.03 1.40 0.63 3/177 28391
/proc/meminfo: memFree=27092032/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=360528 CPUtime=342.19 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 92073 0 0 0 34095 124 0 0 20 0 1 0 329277894 369180672 89374 33554432000 4194304 8989770 140734069224000 140734069223496 4438168 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 90132 89374 462 1171 0 88909 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 360528

[startup+402.3 s]
/proc/loadavg: 2.01 1.50 0.71 3/177 28391
/proc/meminfo: memFree=27066964/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=385104 CPUtime=402.17 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 98240 0 0 0 40071 146 0 0 20 0 1 0 329277894 394346496 95518 33554432000 4194304 8989770 140734069224000 140734069223264 7747254 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 96276 95518 462 1171 0 95053 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 385104

[startup+462.3 s]
/proc/loadavg: 2.03 1.61 0.79 3/177 28392
/proc/meminfo: memFree=26867724/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=584784 CPUtime=462.14 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 147995 0 0 0 46041 173 0 0 20 0 1 0 329277894 598818816 145242 33554432000 4194304 8989770 140734069224000 140734069223496 4451620 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 146196 145242 462 1171 0 144973 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 584784

[startup+522.3 s]
/proc/loadavg: 2.01 1.67 0.87 3/177 28392
/proc/meminfo: memFree=26822120/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=628816 CPUtime=522.12 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 159218 0 0 0 52021 191 0 0 20 0 1 0 329277894 643907584 156446 33554432000 4194304 8989770 140734069224000 140734069223264 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 157204 156446 462 1171 0 155981 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 628816

[startup+582.3 s]
/proc/loadavg: 2.08 1.75 0.94 3/177 28392
/proc/meminfo: memFree=26744648/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=703568 CPUtime=582.09 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 177836 0 0 0 57997 212 0 0 20 0 1 0 329277894 720453632 175043 33554432000 4194304 8989770 140734069224000 140734069223496 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 175892 175043 462 1171 0 174669 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 703568

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.02 1.92 1.23 3/178 28396
/proc/meminfo: memFree=26358784/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1084496 CPUtime=882 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 273235 0 0 0 87906 294 0 0 20 0 1 0 329277894 1110523904 270366 33554432000 4194304 8989770 140734069224000 140734069223496 4208816 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 271124 270366 462 1171 0 269901 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 1084496

[startup+942.3 s]
/proc/loadavg: 2.05 1.95 1.28 3/177 28396
/proc/meminfo: memFree=26272044/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1173584 CPUtime=941.99 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 295507 0 0 0 93891 308 0 0 20 0 1 0 329277894 1201750016 292638 33554432000 4194304 8989770 140734069224000 140734069223264 4434832 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 293396 292638 462 1171 0 292173 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 1173584

[startup+1002.3 s]
/proc/loadavg: 2.02 1.95 1.32 3/177 28396
/proc/meminfo: memFree=26248116/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1196112 CPUtime=1001.98 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 301139 0 0 0 99876 322 0 0 20 0 1 0 329277894 1224818688 298270 33554432000 4194304 8989770 140734069224000 140734069223264 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 299028 298270 462 1171 0 297805 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 1196112

[startup+1062.3 s]
/proc/loadavg: 2.05 1.97 1.37 3/176 28396
/proc/meminfo: memFree=26246200/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1196112 CPUtime=1061.97 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 301139 0 0 0 105857 340 0 0 20 0 1 0 329277894 1224818688 298270 33554432000 4194304 8989770 140734069224000 140734069223496 4438244 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 299028 298270 462 1171 0 297805 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 1196112

[startup+1122.3 s]
/proc/loadavg: 2.19 2.02 1.42 3/177 28397
/proc/meminfo: memFree=26230244/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1214544 CPUtime=1121.96 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 305747 0 0 0 111834 362 0 0 20 0 1 0 329277894 1243693056 302878 33554432000 4194304 8989770 140734069224000 140734069223496 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 303636 302878 462 1171 0 302413 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 1214544

[startup+1182.3 s]
/proc/loadavg: 2.13 2.03 1.46 3/177 28397
/proc/meminfo: memFree=26126892/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1315920 CPUtime=1181.95 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 331091 0 0 0 117812 383 0 0 20 0 1 0 329277894 1347502080 328222 33554432000 4194304 8989770 140734069224000 140734069223264 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 328980 328222 462 1171 0 327757 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1315920

[startup+1242.3 s]
/proc/loadavg: 2.05 2.02 1.49 3/177 28397
/proc/meminfo: memFree=25975984/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1466448 CPUtime=1241.94 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 368723 0 0 0 123790 404 0 0 20 0 1 0 329277894 1501642752 365854 33554432000 4194304 8989770 140734069224000 140734069223264 4451620 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 366612 365854 462 1171 0 365389 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 1466448

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 1.52 3/177 28397
/proc/meminfo: memFree=25972636/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1469520 CPUtime=1301.93 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 369491 0 0 0 129775 418 0 0 20 0 1 0 329277894 1504788480 366622 33554432000 4194304 8989770 140734069224000 140734069223496 4437920 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 367380 366622 462 1171 0 366157 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 1469520

[startup+1362.3 s]
/proc/loadavg: 2.03 2.03 1.55 3/177 28397
/proc/meminfo: memFree=25860476/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1584208 CPUtime=1361.92 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 398163 0 0 0 135758 434 0 0 20 0 1 0 329277894 1622228992 395294 33554432000 4194304 8989770 140734069224000 140734069223264 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 396052 395294 462 1171 0 394829 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 1584208

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 1.58 3/177 28398
/proc/meminfo: memFree=25855392/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1587280 CPUtime=1421.92 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 398931 0 0 0 141743 449 0 0 20 0 1 0 329277894 1625374720 396062 33554432000 4194304 8989770 140734069224000 140734069223496 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 396820 396062 462 1171 0 395597 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1587280

[startup+1482.3 s]
/proc/loadavg: 2.11 2.05 1.61 3/178 28401
/proc/meminfo: memFree=25854260/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1587280 CPUtime=1481.91 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 398931 0 0 0 147728 463 0 0 20 0 1 0 329277894 1625374720 396062 33554432000 4194304 8989770 140734069224000 140734069223264 4209187 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 396820 396062 462 1171 0 395597 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1587280

[startup+1542.3 s]
/proc/loadavg: 2.04 2.04 1.64 3/177 28401
/proc/meminfo: memFree=25822504/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1619024 CPUtime=1541.9 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 406867 0 0 0 153716 474 0 0 20 0 1 0 329277894 1657880576 403998 33554432000 4194304 8989770 140734069224000 140734069223264 4438168 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 404756 403998 462 1171 0 403533 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1619024

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 1.65 3/177 28401
/proc/meminfo: memFree=25818068/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1619024 CPUtime=1601.89 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 406868 0 0 0 159704 485 0 0 20 0 1 0 329277894 1657880576 403998 33554432000 4194304 8989770 140734069224000 140734069223496 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 404756 403998 462 1171 0 403533 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1619024

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 1.68 3/177 28401
/proc/meminfo: memFree=25821692/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1619024 CPUtime=1661.87 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 406880 0 0 0 165691 496 0 0 20 0 1 0 329277894 1657880576 403998 33554432000 4194304 8989770 140734069224000 140734069223496 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 404756 403998 462 1171 0 403533 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1619024

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 1.70 3/177 28402
/proc/meminfo: memFree=25803244/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1637456 CPUtime=1721.84 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 411504 0 0 0 171677 507 0 0 20 0 1 0 329277894 1676754944 408606 33554432000 4194304 8989770 140734069224000 140734069223496 4437660 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 409364 408606 462 1171 0 408141 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1637456

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 1.72 3/177 28402
/proc/meminfo: memFree=25801412/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1637456 CPUtime=1781.83 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 411513 0 0 0 177661 522 0 0 20 0 1 0 329277894 1676754944 408606 33554432000 4194304 8989770 140734069224000 140734069223496 7953280 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 409364 408606 462 1171 0 408141 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1637456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.04 1.73 4/177 28402
/proc/meminfo: memFree=25801256/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1637456 CPUtime=1800.03 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 411517 0 0 0 179477 526 0 0 20 0 1 0 329277894 1676754944 408606 33554432000 4194304 8989770 140734069224000 140734069223264 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 409364 408606 462 1171 0 408141 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1637456

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

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

[startup+1800.5 s]
/proc/loadavg: 2.04 2.04 1.73 4/177 28402
/proc/meminfo: memFree=25801256/32873844 swapFree=6608/6608
[pid=28348] ppid=28346 vsize=1637456 CPUtime=1800.03 cores=0,2,4,6
/proc/28348/stat : 28348 (toysat) R 28346 28348 28266 0 -1 4202496 411517 0 0 0 179477 526 0 0 20 0 1 0 329277894 1676754944 408606 33554432000 4194304 8989770 140734069224000 140734069223264 7857787 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/28348/statm: 409364 408606 462 1171 0 408141 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1637456

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.52
CPU time (s): 1800.05
CPU user time (s): 1794.78
CPU system time (s): 5.2762
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 1637456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 5.2762
maximum resident set size= 1634424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411517
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= 279
involuntary context switches= 1856

runsolver used 3.44048 second user time and 8.62469 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-02 12:05:30
IDJOB=3724312
IDBENCH=1500
IDSOLVER=2308
FILE ID=node140/3724312-1338631530
RUNJOBID= node140-1338631508-28282
PBS_JOBID= 14636440
Free space on /tmp= 70584 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724312-1338631530/watcher-3724312-1338631530 -o /tmp/evaluation-result-3724312-1338631530/solver-3724312-1338631530 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724312-1338631530.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=387104419

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        26647108 kB
Buffers:          376796 kB
Cached:          4159352 kB
SwapCached:         1664 kB
Active:          2041900 kB
Inactive:        3296824 kB
Active(anon):     795284 kB
Inactive(anon):     9416 kB
Active(file):    1246616 kB
Inactive(file):  3287408 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:             50080 kB
Writeback:             0 kB
AnonPages:        807668 kB
Mapped:            12016 kB
Shmem:                 8 kB
Slab:             747552 kB
SReclaimable:     189104 kB
SUnreclaim:       558448 kB
KernelStack:        1440 kB
PageTables:         5528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     918080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 70612 MiB
End job on node140 at 2012-06-02 12:35:33