Trace number 3308956

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
SAT09 reference solver:precosat 236? (TO) 1300.01 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3308956-1303984735.cnf
0.00/0.00	c found header 'p cnf 1192 10656'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0    10360     864    264    64      0       0      0    0.0   0    1
0.03/0.05	c s    0.0     9208     608    264   320      0       0      0    0.0   0    1
0.03/0.05	c l    0.0     9208     608    264   320      0       0   9208    0.0   0    1
0.03/0.05	c R    0.1     9208     608    264   320      0     101    101   79.9   6    1
0.03/0.05	c R    0.1     9208     608    264   320      0     201    201   70.7  13    1
0.03/0.06	c N    0.1     9212     607    264   321      0     805    801   63.8  39    1
0.03/0.06	c B    0.1     9214     606    264   322      0    1001    995   64.3  47    1
0.03/0.08	c B    0.1     9217     606    264   322      0    2001   1992   63.9  48    1
0.03/0.09	c N    0.1     9217     606    264   322      0    2410   2401   63.8  46    1
0.09/0.17	c N    0.2     9224     602    264   326      0    6420   6404   60.3  43    2
0.19/0.22	c B    0.2     9225     601    264   327      0    8003   7986   60.2  47    2
0.19/0.27	c s    0.3     9211     601    264   327      0    9117   9083   60.1  46    2
0.19/0.28	c +    0.3     9211     601    264   327      0    9208  10128   59.9  43    2
0.29/0.34	c +    0.3     9213     600    264   328      0   11510  11140   59.5  44    3
0.39/0.45	c +    0.5     9215     598    264   330      0   14386  12254   59.3  44    3
0.49/0.52	c N    0.5     9215     598    264   330      0   16044  12287   59.2  46    3
0.59/0.63	c +    0.6     9215     598    264   330      0   17980  13479   58.8  45    3
0.79/0.85	c s    0.9     9209     598    264   330      0   21057  13521   58.2  50    3
0.79/0.89	c +    0.9     9209     598    264   330      0   22476  14826   59.0  49    4
0.89/0.92	c
0.89/0.92	c       original/binary      fixed     eliminated      learned       agility
0.89/0.92	c   seconds        variables     equivalent    conflicts       height       MB
0.89/0.92	c
0.89/0.92	c B    0.9     9209     598    264   330      0   24014  14848   59.4  48    4
1.00/1.08	c +    1.1     9209     598    264   330      0   28095  16308   59.1  44    4
1.59/1.61	c +    1.6     9209     598    264   330      0   35117  17938   59.4  46    4
1.69/1.76	c N    1.8     9209     598    264   330      0   38482  20571   59.5  47    5
1.99/2.00	c s    2.0     9210     598    264   330      0   42292  24380   59.7  45    5
1.99/2.04	c +    2.0     9210     598    264   330      0   43896  19731   59.7  50    4
2.39/2.48	c +    2.5     9210     598    264   330      0   54875  21704   59.5  45    5
2.99/3.05	c B    3.1     9210     598    264   330      0   64025  24395   59.1  46    6
3.30/3.37	c +    3.4     9210     598    264   330      0   68590  23874   58.9  48    7
4.59/4.62	c +    4.6     9210     598    264   330      0   85735  26261   58.2  49    5
4.79/4.82	c N    4.8     9210     598    264   330      0   89771  26299   58.0  50    6
6.50/6.53	c +    6.5     9210     598    264   330      0  107166  28887   57.2  48    7
10.09/10.14	c +   10.1     9210     598    264   330      0  133955  31775   55.9  47    9
13.49/13.52	c B   13.5     9210     598    264   330      0  160040  31807   54.8  44   10
13.79/13.81	c s   13.8     9205     597    264   331      0  161826  31795   54.8  50    7
13.89/13.99	c +   14.0     9205     597    264   331      0  167440  34952   55.0  50    8
16.79/16.89	c s   16.9     9204     596    264   332      0  198971  34963   55.4  47    6
17.09/17.20	c N   17.2     9204     596    264   332      0  205130  34984   55.5  46    7
17.29/17.36	c +   17.4     9204     596    264   332      0  209301  38447   55.5  46    7
21.49/21.51	c
21.49/21.51	c       original/binary      fixed     eliminated      learned       agility
21.49/21.51	c   seconds        variables     equivalent    conflicts       height       MB
21.49/21.51	c
21.49/21.51	c +   21.5     9204     596    264   332      0  261627  42291   54.5  43   11
25.49/25.56	c s   25.6     9201     596    264   332      0  290822  37643   53.9  49    8
29.29/29.36	c +   29.4     9201     596    264   332      0  327030  46520   54.8  48   11
34.79/34.83	c s   34.8     9200     595    264   333      0  358586  35230   55.1  44    8
37.40/37.45	c B   37.5     9200     595    264   333      0  384085  46567   55.0  47   12
41.39/41.45	c +   41.5     9200     595    264   333      0  408785  51172   54.8  50   15
50.79/50.89	c N   50.9     9200     595    264   333      0  461507  58693   54.4  48   19
57.99/58.06	c +   58.1     9200     595    264   333      0  510980  56289   54.2  46   13
84.49/84.55	c +   84.6     9200     595    264   333      0  638725  61917   53.1  47   19
125.99/126.08	c +  126.1     9200     595    264   333      0  798405  68108   51.6  50   23
151.00/151.07	c B  151.1     9200     595    264   333      0  896171  75510   50.8  50   27
168.90/168.99	c +  169.0     9200     595    264   333      0  998005  74918   50.5  44   20
175.00/175.07	c N  175.1     9200     595    264   333      0 1025403 102222   50.5  46   26
232.80/232.86	c +  232.9     9200     595    264   333      0 1247505  82409   49.6  47   27
314.51/314.58	c +  314.6     9200     595    264   333      0 1559380  90649   49.0  48   31
433.42/433.42	c +  433.4     9200     595    264   333      0 1949226  99713   47.9  46   21
463.11/463.17	c B  463.2     9200     595    264   333      0 2048336  99747   47.7  48   28
538.41/538.41	c N  538.4     9200     595    264   333      0 2255524  99766   47.2  48   32
601.61/601.64	c +  601.7     9200     595    264   333      0 2436530 109684   46.7  47   34
811.80/811.86	c
811.80/811.86	c       original/binary      fixed     eliminated      learned       agility
811.80/811.86	c   seconds        variables     equivalent    conflicts       height       MB
811.80/811.86	c
811.80/811.86	c s  811.9     9201     595    264   333      0 2933394 109739   45.6  45   25
823.80/823.85	c s  823.9     9201     594    264   334      0 2986580 109702   45.7  48   24
838.99/839.07	c +  839.1     9201     594    264   334      0 3045662 120652   45.7  48   29
1128.38/1128.40	c + 1128.4     9201     594    264   334      0 3807076 132717   45.4  42   34
1209.09/1209.14	c - 1209.1     9201     594    264   334      0 4034909 131390   45.3  53   27
1209.29/1209.35	c s 1209.3     9198     594    264   334      0 4034909 132744   45.3  53   29
1209.29/1209.35	c - 1209.3     9198     594    264   334      0 4034909 130077   45.3  53   29
1299.99/1300.00	c
1299.99/1300.00	c *** CAUGHT SIGNAL 15 ***
1299.99/1300.00	c
1299.99/1300.00	c 4351405 conflicts, 4869994 decisions, 2 random
1299.99/1300.00	c 0 iterations, 3 restarts, 7741 skipped
1299.99/1300.00	c 28 enlarged, 22 shrunken, 42513 rescored, 1020 rebiased
1299.99/1300.00	c 11 simplifications, 13 reductions
1299.99/1300.00	c
1299.99/1300.00	c vars: 264 fixed, 334 equiv, 0 elim, 334 merged
1299.99/1300.00	c elim: 300361 resolutions, 5 phases, 5 rounds
1299.99/1300.00	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
1299.99/1300.00	c arty: 0.00 and 0.00 xor average arity
1299.99/1300.00	c prbe: 25288 probed, 21 phases, 21 rounds
1299.99/1300.00	c prbe: 0 failed, 0 lifted, 0 merged
1299.99/1300.00	c sccs: 0 non trivial, 0 fixed, 0 merged
1299.99/1300.00	c hash: 0 units, 334 merged
1299.99/1300.00	c mins: 206936378 learned, 25% deleted, 45 strong, 45 depth
1299.99/1300.00	c subs: 12 forward, 12 backward, 512 doms
1299.99/1300.00	c strs: 0 forward, 0 backward
1299.99/1300.00	c doms: 512 dominators, 0 high, 0 low
1299.99/1300.00	c prps: 412671663 propagations, 0.32 megaprops
1299.99/1300.00	c
1299.99/1300.00	c 1300.0 seconds, 59 MB max, 865 MB recycled
1299.99/1300.00	c
1299.99/1300.00	c *** CAUGHT SIGNAL 15 ***
1299.99/1300.00	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.0 (svn: 935)

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-3308956-1303984735/watcher-3308956-1303984735 -o /tmp/evaluation-result-3308956-1303984735/solver-3308956-1303984735 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308956-1303984735.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.96 3.97 3.25 4/189 17485
/proc/meminfo: memFree=18841696/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=1656 CPUtime=0 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 357 0 0 0 0 0 0 0 23 0 1 0 510070176 1695744 312 33554432000 134512640 135151029 4290542016 18446744073709551615 134685743 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 414 314 80 156 0 257 0

