Trace number 3498930

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

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.4859
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  466486  1393798 |  139945       0        0     nan |  0.000 % |
3.19/3.24	c |         0 |  464591  2028804 |      --       0       --      -- |     --   | -1895/635006
3.19/3.24	c ==============================================================================
3.19/3.24	c Result  :   #vars: 2624   #clauses: 464591   #literals: 2028804
3.19/3.24	c CPU time:   3.21651 s
3.19/3.24	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-3498930-1308150602/watcher-3498930-1308150602 -o /tmp/evaluation-result-3498930-1308150602/solver-3498930-1308150602 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498930-1308150602.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.83 1.95 2.01 1/174 16985
/proc/meminfo: memFree=30363592/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/16985/stat : 16985 (runsolver) S 16977 16985 16942 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 926660192 12087296 50 33554432000 4194304 5436572 140733754070752 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/16985/statm: 2951 50 31 304 0 2643 0

[startup+0.0329041 s]
/proc/loadavg: 1.83 1.95 2.01 1/174 16985
/proc/meminfo: memFree=30363592/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 926660192 8908800 249 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16985/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100875 s]
/proc/loadavg: 1.83 1.95 2.01 1/174 16985
/proc/meminfo: memFree=30363592/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 926660192 8908800 249 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16985/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300843 s]
/proc/loadavg: 1.83 1.95 2.01 1/174 16985
/proc/meminfo: memFree=30363592/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 926660192 8908800 249 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16985/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700769 s]
/proc/loadavg: 1.83 1.95 2.01 1/174 16985
/proc/meminfo: memFree=30363592/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 926660192 8908800 249 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16985/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 1.83 1.95 2.01 3/180 16992
/proc/meminfo: memFree=30301172/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 926660192 8908800 249 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16985/statm: 2175 249 209 178 0 68 0
[pid=16990] ppid=16985 vsize=49540 CPUtime=1.49 cores=1,3,5,7
/proc/16990/stat : 16990 (SatELite_releas) R 16985 16985 16942 0 -1 4202496 11580 0 0 0 147 2 0 0 25 0 1 0 926660193 50728960 11535 33554432000 134512640 135144242 4293592128 18446744073709551615 134588165 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16990/statm: 12385 11535 77 155 0 12228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58240

[startup+3.10034 s]
/proc/loadavg: 1.85 1.95 2.01 3/180 16992
/proc/meminfo: memFree=30297336/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 926660192 8908800 249 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16985/statm: 2175 249 209 178 0 68 0
[pid=16990] ppid=16985 vsize=49540 CPUtime=3.09 cores=1,3,5,7
/proc/16990/stat : 16990 (SatELite_releas) R 16985 16985 16942 0 -1 4202496 11580 0 0 0 307 2 0 0 25 0 1 0 926660193 50728960 11535 33554432000 134512640 135144242 4293592128 18446744073709551615 134588137 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/16990/statm: 12385 11535 77 155 0 12228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58240

[startup+6.30083 s]
/proc/loadavg: 1.85 1.95 2.01 3/180 16993
/proc/meminfo: memFree=30294840/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=42576 CPUtime=2.74 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 9139 0 0 0 272 2 0 0 25 0 1 0 926660547 43597824 9050 33554432000 4194304 4218580 140736059275280 18446744073709551615 237278540485 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 10644 9050 131 6 0 9114 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51276

[startup+12.7006 s]
/proc/loadavg: 1.87 1.95 2.01 3/180 16994
/proc/meminfo: memFree=30288908/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=45672 CPUtime=9.14 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 9888 0 0 0 912 2 0 0 25 0 1 0 926660547 46768128 9799 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 11418 9799 131 6 0 9888 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54372

[startup+25.5004 s]
/proc/loadavg: 1.89 1.95 2.01 3/180 16994
/proc/meminfo: memFree=30282028/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=51240 CPUtime=21.94 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 11283 0 0 0 2191 3 0 0 25 0 1 0 926660547 52469760 11194 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 12810 11194 131 6 0 11280 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59940

[startup+51.1008 s]
/proc/loadavg: 1.93 1.95 2.01 3/180 16995
/proc/meminfo: memFree=30270024/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=58540 CPUtime=47.54 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 13119 0 0 0 4751 3 0 0 25 0 1 0 926660547 59944960 13030 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 14635 13030 131 6 0 13105 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 67240

[startup+102.307 s]
/proc/loadavg: 1.97 1.96 2.00 3/180 16996
/proc/meminfo: memFree=30257736/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=66912 CPUtime=98.75 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 15216 0 0 0 9871 4 0 0 25 0 1 0 926660547 68517888 15111 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 16728 15111 131 6 0 15198 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 75612

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 2.00 3/180 16997
/proc/meminfo: memFree=30247900/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=70880 CPUtime=158.75 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 16243 0 0 0 15871 4 0 0 25 0 1 0 926660547 72581120 16106 33554432000 4194304 4218580 140736059275280 18446744073709551615 4210524 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 17720 16106 131 6 0 16190 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79580

