Trace number 3706985

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-05-17? (TO) 1800.11 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_004_area_delay.opb
MD5SUM45c2f7ac01d7ade9fbe465857931ee2b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark2.41263
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 27
Optimality of the best value was proved YES
Number of variables5828
Total number of constraints17411
Number of constraints which are clauses17411
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 constraint63
Number of terms in the objective function 2817
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 2817
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2817
Number of bits of the biggest sum of numbers12
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

1.19/1.22	c 2012-05-27T15:20:20+0200
1.19/1.22	c arch = x86_64
1.19/1.22	c os = linux
1.19/1.22	c compiler = ghc 7.4
1.19/1.22	c packages:
1.19/1.22	c   OptDir-0.0.1
1.19/1.22	c   array-0.4.0.0
1.19/1.22	c   base-4.5.0.0
1.19/1.22	c   bytestring-0.9.2.1
1.19/1.22	c   containers-0.4.2.1
1.19/1.22	c   deepseq-1.3.0.0
1.19/1.22	c   mtl-2.1.1
1.19/1.22	c   old_locale-1.0.0.4
1.19/1.22	c   parse_dimacs-1.2
1.19/1.22	c   parsec-3.1.2
1.19/1.22	c   queue-0.1.2
1.19/1.22	c   stm-2.3
1.19/1.22	c   time-1.4
1.19/1.22	c command line = ["--pb","HOME/instance-3706985-1338124820.opb"]
1.19/1.22	c #vars 5828
1.19/1.22	c #constraints 17411
1.19/1.22	c Solving starts ...
1.19/1.27	c solving time = 0.050s
1.19/1.27	c #decision = 6911
1.19/1.27	c #conflict = 25
1.19/1.27	c #restart = 0
1.19/1.27	o 49
1.19/1.28	c Solving starts ...
121.47/121.56	c learnt constraints deletion: 23320 -> 11660
183.36/183.41	c learnt constraints deletion: 25040 -> 12520
264.94/265.09	c learnt constraints deletion: 27367 -> 13684
356.02/356.16	c learnt constraints deletion: 30477 -> 15241
430.42/430.59	c learnt constraints deletion: 30078 -> 15039
532.01/532.10	c learnt constraints deletion: 33314 -> 16657
624.59/624.75	c learnt constraints deletion: 33446 -> 16726
735.87/736.04	c learnt constraints deletion: 36600 -> 18303
833.75/833.97	c learnt constraints deletion: 36493 -> 18247
947.53/947.74	c learnt constraints deletion: 36375 -> 18189
1048.41/1048.64	c learnt constraints deletion: 36617 -> 18313
1169.10/1169.34	c learnt constraints deletion: 40062 -> 20031
1294.77/1295.02	c learnt constraints deletion: 39773 -> 19889
1400.26/1400.50	c learnt constraints deletion: 39969 -> 19988
1509.33/1509.68	c learnt constraints deletion: 40154 -> 20082
1642.02/1642.36	c learnt constraints deletion: 44042 -> 22029
1657.72/1658.05	c solving time = 1656.501s
1657.72/1658.05	c #decision = 2194372
1657.72/1658.05	c #conflict = 299638
1657.72/1658.05	c #restart = 18
1657.72/1658.05	o 48
1657.72/1658.06	c Solving starts ...
1657.81/1658.10	c learnt constraints deletion: 23090 -> 11545
1657.81/1658.12	c learnt constraints deletion: 11545 -> 5773
1742.10/1742.42	c learnt constraints deletion: 21136 -> 10569
1762.00/1762.32	c solving time = 104.246s
1762.00/1762.32	c #decision = 2361727
1762.00/1762.32	c #conflict = 318948
1762.00/1762.32	c #restart = 29
1762.00/1762.32	o 47
1762.00/1762.33	c Solving starts ...
1762.10/1762.43	c learnt constraints deletion: 14505 -> 7253
1792.19/1792.55	c solving time = 30.219s
1792.19/1792.55	c #decision = 2412363
1792.19/1792.55	c #conflict = 324565
1792.19/1792.55	c #restart = 37
1792.19/1792.55	o 46
1792.19/1792.55	c Solving starts ...
1792.19/1792.58	c learnt constraints deletion: 12862 -> 6431

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-3706985-1338124820/watcher-3706985-1338124820 -o /tmp/evaluation-result-3706985-1338124820/solver-3706985-1338124820 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706985-1338124820.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.93 2.00 1.99 3/177 1622
/proc/meminfo: memFree=28591676/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/1622/stat : 1622 (runsolver) D 1620 1622 32696 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 278607847 12095488 50 33554432000 4194304 5436572 140735693275648 140735693271944 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/1622/statm: 2953 50 31 304 0 2645 0

