Trace number 3499099

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.04 4999.91

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0374
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Parsing...
0.00/0.32	c ==============================================================================
0.00/0.32	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.32	c ==============================================================================
0.00/0.32	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.00/0.47	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.00/0.47	c ==============================================================================
0.00/0.47	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.00/0.47	c CPU time:   0.425935 s
0.00/0.47	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-3499099-1308155644/watcher-3499099-1308155644 -o /tmp/evaluation-result-3499099-1308155644/solver-3499099-1308155644 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499099-1308155644.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.92 1.98 1.99 2/178 3432
/proc/meminfo: memFree=29785804/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 907979929 8908800 249 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3432/statm: 2175 249 209 178 0 68 0

[startup+0.0328799 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 3432
/proc/meminfo: memFree=29785804/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 907979929 8908800 249 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3432/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100868 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 3432
/proc/meminfo: memFree=29785804/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 907979929 8908800 249 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3432/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300847 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 3432
/proc/meminfo: memFree=29785804/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 907979929 8908800 249 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3432/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70076 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 3432
/proc/meminfo: memFree=29785804/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 907979929 8908800 249 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3432/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50061 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 3434
/proc/meminfo: memFree=29715256/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 8700

[startup+3.10033 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 3435
/proc/meminfo: memFree=29726176/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=48344 CPUtime=2.04 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 10541 0 0 0 202 2 0 0 25 0 1 0 907980034 49504256 10451 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 12086 10451 131 6 0 10556 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 57044

[startup+6.30074 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 3435
/proc/meminfo: memFree=29719236/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=52176 CPUtime=5.24 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 11540 0 0 0 522 2 0 0 25 0 1 0 907980034 53428224 11441 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 13044 11441 131 6 0 11514 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 60876

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 3435
/proc/meminfo: memFree=29712848/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=58700 CPUtime=11.65 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 13204 0 0 0 1162 3 0 0 25 0 1 0 907980034 60108800 13060 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208408 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 14675 13060 131 6 0 13145 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67400

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 3436
/proc/meminfo: memFree=29708000/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=63616 CPUtime=24.44 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 14639 0 0 0 2441 3 0 0 25 0 1 0 907980034 65142784 14291 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208514 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 15904 14291 131 6 0 14374 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 72316

[startup+51.1005 s]
/proc/loadavg: 1.96 1.98 1.99 3/180 3436
/proc/meminfo: memFree=29700396/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=71400 CPUtime=50.05 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 17017 0 0 0 5001 4 0 0 25 0 1 0 907980034 73113600 16224 33554432000 4194304 4218580 140737349907344 18446744073709551615 4211908 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 17850 16224 131 6 0 16320 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80100

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 3438
/proc/meminfo: memFree=29688856/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=81948 CPUtime=101.25 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 21254 0 0 0 10120 5 0 0 25 0 1 0 907980034 83914752 18861 33554432000 4194304 4218580 140737349907344 18446744073709551615 4213776 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 20487 18861 131 6 0 18957 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 90648

[startup+162.301 s]
/proc/loadavg: 2.03 2.00 2.00 3/180 3439
/proc/meminfo: memFree=29684528/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=86824 CPUtime=161.25 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 24668 0 0 0 16118 7 0 0 25 0 1 0 907980034 88907776 20080 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 21706 20080 131 6 0 20176 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 95524

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 3486
/proc/meminfo: memFree=29995800/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=94460 CPUtime=221.25 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 27840 0 0 0 22117 8 0 0 25 0 1 0 907980034 96727040 21999 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208408 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 23615 21999 131 6 0 22085 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 103160

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 3488
/proc/meminfo: memFree=29978864/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=102936 CPUtime=281.25 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 31727 0 0 0 28116 9 0 0 25 0 1 0 907980034 105406464 24127 33554432000 4194304 4218580 140737349907344 18446744073709551615 4210207 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 25734 24127 131 6 0 24204 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 111636

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3489
/proc/meminfo: memFree=29972764/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=104332 CPUtime=341.25 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 34319 0 0 0 34115 10 0 0 25 0 1 0 907980034 106835968 24477 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 26083 24477 131 6 0 24553 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 113032

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3492
/proc/meminfo: memFree=29963432/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=109912 CPUtime=401.26 cores=1,3,5,7

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

/proc/3435/statm: 196368 194736 131 6 0 194838 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 794172

[startup+4422.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 3620
/proc/meminfo: memFree=29194928/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=787848 CPUtime=4421.39 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 218591 0 0 0 442080 59 0 0 25 0 1 0 907980034 806756352 195333 33554432000 4194304 4218580 140737349907344 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 196962 195333 131 6 0 195432 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 796548

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 3622
/proc/meminfo: memFree=29187320/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=794416 CPUtime=4481.38 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 220276 0 0 0 448079 59 0 0 25 0 1 0 907980034 813481984 197001 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 198604 197001 131 6 0 197074 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 803116

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3623
/proc/meminfo: memFree=29179352/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=800168 CPUtime=4541.39 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 221769 0 0 0 454079 60 0 0 25 0 1 0 907980034 819372032 198408 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 200042 198408 131 6 0 198512 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 808868

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3625
/proc/meminfo: memFree=29175456/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=802628 CPUtime=4601.39 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 222440 0 0 0 460079 60 0 0 25 0 1 0 907980034 821891072 199056 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 200657 199056 131 6 0 199127 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 811328

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3626
/proc/meminfo: memFree=29168856/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=808120 CPUtime=4661.39 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 223903 0 0 0 466078 61 0 0 25 0 1 0 907980034 827514880 200428 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 202030 200428 131 6 0 200500 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 816820

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3628
/proc/meminfo: memFree=29163596/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=813296 CPUtime=4721.4 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 225229 0 0 0 472079 61 0 0 25 0 1 0 907980034 832815104 201719 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 203324 201719 131 6 0 201794 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 821996

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3630
/proc/meminfo: memFree=29157864/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=818300 CPUtime=4781.4 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 226479 0 0 0 478078 62 0 0 25 0 1 0 907980034 837939200 202949 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 204575 202949 131 6 0 203045 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 827000

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3631
/proc/meminfo: memFree=29154228/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=821996 CPUtime=4841.4 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 227401 0 0 0 484078 62 0 0 25 0 1 0 907980034 841723904 203871 33554432000 4194304 4218580 140737349907344 18446744073709551615 4201712 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 205499 203871 131 6 0 203969 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 830696

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3633
/proc/meminfo: memFree=29148736/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=827356 CPUtime=4901.39 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 228762 0 0 0 490077 62 0 0 25 0 1 0 907980034 847212544 205209 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 206839 205209 131 6 0 205309 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 836056

[startup+4962.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 3634
/proc/meminfo: memFree=29142504/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=832248 CPUtime=4961.4 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 230032 0 0 0 496077 63 0 0 25 0 1 0 907980034 852221952 206429 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 208062 206429 131 6 0 206532 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 840948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 3635
/proc/meminfo: memFree=29140384/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=834316 CPUtime=4999.01 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 230579 0 0 0 499838 63 0 0 25 0 1 0 907980034 854339584 206976 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 208579 206976 131 6 0 207049 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 843016

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.03 2.01 2.00 3/180 3635
/proc/meminfo: memFree=29140384/32951124 swapFree=67053964/67111528
[pid=3432] ppid=3430 vsize=8700 CPUtime=1.03 cores=1,3,5,7
/proc/3432/stat : 3432 (esg_static.sh) S 3430 3432 3063 0 -1 4202496 353 13736 0 0 0 0 94 9 18 0 1 0 907979929 8908800 252 33554432000 4194304 4922060 140736065393328 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3432/statm: 2175 252 209 178 0 68 0
[pid=3435] ppid=3432 vsize=834316 CPUtime=4999.01 cores=1,3,5,7
/proc/3435/stat : 3435 (cdcl) R 3432 3432 3063 0 -1 4202496 230579 0 0 0 499838 63 0 0 25 0 1 0 907980034 854339584 206976 33554432000 4194304 4218580 140737349907344 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3435/statm: 208579 206976 131 6 0 207049 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 843016

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3432 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=945856
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=99984
# CPU time returned by wait4() is 1.04584
# while last known CPU time is 5000.04
#
# 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.04
CPU user time (s): 4999.32
CPU system time (s): 0.72
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 843016

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

runsolver used 8.07077 second user time and 19.1521 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-15 18:34:05
IDJOB=3499099
IDBENCH=84806
IDSOLVER=1993
FILE ID=node142/3499099-1308155644
RUNJOBID= node142-1308150601-3083
PBS_JOBID= 13575610
Free space on /tmp= 73912 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499099-1308155644/watcher-3499099-1308155644 -o /tmp/evaluation-result-3499099-1308155644/solver-3499099-1308155644 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499099-1308155644.cnf

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1006394896

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      29786720 kB
Buffers:        458604 kB
Cached:        2003516 kB
SwapCached:      10692 kB
Active:        1038116 kB
Inactive:      1776000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29786720 kB
SwapTotal:    67111528 kB
SwapFree:     67053964 kB
Dirty:           21296 kB
Writeback:           0 kB
AnonPages:      349732 kB
Mapped:          13020 kB
Slab:           286876 kB
PageTables:       5436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   538368 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= 73900 MiB
End job on node142 at 2011-06-15 19:57:27