Trace number 3349041

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_psm 2011-04-01? (TO) 1300.01 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.00/0.00	c Parsing...
0.00/0.27	c ==============================================================================
0.00/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.27	c ==============================================================================
0.00/0.27	c |         0 |  657497  1534503 |  197249       0        0     nan |  0.000 % |
1.49/1.52	c |         0 |  567099  1461833 |      --       0       --      -- |     --   | -36191/39494
1.49/1.52	c ==============================================================================
1.49/1.52	c Result  :   #vars: 86089   #clauses: 567099   #literals: 1461833
1.49/1.52	c CPU time:   1.47477 s
1.49/1.52	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3349041-1304970630/watcher-3349041-1304970630 -o /tmp/evaluation-result-3349041-1304970630/solver-3349041-1304970630 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3349041-1304970630.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.07 4.03 3.74 4/323 1094
/proc/meminfo: memFree=7664940/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=0 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 608661840 8908800 250 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 250 209 178 0 68 0

[startup+0.0240841 s]
/proc/loadavg: 4.07 4.03 3.74 4/323 1094
/proc/meminfo: memFree=7664940/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=0 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 608661840 8908800 250 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10107 s]
/proc/loadavg: 4.07 4.03 3.74 4/323 1094
/proc/meminfo: memFree=7664940/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=0 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 608661840 8908800 250 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301045 s]
/proc/loadavg: 4.07 4.03 3.74 4/323 1094
/proc/meminfo: memFree=7664940/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=0 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 608661840 8908800 250 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70102 s]
/proc/loadavg: 4.07 4.03 3.74 4/323 1094
/proc/meminfo: memFree=7664940/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=0 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 608661840 8908800 250 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 4.07 4.03 3.74 5/325 1096
/proc/meminfo: memFree=7566352/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=0 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 608661840 8908800 250 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 250 209 178 0 68 0
[pid=1095] ppid=1094 vsize=99168 CPUtime=1.49 cores=0,2
/proc/1095/stat : 1095 (SatELite_releas) R 1094 1094 533 0 -1 4202496 25026 0 0 0 145 4 0 0 25 0 1 0 608661841 101548032 21520 33554432000 134512640 135144242 4290569520 18446744073709551615 134585328 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/1095/statm: 24792 21520 77 155 0 24635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107868

[startup+3.1006 s]
/proc/loadavg: 4.07 4.03 3.74 5/325 1098
/proc/meminfo: memFree=7633424/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=58080 CPUtime=1.28 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 11637 0 0 0 127 1 0 0 22 0 1 0 608662020 59473920 9746 33554432000 4194304 4256717 140733795047680 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 14520 9746 251 16 0 11162 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 66780

[startup+6.30103 s]
/proc/loadavg: 4.06 4.03 3.74 5/325 1098
/proc/meminfo: memFree=7610492/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=58680 CPUtime=4.48 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 12599 0 0 0 447 1 0 0 25 0 1 0 608662020 60088320 10705 33554432000 4194304 4256717 140733795047680 18446744073709551615 4208998 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 14670 10705 251 16 0 11312 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 67380

[startup+12.7008 s]
/proc/loadavg: 4.06 4.03 3.74 5/325 1098
/proc/meminfo: memFree=7596816/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=58984 CPUtime=10.89 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 19604 0 0 0 1087 2 0 0 25 0 1 0 608662020 60399616 11071 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 14746 11071 252 16 0 11388 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67684

[startup+25.5006 s]
/proc/loadavg: 4.04 4.03 3.74 5/325 1098
/proc/meminfo: memFree=7537532/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=108200 CPUtime=23.69 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 40113 0 0 0 2364 5 0 0 25 0 1 0 608662020 110796800 22332 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 27050 22332 255 16 0 23692 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 116900

[startup+51.1011 s]
/proc/loadavg: 4.03 4.02 3.75 5/325 1099
/proc/meminfo: memFree=7576536/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=108496 CPUtime=49.29 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 51799 0 0 0 4922 7 0 0 25 0 1 0 608662020 111099904 19608 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 27124 19608 255 16 0 23766 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 117196