[startup+0.0408459 s]
/proc/loadavg: 3.96 3.97 3.25 4/189 17485
/proc/meminfo: memFree=18841696/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=2004 CPUtime=0.03 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 444 0 0 0 3 0 0 0 23 0 1 0 510070176 2052096 399 33554432000 134512640 135151029 4290542016 18446744073709551615 134573895 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 501 399 80 156 0 344 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2004

[startup+0.100836 s]
/proc/loadavg: 3.96 3.97 3.25 4/189 17485
/proc/meminfo: memFree=18841696/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=2268 CPUtime=0.09 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 496 0 0 0 9 0 0 0 24 0 1 0 510070176 2322432 451 33554432000 134512640 135151029 4290542016 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 567 451 80 156 0 410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2268

[startup+0.300796 s]
/proc/loadavg: 3.96 3.97 3.25 4/189 17485
/proc/meminfo: memFree=18841696/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=3456 CPUtime=0.29 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 810 0 0 0 29 0 0 0 25 0 1 0 510070176 3538944 765 33554432000 134512640 135151029 4290542016 18446744073709551615 134554825 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 864 765 80 156 0 707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3456

[startup+0.700721 s]
/proc/loadavg: 3.96 3.97 3.25 4/189 17485
/proc/meminfo: memFree=18841696/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=4776 CPUtime=0.69 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 1143 0 0 0 69 0 0 0 25 0 1 0 510070176 4890624 1098 33554432000 134512640 135151029 4290542016 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 1194 1098 80 156 0 1037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4776