[startup+222.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/180 16999
/proc/meminfo: memFree=30239196/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=75560 CPUtime=218.74 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 17427 0 0 0 21870 4 0 0 25 0 1 0 926660547 77373440 17275 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 18890 17275 131 6 0 17360 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 84260

[startup+282.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/180 17001
/proc/meminfo: memFree=30233956/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=76976 CPUtime=278.74 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 17824 0 0 0 27870 4 0 0 25 0 1 0 926660547 78823424 17648 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 19244 17648 131 6 0 17714 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 85676

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17002
/proc/meminfo: memFree=30225132/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=81976 CPUtime=338.75 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 19152 0 0 0 33870 5 0 0 25 0 1 0 926660547 83943424 18875 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/16993/statm: 20494 18875 131 6 0 18964 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 90676

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17004
/proc/meminfo: memFree=30221756/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7

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

/proc/16993/statm: 46903 45306 131 6 0 45373 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 196312

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17522
/proc/meminfo: memFree=30068112/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=187704 CPUtime=4418.85 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 52121 0 0 0 441867 18 0 0 25 0 1 0 926660547 192208896 45329 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 46926 45329 131 6 0 45396 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 196404

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17524
/proc/meminfo: memFree=30064856/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=190736 CPUtime=4478.85 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 52960 0 0 0 447867 18 0 0 25 0 1 0 926660547 195313664 46063 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208534 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 47684 46063 131 6 0 46154 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 199436

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17525
/proc/meminfo: memFree=30059620/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=191840 CPUtime=4538.85 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 53360 0 0 0 453867 18 0 0 25 0 1 0 926660547 196444160 46362 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208534 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 47960 46362 131 6 0 46430 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 200540

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17527
/proc/meminfo: memFree=30056372/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=192296 CPUtime=4598.86 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 53531 0 0 0 459868 18 0 0 25 0 1 0 926660547 196911104 46482 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 48074 46482 131 6 0 46544 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 200996

[startup+4662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 17528
/proc/meminfo: memFree=30054728/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=192232 CPUtime=4658.85 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 53566 0 0 0 465867 18 0 0 25 0 1 0 926660547 196845568 46465 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 48058 46465 131 6 0 46528 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 200932

[startup+4722.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 17530
/proc/meminfo: memFree=30053212/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=193304 CPUtime=4718.86 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 53807 0 0 0 471868 18 0 0 25 0 1 0 926660547 197943296 46706 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 48326 46706 131 6 0 46796 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 202004

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17532
/proc/meminfo: memFree=30052564/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=193272 CPUtime=4778.86 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 53849 0 0 0 477868 18 0 0 25 0 1 0 926660547 197910528 46701 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 48318 46701 131 6 0 46788 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 201972

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17533
/proc/meminfo: memFree=30048936/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=195524 CPUtime=4838.86 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 54457 0 0 0 483868 18 0 0 25 0 1 0 926660547 200216576 47255 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 48881 47255 131 6 0 47351 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 204224

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17535
/proc/meminfo: memFree=30044324/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=199240 CPUtime=4898.86 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 55502 0 0 0 489867 19 0 0 25 0 1 0 926660547 204021760 48189 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 49810 48189 131 6 0 48280 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 207940

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17537
/proc/meminfo: memFree=30042692/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=200656 CPUtime=4958.86 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 55902 0 0 0 495867 19 0 0 25 0 1 0 926660547 205471744 48540 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208519 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 50164 48540 131 6 0 48634 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 209356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17538
/proc/meminfo: memFree=30042304/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=201028 CPUtime=4996.47 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 56041 0 0 0 499628 19 0 0 25 0 1 0 926660547 205852672 48629 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208519 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 50257 48629 131 6 0 48727 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 209728

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 2.00 3/180 17538
/proc/meminfo: memFree=30042304/32950904 swapFree=67055440/67111528
[pid=16985] ppid=16977 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/16985/stat : 16985 (esg_static.sh) S 16977 16985 16942 0 -1 4202496 353 11582 0 0 0 0 351 3 18 0 1 0 926660192 8908800 252 33554432000 4194304 4922060 140736872566912 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16985/statm: 2175 252 209 178 0 68 0
[pid=16993] ppid=16985 vsize=201028 CPUtime=4996.47 cores=1,3,5,7
/proc/16993/stat : 16993 (cdcl) R 16985 16985 16942 0 -1 4202496 56041 0 0 0 499628 19 0 0 25 0 1 0 926660547 205852672 48629 33554432000 4194304 4218580 140736059275280 18446744073709551615 4208519 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16993/statm: 50257 48629 131 6 0 48727 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 209728

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16985 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=510466
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=34994
# CPU time returned by wait4() is 3.54546
# 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.79
CPU system time (s): 0.22
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 209920

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

runsolver used 7.2519 second user time and 16.9524 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-15 17:10:03
IDJOB=3498930
IDBENCH=71095
IDSOLVER=1993
FILE ID=node121/3498930-1308150602
RUNJOBID= node121-1308150602-16961
PBS_JOBID= 13575614
Free space on /tmp= 73856 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_19_UNKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498930-1308150602/watcher-3498930-1308150602 -o /tmp/evaluation-result-3498930-1308150602/solver-3498930-1308150602 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498930-1308150602.cnf

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=878875609

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.84
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.817
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.77
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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      30364740 kB
Buffers:        461368 kB
Cached:        1754956 kB
SwapCached:       9992 kB
Active:         704484 kB
Inactive:      1531532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30364740 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           12648 kB
Writeback:           0 kB
AnonPages:       17040 kB
Mapped:          12452 kB
Slab:           286912 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   185404 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= 73840 MiB
End job on node121 at 2011-06-15 18:33:26