Trace number 3434126

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
minisat hack: MiniSAT 2.2.0-agile-26UNSAT 3949.8 3949.69

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

3949.70/3949.68	WARNING: for repeatability, setting FPU to use double precision
3949.70/3949.68	============================[ Problem Statistics ]=============================
3949.70/3949.68	|                                                                             |
3949.70/3949.68	|  Number of variables:           264                                         |
3949.70/3949.68	|  Number of clauses:            1476                                         |
3949.70/3949.68	|  Parse time:                   0.00 s                                       |
3949.70/3949.68	|  Eliminated clauses:           0.00 Mb                                      |
3949.70/3949.68	|  Simplification time:          0.00 s                                       |
3949.70/3949.68	|                                                                             |
3949.70/3949.68	============================[ Search Statistics ]=================================
3949.70/3949.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
3949.70/3949.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
3949.70/3949.68	==================================================================================
3949.70/3949.68	|       100 |     240     1452     5280 |      532      100     35 |  0.002 %  5 |
3949.70/3949.68	|       250 |     240     1452     5280 |      585      250     36 |  0.001 % 11 |
3949.70/3949.68	|       475 |     240     1452     5280 |      644      475     38 |  0.001 % 17 |
3949.70/3949.68	|       812 |     240     1452     5280 |      708      451     40 |  0.001 % 21 |
3949.70/3949.68	|      1318 |     240     1452     5280 |      779      564     40 |  0.001 % 23 |
3949.70/3949.68	|      2077 |     240     1452     5280 |      857      474     44 |  0.001 % 27 |
3949.70/3949.68	|      3216 |     240     1452     5280 |      943      698     42 |  0.001 % 25 |
3949.70/3949.68	|      4924 |     240     1452     5280 |     1037      905     41 |  0.001 % 25 |
3949.70/3949.68	|      7486 |     240     1452     5280 |     1141      758     41 |  0.001 % 25 |
3949.70/3949.68	|     11330 |     240     1452     5280 |     1255      992     44 |  0.001 % 24 |
3949.70/3949.68	|     17096 |     240     1452     5280 |     1380      871     47 |  0.001 % 28 |
3949.70/3949.68	|     25745 |     240     1452     5280 |     1518      937     44 |  0.001 % 26 |
3949.70/3949.68	|     38719 |     240     1452     5280 |     1670     1368     42 |  0.001 % 22 |
3949.70/3949.68	|     58180 |     240     1452     5280 |     1837      908     44 |  0.001 % 21 |
3949.70/3949.68	|     87372 |     240     1452     5280 |     2021     1540     45 |  0.001 % 27 |
3949.70/3949.68	|    131161 |     240     1452     5280 |     2223     1645     48 |  0.001 % 29 |
3949.70/3949.68	|    196845 |     240     1452     5280 |     2446     2277     44 |  0.001 % 22 |
3949.70/3949.68	|    295371 |     240     1452     5280 |     2690     1605     44 |  0.001 % 25 |
3949.70/3949.68	|    443160 |     240     1452     5280 |     2960     2315     37 |  0.001 % 23 |
3949.70/3949.68	|    664843 |     240     1452     5280 |     3256     2510     46 |  0.001 % 28 |
3949.70/3949.68	|    997368 |     240     1452     5280 |     3581     2941     43 |  0.001 % 23 |
3949.70/3949.68	|   1496156 |     240     1452     5280 |     3939     1879     43 |  0.001 % 26 |
3949.70/3949.68	|   2244338 |     240     1452     5280 |     4333     2984     47 |  0.001 % 24 |
3949.70/3949.68	|   3366612 |     240     1452     5280 |     4767     3700     41 |  0.001 % 23 |
3949.70/3949.68	|   5050023 |     240     1452     5280 |     5243     2982     45 |  0.001 % 23 |
3949.70/3949.68	|   7575139 |     240     1452     5280 |     5768     4053     43 |  0.001 % 27 |
3949.70/3949.68	|  11362814 |     239     1441     5258 |     6345     4972     41 |  0.380 % 21 |
3949.70/3949.68	|  17044326 |     239     1441     5258 |     6979     4177     45 |  0.380 % 26 |
3949.70/3949.68	|  25566595 |     237     1419     5115 |     7677     5316     47 |  1.138 % 26 |
3949.70/3949.68	|  38349998 |     236     1408     5093 |     8445     6038     43 |  1.517 % 26 |
3949.70/3949.68	|  57525103 |     230     1352     4981 |     9290     5294     42 |  3.789 % 26 |
3949.70/3949.68	|  86287761 |     224     1288     4754 |    10219     7984     43 |  6.062 % 22 |
3949.70/3949.68	===============================================================================
3949.70/3949.68	restarts              : 131070
3949.70/3949.68	skipped               : 50850
3949.70/3949.68	conflicts             : 101941032      (25809 /sec)
3949.70/3949.68	decisions             : 118362466      (0.00 % random) (29967 /sec)
3949.70/3949.68	propagations          : 1336702437     (338424 /sec)
3949.70/3949.68	conflict literals     : 4409439245     (9.12 % deleted)
3949.70/3949.68	Memory used           : 45.00 MB
3949.70/3949.68	CPU time              : 3949.79 s
3949.70/3949.68	
3949.70/3949.68	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3434126-1306899700/watcher-3434126-1306899700 -o /tmp/evaluation-result-3434126-1306899700/solver-3434126-1306899700 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434126-1306899700.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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.07 1.61 1.85 2/520 2236
/proc/meminfo: memFree=5690308/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=19256 CPUtime=0 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 380 0 0 0 0 0 0 0 18 0 1 0 801567753 19718144 319 33554432000 4194304 4291235 140736512423808 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 4814 319 236 24 0 1448 0

