Trace number 3499006

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 4999.91

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2133.18
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.19	c ==============================================================================
0.00/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.19	c ==============================================================================
0.00/0.19	c |         0 |  488118  1138942 |  146435       0        0     nan |  0.000 % |
2.20/2.25	c |         0 |  187665   662610 |      --       0       --      -- |     --   | -300451/-476327
2.20/2.25	c ==============================================================================
2.20/2.25	c Result  :   #vars: 28580   #clauses: 187665   #literals: 662610
2.20/2.25	c CPU time:   2.17367 s
2.20/2.25	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-3499006-1308152101/watcher-3499006-1308152101 -o /tmp/evaluation-result-3499006-1308152101/solver-3499006-1308152101 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499006-1308152101.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: 2.01 2.00 2.00 2/178 18952
/proc/meminfo: memFree=28645960/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 926812802 8908800 249 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18952/statm: 2175 249 209 178 0 68 0

[startup+0.0759161 s]
/proc/loadavg: 2.01 2.00 2.00 2/178 18952
/proc/meminfo: memFree=28645960/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 926812802 8908800 249 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18952/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100908 s]
/proc/loadavg: 2.01 2.00 2.00 2/178 18952
/proc/meminfo: memFree=28645960/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 926812802 8908800 249 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18952/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300869 s]
/proc/loadavg: 2.01 2.00 2.00 2/178 18952
/proc/meminfo: memFree=28645960/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 926812802 8908800 249 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18952/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700809 s]
/proc/loadavg: 2.01 2.00 2.00 2/178 18952
/proc/meminfo: memFree=28645960/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 926812802 8908800 249 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18952/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 18954
/proc/meminfo: memFree=28564048/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 926812802 8908800 249 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18952/statm: 2175 249 209 178 0 68 0
[pid=18953] ppid=18952 vsize=84388 CPUtime=1.49 cores=1,3,5,7
/proc/18953/stat : 18953 (SatELite_releas) R 18952 18952 18698 0 -1 4202496 19984 0 0 0 143 6 0 0 25 0 1 0 926812802 86413312 18425 33554432000 134512640 135144242 4289186880 18446744073709551615 134585397 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/18953/statm: 21097 18425 77 155 0 20940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93088

