Trace number 3498849

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

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2843.87
Satisfiable
(Un)Satisfiability was proved
Number of variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

Solver Data

0.00/0.00	c Parsing...
0.00/0.53	c ==============================================================================
0.00/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.53	c ==============================================================================
0.00/0.53	c |         0 | 1346401  3139386 |  403920       0        0     nan |  0.000 % |
3.89/3.97	c |         0 |  534198  1400252 |      --       0       --      -- |     --   | -504732/-1043370
3.89/3.97	c ==============================================================================
3.89/3.97	c Result  :   #vars: 84762   #clauses: 534198   #literals: 1400252
3.89/3.97	c CPU time:   3.85141 s
3.89/3.97	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-3498849-1308149865/watcher-3498849-1308149865 -o /tmp/evaluation-result-3498849-1308149865/solver-3498849-1308149865 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498849-1308149865.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.08 1.09 1.41 2/178 4203
/proc/meminfo: memFree=29960596/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 659177884 8908800 249 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4203/statm: 2175 249 209 178 0 68 0

[startup+0.0263871 s]
/proc/loadavg: 1.08 1.09 1.41 2/178 4203
/proc/meminfo: memFree=29960596/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 659177884 8908800 249 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4203/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100369 s]
/proc/loadavg: 1.08 1.09 1.41 2/178 4203
/proc/meminfo: memFree=29960596/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 659177884 8908800 249 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4203/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300327 s]
/proc/loadavg: 1.08 1.09 1.41 2/178 4203
/proc/meminfo: memFree=29960596/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 659177884 8908800 249 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4203/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700257 s]
/proc/loadavg: 1.08 1.09 1.41 2/178 4203
/proc/meminfo: memFree=29960596/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 659177884 8908800 249 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4203/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 1.08 1.09 1.41 3/180 4205
/proc/meminfo: memFree=29771876/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 659177884 8908800 249 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4203/statm: 2175 249 209 178 0 68 0
[pid=4204] ppid=4203 vsize=175168 CPUtime=1.49 cores=1,3,5,7
/proc/4204/stat : 4204 (SatELite_releas) R 4203 4203 4156 0 -1 4202496 39474 0 0 0 140 9 0 0 25 0 1 0 659177884 179372032 36068 33554432000 134512640 135144242 4287276960 18446744073709551615 134585437 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4204/statm: 43792 36068 77 155 0 43635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183868

[startup+3.10084 s]
/proc/loadavg: 1.08 1.09 1.41 3/180 4205
/proc/meminfo: memFree=29750812/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 659177884 8908800 249 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4203/statm: 2175 249 209 178 0 68 0
[pid=4204] ppid=4203 vsize=181324 CPUtime=3.09 cores=1,3,5,7
/proc/4204/stat : 4204 (SatELite_releas) R 4203 4203 4156 0 -1 4202496 44208 0 0 0 299 10 0 0 25 0 1 0 659177884 185675776 36312 33554432000 134512640 135144242 4287276960 18446744073709551615 134585549 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4204/statm: 45331 36312 77 155 0 45174 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190024

[startup+6.30028 s]
/proc/loadavg: 1.15 1.10 1.42 3/180 4207
/proc/meminfo: memFree=29911960/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=43896 CPUtime=2.02 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 9055 0 0 0 201 1 0 0 25 0 1 0 659178310 44949504 8964 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208136 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 10974 8964 131 6 0 9444 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 52596

[startup+12.7011 s]
/proc/loadavg: 1.22 1.12 1.42 3/180 4207
/proc/meminfo: memFree=29907240/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=44860 CPUtime=8.43 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 9306 0 0 0 842 1 0 0 25 0 1 0 659178310 45936640 9215 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 11215 9215 131 6 0 9685 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 53560

[startup+25.5009 s]
/proc/loadavg: 1.39 1.16 1.43 3/180 4207
/proc/meminfo: memFree=29900408/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=47236 CPUtime=21.22 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 9876 0 0 0 2121 1 0 0 25 0 1 0 659178310 48369664 9785 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 11809 9785 131 6 0 10279 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 55936

[startup+51.1004 s]
/proc/loadavg: 1.60 1.23 1.44 3/180 4208
/proc/meminfo: memFree=29888848/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=51124 CPUtime=46.83 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 10870 0 0 0 4681 2 0 0 25 0 1 0 659178310 52350976 10779 33554432000 4194304 4218580 140737295455056 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 12781 10779 131 6 0 11251 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59824

[startup+102.306 s]
/proc/loadavg: 1.82 1.34 1.47 3/180 4209
/proc/meminfo: memFree=29876920/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=53612 CPUtime=98.04 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 11508 0 0 0 9802 2 0 0 25 0 1 0 659178310 54898688 11417 33554432000 4194304 4218580 140737295455056 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 13403 11417 131 6 0 11873 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62312

[startup+162.301 s]
/proc/loadavg: 1.93 1.46 1.50 3/180 4211
/proc/meminfo: memFree=29854800/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=56484 CPUtime=158.03 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 12211 0 0 0 15801 2 0 0 25 0 1 0 659178310 57839616 12101 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 14121 12101 131 6 0 12591 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 65184

[startup+222.301 s]
/proc/loadavg: 1.97 1.56 1.53 3/180 4221
/proc/meminfo: memFree=29853480/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=57244 CPUtime=218.03 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 12421 0 0 0 21801 2 0 0 25 0 1 0 659178310 58617856 12288 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/4207/statm: 14311 12288 131 6 0 12781 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 65944

[startup+282.301 s]
/proc/loadavg: 1.99 1.63 1.56 3/180 4223
/proc/meminfo: memFree=29846612/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=57940 CPUtime=278.03 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 12670 0 0 0 27801 2 0 0 25 0 1 0 659178310 59330560 12474 33554432000 4194304 4218580 140737295455056 18446744073709551615 4210227 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/4207/statm: 14485 12474 131 6 0 12955 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 66640

