Trace number 3285577

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
rcl 2011-04-01? (TO) 1296.61 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.39/1.44	c |         0 |  567099  1461833 |      --       0       --      -- |     --   | -36191/39494
1.39/1.44	c ==============================================================================
1.39/1.44	c Result  :   #vars: 86089   #clauses: 567099   #literals: 1461833
1.39/1.44	c CPU time:   1.39079 s
1.39/1.44	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: 935)

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

running on 2 cores: 4,6

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.05 4.09 4.54 4/190 30203
/proc/meminfo: memFree=17143660/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=0 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487879731 8908800 249 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 249 209 178 0 68 0

[startup+0.0667059 s]
/proc/loadavg: 4.05 4.09 4.54 4/190 30203
/proc/meminfo: memFree=17143660/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=0 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487879731 8908800 249 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100743 s]
/proc/loadavg: 4.05 4.09 4.54 4/190 30203
/proc/meminfo: memFree=17143660/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=0 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487879731 8908800 249 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300697 s]
/proc/loadavg: 4.05 4.09 4.54 4/190 30203
/proc/meminfo: memFree=17143660/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=0 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487879731 8908800 249 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700639 s]
/proc/loadavg: 4.05 4.09 4.54 4/190 30203
/proc/meminfo: memFree=17143660/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=0 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487879731 8908800 249 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 4.05 4.08 4.54 5/192 30205
/proc/meminfo: memFree=17049784/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=0 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487879731 8908800 249 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 249 209 178 0 68 0
[pid=30204] ppid=30203 vsize=99172 CPUtime=1.49 cores=4,6
/proc/30204/stat : 30204 (SatELite_releas) R 30203 30203 28714 0 -1 4202496 26308 0 0 0 144 5 0 0 25 0 1 0 487879732 101552128 21520 33554432000 134512640 135144242 4286923888 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30204/statm: 24793 21520 77 155 0 24636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107872

[startup+3.10115 s]
/proc/loadavg: 4.05 4.08 4.54 5/192 30206
/proc/meminfo: memFree=17103476/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=34900 CPUtime=1.37 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 6792 0 0 0 136 1 0 0 23 0 1 0 487879903 35737600 6699 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210284 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/30206/statm: 8725 6699 125 6 0 7195 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 43600

[startup+6.30059 s]
/proc/loadavg: 4.05 4.08 4.54 5/192 30206
/proc/meminfo: memFree=17099232/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=36620 CPUtime=4.33 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 7245 0 0 0 431 2 0 0 25 0 1 0 487879903 37498880 7152 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210227 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/30206/statm: 9155 7152 130 6 0 7625 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 45320

[startup+12.7005 s]
/proc/loadavg: 4.27 4.13 4.55 5/192 30206
/proc/meminfo: memFree=17098516/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=38084 CPUtime=8.74 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 7599 0 0 0 866 8 0 0 25 0 1 0 487879903 38998016 7506 33554432000 4194304 4218580 140737105706864 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 9521 7506 130 6 0 7991 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (KiB) 46784

[startup+25.5003 s]
/proc/loadavg: 4.22 4.13 4.54 5/192 30207
/proc/meminfo: memFree=17089716/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=43284 CPUtime=21.54 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 8911 0 0 0 2146 8 0 0 25 0 1 0 487879903 44322816 8818 33554432000 4194304 4218580 140737105706864 18446744073709551615 4211216 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 10821 8818 130 6 0 9291 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 51984

[startup+51.1009 s]
/proc/loadavg: 4.15 4.11 4.53 5/192 30207
/proc/meminfo: memFree=17068664/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=51628 CPUtime=47.14 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 10981 0 0 0 4705 9 0 0 25 0 1 0 487879903 52867072 10888 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 12907 10888 130 6 0 11377 0
Current children cumulated CPU time (s) 48.84
Current children cumulated vsize (KiB) 60328

[startup+102.307 s]
/proc/loadavg: 4.06 4.09 4.50 5/192 30239
/proc/meminfo: memFree=17550168/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=65540 CPUtime=97.93 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 14496 0 0 0 9782 11 0 0 25 0 1 0 487879903 67112960 14403 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210312 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 16385 14403 130 6 0 14855 0
Current children cumulated CPU time (s) 99.63
Current children cumulated vsize (KiB) 74240

