Trace number 3284795

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) 1300 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.00/0.00	c Parsing...
0.00/0.71	c ==============================================================================
0.00/0.71	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.71	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.71	c ==============================================================================
0.00/0.71	c |         0 | 2099998  4799185 |  629999       0        0     nan |  0.000 % |
2.88/2.91	c |         0 | 1504697  3503635 |      --       0       --      -- |     --   | -35/-52
2.88/2.92	c ==============================================================================
2.88/2.92	c Result  :   #vars: 107716   #clauses: 1504697   #literals: 3503635
2.88/2.92	c CPU time:   2.80557 s
2.88/2.92	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-3284795-1303760194/watcher-3284795-1303760194 -o /tmp/evaluation-result-3284795-1303760194/solver-3284795-1303760194 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3284795-1303760194.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: 6.05 6.77 8.11 5/185 29771
/proc/meminfo: memFree=18012788/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=0 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487619197 8908800 249 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 249 209 178 0 68 0

[startup+0.021845 s]
/proc/loadavg: 6.05 6.77 8.11 5/185 29771
/proc/meminfo: memFree=18012788/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=0 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487619197 8908800 249 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100856 s]
/proc/loadavg: 6.05 6.77 8.11 5/185 29771
/proc/meminfo: memFree=18012788/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=0 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487619197 8908800 249 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300813 s]
/proc/loadavg: 6.05 6.77 8.11 5/185 29771
/proc/meminfo: memFree=18012788/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=0 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487619197 8908800 249 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70075 s]
/proc/loadavg: 6.05 6.77 8.11 5/185 29771
/proc/meminfo: memFree=18012788/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=0 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487619197 8908800 249 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 6.05 6.77 8.11 3/187 29773
/proc/meminfo: memFree=17854456/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=0 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487619197 8908800 249 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 249 209 178 0 68 0
[pid=29772] ppid=29771 vsize=183040 CPUtime=1.49 cores=4,6
/proc/29772/stat : 29772 (SatELite_releas) R 29771 29771 28714 0 -1 4202496 41962 0 0 0 139 10 0 0 25 0 1 0 487619197 187432960 37490 33554432000 134512640 135144242 4290096784 18446744073709551615 134585724 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/29772/statm: 45760 37490 77 155 0 45603 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191740

[startup+3.10031 s]
/proc/loadavg: 6.20 6.79 8.11 5/187 29773
/proc/meminfo: memFree=17861524/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=0 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 487619197 8908800 249 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 249 209 178 0 68 0
[pid=29772] ppid=29771 vsize=182344 CPUtime=3.09 cores=4,6
/proc/29772/stat : 29772 (SatELite_releas) R 29771 29771 28714 0 -1 4202496 46162 0 0 0 296 13 0 0 18 0 1 0 487619197 186720256 37364 33554432000 134512640 135144242 4290096784 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/29772/statm: 45586 37364 77 155 0 45429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191044

[startup+6.30078 s]
/proc/loadavg: 6.20 6.79 8.11 3/187 29775
/proc/meminfo: memFree=17948388/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=51084 CPUtime=2.73 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 10753 0 0 0 271 2 0 0 25 0 1 0 487619553 52310016 10661 33554432000 4194304 4218580 140733812836720 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 12771 10661 131 6 0 11241 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 59784

[startup+12.7007 s]
/proc/loadavg: 6.39 6.81 8.10 3/187 29775
/proc/meminfo: memFree=17962916/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=57076 CPUtime=9.13 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 12256 0 0 0 909 4 0 0 25 0 1 0 487619553 58445824 12163 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 14269 12163 131 6 0 12739 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 65776

[startup+25.5005 s]
/proc/loadavg: 6.33 6.78 8.08 3/188 29780
/proc/meminfo: memFree=17965580/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=70012 CPUtime=21.93 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 15482 0 0 0 2184 9 0 0 25 0 1 0 487619553 71692288 15389 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210324 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 17503 15389 131 6 0 15973 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 78712

[startup+51.101 s]
/proc/loadavg: 6.63 6.81 8.05 5/192 29818
/proc/meminfo: memFree=17514668/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=74852 CPUtime=47.54 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 16734 0 0 0 4735 19 0 0 25 0 1 0 487619553 76648448 16640 33554432000 4194304 4218580 140733812836720 18446744073709551615 4213787 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 18713 16640 131 6 0 17183 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83552