[startup+0.0486401 s]
/proc/loadavg: 1.07 1.61 1.85 2/520 2236
/proc/meminfo: memFree=5690308/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=15444 CPUtime=0.04 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 551 0 0 0 4 0 0 0 18 0 1 0 801567753 15814656 472 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 3861 472 254 24 0 495 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15444

[startup+0.100633 s]
/proc/loadavg: 1.07 1.61 1.85 2/520 2236
/proc/meminfo: memFree=5690308/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=15444 CPUtime=0.09 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 563 0 0 0 9 0 0 0 18 0 1 0 801567753 15814656 483 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 3861 483 254 24 0 495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15444

[startup+0.300597 s]
/proc/loadavg: 1.07 1.61 1.85 2/520 2236
/proc/meminfo: memFree=5690308/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=15924 CPUtime=0.29 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 645 0 0 0 29 0 0 0 18 0 1 0 801567753 16306176 564 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256114 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 3981 564 254 24 0 615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15924

[startup+0.700525 s]
/proc/loadavg: 1.07 1.61 1.85 2/520 2236
/proc/meminfo: memFree=5690308/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=16348 CPUtime=0.69 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 762 0 0 0 69 0 0 0 18 0 1 0 801567753 16740352 679 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 4087 679 254 24 0 721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16348

[startup+1.50038 s]
/proc/loadavg: 1.15 1.62 1.85 3/525 2242
/proc/meminfo: memFree=5684612/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=17120 CPUtime=1.49 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 887 0 0 0 149 0 0 0 20 0 1 0 801567753 17530880 801 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 4280 801 254 24 0 914 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17120

[startup+3.10109 s]
/proc/loadavg: 1.15 1.62 1.85 3/525 2242
/proc/meminfo: memFree=5681016/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=17768 CPUtime=3.09 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 1015 0 0 0 309 0 0 0 25 0 1 0 801567753 18194432 923 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 4442 923 254 24 0 1076 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17768

[startup+6.30051 s]
/proc/loadavg: 1.15 1.62 1.85 3/525 2242
/proc/meminfo: memFree=5679416/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=18220 CPUtime=6.29 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 1256 0 0 0 629 0 0 0 25 0 1 0 801567753 18657280 1159 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256129 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 4555 1159 254 24 0 1189 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18220

[startup+12.7004 s]
/proc/loadavg: 1.28 1.63 1.85 3/525 2242
/proc/meminfo: memFree=5674364/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=19724 CPUtime=12.69 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 1484 0 0 0 1269 0 0 0 25 0 1 0 801567753 20197376 1382 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 4931 1382 254 24 0 1565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19724