[startup+162.301 s]
/proc/loadavg: 4.12 4.10 4.47 5/192 30270
/proc/meminfo: memFree=17601448/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=70752 CPUtime=157.39 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 15788 0 0 0 15723 16 0 0 25 0 1 0 487879903 72450048 15695 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210747 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 17688 15695 130 6 0 16158 0
Current children cumulated CPU time (s) 159.09
Current children cumulated vsize (KiB) 79452

[startup+222.301 s]
/proc/loadavg: 4.04 4.08 4.44 5/192 30272
/proc/meminfo: memFree=17590228/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=70752 CPUtime=217.38 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 15792 0 0 0 21721 17 0 0 25 0 1 0 487879903 72450048 15699 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 17688 15699 130 6 0 16158 0
Current children cumulated CPU time (s) 219.08
Current children cumulated vsize (KiB) 79452

[startup+282.301 s]
/proc/loadavg: 4.01 4.06 4.41 5/192 30273
/proc/meminfo: memFree=17547180/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=79952 CPUtime=277.37 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 18086 0 0 0 27719 18 0 0 25 0 1 0 487879903 81870848 17993 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210054 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 19988 17993 130 6 0 18458 0
Current children cumulated CPU time (s) 279.07
Current children cumulated vsize (KiB) 88652

[startup+342.3 s]
/proc/loadavg: 4.04 4.06 4.39 5/192 30275
/proc/meminfo: memFree=17523360/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=89488 CPUtime=337.37 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 20462 0 0 0 33717 20 0 0 25 0 1 0 487879903 91635712 20369 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 22372 20369 131 6 0 20842 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 98188

[startup+402.301 s]
/proc/loadavg: 4.01 4.05 4.36 5/192 30277
/proc/meminfo: memFree=17506596/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6

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

/proc/30206/statm: 29824 27819 131 6 0 28294 0
Current children cumulated CPU time (s) 579.03
Current children cumulated vsize (KiB) 127996

[startup+642.3 s]
/proc/loadavg: 4.00 4.02 4.27 5/192 30283
/proc/meminfo: memFree=17412020/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=119304 CPUtime=637.33 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 27918 0 0 0 63708 25 0 0 25 0 1 0 487879903 122167296 27825 33554432000 4194304 4218580 140737105706864 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 29826 27825 131 6 0 28296 0
Current children cumulated CPU time (s) 639.03
Current children cumulated vsize (KiB) 128004

[startup+702.301 s]
/proc/loadavg: 3.44 3.86 4.20 4/185 30303
/proc/meminfo: memFree=17617520/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=125300 CPUtime=697.29 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 29404 0 0 0 69703 26 0 0 25 0 1 0 487879903 128307200 29311 33554432000 4194304 4218580 140737105706864 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 31325 29311 131 6 0 29795 0
Current children cumulated CPU time (s) 698.99
Current children cumulated vsize (KiB) 134000

[startup+762.307 s]
/proc/loadavg: 3.20 3.72 4.13 4/185 30304
/proc/meminfo: memFree=17582292/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=143988 CPUtime=757.3 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 34108 0 0 0 75703 27 0 0 25 0 1 0 487879903 147443712 34015 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 35997 34015 131 6 0 34467 0
Current children cumulated CPU time (s) 759
Current children cumulated vsize (KiB) 152688

[startup+822.301 s]
/proc/loadavg: 3.07 3.58 4.05 4/185 30306
/proc/meminfo: memFree=17542968/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=166240 CPUtime=817.28 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 39659 0 0 0 81700 28 0 0 25 0 1 0 487879903 170229760 39566 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210054 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 41560 39566 131 6 0 40030 0
Current children cumulated CPU time (s) 818.98
Current children cumulated vsize (KiB) 174940

[startup+882.301 s]
/proc/loadavg: 3.08 3.49 3.99 4/185 30307
/proc/meminfo: memFree=17533536/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=166272 CPUtime=877.27 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 39663 0 0 0 87698 29 0 0 25 0 1 0 487879903 170262528 39570 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 41568 39570 131 6 0 40038 0
Current children cumulated CPU time (s) 878.97
Current children cumulated vsize (KiB) 174972

[startup+942.3 s]
/proc/loadavg: 3.03 3.40 3.92 4/185 30309
/proc/meminfo: memFree=17520008/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=166272 CPUtime=937.26 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 39663 0 0 0 93696 30 0 0 25 0 1 0 487879903 170262528 39570 33554432000 4194304 4218580 140737105706864 18446744073709551615 4211216 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 41568 39570 131 6 0 40038 0
Current children cumulated CPU time (s) 938.96
Current children cumulated vsize (KiB) 174972