[startup+102.312 s]
/proc/loadavg: 4.01 4.02 3.76 5/325 1100
/proc/meminfo: memFree=7544192/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=89524 CPUtime=100.5 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 115468 0 0 0 10035 15 0 0 25 0 1 0 608662020 91672576 18816 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209310 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 22381 18816 255 16 0 19023 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98224

[startup+162.301 s]
/proc/loadavg: 4.00 4.01 3.77 5/325 1102
/proc/meminfo: memFree=7450896/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=138844 CPUtime=160.49 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 174437 0 0 0 16027 22 0 0 25 0 1 0 608662020 142176256 27816 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 34711 27816 255 16 0 31353 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 147544

[startup+222.301 s]
/proc/loadavg: 4.04 4.02 3.79 5/325 1103
/proc/meminfo: memFree=7470328/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=138844 CPUtime=220.49 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 228585 0 0 0 22019 30 0 0 25 0 1 0 608662020 142176256 29738 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 34711 29738 255 16 0 31353 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 147544

[startup+282.3 s]
/proc/loadavg: 4.06 4.03 3.80 5/325 1105
/proc/meminfo: memFree=7449092/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=138844 CPUtime=280.5 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 303910 0 0 0 28010 40 0 0 25 0 1 0 608662020 142176256 28385 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 34711 28385 255 16 0 31353 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 147544

[startup+342.301 s]
/proc/loadavg: 4.05 4.03 3.82 5/325 1106
/proc/meminfo: memFree=7337584/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=169664 CPUtime=340.5 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 331393 0 0 0 34006 44 0 0 25 0 1 0 608662020 173735936 33994 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 42416 33994 255 16 0 39058 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 178364

[startup+402.3 s]
/proc/loadavg: 4.07 4.04 3.83 5/325 1108
/proc/meminfo: memFree=7346836/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2

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

/proc/1098/statm: 42416 34102 255 16 0 39058 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 178364

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.86 5/325 1123
/proc/meminfo: memFree=7328168/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=169664 CPUtime=640.5 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 639858 0 0 0 63964 86 0 0 25 0 1 0 608662020 173735936 37071 33554432000 4194304 4256717 140733795047680 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 42416 37071 255 16 0 39058 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 178364

[startup+702.3 s]
/proc/loadavg: 3.61 3.92 3.83 4/318 1143
/proc/meminfo: memFree=7940428/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=169664 CPUtime=700.5 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 687245 0 0 0 69958 92 0 0 25 0 1 0 608662020 173735936 35733 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 42416 35733 255 16 0 39058 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 178364

[startup+762.312 s]
/proc/loadavg: 3.22 3.75 3.78 4/318 1145
/proc/meminfo: memFree=7922912/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=219752 CPUtime=760.52 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 718447 0 0 0 75955 97 0 0 25 0 1 0 608662020 225026048 39344 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209143 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 54938 39344 255 16 0 51580 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 228452

[startup+822.3 s]
/proc/loadavg: 3.08 3.61 3.73 4/318 1148
/proc/meminfo: memFree=7940812/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=219752 CPUtime=820.51 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 758140 0 0 0 81948 103 0 0 25 0 1 0 608662020 225026048 42597 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 54938 42601 255 16 0 51580 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 228452

[startup+882.301 s]
/proc/loadavg: 3.12 3.53 3.69 4/318 1151
/proc/meminfo: memFree=7957080/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=219752 CPUtime=880.51 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 764329 0 0 0 87947 104 0 0 25 0 1 0 608662020 225026048 48776 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 54938 48776 255 16 0 51580 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 228452

[startup+942.301 s]
/proc/loadavg: 3.16 3.46 3.65 4/318 1152
/proc/meminfo: memFree=7992620/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=219752 CPUtime=940.51 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 793039 0 0 0 93943 108 0 0 25 0 1 0 608662020 225026048 40242 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 54938 40242 255 16 0 51580 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 228452