[startup+1.50056 s]
/proc/loadavg: 3.96 3.97 3.25 5/190 17486
/proc/meminfo: memFree=18836860/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=5560 CPUtime=1.49 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 1323 0 0 0 149 0 0 0 25 0 1 0 510070176 5693440 1278 33554432000 134512640 135151029 4290542016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 1390 1278 80 156 0 1233 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5560

[startup+3.10024 s]
/proc/loadavg: 3.96 3.97 3.25 5/190 17486
/proc/meminfo: memFree=18832764/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=7344 CPUtime=3.09 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 1761 0 0 0 309 0 0 0 25 0 1 0 510070176 7520256 1716 33554432000 134512640 135151029 4290542016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 1836 1716 80 156 0 1679 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7344

[startup+6.3006 s]
/proc/loadavg: 3.96 3.97 3.25 5/190 17486
/proc/meminfo: memFree=18826192/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=9904 CPUtime=6.29 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 2345 0 0 0 628 1 0 0 25 0 1 0 510070176 10141696 2300 33554432000 134512640 135151029 4290542016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 2476 2300 80 156 0 2319 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9904

[startup+12.7003 s]
/proc/loadavg: 3.96 3.97 3.26 5/190 17486
/proc/meminfo: memFree=18813676/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=12040 CPUtime=12.69 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 2838 0 0 0 1268 1 0 0 25 0 1 0 510070176 12328960 2793 33554432000 134512640 135151029 4290542016 18446744073709551615 134580485 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 3010 2793 80 156 0 2853 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12040

[startup+25.5008 s]
/proc/loadavg: 3.97 3.97 3.27 5/190 17487
/proc/meminfo: memFree=18797588/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=18620 CPUtime=25.49 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 4654 0 0 0 2547 2 0 0 25 0 1 0 510070176 19066880 4481 33554432000 134512640 135151029 4290542016 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 4655 4481 80 156 0 4498 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18620

[startup+51.1006 s]
/proc/loadavg: 3.98 3.97 3.29 5/190 17487
/proc/meminfo: memFree=18782568/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=20728 CPUtime=51.09 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 5236 0 0 0 5107 2 0 0 25 0 1 0 510070176 21225472 5025 33554432000 134512640 135151029 4290542016 18446744073709551615 134554799 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 5182 5025 80 156 0 5025 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20728

