Trace number 3498877

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.08 5000.01

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark380.915
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.00	c Parsing...
1.19/1.21	c ==============================================================================
1.19/1.21	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.21	c ==============================================================================
1.19/1.21	c |         0 | 3230737  9429251 |  969221       0        0     nan |  0.000 % |
10.99/11.04	c |         0 | 3193200  9687142 |      --       0       --      -- |     --   | -37507/257956
10.99/11.05	c ==============================================================================
10.99/11.05	c Result  :   #vars: 136989   #clauses: 3193200   #literals: 9687142
10.99/11.05	c CPU time:   10.8504 s
10.99/11.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-3498877-1308150266/watcher-3498877-1308150266 -o /tmp/evaluation-result-3498877-1308150266/solver-3498877-1308150266 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498877-1308150266.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.94 1.99 2/178 3283
/proc/meminfo: memFree=29471024/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0

[startup+0.061325 s]
/proc/loadavg: 1.83 1.94 1.99 2/178 3283
/proc/meminfo: memFree=29471024/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100338 s]
/proc/loadavg: 1.83 1.94 1.99 2/178 3283
/proc/meminfo: memFree=29471024/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30028 s]
/proc/loadavg: 1.83 1.94 1.99 2/178 3283
/proc/meminfo: memFree=29471024/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700212 s]
/proc/loadavg: 1.83 1.94 1.99 2/178 3283
/proc/meminfo: memFree=29471024/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50107 s]
/proc/loadavg: 1.83 1.94 1.99 3/180 3285
/proc/meminfo: memFree=29321488/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0
[pid=3284] ppid=3283 vsize=252304 CPUtime=1.49 cores=1,3,5,7
/proc/3284/stat : 3284 (SatELite_releas) R 3283 3283 3229 0 -1 4202496 61634 0 0 0 134 15 0 0 25 0 1 0 926624778 258359296 56949 33554432000 134512640 135144242 4292591856 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/3284/statm: 63076 56949 77 155 0 62919 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 261004

[startup+3.10079 s]
/proc/loadavg: 1.83 1.94 1.99 3/180 3285
/proc/meminfo: memFree=29232208/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0
[pid=3284] ppid=3283 vsize=265992 CPUtime=3.09 cores=1,3,5,7
/proc/3284/stat : 3284 (SatELite_releas) R 3283 3283 3229 0 -1 4202496 64401 0 0 0 293 16 0 0 25 0 1 0 926624778 272375808 59716 33554432000 134512640 135144242 4292591856 18446744073709551615 134585415 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/3284/statm: 66498 59716 77 155 0 66341 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 274692

[startup+6.30023 s]
/proc/loadavg: 1.93 1.95 1.99 3/180 3285
/proc/meminfo: memFree=29204524/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0
[pid=3284] ppid=3283 vsize=299276 CPUtime=6.29 cores=1,3,5,7
/proc/3284/stat : 3284 (SatELite_releas) R 3283 3283 3229 0 -1 4202496 69875 0 0 0 612 17 0 0 25 0 1 0 926624778 306458624 64887 33554432000 134512640 135144242 4292591856 18446744073709551615 134605665 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/3284/statm: 74819 64887 115 155 0 74662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 307976

[startup+12.7011 s]
/proc/loadavg: 1.93 1.96 1.99 3/176 3323
/proc/meminfo: memFree=29213372/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 926624778 8908800 250 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3283/statm: 2175 250 209 178 0 68 0
[pid=3284] ppid=3283 vsize=265628 CPUtime=12.69 cores=1,3,5,7
/proc/3284/stat : 3284 (SatELite_releas) R 3283 3283 3229 0 -1 4202496 81736 0 0 0 1239 30 0 0 25 0 1 0 926624778 272003072 59771 33554432000 134512640 135144242 4292591856 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/3284/statm: 66407 59771 80 155 0 66250 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 274328

[startup+25.5009 s]
/proc/loadavg: 1.95 1.96 1.99 3/180 3337
/proc/meminfo: memFree=29199216/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=147048 CPUtime=12.74 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 34705 0 0 0 1268 6 0 0 25 0 1 0 926626054 150577152 34538 33554432000 4194304 4218580 140734957073984 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/3335/statm: 36762 34538 136 6 0 35232 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 155748

[startup+51.1004 s]
/proc/loadavg: 1.96 1.96 1.99 3/180 3337
/proc/meminfo: memFree=29183612/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=152264 CPUtime=38.34 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 36000 0 0 0 3828 6 0 0 25 0 1 0 926626054 155918336 35833 33554432000 4194304 4218580 140734957073984 18446744073709551615 4210496 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 38066 35833 136 6 0 36536 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 160964

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.99 3/180 3339
/proc/meminfo: memFree=29170556/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=157444 CPUtime=89.54 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 37317 0 0 0 8948 6 0 0 25 0 1 0 926626054 161222656 37139 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208418 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 39361 37139 136 6 0 37831 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 166144

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/180 3340
/proc/meminfo: memFree=29161068/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=164968 CPUtime=149.54 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 39266 0 0 0 14947 7 0 0 25 0 1 0 926626054 168927232 39034 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208167 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 41242 39034 136 6 0 39712 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 173668

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/180 3384
/proc/meminfo: memFree=29253740/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=175424 CPUtime=209.54 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 42013 0 0 0 20947 7 0 0 25 0 1 0 926626054 179634176 41645 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 43856 41645 136 6 0 42326 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 184124

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/180 3385
/proc/meminfo: memFree=29248996/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=176236 CPUtime=269.54 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 42360 0 0 0 26947 7 0 0 25 0 1 0 926626054 180465664 41849 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208544 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 44059 41849 136 6 0 42529 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 184936

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/180 3387
/proc/meminfo: memFree=29245240/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=176396 CPUtime=329.54 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 42532 0 0 0 32947 7 0 0 25 0 1 0 926626054 180629504 41886 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 44099 41886 134 6 0 42569 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 185096