[startup+1002.3 s]
/proc/loadavg: 3.01 3.32 3.86 4/185 30311
/proc/meminfo: memFree=17519996/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=166272 CPUtime=997.25 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 39665 0 0 0 99694 31 0 0 25 0 1 0 487879903 170262528 39572 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 41568 39572 131 6 0 40038 0
Current children cumulated CPU time (s) 998.95
Current children cumulated vsize (KiB) 174972

[startup+1062.3 s]
/proc/loadavg: 3.00 3.26 3.81 4/185 30312
/proc/meminfo: memFree=17504480/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=166272 CPUtime=1057.24 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 39667 0 0 0 105693 31 0 0 25 0 1 0 487879903 170262528 39574 33554432000 4194304 4218580 140737105706864 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 41568 39574 131 6 0 40038 0
Current children cumulated CPU time (s) 1058.94
Current children cumulated vsize (KiB) 174972

[startup+1122.3 s]
/proc/loadavg: 3.00 3.21 3.75 4/185 30314
/proc/meminfo: memFree=17436644/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=166304 CPUtime=1117.23 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 39669 0 0 0 111691 32 0 0 25 0 1 0 487879903 170295296 39576 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 41576 39576 131 6 0 40046 0
Current children cumulated CPU time (s) 1118.93
Current children cumulated vsize (KiB) 175004

[startup+1182.3 s]
/proc/loadavg: 3.00 3.17 3.70 4/185 30315
/proc/meminfo: memFree=17427328/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=166304 CPUtime=1177.23 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 39669 0 0 0 117690 33 0 0 25 0 1 0 487879903 170295296 39576 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 41576 39576 131 6 0 40046 0
Current children cumulated CPU time (s) 1178.93
Current children cumulated vsize (KiB) 175004

[startup+1242.3 s]
/proc/loadavg: 3.05 3.15 3.66 4/185 30317
/proc/meminfo: memFree=17417400/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=176184 CPUtime=1237.22 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 42143 0 0 0 123688 34 0 0 25 0 1 0 487879903 180412416 42050 33554432000 4194304 4218580 140737105706864 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 44046 42050 131 6 0 42516 0
Current children cumulated CPU time (s) 1238.92
Current children cumulated vsize (KiB) 184884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.08 3.14 3.63 4/185 30319
/proc/meminfo: memFree=17422100/32951132 swapFree=67111528/67111528
[pid=30203] ppid=30201 vsize=8700 CPUtime=1.7 cores=4,6
/proc/30203/stat : 30203 (esg_static.sh) S 30201 30203 28714 0 -1 4202496 353 26309 0 0 0 0 163 7 18 0 1 0 487879731 8908800 252 33554432000 4194304 4922060 140736766402000 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30203/statm: 2175 252 209 178 0 68 0
[pid=30206] ppid=30203 vsize=176184 CPUtime=1294.91 cores=4,6
/proc/30206/stat : 30206 (cdcl) R 30203 30203 28714 0 -1 4202496 42143 0 0 0 129457 34 0 0 25 0 1 0 487879903 180412416 42050 33554432000 4194304 4218580 140737105706864 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30206/statm: 44046 42050 131 6 0 42516 0
Current children cumulated CPU time (s) 1296.61
Current children cumulated vsize (KiB) 184884

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 30203 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=636751
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=71989
# CPU time returned by wait4() is 1.70874
# while last known CPU time is 1296.61
#
# 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): 1296.61
CPU user time (s): 1296.2
CPU system time (s): 0.41
CPU usage (%): 99.738
Max. virtual memory (cumulated for all children) (KiB): 184884

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

runsolver used 2.29365 second user time and 4.81427 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 22:20:01
IDJOB=3285577
IDBENCH=82389
IDSOLVER=1609
FILE ID=node131/3285577-1303762800
RUNJOBID= node131-1303760130-29403
PBS_JOBID= 13154069
Free space on /tmp= 71736 MiB

SOLVER NAME= rcl 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-3285577-1303762800/watcher-3285577-1303762800 -o /tmp/evaluation-result-3285577-1303762800/solver-3285577-1303762800 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3285577-1303762800.cnf

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1048604149

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      17143816 kB
Buffers:       1005720 kB
Cached:       13562888 kB
SwapCached:          0 kB
Active:        5444032 kB
Inactive:      9845956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17143816 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16712 kB
Writeback:           0 kB
AnonPages:      720828 kB
Mapped:          15392 kB
Slab:           452956 kB
PageTables:       6760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   923988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71880 MiB
End job on node131 at 2011-04-25 22:41:43