[startup+102.307 s]
/proc/loadavg: 4.07 3.99 3.33 5/190 17489
/proc/meminfo: memFree=18750436/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=28268 CPUtime=102.3 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 6958 0 0 0 10228 2 0 0 25 0 1 0 510070176 28946432 6747 33554432000 134512640 135151029 4290542016 18446744073709551615 134555139 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 7067 6747 80 156 0 6910 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 28268

[startup+162.3 s]
/proc/loadavg: 4.02 3.99 3.37 5/190 17499
/proc/meminfo: memFree=18705996/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=36792 CPUtime=162.3 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 8917 0 0 0 16227 3 0 0 25 0 1 0 510070176 37675008 8706 33554432000 134512640 135151029 4290542016 18446744073709551615 134574250 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 9198 8706 80 156 0 9041 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 36792

[startup+222.3 s]
/proc/loadavg: 4.01 3.99 3.40 5/190 17501
/proc/meminfo: memFree=18687888/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=36792 CPUtime=222.3 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 8986 0 0 0 22227 3 0 0 25 0 1 0 510070176 37675008 8775 33554432000 134512640 135151029 4290542016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 9198 8775 80 156 0 9041 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 36792

[startup+282.3 s]
/proc/loadavg: 4.03 4.00 3.44 5/190 17503
/proc/meminfo: memFree=18659224/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=39428 CPUtime=282.3 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 9862 0 0 0 28227 3 0 0 25 0 1 0 510070176 40374272 9651 33554432000 134512640 135151029 4290542016 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 9857 9651 80 156 0 9700 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 39428

[startup+342.301 s]
/proc/loadavg: 4.09 4.02 3.48 5/190 17507
/proc/meminfo: memFree=18590644/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=42880 CPUtime=342.3 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 10561 0 0 0 34226 4 0 0 25 0 1 0 510070176 43909120 10350 33554432000 134512640 135151029 4290542016 18446744073709551615 134521952 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 10720 10350 80 156 0 10563 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 42880

[startup+402.301 s]
/proc/loadavg: 4.03 4.01 3.51 5/190 17509
/proc/meminfo: memFree=18580236/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=42880 CPUtime=402.31 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 10566 0 0 0 40227 4 0 0 25 0 1 0 510070176 43909120 10355 33554432000 134512640 135151029 4290542016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 10720 10355 80 156 0 10563 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 42880

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 3.54 5/190 17510
/proc/meminfo: memFree=18577124/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=42880 CPUtime=462.31 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 10664 0 0 0 46227 4 0 0 25 0 1 0 510070176 43909120 10453 33554432000 134512640 135151029 4290542016 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 10720 10453 80 156 0 10563 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 42880

[startup+522.301 s]
/proc/loadavg: 4.03 4.02 3.57 5/190 17512
/proc/meminfo: memFree=18563104/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=42880 CPUtime=522.31 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 10743 0 0 0 52227 4 0 0 25 0 1 0 510070176 43909120 10532 33554432000 134512640 135151029 4290542016 18446744073709551615 134578168 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 10720 10532 80 156 0 10563 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 42880

[startup+582.301 s]
/proc/loadavg: 4.01 4.01 3.59 5/190 17514
/proc/meminfo: memFree=18561956/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=43720 CPUtime=582.3 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 10914 0 0 0 58226 4 0 0 25 0 1 0 510070176 44769280 10703 33554432000 134512640 135151029 4290542016 18446744073709551615 134555100 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 10930 10703 80 156 0 10773 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 43720

[startup+642.301 s]
/proc/loadavg: 4.05 4.02 3.62 5/190 17515
/proc/meminfo: memFree=18559956/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=45320 CPUtime=642.31 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 11206 0 0 0 64227 4 0 0 25 0 1 0 510070176 46407680 10995 33554432000 134512640 135151029 4290542016 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 11330 10995 80 156 0 11173 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 45320

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.64 5/190 17517
/proc/meminfo: memFree=18523360/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=47240 CPUtime=702.3 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 11561 0 0 0 70226 4 0 0 25 0 1 0 510070176 48373760 11350 33554432000 134512640 135151029 4290542016 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 11810 11350 80 156 0 11653 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 47240