[startup+0.0241789 s]
/proc/loadavg: 1.93 2.00 1.99 3/177 1622
/proc/meminfo: memFree=28591676/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=7232 CPUtime=0.01 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 1073 0 0 0 1 0 0 0 20 0 1 0 278607847 7405568 995 33554432000 4194304 8973514 140733723184992 140735693271832 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 1808 995 416 1167 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7232

[startup+0.100727 s]
/proc/loadavg: 1.93 2.00 1.99 3/177 1622
/proc/meminfo: memFree=28591676/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=12352 CPUtime=0.08 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 2290 0 0 0 8 0 0 0 20 0 1 0 278607847 12648448 2212 33554432000 4194304 8973514 140733723184992 140735693271832 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 3088 2212 417 1167 0 1869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12352

[startup+0.300255 s]
/proc/loadavg: 1.93 2.00 1.99 3/177 1622
/proc/meminfo: memFree=28591676/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=26688 CPUtime=0.28 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 5952 0 0 0 27 1 0 0 20 0 1 0 278607847 27328512 5874 33554432000 4194304 8973514 140733723184992 140733723184488 6555296 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 6672 5874 425 1167 0 5453 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26688

[startup+0.70017 s]
/proc/loadavg: 1.93 2.00 1.99 3/177 1622
/proc/meminfo: memFree=28591676/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=26688 CPUtime=0.68 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 5957 0 0 0 67 1 0 0 20 0 1 0 278607847 27328512 5879 33554432000 4194304 8973514 140733723184992 140733723184488 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 6672 5879 430 1167 0 5453 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26688

[startup+1.50023 s]
/proc/loadavg: 1.93 2.00 1.99 3/178 1623
/proc/meminfo: memFree=28570232/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=30784 CPUtime=1.49 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 7007 0 0 0 147 2 0 0 20 0 1 0 278607847 31522816 6929 33554432000 4194304 8973514 140733723184992 140733723184488 4372420 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 7696 6929 456 1167 0 6477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30784

[startup+3.10073 s]
/proc/loadavg: 1.93 2.00 1.99 3/178 1623
/proc/meminfo: memFree=28565380/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=31808 CPUtime=3.08 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 7263 0 0 0 306 2 0 0 20 0 1 0 278607847 32571392 7185 33554432000 4194304 8973514 140733723184992 140733723184256 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 7952 7185 456 1167 0 6733 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31808

[startup+6.3011 s]
/proc/loadavg: 1.94 2.00 1.99 3/178 1623
/proc/meminfo: memFree=28561800/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=32832 CPUtime=6.29 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 7519 0 0 0 626 3 0 0 20 0 1 0 278607847 33619968 7441 33554432000 4194304 8973514 140733723184992 140733723184256 4209446 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 8208 7441 456 1167 0 6989 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32832

[startup+12.7011 s]
/proc/loadavg: 1.94 2.00 1.99 3/178 1623
/proc/meminfo: memFree=28558964/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=35904 CPUtime=12.68 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 8287 0 0 0 1264 4 0 0 20 0 1 0 278607847 36765696 8209 33554432000 4194304 8973514 140733723184992 140733723184256 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 8976 8209 456 1167 0 7757 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35904

[startup+25.5003 s]
/proc/loadavg: 1.96 2.00 1.99 3/178 1623
/proc/meminfo: memFree=28554020/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=41024 CPUtime=25.48 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 9567 0 0 0 2541 7 0 0 20 0 1 0 278607847 42008576 9489 33554432000 4194304 8973514 140733723184992 140733723184488 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 10256 9489 456 1167 0 9037 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41024

[startup+51.1003 s]
/proc/loadavg: 1.97 2.00 1.99 3/177 1624
/proc/meminfo: memFree=28541876/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=52288 CPUtime=51.08 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 12383 0 0 0 5094 14 0 0 20 0 1 0 278607847 53542912 12305 33554432000 4194304 8973514 140733723184992 140733723184256 7716811 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 13072 12305 456 1167 0 11853 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52288

