Trace number 3499088

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

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   38086    84198 |   11425       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   35941    80322 |      --       0       --      -- |     --   | -347/-9
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 3939   #clauses: 35941   #literals: 80322
0.00/0.05	c CPU time:   0.052991 s
0.00/0.05	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-3499088-1308155538/watcher-3499088-1308155538 -o /tmp/evaluation-result-3499088-1308155538/solver-3499088-1308155538 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499088-1308155538.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.00 2.00 2.00 2/178 6763
/proc/meminfo: memFree=29312568/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 46298621 8908800 249 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 249 209 178 0 68 0

[startup+0.073571 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 6763
/proc/meminfo: memFree=29312568/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8700

[startup+0.100564 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 6763
/proc/meminfo: memFree=29312568/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8700

[startup+0.300529 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 6763
/proc/meminfo: memFree=29312568/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8700

[startup+0.700458 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 6763
/proc/meminfo: memFree=29312568/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6766
/proc/meminfo: memFree=29307712/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=11648 CPUtime=1.42 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 1410 0 0 0 142 0 0 0 25 0 1 0 46298628 11927552 1319 33554432000 4194304 4218580 140734531472560 18446744073709551615 4211237 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 2912 1319 130 6 0 1382 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20348

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6766
/proc/meminfo: memFree=29305852/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=14520 CPUtime=3.02 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 2125 0 0 0 302 0 0 0 25 0 1 0 46298628 14868480 2034 33554432000 4194304 4218580 140734531472560 18446744073709551615 4214070 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 3630 2034 131 6 0 2100 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23220

[startup+6.30047 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6766
/proc/meminfo: memFree=29301508/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=16928 CPUtime=6.22 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 2717 0 0 0 622 0 0 0 25 0 1 0 46298628 17334272 2626 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 4232 2626 131 6 0 2702 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25628

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6766
/proc/meminfo: memFree=29298976/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=19804 CPUtime=12.62 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 3437 0 0 0 1262 0 0 0 25 0 1 0 46298628 20279296 3344 33554432000 4194304 4218580 140734531472560 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 4951 3344 131 6 0 3421 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28504

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6766
/proc/meminfo: memFree=29294912/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=23148 CPUtime=25.42 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 4322 0 0 0 2542 0 0 0 25 0 1 0 46298628 23703552 4199 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 5787 4199 131 6 0 4257 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31848

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6766
/proc/meminfo: memFree=29285332/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=32772 CPUtime=51.02 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 6768 0 0 0 5101 1 0 0 25 0 1 0 46298628 33558528 6566 33554432000 4194304 4218580 140734531472560 18446744073709551615 4211718 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 8193 6566 131 6 0 6663 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41472

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6768
/proc/meminfo: memFree=29282460/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=35264 CPUtime=102.23 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 7627 0 0 0 10222 1 0 0 25 0 1 0 46298628 36110336 7220 33554432000 4194304 4218580 140734531472560 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 8816 7220 131 6 0 7286 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 43964

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6770
/proc/meminfo: memFree=29276968/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=40836 CPUtime=162.22 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 9370 0 0 0 16221 1 0 0 25 0 1 0 46298628 41816064 8589 33554432000 4194304 4218580 140734531472560 18446744073709551615 4210054 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 10209 8589 131 6 0 8679 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 49536

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6771
/proc/meminfo: memFree=29273344/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=44384 CPUtime=222.23 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 10556 0 0 0 22221 2 0 0 25 0 1 0 46298628 45449216 9472 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 11096 9472 131 6 0 9566 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 53084

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6772
/proc/meminfo: memFree=29269332/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=48136 CPUtime=282.22 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 11796 0 0 0 28220 2 0 0 25 0 1 0 46298628 49291264 10426 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 12034 10426 131 6 0 10504 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 56836

[startup+342.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 6774
/proc/meminfo: memFree=29266456/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=50808 CPUtime=342.23 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 12724 0 0 0 34220 3 0 0 25 0 1 0 46298628 52027392 11079 33554432000 4194304 4218580 140734531472560 18446744073709551615 4211709 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 12702 11079 131 6 0 11172 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 59508

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 6776
/proc/meminfo: memFree=29264300/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7

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

/proc/6766/statm: 48338 46745 131 6 0 46808 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 202052

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6936
/proc/meminfo: memFree=29996860/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=197944 CPUtime=4422.32 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 68812 0 0 0 442204 28 0 0 25 0 1 0 46298628 202694656 47895 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 49486 47895 131 6 0 47956 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 206644

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6937
/proc/meminfo: memFree=29989984/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=203996 CPUtime=4482.32 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 70348 0 0 0 448204 28 0 0 25 0 1 0 46298628 208891904 49410 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 50999 49410 131 6 0 49469 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 212696

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6939
/proc/meminfo: memFree=29983392/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=210316 CPUtime=4542.33 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 71912 0 0 0 454204 29 0 0 25 0 1 0 46298628 215363584 50953 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 52579 50953 131 6 0 51049 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 219016

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6941
/proc/meminfo: memFree=29978252/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=215184 CPUtime=4602.33 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 73173 0 0 0 460204 29 0 0 25 0 1 0 46298628 220348416 52173 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 53796 52173 131 6 0 52266 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 223884

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6943
/proc/meminfo: memFree=29973496/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=219932 CPUtime=4662.33 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 74407 0 0 0 466203 30 0 0 25 0 1 0 46298628 225210368 53381 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 54983 53381 131 6 0 53453 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 228632

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6944
/proc/meminfo: memFree=29967744/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=225464 CPUtime=4722.34 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 75825 0 0 0 472204 30 0 0 25 0 1 0 46298628 230875136 54769 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 56366 54769 131 6 0 54836 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 234164

[startup+4782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 6945
/proc/meminfo: memFree=29961716/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=231128 CPUtime=4782.34 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 77285 0 0 0 478203 31 0 0 25 0 1 0 46298628 236675072 56192 33554432000 4194304 4218580 140734531472560 18446744073709551615 4210519 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 57782 56192 131 6 0 56252 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 239828

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 6947
/proc/meminfo: memFree=29957328/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=235868 CPUtime=4842.34 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 78438 0 0 0 484202 32 0 0 25 0 1 0 46298628 241528832 57345 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 58967 57345 131 6 0 57437 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 244568

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6949
/proc/meminfo: memFree=29953668/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=238868 CPUtime=4902.34 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 79282 0 0 0 490202 32 0 0 25 0 1 0 46298628 244600832 58099 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 59717 58099 131 6 0 58187 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 247568

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6951
/proc/meminfo: memFree=29949780/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=242468 CPUtime=4962.34 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 80202 0 0 0 496202 32 0 0 25 0 1 0 46298628 248287232 58997 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 60617 58997 131 6 0 59087 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 251168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6951
/proc/meminfo: memFree=29946152/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=245688 CPUtime=4999.95 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 81029 0 0 0 499962 33 0 0 25 0 1 0 46298628 251584512 59824 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 61422 59824 131 6 0 59892 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 254388

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 6951
/proc/meminfo: memFree=29946152/32950928 swapFree=67111364/67111528
[pid=6763] ppid=6761 vsize=8700 CPUtime=0.06 cores=1,3,5,7
/proc/6763/stat : 6763 (esg_static.sh) S 6761 6763 6374 0 -1 4202496 352 1157 0 0 0 0 6 0 25 0 1 0 46298621 8908800 252 33554432000 4194304 4922060 140733304118256 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6763/statm: 2175 252 209 178 0 68 0
[pid=6766] ppid=6763 vsize=245688 CPUtime=4999.95 cores=1,3,5,7
/proc/6766/stat : 6766 (cdcl) R 6763 6763 6374 0 -1 4202496 81029 0 0 0 499962 33 0 0 25 0 1 0 46298628 251584512 59824 33554432000 4194304 4218580 140734531472560 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/6766/statm: 61422 59824 131 6 0 59892 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 254388

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6763 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=68989
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.072988
# 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.68
CPU system time (s): 0.33
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 254388

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

runsolver used 7.47786 second user time and 17.2144 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-15 18:32:18
IDJOB=3499088
IDBENCH=84180
IDSOLVER=1993
FILE ID=node124/3499088-1308155538
RUNJOBID= node124-1308150217-6393
PBS_JOBID= 13575590
Free space on /tmp= 73444 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499088-1308155538/watcher-3499088-1308155538 -o /tmp/evaluation-result-3499088-1308155538/solver-3499088-1308155538 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499088-1308155538.cnf

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=535291358

node124.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.855
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.855
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.855
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.82
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.855
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.855
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.855
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.855
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.82
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.855
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:     32950928 kB
MemFree:      29313244 kB
Buffers:        493372 kB
Cached:        1866612 kB
SwapCached:          0 kB
Active:        1742636 kB
Inactive:      1534320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29313244 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1244 kB
Writeback:           0 kB
AnonPages:      916596 kB
Mapped:          16360 kB
Slab:           295552 kB
PageTables:       5848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1079052 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= 73552 MiB
End job on node124 at 2011-06-15 19:55:40