[startup+25.5011 s]
/proc/loadavg: 1.39 1.64 1.85 3/525 2242
/proc/meminfo: memFree=5672372/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=19724 CPUtime=25.49 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 1669 0 0 0 2549 0 0 0 25 0 1 0 801567753 20197376 1563 33554432000 4194304 4291235 140736512423808 18446744073709551615 4262719 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 4931 1563 254 24 0 1565 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19724

[startup+51.1004 s]
/proc/loadavg: 1.60 1.67 1.85 3/525 2243
/proc/meminfo: memFree=5669380/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=20972 CPUtime=51.09 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 1927 0 0 0 5109 0 0 0 25 0 1 0 801567753 21475328 1816 33554432000 4194304 4291235 140736512423808 18446744073709551615 4261933 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 5243 1816 254 24 0 1877 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20972

[startup+102.32 s]
/proc/loadavg: 1.84 1.72 1.86 3/525 2244
/proc/meminfo: memFree=5664500/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=22412 CPUtime=102.32 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 2170 0 0 0 10232 0 0 0 25 0 1 0 801567753 22949888 2054 33554432000 4194304 4291235 140736512423808 18446744073709551615 4248112 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 5603 2054 254 24 0 2237 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 22412

[startup+162.3 s]
/proc/loadavg: 1.94 1.77 1.86 3/525 2246
/proc/meminfo: memFree=5660480/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=24528 CPUtime=162.3 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 2635 0 0 0 16230 0 0 0 25 0 1 0 801567753 25116672 2509 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 6132 2509 254 24 0 2766 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 24528

[startup+222.301 s]
/proc/loadavg: 2.03 1.83 1.87 3/525 2247
/proc/meminfo: memFree=5660424/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=24528 CPUtime=222.3 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 2885 0 0 0 22230 0 0 0 25 0 1 0 801567753 25116672 2755 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 6132 2755 254 24 0 2766 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 24528

[startup+282.301 s]
/proc/loadavg: 2.01 1.85 1.88 3/525 2249
/proc/meminfo: memFree=5660344/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=24528 CPUtime=282.3 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 2885 0 0 0 28230 0 0 0 25 0 1 0 801567753 25116672 2755 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 6132 2755 254 24 0 2766 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 24528

[startup+342.301 s]
/proc/loadavg: 2.13 1.92 1.90 3/525 2251
/proc/meminfo: memFree=5659400/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=26288 CPUtime=342.3 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 2977 0 0 0 34230 0 0 0 25 0 1 0 801567753 26918912 2844 33554432000 4194304 4291235 140736512423808 18446744073709551615 4275863 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 6572 2844 254 24 0 3206 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 26288

[startup+402.301 s]
/proc/loadavg: 2.17 1.97 1.92 3/525 2252
/proc/meminfo: memFree=5655856/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=26288 CPUtime=402.3 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 2996 0 0 0 40230 0 0 0 25 0 1 0 801567753 26918912 2863 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 6572 2863 254 24 0 3206 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 26288

[startup+462.3 s]
/proc/loadavg: 2.06 1.97 1.92 3/525 2254
/proc/meminfo: memFree=5652072/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=26288 CPUtime=462.31 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 2996 0 0 0 46231 0 0 0 25 0 1 0 801567753 26918912 2863 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 6572 2863 254 24 0 3206 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 26288

[startup+522.3 s]
/proc/loadavg: 2.02 1.97 1.92 3/525 2255
/proc/meminfo: memFree=5647908/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=31572 CPUtime=522.31 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 4290 0 0 0 52231 0 0 0 25 0 1 0 801567753 32329728 4129 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 7893 4129 254 24 0 4527 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 31572

[startup+582.301 s]
/proc/loadavg: 2.01 1.97 1.92 3/525 2257
/proc/meminfo: memFree=5646728/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=31572 CPUtime=582.31 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 4530 0 0 0 58231 0 0 0 25 0 1 0 801567753 32329728 4367 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 7893 4367 254 24 0 4527 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 31572

[startup+642.301 s]

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