[startup+762.307 s]
/proc/loadavg: 4.05 4.03 3.66 5/190 17518
/proc/meminfo: memFree=18519372/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=50792 CPUtime=762.3 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 12360 0 0 0 76226 4 0 0 25 0 1 0 510070176 52011008 12149 33554432000 134512640 135151029 4290542016 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 12698 12149 80 156 0 12541 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 50792

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.68 5/190 17520
/proc/meminfo: memFree=18517128/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=52880 CPUtime=822.29 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 13128 0 0 0 82224 5 0 0 25 0 1 0 510070176 54149120 12756 33554432000 134512640 135151029 4290542016 18446744073709551615 134554829 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 13220 12756 80 156 0 13063 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 52880

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.70 5/190 17522
/proc/meminfo: memFree=18496160/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=52880 CPUtime=882.29 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 13207 0 0 0 88224 5 0 0 25 0 1 0 510070176 54149120 12835 33554432000 134512640 135151029 4290542016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 13220 12835 80 156 0 13063 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 52880

[startup+942.301 s]
/proc/loadavg: 3.56 3.90 3.68 4/184 17540
/proc/meminfo: memFree=18599032/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=55076 CPUtime=942.28 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 14024 0 0 0 94223 5 0 0 25 0 1 0 510070176 56397824 13577 33554432000 134512640 135151029 4290542016 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 13769 13577 80 156 0 13612 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 55076

[startup+1002.3 s]
/proc/loadavg: 3.25 3.75 3.64 4/184 17542
/proc/meminfo: memFree=18568756/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=58824 CPUtime=1002.28 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 14682 0 0 0 100223 5 0 0 25 0 1 0 510070176 60235776 14235 33554432000 134512640 135151029 4290542016 18446744073709551615 134554866 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 14706 14235 80 156 0 14549 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 58824

[startup+1062.3 s]
/proc/loadavg: 3.09 3.61 3.60 4/184 17543
/proc/meminfo: memFree=18556592/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=63372 CPUtime=1062.28 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 15842 0 0 0 106223 5 0 0 25 0 1 0 510070176 64892928 15329 33554432000 134512640 135151029 4290542016 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 15843 15329 80 156 0 15686 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 63372

[startup+1122.3 s]
/proc/loadavg: 3.10 3.51 3.56 4/184 17545
/proc/meminfo: memFree=18547780/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=63372 CPUtime=1122.28 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 15909 0 0 0 112223 5 0 0 25 0 1 0 510070176 64892928 15396 33554432000 134512640 135151029 4290542016 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 15843 15396 80 156 0 15686 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 63372

[startup+1182.3 s]
/proc/loadavg: 2.69 3.33 3.50 3/178 17565
/proc/meminfo: memFree=18767792/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=63740 CPUtime=1182.29 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 16169 0 0 0 118223 6 0 0 25 0 1 0 510070176 65269760 15656 33554432000 134512640 135151029 4290542016 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 15935 15656 80 156 0 15778 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 63740

[startup+1242.3 s]
/proc/loadavg: 2.33 3.11 3.41 3/178 17566
/proc/meminfo: memFree=18767292/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=63484 CPUtime=1242.29 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 16218 0 0 0 124223 6 0 0 25 0 1 0 510070176 65007616 15661 33554432000 134512640 135151029 4290542016 18446744073709551615 134554900 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 15871 15661 80 156 0 15714 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 63484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.83 2.84 3.29 2/172 17586
/proc/meminfo: memFree=18986864/32950928 swapFree=67111528/67111528
[pid=17485] ppid=17483 vsize=63484 CPUtime=1299.99 cores=5,7
/proc/17485/stat : 17485 (precosat) R 17483 17485 16948 0 -1 4202496 16222 0 0 0 129993 6 0 0 25 0 1 0 510070176 65007616 15665 33554432000 134512640 135151029 4290542016 18446744073709551615 134578108 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17485/statm: 15871 15665 80 156 0 15714 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 63484

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)
Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.94
CPU system time (s): 0.065989
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 63996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16223
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= 3
involuntary context switches= 14920

runsolver used 2.07168 second user time and 5.01324 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 11:58:55
IDJOB=3308956
IDBENCH=83412
IDSOLVER=1690
FILE ID=node149/3308956-1303984735
RUNJOBID= node149-1303983193-16969
PBS_JOBID= 13168677
Free space on /tmp= 71916 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308956-1303984735/watcher-3308956-1303984735 -o /tmp/evaluation-result-3308956-1303984735/solver-3308956-1303984735 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308956-1303984735.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=467575112

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18841976 kB
Buffers:       2197376 kB
Cached:       11113712 kB
SwapCached:          0 kB
Active:        4610980 kB
Inactive:      8956356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18841976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5008 kB
Writeback:           4 kB
AnonPages:      255844 kB
Mapped:          16056 kB
Slab:           475304 kB
PageTables:       5464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   442728 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= 71932 MiB
End job on node149 at 2011-04-28 12:20:37