Trace number 3498958

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) 5000.01 4999.91

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

Solver Data

0.00/0.00	c Parsing...
0.00/0.37	c ==============================================================================
0.00/0.37	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.37	c ==============================================================================
0.00/0.37	c |         0 | 1040158  2379025 |  312047       0        0     nan |  0.000 % |
1.39/1.45	c |         0 |  741497  1727155 |      --       0       --      -- |     --   | -35/-52
1.39/1.45	c ==============================================================================
1.39/1.45	c Result  :   #vars: 53836   #clauses: 741497   #literals: 1727155
1.39/1.45	c CPU time:   1.38979 s
1.39/1.45	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.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3498958-1308150753/watcher-3498958-1308150753 -o /tmp/evaluation-result-3498958-1308150753/solver-3498958-1308150753 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498958-1308150753.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.77 1.91 2/178 1835
/proc/meminfo: memFree=31037372/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 926674202 8908800 250 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1835/statm: 2175 250 209 178 0 68 0

[startup+0.0170881 s]
/proc/loadavg: 1.93 1.77 1.91 2/178 1835
/proc/meminfo: memFree=31037372/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 926674202 8908800 250 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1835/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101077 s]
/proc/loadavg: 1.93 1.77 1.91 2/178 1835
/proc/meminfo: memFree=31037372/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 926674202 8908800 250 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1835/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301042 s]
/proc/loadavg: 1.93 1.77 1.91 2/178 1835
/proc/meminfo: memFree=31037372/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 926674202 8908800 250 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1835/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700965 s]
/proc/loadavg: 1.93 1.77 1.91 2/178 1835
/proc/meminfo: memFree=31037372/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 926674202 8908800 250 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1835/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 1.93 1.77 1.91 3/180 1837
/proc/meminfo: memFree=30959880/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 926674202 8908800 250 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1835/statm: 2175 250 209 178 0 68 0
[pid=1836] ppid=1835 vsize=87948 CPUtime=1.49 cores=1,3,5,7
/proc/1836/stat : 1836 (SatELite_releas) R 1835 1835 1694 0 -1 4202496 23429 0 0 0 143 6 0 0 25 0 1 0 926674202 90058752 19087 33554432000 134512640 135144242 4289497376 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/1836/statm: 21987 19087 77 155 0 21830 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96648

[startup+3.10054 s]
/proc/loadavg: 1.93 1.77 1.91 3/180 1838
/proc/meminfo: memFree=31005512/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=29696 CPUtime=1.33 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 5668 0 0 0 132 1 0 0 22 0 1 0 926674378 30408704 5575 33554432000 4194304 4218580 140735546485360 18446744073709551615 268272349893 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 7424 5575 131 6 0 5894 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 38396

[startup+6.30097 s]
/proc/loadavg: 1.93 1.77 1.91 3/180 1839
/proc/meminfo: memFree=30995944/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=34112 CPUtime=4.53 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 6791 0 0 0 452 1 0 0 25 0 1 0 926674378 34930688 6698 33554432000 4194304 4218580 140735546485360 18446744073709551615 4199588 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 8528 6698 131 6 0 6998 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 42812

[startup+12.7008 s]
/proc/loadavg: 1.94 1.78 1.91 3/180 1839
/proc/meminfo: memFree=30992116/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=38696 CPUtime=10.93 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 7967 0 0 0 1092 1 0 0 25 0 1 0 926674378 39624704 7873 33554432000 4194304 4218580 140735546485360 18446744073709551615 4208384 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 9674 7873 131 6 0 8144 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 47396

[startup+25.5005 s]
/proc/loadavg: 1.95 1.79 1.91 3/180 1839
/proc/meminfo: memFree=30984600/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=45788 CPUtime=23.74 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 9716 0 0 0 2372 2 0 0 25 0 1 0 926674378 46886912 9622 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 11447 9622 131 6 0 9917 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54488

[startup+51.101 s]
/proc/loadavg: 1.97 1.80 1.91 3/180 1840
/proc/meminfo: memFree=30974816/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=54064 CPUtime=49.34 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 11804 0 0 0 4932 2 0 0 25 0 1 0 926674378 55361536 11710 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 13516 11710 131 6 0 11986 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 62764

[startup+102.307 s]
/proc/loadavg: 1.98 1.83 1.91 3/180 1841
/proc/meminfo: memFree=30951480/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=74188 CPUtime=100.54 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 16832 0 0 0 10051 3 0 0 25 0 1 0 926674378 75968512 16738 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210700 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 18547 16738 131 6 0 17017 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 82888

[startup+162.3 s]
/proc/loadavg: 1.99 1.86 1.91 3/180 1843
/proc/meminfo: memFree=30927124/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=95404 CPUtime=160.54 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 22145 0 0 0 16050 4 0 0 25 0 1 0 926674378 97693696 22050 33554432000 4194304 4218580 140735546485360 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 23851 22050 131 6 0 22321 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 104104

[startup+222.3 s]
/proc/loadavg: 1.99 1.88 1.91 3/180 1844
/proc/meminfo: memFree=30925088/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=95468 CPUtime=220.54 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 22160 0 0 0 22050 4 0 0 25 0 1 0 926674378 97759232 22065 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210026 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 23867 22065 131 6 0 22337 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 104168

[startup+282.301 s]
/proc/loadavg: 1.99 1.90 1.91 3/180 1846
/proc/meminfo: memFree=30912376/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=106296 CPUtime=280.54 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 24876 0 0 0 28050 4 0 0 25 0 1 0 926674378 108847104 24781 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210086 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 26574 24781 131 6 0 25044 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 114996