[startup+102.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/177 1624
/proc/meminfo: memFree=28513728/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=76864 CPUtime=102.27 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 18527 0 0 0 10203 24 0 0 20 0 1 0 278607847 78708736 18449 33554432000 4194304 8973514 140733723184992 140733723184488 4208833 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 19216 18449 456 1167 0 17997 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 76864

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 1624
/proc/meminfo: memFree=28491284/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=96320 CPUtime=162.26 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 23392 0 0 0 16187 39 0 0 20 0 1 0 278607847 98631680 23314 33554432000 4194304 8973514 140733723184992 140733723184488 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 24080 23314 457 1167 0 22861 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 96320

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 1624
/proc/meminfo: memFree=28488184/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=97344 CPUtime=222.25 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 23648 0 0 0 22177 48 0 0 20 0 1 0 278607847 99680256 23570 33554432000 4194304 8973514 140733723184992 140733723184256 4204256 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 24336 23570 457 1167 0 23117 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 97344

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 1624
/proc/meminfo: memFree=28475232/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=106560 CPUtime=282.24 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 25956 0 0 0 28164 60 0 0 20 0 1 0 278607847 109117440 25874 33554432000 4194304 8973514 140733723184992 140733723184488 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 26640 25874 457 1167 0 25421 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 106560

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 1625
/proc/meminfo: memFree=28467132/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=115776 CPUtime=342.23 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 28260 0 0 0 34150 73 0 0 20 0 1 0 278607847 118554624 28178 33554432000 4194304 8973514 140733723184992 140733723184488 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 28944 28178 457 1167 0 27725 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 115776

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/178 1626
/proc/meminfo: memFree=28466012/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=115776 CPUtime=402.22 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 29284 0 0 0 40137 85 0 0 20 0 1 0 278607847 118554624 28178 33554432000 4194304 8973514 140733723184992 140733723184256 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 28944 28178 457 1167 0 27725 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 115776

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 1626
/proc/meminfo: memFree=28466148/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=115776 CPUtime=462.21 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 29284 0 0 0 46124 97 0 0 20 0 1 0 278607847 118554624 28178 33554432000 4194304 8973514 140733723184992 140733723182912 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 28944 28178 457 1167 0 27725 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 115776

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 1626
/proc/meminfo: memFree=28449904/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=132160 CPUtime=522.2 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 33380 0 0 0 52109 111 0 0 20 0 1 0 278607847 135331840 32274 33554432000 4194304 8973514 140733723184992 140733723184488 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 33040 32274 457 1167 0 31821 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 132160

[startup+582.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/178 1629
/proc/meminfo: memFree=28445208/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=136256 CPUtime=582.19 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 35428 0 0 0 58096 123 0 0 20 0 1 0 278607847 139526144 33298 33554432000 4194304 8973514 140733723184992 140733723184488 4214629 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 34064 33298 457 1167 0 32845 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 136256

[startup+642.301 s]

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

[startup+882.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 1630
/proc/meminfo: memFree=28441864/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=140352 CPUtime=882.14 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 40046 0 0 0 88033 181 0 0 20 0 1 0 278607847 143720448 34322 33554432000 4194304 8973514 140733723184992 140733723184488 4209256 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 35088 34322 457 1167 0 33869 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 140352

[startup+942.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 1630
/proc/meminfo: memFree=28434052/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=148544 CPUtime=942.13 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 42094 0 0 0 94019 194 0 0 20 0 1 0 278607847 152109056 36370 33554432000 4194304 8973514 140733723184992 140733723184488 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 37136 36370 457 1167 0 35917 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 148544

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1631
/proc/meminfo: memFree=28431448/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=151616 CPUtime=1002.12 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 42862 0 0 0 100007 205 0 0 20 0 1 0 278607847 155254784 37138 33554432000 4194304 8973514 140733723184992 140733723184256 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 37904 37138 457 1167 0 36685 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 151616

[startup+1062.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 1676
/proc/meminfo: memFree=28815776/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=151616 CPUtime=1062.11 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 42863 0 0 0 105996 215 0 0 20 0 1 0 278607847 155254784 37138 33554432000 4194304 8973514 140733723184992 140733723184256 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 37904 37138 457 1167 0 36685 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 151616

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 1676
/proc/meminfo: memFree=28793356/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=151616 CPUtime=1122.1 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 42863 0 0 0 111985 225 0 0 20 0 1 0 278607847 155254784 37138 33554432000 4194304 8973514 140733723184992 140733723184488 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 37904 37138 457 1167 0 36685 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 151616

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1679
/proc/meminfo: memFree=28772136/32873648 swapFree=6848/6848
[pid=1622] ppid=1620 vsize=151616 CPUtime=1182.09 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 42863 0 0 0 117971 238 0 0 20 0 1 0 278607847 155254784 37138 33554432000 4194304 8973514 140733723184992 140733723184488 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 37904 37138 457 1167 0 36685 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 151616

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1679
/proc/meminfo: memFree=28758136/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=151616 CPUtime=1242.08 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 42863 0 0 0 123955 253 0 0 20 0 1 0 278607847 155254784 37138 33554432000 4194304 8973514 140733723184992 140733723184488 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 37904 37138 457 1167 0 36685 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 151616

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1681
/proc/meminfo: memFree=28738008/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=156736 CPUtime=1302.07 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 46191 0 0 0 129944 263 0 0 20 0 1 0 278607847 160497664 38418 33554432000 4194304 8973514 140733723184992 140733723184488 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 39184 38418 457 1167 0 37965 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 156736

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 1681
/proc/meminfo: memFree=28745892/32873648 swapFree=6848/6848
[pid=1622] ppid=1620 vsize=144448 CPUtime=1362.06 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 46191 0 0 0 135933 273 0 0 20 0 1 0 278607847 147914752 35346 33554432000 4194304 8973514 140733723184992 140733723182912 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 36112 35346 457 1167 0 34893 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 144448

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1681
/proc/meminfo: memFree=28743024/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=147520 CPUtime=1422.06 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 46961 0 0 0 141922 284 0 0 20 0 1 0 278607847 151060480 36114 33554432000 4194304 8973514 140733723184992 140733723184488 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 36880 36114 457 1167 0 35661 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 147520

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1681
/proc/meminfo: memFree=28737560/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=153664 CPUtime=1482.04 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 48497 0 0 0 147906 298 0 0 20 0 1 0 278607847 157351936 37650 33554432000 4194304 8973514 140733723184992 140733723182912 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 38416 37650 457 1167 0 37197 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 153664

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1681
/proc/meminfo: memFree=28725052/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=165952 CPUtime=1542.04 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 51569 0 0 0 153892 312 0 0 20 0 1 0 278607847 169934848 40722 33554432000 4194304 8973514 140733723184992 140733723184488 4208826 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 41488 40722 457 1167 0 40269 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 165952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1682
/proc/meminfo: memFree=28719596/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=165952 CPUtime=1602.02 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 51569 0 0 0 159878 324 0 0 20 0 1 0 278607847 169934848 40722 33554432000 4194304 8973514 140733723184992 140733723184256 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 41488 40722 457 1167 0 40269 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 165952

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1682
/proc/meminfo: memFree=28772040/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=111680 CPUtime=1662.01 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 56182 0 0 0 165866 335 0 0 20 0 1 0 278607847 114360320 27154 33554432000 4194304 8973514 140733723184992 140733723184488 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 27920 27154 457 1167 0 26701 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 111680

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 1682
/proc/meminfo: memFree=28788720/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=87104 CPUtime=1722 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 56182 0 0 0 171853 347 0 0 20 0 1 0 278607847 89194496 21010 33554432000 4194304 8973514 140733723184992 140733723184488 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 21776 21010 457 1167 0 20557 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 87104

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 1685
/proc/meminfo: memFree=28781508/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=91200 CPUtime=1781.99 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 57974 0 0 0 177842 357 0 0 20 0 1 0 278607847 93388800 22034 33554432000 4194304 8973514 140733723184992 140733723184488 7659492 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 22800 22034 457 1167 0 21581 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 91200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 1685
/proc/meminfo: memFree=28781924/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=91200 CPUtime=1800.1 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 57974 0 0 0 179649 361 0 0 20 0 1 0 278607847 93388800 22034 33554432000 4194304 8973514 140733723184992 140733723184256 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 22800 22034 457 1167 0 21581 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 91200

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

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

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 1685
/proc/meminfo: memFree=28781924/32873648 swapFree=6844/6844
[pid=1622] ppid=1620 vsize=91200 CPUtime=1800.1 cores=0,2,4,6
/proc/1622/stat : 1622 (toysat) R 1620 1622 32696 0 -1 4202496 57974 0 0 0 179649 361 0 0 20 0 1 0 278607847 93388800 22034 33554432000 4194304 8973514 140733723184992 140733723184256 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/1622/statm: 22800 22034 457 1167 0 21581 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 91200

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1796.49
CPU system time (s): 3.61345
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 184384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.49
system time used= 3.61345
maximum resident set size= 181320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57974
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= 25
involuntary context switches= 1903

runsolver used 4.08138 second user time and 8.38273 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 15:20:20
IDJOB=3706985
IDBENCH=24974
IDSOLVER=2285
FILE ID=node124/3706985-1338124820
RUNJOBID= node124-1338107934-32712
PBS_JOBID= 14624469
Free space on /tmp= 71412 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_004_area_delay.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706985-1338124820/watcher-3706985-1338124820 -o /tmp/evaluation-result-3706985-1338124820/solver-3706985-1338124820 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706985-1338124820.opb

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

MD5SUM BENCH= 45c2f7ac01d7ade9fbe465857931ee2b
RANDOM SEED=593920778

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28591832 kB
Buffers:          341156 kB
Cached:          2707644 kB
SwapCached:            0 kB
Active:          1349364 kB
Inactive:        2125576 kB
Active(anon):     428124 kB
Inactive(anon):        0 kB
Active(file):     921240 kB
Inactive(file):  2125576 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:        432156 kB
Mapped:            16148 kB
Shmem:               200 kB
Slab:             668328 kB
SReclaimable:     112804 kB
SUnreclaim:       555524 kB
KernelStack:        1464 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     537612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71416 MiB
End job on node124 at 2012-05-27 15:50:22