[startup+1002.3 s]
/proc/loadavg: 3.13 3.39 3.62 4/318 1154
/proc/meminfo: memFree=7942604/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=169664 CPUtime=1000.51 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 851799 0 0 0 99935 116 0 0 25 0 1 0 608662020 173735936 35843 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209098 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 42416 35843 255 16 0 39058 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 178364

[startup+1062.3 s]
/proc/loadavg: 2.75 3.25 3.55 2/304 1192
/proc/meminfo: memFree=8317460/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=219752 CPUtime=1060.51 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 863345 0 0 0 105934 117 0 0 25 0 1 0 608662020 225026048 47381 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 54938 47381 255 16 0 51580 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 228452

[startup+1122.3 s]
/proc/loadavg: 1.64 2.84 3.39 2/304 1193
/proc/meminfo: memFree=8380944/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=169664 CPUtime=1120.51 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 912619 0 0 0 111927 124 0 0 25 0 1 0 608662020 173735936 31528 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209210 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 42416 31528 255 16 0 39058 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 178364

[startup+1182.3 s]
/proc/loadavg: 1.23 2.50 3.24 2/304 1195
/proc/meminfo: memFree=8322876/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=219752 CPUtime=1180.52 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 927510 0 0 0 117926 126 0 0 25 0 1 0 608662020 225026048 46409 33554432000 4194304 4256717 140733795047680 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 54938 46409 255 16 0 51580 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 228452

[startup+1242.3 s]
/proc/loadavg: 1.08 2.23 3.09 2/304 1196
/proc/meminfo: memFree=8366108/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=169664 CPUtime=1240.51 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 977246 0 0 0 123919 132 0 0 25 0 1 0 608662020 173735936 35162 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209198 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 42416 35162 255 16 0 39058 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 178364



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 2.00 2.96 2/304 1198
/proc/meminfo: memFree=8365556/32950928 swapFree=67111348/67111528
[pid=1094] ppid=1092 vsize=8700 CPUtime=1.79 cores=0,2
/proc/1094/stat : 1094 (esg_static.sh) S 1092 1094 533 0 -1 4202496 353 26310 0 0 0 0 173 6 18 0 1 0 608661840 8908800 252 33554432000 4194304 4922060 140736737290688 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1094/statm: 2175 252 209 178 0 68 0
[pid=1098] ppid=1094 vsize=169664 CPUtime=1298.22 cores=0,2
/proc/1098/stat : 1098 (minisat_static) R 1094 1094 533 0 -1 4202496 1027116 0 0 0 129684 138 0 0 25 0 1 0 608662020 173735936 35137 33554432000 4194304 4256717 140733795047680 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1098/statm: 42416 35137 255 16 0 39058 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 178364

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1094 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=734736
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=65989
# CPU time returned by wait4() is 1.80072
# while last known CPU time is 1300.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 1300.01
CPU user time (s): 1298.57
CPU system time (s): 1.44
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 440068

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

runsolver used 4.03939 second user time and 8.75367 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-09 21:50:31
IDJOB=3349041
IDBENCH=82389
IDSOLVER=1811
FILE ID=node120/3349041-1304970630
RUNJOBID= node120-1304968097-551
PBS_JOBID= 13285630
Free space on /tmp= 47712 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349041-1304970630/watcher-3349041-1304970630 -o /tmp/evaluation-result-3349041-1304970630/solver-3349041-1304970630 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3349041-1304970630.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1562421620

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7665096 kB
Buffers:        212428 kB
Cached:        7494600 kB
SwapCached:          0 kB
Active:       18395744 kB
Inactive:      6463576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7665096 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           16824 kB
Writeback:           0 kB
AnonPages:    17152248 kB
Mapped:          25052 kB
Slab:           311828 kB
PageTables:      50788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52367740 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= 47892 MiB
End job on node120 at 2011-05-09 22:12:13