[startup+342.301 s]
/proc/loadavg: 1.99 1.92 1.91 3/180 1848
/proc/meminfo: memFree=30908860/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=108060 CPUtime=340.54 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 25296 0 0 0 34050 4 0 0 25 0 1 0 926674378 110653440 25201 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210050 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 27015 25201 131 6 0 25485 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 116760

[startup+402.3 s]
/proc/loadavg: 1.99 1.93 1.91 3/180 1849
/proc/meminfo: memFree=30877168/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7

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

/proc/1838/statm: 66079 64285 131 6 0 64549 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 273016

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 1977
/proc/meminfo: memFree=30685192/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264348 CPUtime=4420.65 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 64915 0 0 0 442053 12 0 0 25 0 1 0 926674378 270692352 64289 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66087 64289 131 6 0 64557 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 273048

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 1979
/proc/meminfo: memFree=30684764/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264348 CPUtime=4480.65 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 64931 0 0 0 448053 12 0 0 25 0 1 0 926674378 270692352 64288 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210960 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66087 64288 131 6 0 64557 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 273048

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 1981
/proc/meminfo: memFree=30683100/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264316 CPUtime=4540.65 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 64943 0 0 0 454053 12 0 0 25 0 1 0 926674378 270659584 64287 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66079 64287 131 6 0 64549 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 273016

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 1982
/proc/meminfo: memFree=30681048/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264316 CPUtime=4600.65 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 64960 0 0 0 460053 12 0 0 25 0 1 0 926674378 270659584 64287 33554432000 4194304 4218580 140735546485360 18446744073709551615 4209549 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66079 64287 131 6 0 64549 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 273016

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 1984
/proc/meminfo: memFree=30679408/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264412 CPUtime=4660.65 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 64981 0 0 0 466053 12 0 0 25 0 1 0 926674378 270757888 64308 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210054 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66103 64308 131 6 0 64573 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 273112

[startup+4722.31 s]
/proc/loadavg: 2.05 2.01 1.94 3/180 1985
/proc/meminfo: memFree=30675636/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264412 CPUtime=4720.66 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 64990 0 0 0 472054 12 0 0 25 0 1 0 926674378 270757888 64303 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210227 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66103 64303 131 6 0 64573 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 273112

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/180 1987
/proc/meminfo: memFree=30671220/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264412 CPUtime=4780.66 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 65008 0 0 0 478054 12 0 0 25 0 1 0 926674378 270757888 64303 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66103 64303 131 6 0 64573 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 273112

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 1989
/proc/meminfo: memFree=30665232/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264380 CPUtime=4840.66 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 65022 0 0 0 484054 12 0 0 25 0 1 0 926674378 270725120 64303 33554432000 4194304 4218580 140735546485360 18446744073709551615 4211182 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66095 64303 131 6 0 64565 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 273080

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 2031
/proc/meminfo: memFree=30773544/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264444 CPUtime=4900.66 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 65037 0 0 0 490054 12 0 0 25 0 1 0 926674378 270790656 64318 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210444 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66111 64318 131 6 0 64581 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 273144

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 2033
/proc/meminfo: memFree=30768796/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264444 CPUtime=4960.66 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 65043 0 0 0 496054 12 0 0 25 0 1 0 926674378 270790656 64313 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210207 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66111 64313 131 6 0 64581 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 273144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 2034
/proc/meminfo: memFree=30766408/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264412 CPUtime=4998.27 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 65057 0 0 0 499815 12 0 0 25 0 1 0 926674378 270757888 64311 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66103 64311 131 6 0 64573 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 273112

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 2034
/proc/meminfo: memFree=30766408/32950928 swapFree=67048916/67111528
[pid=1835] ppid=1833 vsize=8700 CPUtime=1.74 cores=1,3,5,7
/proc/1835/stat : 1835 (esg_static.sh) S 1833 1835 1694 0 -1 4202496 355 23430 0 0 0 0 167 7 18 0 1 0 926674202 8908800 253 33554432000 4194304 4922060 140734841333136 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1835/statm: 2175 253 209 178 0 68 0
[pid=1838] ppid=1835 vsize=264412 CPUtime=4998.27 cores=1,3,5,7
/proc/1838/stat : 1838 (cdcl) R 1835 1835 1694 0 -1 4202496 65057 0 0 0 499815 12 0 0 25 0 1 0 926674378 270757888 64311 33554432000 4194304 4218580 140735546485360 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1838/statm: 66103 64311 131 6 0 64573 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 273112

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000.01
CPU user time (s): 4999.82
CPU system time (s): 0.19
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 273208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.67974
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23785
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 7.47786 second user time and 17.3104 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-15 17:12:34
IDJOB=3498958
IDBENCH=82378
IDSOLVER=1993
FILE ID=node122/3498958-1308150753
RUNJOBID= node122-1308150602-1713
PBS_JOBID= 13575613
Free space on /tmp= 73948 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498958-1308150753/watcher-3498958-1308150753 -o /tmp/evaluation-result-3498958-1308150753/solver-3498958-1308150753 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498958-1308150753.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1660947551

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31037668 kB
Buffers:        421948 kB
Cached:        1130100 kB
SwapCached:      15700 kB
Active:         609376 kB
Inactive:       990356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31037668 kB
SwapTotal:    67111528 kB
SwapFree:     67048916 kB
Dirty:           24312 kB
Writeback:           0 kB
AnonPages:       44708 kB
Mapped:           9312 kB
Slab:           250064 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   236152 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= 73936 MiB
End job on node122 at 2011-06-15 18:35:56