/proc/meminfo: memFree=5621976/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=44252 CPUtime=3222.38 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7695 0 0 0 322238 0 0 0 25 0 1 0 801567753 45314048 7474 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255722 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11063 7474 254 24 0 7697 0
Current children cumulated CPU time (s) 3222.38
Current children cumulated vsize (KiB) 44252

[startup+3282.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/525 2352
/proc/meminfo: memFree=5621900/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=44252 CPUtime=3282.38 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7695 0 0 0 328238 0 0 0 25 0 1 0 801567753 45314048 7474 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11063 7474 254 24 0 7697 0
Current children cumulated CPU time (s) 3282.38
Current children cumulated vsize (KiB) 44252

[startup+3342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 2354
/proc/meminfo: memFree=5621220/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=44252 CPUtime=3342.38 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7695 0 0 0 334238 0 0 0 25 0 1 0 801567753 45314048 7474 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11063 7474 254 24 0 7697 0
Current children cumulated CPU time (s) 3342.38
Current children cumulated vsize (KiB) 44252

[startup+3402.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 2355
/proc/meminfo: memFree=5620028/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=44252 CPUtime=3402.4 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7695 0 0 0 340240 0 0 0 25 0 1 0 801567753 45314048 7474 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11063 7474 254 24 0 7697 0
Current children cumulated CPU time (s) 3402.4
Current children cumulated vsize (KiB) 44252

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 2357
/proc/meminfo: memFree=5618500/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=44252 CPUtime=3462.38 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7695 0 0 0 346238 0 0 0 25 0 1 0 801567753 45314048 7474 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11063 7474 254 24 0 7697 0
Current children cumulated CPU time (s) 3462.38
Current children cumulated vsize (KiB) 44252

[startup+3522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 2358
/proc/meminfo: memFree=5619308/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=44252 CPUtime=3522.39 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7695 0 0 0 352239 0 0 0 25 0 1 0 801567753 45314048 7474 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11063 7474 254 24 0 7697 0
Current children cumulated CPU time (s) 3522.39
Current children cumulated vsize (KiB) 44252

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 2360
/proc/meminfo: memFree=5617992/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=44252 CPUtime=3582.39 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7695 0 0 0 358239 0 0 0 25 0 1 0 801567753 45314048 7474 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11063 7474 254 24 0 7697 0
Current children cumulated CPU time (s) 3582.39
Current children cumulated vsize (KiB) 44252

[startup+3642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 2362
/proc/meminfo: memFree=5618680/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=44252 CPUtime=3642.39 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7717 0 0 0 364239 0 0 0 25 0 1 0 801567753 45314048 7495 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11063 7495 254 24 0 7697 0
Current children cumulated CPU time (s) 3642.39
Current children cumulated vsize (KiB) 44252

[startup+3702.3 s]
/proc/loadavg: 2.29 2.08 2.02 3/525 2363
/proc/meminfo: memFree=5617636/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3702.39 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7819 0 0 0 370239 0 0 0 25 0 1 0 801567753 47349760 7597 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7597 254 24 0 8194 0
Current children cumulated CPU time (s) 3702.39
Current children cumulated vsize (KiB) 46240

[startup+3762.3 s]
/proc/loadavg: 2.19 2.09 2.03 3/525 2365
/proc/meminfo: memFree=5618328/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3762.39 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7819 0 0 0 376239 0 0 0 25 0 1 0 801567753 47349760 7597 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7597 254 24 0 8194 0
Current children cumulated CPU time (s) 3762.39
Current children cumulated vsize (KiB) 46240

[startup+3822.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/525 2366
/proc/meminfo: memFree=5617544/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3822.39 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7819 0 0 0 382239 0 0 0 25 0 1 0 801567753 47349760 7597 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7597 254 24 0 8194 0
Current children cumulated CPU time (s) 3822.39
Current children cumulated vsize (KiB) 46240

[startup+3882.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/525 2368
/proc/meminfo: memFree=5618352/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3882.4 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7820 0 0 0 388240 0 0 0 25 0 1 0 801567753 47349760 7598 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7598 254 24 0 8194 0
Current children cumulated CPU time (s) 3882.4
Current children cumulated vsize (KiB) 46240

[startup+3942.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/525 2370
/proc/meminfo: memFree=5618280/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3942.4 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7820 0 0 0 394240 0 0 0 25 0 1 0 801567753 47349760 7598 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7598 254 24 0 8194 0
Current children cumulated CPU time (s) 3942.4
Current children cumulated vsize (KiB) 46240

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

[startup+3945.5 s]
/proc/loadavg: 2.01 2.04 2.01 3/525 2370
/proc/meminfo: memFree=5618280/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3945.6 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7820 0 0 0 394560 0 0 0 25 0 1 0 801567753 47349760 7598 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7598 254 24 0 8194 0
Current children cumulated CPU time (s) 3945.6
Current children cumulated vsize (KiB) 46240

[startup+3947.1 s]
/proc/loadavg: 2.01 2.04 2.01 3/525 2370
/proc/meminfo: memFree=5618280/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3947.2 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7820 0 0 0 394720 0 0 0 25 0 1 0 801567753 47349760 7598 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7598 254 24 0 8194 0
Current children cumulated CPU time (s) 3947.2
Current children cumulated vsize (KiB) 46240

[startup+3948.7 s]
/proc/loadavg: 2.01 2.04 2.01 3/525 2370
/proc/meminfo: memFree=5618268/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3948.8 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7820 0 0 0 394880 0 0 0 25 0 1 0 801567753 47349760 7598 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7598 254 24 0 8194 0
Current children cumulated CPU time (s) 3948.8
Current children cumulated vsize (KiB) 46240

[startup+3949.1 s]
/proc/loadavg: 2.01 2.04 2.01 3/525 2370
/proc/meminfo: memFree=5618144/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3949.2 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7820 0 0 0 394920 0 0 0 25 0 1 0 801567753 47349760 7598 33554432000 4194304 4291235 140736512423808 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7598 254 24 0 8194 0
Current children cumulated CPU time (s) 3949.2
Current children cumulated vsize (KiB) 46240

[startup+3949.5 s]
/proc/loadavg: 2.01 2.04 2.01 3/525 2370
/proc/meminfo: memFree=5618144/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3949.6 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7820 0 0 0 394960 0 0 0 25 0 1 0 801567753 47349760 7598 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7598 254 24 0 8194 0
Current children cumulated CPU time (s) 3949.6
Current children cumulated vsize (KiB) 46240

[startup+3949.6 s]
/proc/loadavg: 2.01 2.04 2.01 3/525 2370
/proc/meminfo: memFree=5618144/32951124 swapFree=56930356/67111528
[pid=2236] ppid=2233 vsize=46240 CPUtime=3949.7 cores=1,3,5,7
/proc/2236/stat : 2236 (minisat) R 2233 2236 932 0 -1 4202496 7820 0 0 0 394970 0 0 0 25 0 1 0 801567753 47349760 7598 33554432000 4194304 4291235 140736512423808 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2236/statm: 11560 7598 254 24 0 8194 0
Current children cumulated CPU time (s) 3949.7
Current children cumulated vsize (KiB) 46240

Child status: 20
Real time (s): 3949.69
CPU time (s): 3949.8
CPU user time (s): 3949.79
CPU system time (s): 0.010998
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 46240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3949.79
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7836
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= 20
involuntary context switches= 7987

runsolver used 20.7129 second user time and 48.3576 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-01 05:41:40
IDJOB=3434126
IDBENCH=87943
IDSOLVER=1930
FILE ID=node137/3434126-1306899700
RUNJOBID= node137-1306899700-2221
PBS_JOBID= 13488439
Free space on /tmp= 11496 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434126-1306899700/watcher-3434126-1306899700 -o /tmp/evaluation-result-3434126-1306899700/solver-3434126-1306899700 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434126-1306899700.cnf

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=1070576744

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5690332 kB
Buffers:        104200 kB
Cached:       18423172 kB
SwapCached:      12116 kB
Active:       16546744 kB
Inactive:      9985980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5690332 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:               8 kB
Writeback:           0 kB
AnonPages:     8003076 kB
Mapped:          20684 kB
Slab:           583556 kB
PageTables:      74068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162516392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 11492 MiB
End job on node137 at 2011-06-01 06:47:30