[startup+102.307 s]
/proc/loadavg: 8.17 7.22 8.12 6/192 29820
/proc/meminfo: memFree=17466300/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=92360 CPUtime=98.74 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 21103 0 0 0 9842 32 0 0 25 0 1 0 487619553 94576640 21007 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210507 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 23090 21007 131 6 0 21560 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 101060

[startup+162.301 s]
/proc/loadavg: 6.42 6.89 7.95 6/192 29852
/proc/meminfo: memFree=17513492/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=106392 CPUtime=158.72 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 24621 0 0 0 15823 49 0 0 25 0 1 0 487619553 108945408 24525 33554432000 4194304 4218580 140733812836720 18446744073709551615 4209924 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 26598 24525 131 6 0 25068 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 115092

[startup+222.3 s]
/proc/loadavg: 5.20 6.49 7.74 5/192 29853
/proc/meminfo: memFree=17348860/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=139476 CPUtime=218.72 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 32880 0 0 0 21817 55 0 0 25 0 1 0 487619553 142823424 32784 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 34869 32784 131 6 0 33339 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 148176

[startup+282.301 s]
/proc/loadavg: 4.55 6.08 7.53 5/192 29855
/proc/meminfo: memFree=17335296/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=139540 CPUtime=278.72 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 32892 0 0 0 27817 55 0 0 25 0 1 0 487619553 142888960 32796 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210054 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 34885 32796 131 6 0 33355 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 148240

[startup+342.301 s]
/proc/loadavg: 4.18 5.67 7.29 5/192 29856
/proc/meminfo: memFree=17312288/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=139572 CPUtime=338.73 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 32909 0 0 0 33818 55 0 0 25 0 1 0 487619553 142921728 32813 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 34893 32813 131 6 0 33363 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 148272

[startup+402.301 s]
/proc/loadavg: 4.07 5.39 7.10 5/192 29858
/proc/meminfo: memFree=17230624/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6

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

/proc/29775/statm: 53477 51414 131 6 0 51947 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 222608

[startup+642.3 s]
/proc/loadavg: 4.00 4.62 6.38 5/192 29864
/proc/meminfo: memFree=17040904/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=213940 CPUtime=638.74 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 51525 0 0 0 63814 60 0 0 25 0 1 0 487619553 219074560 51424 33554432000 4194304 4218580 140733812836720 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 53485 51424 131 6 0 51955 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 222640

[startup+702.301 s]
/proc/loadavg: 4.00 4.50 6.22 5/192 29866
/proc/meminfo: memFree=17025396/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=213940 CPUtime=698.74 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 51535 0 0 0 69814 60 0 0 25 0 1 0 487619553 219074560 51428 33554432000 4194304 4218580 140733812836720 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 53485 51428 131 6 0 51955 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 222640

[startup+762.307 s]
/proc/loadavg: 4.00 4.41 6.08 5/192 29868
/proc/meminfo: memFree=17023656/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=214004 CPUtime=758.75 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 51548 0 0 0 75815 60 0 0 25 0 1 0 487619553 219140096 51438 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 53501 51438 131 6 0 51971 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 222704

[startup+822.301 s]
/proc/loadavg: 4.05 4.35 5.95 5/192 29869
/proc/meminfo: memFree=17022660/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=214036 CPUtime=818.74 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 51561 0 0 0 81814 60 0 0 25 0 1 0 487619553 219172864 51445 33554432000 4194304 4218580 140733812836720 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 53509 51445 131 6 0 51979 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 222736

[startup+882.301 s]
/proc/loadavg: 4.05 4.30 5.83 5/192 29871
/proc/meminfo: memFree=17021732/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=214068 CPUtime=878.74 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 51572 0 0 0 87814 60 0 0 25 0 1 0 487619553 219205632 51453 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210015 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 53517 51453 131 6 0 51987 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 222768