[startup+402.301 s]
/proc/loadavg: 2.07 1.99 2.00 3/180 3390
/proc/meminfo: memFree=29227232/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7

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

/proc/3335/statm: 72320 70093 133 6 0 70790 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 297980

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3525
/proc/meminfo: memFree=29046116/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=289536 CPUtime=4349.62 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 89178 0 0 0 434937 25 0 0 25 0 1 0 926626054 296484864 70152 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 72384 70152 133 6 0 70854 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 298236

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3527
/proc/meminfo: memFree=29036544/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=289312 CPUtime=4409.62 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 89454 0 0 0 440936 26 0 0 25 0 1 0 926626054 296255488 70096 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 72328 70096 133 6 0 70798 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 298012

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3528
/proc/meminfo: memFree=29032396/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=289600 CPUtime=4469.62 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 89778 0 0 0 446936 26 0 0 25 0 1 0 926626054 296550400 70168 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 72400 70168 133 6 0 70870 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 298300

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3530
/proc/meminfo: memFree=29029864/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=289312 CPUtime=4529.62 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 90043 0 0 0 452936 26 0 0 25 0 1 0 926626054 296255488 70095 33554432000 4194304 4218580 140734957073984 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 72328 70095 133 6 0 70798 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 298012

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3532
/proc/meminfo: memFree=29024748/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=290048 CPUtime=4589.64 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 90348 0 0 0 458937 27 0 0 25 0 1 0 926626054 297009152 70279 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 72512 70279 133 6 0 70982 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 298748

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3533
/proc/meminfo: memFree=29019504/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=290432 CPUtime=4649.63 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 90633 0 0 0 464936 27 0 0 25 0 1 0 926626054 297402368 70380 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 72608 70380 133 6 0 71078 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 299132

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3541
/proc/meminfo: memFree=29008168/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=300764 CPUtime=4709.63 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 93558 0 0 0 470936 27 0 0 25 0 1 0 926626054 307982336 72988 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 75191 72988 133 6 0 73661 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 309464

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3542
/proc/meminfo: memFree=29001564/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=302112 CPUtime=4769.62 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 94135 0 0 0 476935 27 0 0 25 0 1 0 926626054 309362688 73311 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 75528 73311 133 6 0 73998 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 310812

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3544
/proc/meminfo: memFree=28997920/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=302596 CPUtime=4829.63 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 94480 0 0 0 482935 28 0 0 25 0 1 0 926626054 309858304 73428 33554432000 4194304 4218580 140734957073984 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 75649 73428 133 6 0 74119 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 311296

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3546
/proc/meminfo: memFree=28995896/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=302756 CPUtime=4889.63 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 94748 0 0 0 488935 28 0 0 25 0 1 0 926626054 310022144 73471 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 75689 73471 133 6 0 74159 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 311456

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3547
/proc/meminfo: memFree=28985928/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=308436 CPUtime=4949.63 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 96422 0 0 0 494935 28 0 0 25 0 1 0 926626054 315838464 74893 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208337 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 77109 74893 133 6 0 75579 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 317136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3548
/proc/meminfo: memFree=28984784/32951124 swapFree=67056676/67111528
[pid=3283] ppid=3281 vsize=8700 CPUtime=12.74 cores=1,3,5,7
/proc/3283/stat : 3283 (esg_static.sh) S 3281 3283 3229 0 -1 4202496 353 81737 0 0 0 0 1243 31 18 0 1 0 926624778 8908800 253 33554432000 4194304 4922060 140734365438272 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3283/statm: 2175 253 209 178 0 68 0
[pid=3335] ppid=3283 vsize=309544 CPUtime=4987.34 cores=1,3,5,7
/proc/3335/stat : 3335 (cdcl) R 3283 3283 3229 0 -1 4202496 96776 0 0 0 498705 29 0 0 25 0 1 0 926626054 316973056 75158 33554432000 4194304 4218580 140734957073984 18446744073709551615 4208458 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/3335/statm: 77386 75158 133 6 0 75856 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 318244

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3283 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=437109
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=314952
# CPU time returned by wait4() is 12.7521
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 5000.08
CPU user time (s): 4999.48
CPU system time (s): 0.6
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 320932

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

runsolver used 7.69783 second user time and 17.9603 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-15 17:04:28
IDJOB=3498877
IDBENCH=69571
IDSOLVER=1993
FILE ID=node136/3498877-1308150266
RUNJOBID= node136-1308150266-3253
PBS_JOBID= 13575593
Free space on /tmp= 73752 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498877-1308150266/watcher-3498877-1308150266 -o /tmp/evaluation-result-3498877-1308150266/solver-3498877-1308150266 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498877-1308150266.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=2127541246

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29471700 kB
Buffers:        510064 kB
Cached:        2549088 kB
SwapCached:       8768 kB
Active:         961440 kB
Inactive:      2135704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29471700 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:           92804 kB
Writeback:           0 kB
AnonPages:       35112 kB
Mapped:          13396 kB
Slab:           317088 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   227576 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= 73700 MiB
End job on node136 at 2011-06-15 18:27:50