[startup+3.10034 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 18954
/proc/meminfo: memFree=28550780/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30081 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 18955
/proc/meminfo: memFree=28603896/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=26228 CPUtime=3.91 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 4966 0 0 0 390 1 0 0 25 0 1 0 926813040 26857472 4869 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/18955/statm: 6557 4869 131 6 0 5027 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34928

[startup+12.7007 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 18955
/proc/meminfo: memFree=28601284/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=29128 CPUtime=10.31 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 5664 0 0 0 1030 1 0 0 25 0 1 0 926813040 29827072 5567 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208435 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/18955/statm: 7282 5567 131 6 0 5752 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37828

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18956
/proc/meminfo: memFree=28598260/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=32988 CPUtime=23.11 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 6657 0 0 0 2310 1 0 0 25 0 1 0 926813040 33779712 6560 33554432000 4194304 4218580 140733395336736 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/18955/statm: 8247 6560 131 6 0 6717 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41688

[startup+51.1009 s]
/proc/loadavg: 2.08 2.02 2.00 3/180 18956
/proc/meminfo: memFree=28592332/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=39224 CPUtime=48.71 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 8222 0 0 0 4870 1 0 0 25 0 1 0 926813040 40165376 8107 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 9806 8107 131 6 0 8276 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47924

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 18958
/proc/meminfo: memFree=28587400/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=43948 CPUtime=99.92 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 9459 0 0 0 9990 2 0 0 25 0 1 0 926813040 45002752 9301 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 10987 9301 131 6 0 9457 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 52648

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18959
/proc/meminfo: memFree=28581500/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=49240 CPUtime=159.91 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 10900 0 0 0 15989 2 0 0 25 0 1 0 926813040 50421760 10620 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 12310 10620 131 6 0 10780 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 57940

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18961
/proc/meminfo: memFree=28574504/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=54964 CPUtime=219.91 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 12439 0 0 0 21988 3 0 0 25 0 1 0 926813040 56283136 12059 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208464 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 13741 12059 131 6 0 12211 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 63664

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18963
/proc/meminfo: memFree=28570956/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=58892 CPUtime=279.91 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 13507 0 0 0 27988 3 0 0 25 0 1 0 926813040 60305408 13016 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 14723 13016 131 6 0 13193 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 67592

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18964
/proc/meminfo: memFree=28567068/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=62836 CPUtime=339.92 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 14631 0 0 0 33988 4 0 0 25 0 1 0 926813040 64344064 13997 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 15709 13997 131 6 0 14179 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 71536

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18966
/proc/meminfo: memFree=28566652/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0

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

/proc/18955/statm: 25636 23958 131 6 0 24106 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 111244

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19126
/proc/meminfo: memFree=28489556/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=102640 CPUtime=4420.01 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 36064 0 0 0 441984 17 0 0 25 0 1 0 926813040 105103360 23982 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 25660 23982 131 6 0 24130 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 111340

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19128
/proc/meminfo: memFree=28488380/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=102544 CPUtime=4480.02 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 36254 0 0 0 447985 17 0 0 25 0 1 0 926813040 105005056 23951 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 25636 23951 131 6 0 24106 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 111244

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19129
/proc/meminfo: memFree=28485704/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=105492 CPUtime=4540.02 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 37268 0 0 0 453984 18 0 0 25 0 1 0 926813040 108023808 24673 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 26373 24673 131 6 0 24843 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 114192

[startup+4602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 19131
/proc/meminfo: memFree=28485140/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=105524 CPUtime=4600.02 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 37571 0 0 0 459984 18 0 0 25 0 1 0 926813040 108056576 24681 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 26381 24681 131 6 0 24851 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 114224

[startup+4662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 19132
/proc/meminfo: memFree=28485104/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=105780 CPUtime=4660.02 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 37844 0 0 0 465983 19 0 0 25 0 1 0 926813040 108318720 24752 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 26445 24752 131 6 0 24915 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 114480

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19134
/proc/meminfo: memFree=28484164/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=105492 CPUtime=4720.03 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 38061 0 0 0 471984 19 0 0 25 0 1 0 926813040 108023808 24681 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 26373 24681 131 6 0 24843 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 114192

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19136
/proc/meminfo: memFree=28477548/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=105716 CPUtime=4780.03 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 38330 0 0 0 477984 19 0 0 25 0 1 0 926813040 108253184 24732 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208576 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 26429 24732 131 6 0 24899 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 114416

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19137
/proc/meminfo: memFree=28477468/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=105812 CPUtime=4840.02 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 38571 0 0 0 483983 19 0 0 25 0 1 0 926813040 108351488 24754 33554432000 4194304 4218580 140733395336736 18446744073709551615 4211237 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 26453 24754 131 6 0 24923 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 114512

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19139
/proc/meminfo: memFree=28477300/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=105876 CPUtime=4900.02 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 38801 0 0 0 489983 19 0 0 25 0 1 0 926813040 108417024 24773 33554432000 4194304 4218580 140733395336736 18446744073709551615 4200663 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 26469 24773 131 6 0 24939 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 114576

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19140
/proc/meminfo: memFree=28477228/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=106336 CPUtime=4960.03 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 39157 0 0 0 495983 20 0 0 25 0 1 0 926813040 108888064 24884 33554432000 4194304 4218580 140733395336736 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 26584 24884 131 6 0 25054 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 115036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19141
/proc/meminfo: memFree=28474480/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=109112 CPUtime=4997.63 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 39931 0 0 0 499743 20 0 0 25 0 1 0 926813040 111730688 25564 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 27278 25564 131 6 0 25748 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 117812

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 19141
/proc/meminfo: memFree=28474480/32951124 swapFree=67052812/67111528
[pid=18952] ppid=18950 vsize=8700 CPUtime=2.37 cores=1,3,5,7
/proc/18952/stat : 18952 (esg_static.sh) S 18950 18952 18698 0 -1 4202496 352 22945 0 0 0 0 229 8 18 0 1 0 926812802 8908800 252 33554432000 4194304 4922060 140737077521328 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18952/statm: 2175 252 209 178 0 68 0
[pid=18955] ppid=18952 vsize=109112 CPUtime=4997.63 cores=1,3,5,7
/proc/18955/stat : 18955 (cdcl) R 18952 18952 18698 0 -1 4202496 39931 0 0 0 499743 20 0 0 25 0 1 0 926813040 111730688 25564 33554432000 4194304 4218580 140733395336736 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18955/statm: 27278 25564 131 6 0 25748 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 117812

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18952 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=294651
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=86986
# CPU time returned by wait4() is 2.38164
# while last known CPU time is 5000
#
# 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
CPU user time (s): 4999.72
CPU system time (s): 0.28
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 117812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.29465
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23297
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 30

runsolver used 8.26674 second user time and 18.5452 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-15 17:35:02
IDJOB=3499006
IDBENCH=82468
IDSOLVER=1993
FILE ID=node103/3499006-1308152101
RUNJOBID= node103-1308150040-18717
PBS_JOBID= 13575584
Free space on /tmp= 73836 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499006-1308152101/watcher-3499006-1308152101 -o /tmp/evaluation-result-3499006-1308152101/solver-3499006-1308152101 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499006-1308152101.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=36740878

node103.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.858
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.71
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.858
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.858
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.858
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.858
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      28646604 kB
Buffers:        503052 kB
Cached:        3371612 kB
SwapCached:      22864 kB
Active:         808824 kB
Inactive:      3146276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28646604 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:            9444 kB
Writeback:           0 kB
AnonPages:       77908 kB
Mapped:           9260 kB
Slab:           284768 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   258472 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= 73812 MiB
End job on node103 at 2011-06-15 18:58:24