[startup+942.3 s]
/proc/loadavg: 4.02 4.24 5.72 5/192 29872
/proc/meminfo: memFree=17021452/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=214068 CPUtime=938.74 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 51587 0 0 0 93814 60 0 0 25 0 1 0 487619553 219205632 51461 33554432000 4194304 4218580 140733812836720 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 53517 51461 131 6 0 51987 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 222768

[startup+1002.3 s]
/proc/loadavg: 4.00 4.19 5.61 5/192 29874
/proc/meminfo: memFree=17021320/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=214132 CPUtime=998.75 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 51606 0 0 0 99815 60 0 0 25 0 1 0 487619553 219271168 51475 33554432000 4194304 4218580 140733812836720 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 53533 51475 131 6 0 52003 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 222832

[startup+1062.3 s]
/proc/loadavg: 4.07 4.19 5.52 5/192 29876
/proc/meminfo: memFree=16998992/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=226604 CPUtime=1058.74 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 54726 0 0 0 105814 60 0 0 25 0 1 0 487619553 232042496 54593 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 56651 54593 131 6 0 55121 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 235304

[startup+1122.3 s]
/proc/loadavg: 4.02 4.15 5.42 5/192 29877
/proc/meminfo: memFree=16974308/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=227576 CPUtime=1118.75 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 54962 0 0 0 111815 60 0 0 25 0 1 0 487619553 233037824 54819 33554432000 4194304 4218580 140733812836720 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 56894 54819 131 6 0 55364 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 236276

[startup+1182.3 s]
/proc/loadavg: 4.01 4.12 5.33 5/192 29879
/proc/meminfo: memFree=16946652/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=254588 CPUtime=1178.75 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 61737 0 0 0 117813 62 0 0 25 0 1 0 487619553 260698112 61590 33554432000 4194304 4218580 140733812836720 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 63647 61590 131 6 0 62117 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 263288

[startup+1242.3 s]
/proc/loadavg: 4.00 4.09 5.24 5/192 29880
/proc/meminfo: memFree=16908452/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=254588 CPUtime=1238.75 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 61749 0 0 0 123813 62 0 0 25 0 1 0 487619553 260698112 61590 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210284 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 63647 61590 131 6 0 62117 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 263288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.72 4.25 5.22 5/192 29912
/proc/meminfo: memFree=16743228/32951132 swapFree=67111528/67111528
[pid=29771] ppid=29769 vsize=8700 CPUtime=3.54 cores=4,6
/proc/29771/stat : 29771 (esg_static.sh) S 29769 29771 28714 0 -1 4202496 354 46163 0 0 0 0 337 17 18 0 1 0 487619197 8908800 252 33554432000 4194304 4922060 140736980275920 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29771/statm: 2175 252 209 178 0 68 0
[pid=29775] ppid=29771 vsize=298468 CPUtime=1296.46 cores=4,6
/proc/29775/stat : 29775 (cdcl) R 29771 29771 28714 0 -1 4202496 72736 0 0 0 129580 66 0 0 25 0 1 0 487619553 305631232 72575 33554432000 4194304 4218580 140733812836720 18446744073709551615 4210294 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29775/statm: 74617 72575 131 6 0 73087 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 307168

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 29771 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=375486
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=177972
# CPU time returned by wait4() is 3.55346
# while last known CPU time is 1300
#
# 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
CPU user time (s): 1299.17
CPU system time (s): 0.83
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 307168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.37549
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46517
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= 41

runsolver used 3.13452 second user time and 7.67883 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 21:36:36
IDJOB=3284795
IDBENCH=82363
IDSOLVER=1609
FILE ID=node131/3284795-1303760194
RUNJOBID= node131-1303760130-29403
PBS_JOBID= 13154069
Free space on /tmp= 71880 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284795-1303760194/watcher-3284795-1303760194 -o /tmp/evaluation-result-3284795-1303760194/solver-3284795-1303760194 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3284795-1303760194.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=169855980

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:      18013068 kB
Buffers:       1004060 kB
Cached:       13226292 kB
SwapCached:          0 kB
Active:        4755812 kB
Inactive:      9656316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18013068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          181968 kB
Writeback:           0 kB
AnonPages:      148420 kB
Mapped:          15372 kB
Slab:           461016 kB
PageTables:       5552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   318952 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= 71736 MiB
End job on node131 at 2011-04-25 21:58:18