[startup+342.301 s]
/proc/loadavg: 2.07 1.71 1.58 3/180 4225
/proc/meminfo: memFree=29836148/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=61144 CPUtime=338.04 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 13538 0 0 0 33801 3 0 0 25 0 1 0 659178310 62611456 13282 33554432000 4194304 4218580 140737295455056 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/4207/statm: 15286 13282 131 6 0 13756 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 69844

[startup+402.3 s]
/proc/loadavg: 2.02 1.76 1.61 3/180 4226
/proc/meminfo: memFree=29833236/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7

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

/proc/4207/statm: 28017 25997 131 6 0 26487 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 120768

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4450
/proc/meminfo: memFree=29828944/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=112292 CPUtime=4418.13 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 35687 0 0 0 441800 13 0 0 25 0 1 0 659178310 114987008 26055 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28073 26055 131 6 0 26543 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 120992

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4452
/proc/meminfo: memFree=29828788/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=112196 CPUtime=4478.13 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 35841 0 0 0 447800 13 0 0 25 0 1 0 659178310 114888704 26034 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28049 26034 131 6 0 26519 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 120896

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4454
/proc/meminfo: memFree=29828748/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=112364 CPUtime=4538.13 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 36003 0 0 0 453800 13 0 0 25 0 1 0 659178310 115060736 26074 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208160 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28091 26074 131 6 0 26561 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 121064

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4455
/proc/meminfo: memFree=29828712/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=112240 CPUtime=4598.14 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 36159 0 0 0 459800 14 0 0 25 0 1 0 659178310 114933760 26044 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28060 26044 131 6 0 26530 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 120940

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4457
/proc/meminfo: memFree=29828668/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=112668 CPUtime=4658.14 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 36426 0 0 0 465800 14 0 0 25 0 1 0 659178310 115372032 26151 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28167 26151 131 6 0 26637 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 121368

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4458
/proc/meminfo: memFree=29828132/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=112672 CPUtime=4718.14 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 36726 0 0 0 471800 14 0 0 25 0 1 0 659178310 115376128 26172 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28168 26172 131 6 0 26638 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 121372

[startup+4782.3 s]
/proc/loadavg: 2.08 2.02 1.93 3/180 4460
/proc/meminfo: memFree=29828208/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=113268 CPUtime=4778.14 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 36982 0 0 0 477800 14 0 0 25 0 1 0 659178310 115986432 26303 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28317 26303 131 6 0 26787 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 121968

[startup+4842.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/180 4462
/proc/meminfo: memFree=29827796/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=113552 CPUtime=4838.14 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 37173 0 0 0 483800 14 0 0 25 0 1 0 659178310 116277248 26374 33554432000 4194304 4218580 140737295455056 18446744073709551615 4211696 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28388 26374 131 6 0 26858 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 122252

[startup+4902.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/180 4463
/proc/meminfo: memFree=29827748/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=113360 CPUtime=4898.14 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 37335 0 0 0 489800 14 0 0 25 0 1 0 659178310 116080640 26330 33554432000 4194304 4218580 140737295455056 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28340 26330 131 6 0 26810 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 122060

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4465
/proc/meminfo: memFree=29827712/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=113552 CPUtime=4958.15 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 37500 0 0 0 495800 15 0 0 25 0 1 0 659178310 116277248 26376 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28388 26376 131 6 0 26858 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 122252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4466
/proc/meminfo: memFree=29827548/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=113572 CPUtime=4995.75 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 37648 0 0 0 499560 15 0 0 25 0 1 0 659178310 116297728 26385 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208272 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28393 26385 131 6 0 26863 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 122272

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 4466
/proc/meminfo: memFree=29827548/32951124 swapFree=67055716/67111528
[pid=4203] ppid=4201 vsize=8700 CPUtime=4.25 cores=1,3,5,7
/proc/4203/stat : 4203 (esg_static.sh) S 4201 4203 4156 0 -1 4202496 353 59629 0 0 0 0 411 14 18 0 1 0 659177884 8908800 252 33554432000 4194304 4922060 140734469860256 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4203/statm: 2175 252 209 178 0 68 0
[pid=4207] ppid=4203 vsize=113572 CPUtime=4995.75 cores=1,3,5,7
/proc/4207/stat : 4207 (cdcl) R 4203 4203 4156 0 -1 4202496 37648 0 0 0 499560 15 0 0 25 0 1 0 659178310 116297728 26385 33554432000 4194304 4218580 140737295455056 18446744073709551615 4208272 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4207/statm: 28393 26385 131 6 0 26863 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 122272

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4203 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=118373
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 4.26535
# 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.71
CPU system time (s): 0.29
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 207872

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

runsolver used 8.04178 second user time and 17.3414 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-15 16:57:46
IDJOB=3498849
IDBENCH=20365
IDSOLVER=1993
FILE ID=node107/3498849-1308149865
RUNJOBID= node107-1308149865-4175
PBS_JOBID= 13575581
Free space on /tmp= 74012 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498849-1308149865/watcher-3498849-1308149865 -o /tmp/evaluation-result-3498849-1308149865/solver-3498849-1308149865 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498849-1308149865.cnf

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=599555132

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29962380 kB
Buffers:        434844 kB
Cached:        2089716 kB
SwapCached:      20392 kB
Active:         732340 kB
Inactive:      1890096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29962380 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           45956 kB
Writeback:           0 kB
AnonPages:       95152 kB
Mapped:          13140 kB
Slab:           300344 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278808 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= 74000 MiB
End job on node107 at 2011-06-15 18:21:08