Trace number 3308953
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | application/kullmann/AES/Benchmarks/ 128/aes_128_2_keyfind_1.cnf |
MD5SUM | 19e0b91e7d093f7cb35b11b46708a49b |
Bench Category | APPLICATION (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 variables | 2000 |
Number of clauses | 20544 |
Sum of the clauses size | 111944 |
Maximum clause length | 8 |
Minimum clause length | 1 |
Number of clauses of size 1 | 272 |
Number of clauses of size 2 | 256 |
Number of clauses of size 3 | 3520 |
Number of clauses of size 4 | 640 |
Number of clauses of size 5 | 4096 |
Number of clauses of size over 5 | 11760 |
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-3308953-1303984731.cnf
0.00/0.00 c found header 'p cnf 2000 20544'
0.00/0.01 c finished parsing
0.00/0.01 c
0.00/0.01 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.01 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.01 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.01 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.01 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.01 c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.01 c
0.00/0.01 c sizeof vars[0] = 16 alignment = 0 0 MB
0.00/0.01 c sizeof orgs[0] = 8 alignment = 0 0 MB
0.00/0.01 c sizeof occs[0] = 8 alignment = 0 0 MB
0.00/0.01 c sizeof iirfs[0..1] = 8 alignment = 0 0 MB
0.00/0.01 c
0.00/0.01 c starting search after 0.0 seconds
0.00/0.01 c no decision limit
0.00/0.01 c
0.00/0.01 c original/binary fixed eliminated learned agility
0.00/0.01 c seconds variables equivalent conflicts height MB
0.00/0.01 c
0.00/0.01 c * 0.0 20208 1600 272 128 0 0 0 0.0 0 2
0.06/0.10 c s 0.1 18928 1344 272 384 0 0 0 0.0 0 1
0.06/0.10 c l 0.1 18928 1344 272 384 0 0 18928 0.0 0 1
0.09/0.10 c R 0.1 18928 1344 272 384 0 101 101 176.7 8 2
0.09/0.10 c R 0.1 18928 1344 272 384 0 201 201 173.8 12 2
0.09/0.11 c N 0.1 18928 1344 272 384 0 803 803 169.1 35 2
0.09/0.11 c B 0.1 18928 1344 272 384 0 1000 1000 169.9 39 2
0.09/0.12 c B 0.1 18930 1344 272 384 0 2000 1998 168.3 47 2
0.09/0.13 c N 0.1 18931 1344 272 384 0 2405 2402 167.8 43 2
0.09/0.19 c N 0.2 18942 1341 272 387 0 6415 6401 161.1 44 3
0.19/0.22 c B 0.2 18943 1340 272 388 0 8001 7986 157.0 46 3
0.39/0.46 c N 0.5 18949 1336 272 392 0 16040 16019 152.4 46 4
0.49/0.57 c + 0.6 18951 1336 272 392 0 18929 20820 149.8 42 5
0.59/0.64 c s 0.6 18936 1335 272 393 0 20298 20254 148.5 42 4
0.69/0.77 c + 0.8 18940 1333 272 395 0 23661 22902 144.1 38 5
0.79/0.80 c B 0.8 18940 1333 272 395 0 24004 21224 143.8 39 6
1.10/1.14 c + 1.1 18941 1333 272 395 0 29575 25192 139.2 39 7
1.59/1.63 c + 1.6 18943 1332 272 396 0 36965 27711 134.5 45 8
1.69/1.72 c N 1.7 18944 1331 272 397 0 38474 26761 133.7 42 8
1.99/2.01 c
1.99/2.01 c original/binary fixed eliminated learned agility
1.99/2.01 c seconds variables equivalent conflicts height MB
1.99/2.01 c
1.99/2.01 c s 2.0 18938 1331 272 397 0 43602 27779 131.6 41 7
1.99/2.09 c + 2.1 18942 1328 272 400 0 46206 30482 131.7 41 8
2.59/2.68 c + 2.7 18943 1327 272 401 0 57755 33530 130.2 44 10
3.19/3.22 c B 3.2 18943 1327 272 401 0 64011 41801 130.0 48 11
4.30/4.31 c + 4.3 18943 1327 272 401 0 72190 36883 129.6 45 14
4.49/4.50 c s 4.5 18935 1327 272 401 0 73464 51249 129.4 47 12
4.99/5.05 c N 5.1 18935 1327 272 401 0 89760 36971 128.7 43 10
4.99/5.08 c + 5.1 18935 1327 272 401 0 90236 40571 128.7 46 10
6.79/6.82 c + 6.8 18938 1326 272 402 0 112796 44628 126.8 48 12
7.59/7.66 c s 7.7 18932 1326 272 402 0 122054 49558 126.5 50 11
8.49/8.55 c + 8.6 18936 1323 272 405 0 140996 49090 125.3 48 12
9.79/9.85 c B 9.9 18938 1322 272 406 0 160025 49191 123.6 48 13
11.29/11.39 c s 11.4 18931 1322 272 406 0 173387 49194 122.6 48 11
11.49/11.54 c + 11.5 18931 1322 272 406 0 176245 53999 122.7 49 12
13.49/13.51 c N 13.5 18933 1321 272 407 0 205139 61277 120.9 47 15
14.89/14.96 c s 15.0 18931 1321 272 407 0 215623 71759 120.1 44 15
15.19/15.21 c + 15.2 18931 1321 272 407 0 220307 59398 120.3 47 15
21.59/21.68 c s 21.7 18922 1320 272 408 0 273454 69994 120.0 47 16
21.69/21.78 c + 21.8 18922 1320 272 408 0 275380 65337 120.1 38 17
26.29/26.33 c
26.29/26.33 c original/binary fixed eliminated learned agility
26.29/26.33 c seconds variables equivalent conflicts height MB
26.29/26.33 c
26.29/26.33 c s 26.3 18923 1317 272 411 0 334904 65383 120.6 48 15
26.69/26.78 c + 26.8 18924 1316 272 412 0 344225 71870 120.9 37 17
30.89/30.97 c B 31.0 18924 1316 272 412 0 384059 72000 121.1 42 21
32.49/32.54 c s 32.5 18918 1316 272 412 0 392565 72012 120.9 45 17
35.39/35.49 c + 35.5 18918 1316 272 412 0 430280 79057 122.1 47 26
39.29/39.30 c N 39.3 18918 1316 272 412 0 461482 75060 122.1 46 20
53.09/53.12 c + 53.1 18918 1316 272 412 0 537850 86962 121.1 41 20
73.89/73.95 c + 74.0 18918 1316 272 412 0 672312 95658 118.7 46 27
95.79/95.89 c s 95.9 18913 1315 272 413 0 785256 73029 117.2 43 19
99.79/99.81 c + 99.8 18913 1315 272 413 0 840390 105223 117.3 45 24
112.69/112.72 c B 112.7 18913 1315 272 413 0 896137 123263 117.2 47 38
134.59/134.65 c s 134.7 18908 1314 272 414 0 995522 105302 117.7 44 26
137.19/137.23 c N 137.2 18908 1314 272 414 0 1025355 105296 117.9 46 28
143.59/143.62 c + 143.6 18908 1314 272 414 0 1050485 115745 117.9 44 37
192.10/192.11 c + 192.1 18908 1314 272 414 0 1313106 127319 118.6 42 45
263.49/263.57 c + 263.6 18908 1314 272 414 0 1641382 140050 116.0 47 36
301.70/301.70 c s 301.7 18903 1313 272 415 0 1740186 190425 115.2 44 54
319.40/319.43 c s 319.4 18905 1313 272 415 0 1847398 126747 115.4 46 35
329.49/329.58 c s 329.6 18906 1313 272 415 0 1921158 140153 115.2 46 36
365.00/365.09 c
365.00/365.09 c original/binary fixed eliminated learned agility
365.00/365.09 c seconds variables equivalent conflicts height MB
365.00/365.09 c
365.00/365.09 c B 365.1 18906 1313 272 415 0 2048310 190892 114.0 44 69
365.80/365.86 c + 365.9 18906 1313 272 415 0 2051725 154055 114.0 44 70
397.10/397.13 c s 397.1 18901 1312 272 416 0 2187954 154153 114.2 49 44
406.70/406.78 c N 406.8 18901 1312 272 416 0 2255494 171359 114.8 45 47
414.60/414.69 c s 414.7 18902 1312 272 416 0 2294924 210788 115.1 42 50
438.60/438.67 c s 438.7 18892 1310 272 418 0 2419846 154190 114.7 43 36
480.00/480.08 c + 480.1 18892 1310 272 418 0 2564657 169460 113.5 50 66
738.61/738.67 c s 738.7 18893 1310 272 418 0 3106101 144076 110.1 46 49
760.71/760.79 c + 760.8 18893 1310 272 418 0 3205820 186406 110.4 46 58
764.11/764.16 c s 764.2 18894 1310 272 418 0 3212760 176462 110.4 50 54
781.31/781.31 c s 781.3 18895 1310 272 418 0 3328632 186538 110.8 45 50
806.32/806.36 c s 806.4 18896 1310 272 418 0 3413917 186518 110.5 43 49
826.51/826.54 c s 826.6 18898 1310 272 418 0 3513234 198975 110.3 43 54
849.41/849.40 c s 849.4 18889 1308 272 420 0 3622612 225395 110.2 43 59
883.01/883.05 c s 883.1 18879 1306 272 422 0 3738809 218925 110.1 49 54
989.12/989.10 c + 989.1 18879 1306 272 422 0 4007275 205046 110.0 49 47
1200.82/1200.82 c s 1200.9 18880 1306 272 422 0 4518826 163057 109.2 44 49
1246.12/1246.12 c B 1246.2 18880 1306 272 422 0 4608639 205092 109.1 46 76
1258.92/1258.99 c s 1259.0 18881 1306 272 422 0 4628519 205099 109.1 49 69
1300.02/1300.00 c
1300.02/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.02/1300.00 c
1300.02/1300.00 c 4796456 conflicts, 5792793 decisions, 2 random
1300.02/1300.00 c 0 iterations, 4 restarts, 8185 skipped
1300.02/1300.00 c 25 enlarged, 82 shrunken, 46889 rescored, 1022 rebiased
1300.02/1300.00 c 27 simplifications, 17 reductions
1300.02/1300.00 c
1300.02/1300.00 c vars: 272 fixed, 422 equiv, 0 elim, 422 merged
1300.02/1300.00 c elim: 1338817 resolutions, 11 phases, 11 rounds
1300.02/1300.00 c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
1300.02/1300.00 c arty: 0.00 and 0.00 xor average arity
1300.02/1300.00 c prbe: 105408 probed, 40 phases, 40 rounds
1300.02/1300.00 c prbe: 0 failed, 0 lifted, 0 merged
1300.02/1300.00 c sccs: 0 non trivial, 0 fixed, 0 merged
1300.02/1300.00 c hash: 0 units, 422 merged
1300.02/1300.00 c mins: 293268929 learned, 13% deleted, 115 strong, 72 depth
1300.02/1300.00 c subs: 56 forward, 56 backward, 512 doms
1300.02/1300.00 c strs: 0 forward, 0 backward
1300.02/1300.00 c doms: 512 dominators, 0 high, 0 low
1300.02/1300.00 c prps: 429822531 propagations, 0.33 megaprops
1300.02/1300.00 c
1300.02/1300.00 c 1300.0 seconds, 108 MB max, 1180 MB recycled
1300.02/1300.00 c
1300.02/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.02/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-3308953-1303984731/watcher-3308953-1303984731 -o /tmp/evaluation-result-3308953-1303984731/solver-3308953-1303984731 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308953-1303984731.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.97 3.95 3.18 5/189 22654
/proc/meminfo: memFree=14322848/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=1680 CPUtime=0 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 354 0 0 0 0 0 0 0 25 0 1 0 510071917 1720320 310 33554432000 134512640 135151029 4293768704 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 453 311 65 156 0 296 0
[startup+0.067151 s]
/proc/loadavg: 3.97 3.95 3.18 5/189 22654
/proc/meminfo: memFree=14322848/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=3224 CPUtime=0.06 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 789 0 0 0 6 0 0 0 25 0 1 0 510071917 3301376 699 33554432000 134512640 135151029 4293768704 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 806 699 80 156 0 649 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3224
[startup+0.10114 s]
/proc/loadavg: 3.97 3.95 3.18 5/189 22654
/proc/meminfo: memFree=14322848/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=3224 CPUtime=0.09 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 789 0 0 0 9 0 0 0 25 0 1 0 510071917 3301376 699 33554432000 134512640 135151029 4293768704 18446744073709551615 134555112 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 806 699 80 156 0 649 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3224
[startup+0.301107 s]
/proc/loadavg: 3.97 3.95 3.18 5/189 22654
/proc/meminfo: memFree=14322848/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=4412 CPUtime=0.29 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 1091 0 0 0 29 0 0 0 25 0 1 0 510071917 4517888 1001 33554432000 134512640 135151029 4293768704 18446744073709551615 134580711 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 1103 1001 80 156 0 946 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4412
[startup+0.701037 s]
/proc/loadavg: 3.97 3.95 3.18 5/189 22654
/proc/meminfo: memFree=14322848/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=6396 CPUtime=0.69 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 1586 0 0 0 69 0 0 0 25 0 1 0 510071917 6549504 1496 33554432000 134512640 135151029 4293768704 18446744073709551615 134551784 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 1599 1496 80 156 0 1442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6396
[startup+1.50089 s]
/proc/loadavg: 3.97 3.95 3.19 5/190 22655
/proc/meminfo: memFree=14315408/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=8904 CPUtime=1.49 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 2210 0 0 0 149 0 0 0 25 0 1 0 510071917 9117696 2120 33554432000 134512640 135151029 4293768704 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 2226 2120 80 156 0 2069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8904
[startup+3.10061 s]
/proc/loadavg: 3.97 3.95 3.19 5/190 22655
/proc/meminfo: memFree=14312080/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=12396 CPUtime=3.09 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 3066 0 0 0 309 0 0 0 25 0 1 0 510071917 12693504 2976 33554432000 134512640 135151029 4293768704 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 3099 2976 80 156 0 2942 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12396
[startup+6.30104 s]
/proc/loadavg: 3.97 3.95 3.19 5/190 22655
/proc/meminfo: memFree=14305756/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=15640 CPUtime=6.29 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 3883 0 0 0 628 1 0 0 25 0 1 0 510071917 16015360 3776 33554432000 134512640 135151029 4293768704 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 3910 3776 80 156 0 3753 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15640
[startup+12.7009 s]
/proc/loadavg: 3.98 3.95 3.19 5/190 22655
/proc/meminfo: memFree=14301672/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=15636 CPUtime=12.69 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 4091 0 0 0 1268 1 0 0 25 0 1 0 510071917 16011264 3810 33554432000 134512640 135151029 4293768704 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 3909 3810 80 156 0 3752 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15636
[startup+25.5006 s]
/proc/loadavg: 3.98 3.95 3.20 5/190 22656
/proc/meminfo: memFree=14283568/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=27036 CPUtime=25.49 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 6917 0 0 0 2547 2 0 0 25 0 1 0 510071917 27684864 6636 33554432000 134512640 135151029 4293768704 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 6759 6636 80 156 0 6602 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27036
[startup+51.101 s]
/proc/loadavg: 3.99 3.95 3.22 5/190 22656
/proc/meminfo: memFree=14331384/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=38500 CPUtime=51.09 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 9711 0 0 0 5106 3 0 0 25 0 1 0 510071917 39424000 9430 33554432000 134512640 135151029 4293768704 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 9625 9430 80 156 0 9468 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38500
[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.26 5/190 22658
/proc/meminfo: memFree=14238984/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=48556 CPUtime=102.3 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 12278 0 0 0 10226 4 0 0 25 0 1 0 510071917 49721344 11954 33554432000 134512640 135151029 4293768704 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 12139 11954 80 156 0 11982 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 48556
[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.31 5/190 22668
/proc/meminfo: memFree=14162996/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=57736 CPUtime=162.3 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 14575 0 0 0 16224 6 0 0 25 0 1 0 510071917 59121664 14251 33554432000 134512640 135151029 4293768704 18446744073709551615 134554890 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 14434 14251 80 156 0 14277 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 57736
[startup+222.3 s]
/proc/loadavg: 3.56 3.87 3.32 3/178 22705
/proc/meminfo: memFree=16055232/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=68520 CPUtime=222.29 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 17271 0 0 0 22223 6 0 0 25 0 1 0 510071917 70164480 16947 33554432000 134512640 135151029 4293768704 18446744073709551615 134542806 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 17130 16947 80 156 0 16973 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 68520
[startup+282.301 s]
/proc/loadavg: 2.57 3.53 3.23 3/178 22706
/proc/meminfo: memFree=16045296/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=69952 CPUtime=282.29 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 17599 0 0 0 28223 6 0 0 25 0 1 0 510071917 71630848 17275 33554432000 134512640 135151029 4293768704 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 17488 17275 80 156 0 17331 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 69952
[startup+342.301 s]
/proc/loadavg: 2.21 3.25 3.15 3/178 22711
/proc/meminfo: memFree=16036348/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=78740 CPUtime=342.3 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 19859 0 0 0 34223 7 0 0 25 0 1 0 510071917 80629760 19484 33554432000 134512640 135151029 4293768704 18446744073709551615 134554837 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 19685 19484 80 156 0 19528 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 78740
[startup+402.3 s]
/proc/loadavg: 2.07 3.02 3.08 3/178 22713
/proc/meminfo: memFree=16022104/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=90336 CPUtime=402.3 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 22705 0 0 0 40222 8 0 0 25 0 1 0 510071917 92504064 22330 33554432000 134512640 135151029 4293768704 18446744073709551615 134555150 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 22584 22330 80 156 0 22427 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 90336
[startup+462.301 s]
/proc/loadavg: 2.08 2.85 3.01 3/178 22714
/proc/meminfo: memFree=16016500/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=90336 CPUtime=462.3 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 22736 0 0 0 46222 8 0 0 25 0 1 0 510071917 92504064 22361 33554432000 134512640 135151029 4293768704 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 22584 22361 80 156 0 22427 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 90336
[startup+522.301 s]
/proc/loadavg: 2.03 2.69 2.95 3/178 22716
/proc/meminfo: memFree=16015732/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=90404 CPUtime=522.3 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 22833 0 0 0 52222 8 0 0 25 0 1 0 510071917 92573696 22419 33554432000 134512640 135151029 4293768704 18446744073709551615 134574617 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 22601 22419 80 156 0 22444 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90404
[startup+582.3 s]
/proc/loadavg: 2.01 2.56 2.88 3/178 22717
/proc/meminfo: memFree=16015088/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=90976 CPUtime=582.3 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 22951 0 0 0 58222 8 0 0 25 0 1 0 510071917 93159424 22537 33554432000 134512640 135151029 4293768704 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 22744 22537 80 156 0 22587 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 90976
[startup+642.301 s]
/proc/loadavg: 2.00 2.46 2.82 3/178 22719
/proc/meminfo: memFree=15996736/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=104552 CPUtime=642.31 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 26130 0 0 0 64221 10 0 0 25 0 1 0 510071917 107061248 25716 33554432000 134512640 135151029 4293768704 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26138 25716 80 156 0 25981 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 104552
[startup+702.301 s]
/proc/loadavg: 2.00 2.37 2.77 3/178 22721
/proc/meminfo: memFree=15997096/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=104552 CPUtime=702.31 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 26174 0 0 0 70221 10 0 0 25 0 1 0 510071917 107061248 25760 33554432000 134512640 135151029 4293768704 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26138 25760 80 156 0 25981 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 104552
[startup+762.306 s]
/proc/loadavg: 2.00 2.30 2.72 3/178 22722
/proc/meminfo: memFree=15991008/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=104912 CPUtime=762.32 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 26268 0 0 0 76222 10 0 0 25 0 1 0 510071917 107429888 25854 33554432000 134512640 135151029 4293768704 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26228 25854 80 156 0 26071 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 104912
[startup+822.3 s]
/proc/loadavg: 2.00 2.24 2.67 3/178 22724
/proc/meminfo: memFree=15988016/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=104912 CPUtime=822.31 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 26273 0 0 0 82221 10 0 0 25 0 1 0 510071917 107429888 25859 33554432000 134512640 135151029 4293768704 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26228 25859 80 156 0 26071 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 104912
[startup+882.301 s]
/proc/loadavg: 2.00 2.20 2.63 3/178 22725
/proc/meminfo: memFree=15985008/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=104912 CPUtime=882.31 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 26282 0 0 0 88221 10 0 0 25 0 1 0 510071917 107429888 25868 33554432000 134512640 135151029 4293768704 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26228 25868 80 156 0 26071 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 104912
[startup+942.301 s]
/proc/loadavg: 2.00 2.16 2.59 3/178 22727
/proc/meminfo: memFree=15985092/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=104912 CPUtime=942.32 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 26300 0 0 0 94222 10 0 0 25 0 1 0 510071917 107429888 25886 33554432000 134512640 135151029 4293768704 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26228 25886 80 156 0 26071 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 104912
[startup+1002.3 s]
/proc/loadavg: 2.07 2.14 2.55 3/178 22729
/proc/meminfo: memFree=15984592/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=104584 CPUtime=1002.32 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 26559 0 0 0 100222 10 0 0 25 0 1 0 510071917 107094016 25924 33554432000 134512640 135151029 4293768704 18446744073709551615 134574592 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26146 25924 80 156 0 25989 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 104584
[startup+1062.3 s]
/proc/loadavg: 2.02 2.11 2.51 3/178 22730
/proc/meminfo: memFree=15982700/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=108040 CPUtime=1062.32 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 27198 0 0 0 106222 10 0 0 25 0 1 0 510071917 110632960 26563 33554432000 134512640 135151029 4293768704 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 27010 26563 80 156 0 26853 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 108040
[startup+1122.3 s]
/proc/loadavg: 2.01 2.09 2.48 3/178 22732
/proc/meminfo: memFree=15979948/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=104708 CPUtime=1122.32 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 27489 0 0 0 112222 10 0 0 25 0 1 0 510071917 107220992 25993 33554432000 134512640 135151029 4293768704 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26177 25993 80 156 0 26020 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 104708
[startup+1182.3 s]
/proc/loadavg: 2.00 2.07 2.44 3/178 22733
/proc/meminfo: memFree=15971364/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=105092 CPUtime=1182.32 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 27564 0 0 0 118222 10 0 0 25 0 1 0 510071917 107614208 26068 33554432000 134512640 135151029 4293768704 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 26273 26068 80 156 0 26116 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 105092
[startup+1242.3 s]
/proc/loadavg: 1.85 2.02 2.40 2/172 22753
/proc/meminfo: memFree=16074176/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=114324 CPUtime=1242.32 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 29718 0 0 0 124221 11 0 0 25 0 1 0 510071917 117067776 28222 33554432000 134512640 135151029 4293768704 18446744073709551615 134574555 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 28581 28222 80 156 0 28424 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 114324
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 1.34 1.85 2.32 2/172 22755
/proc/meminfo: memFree=16074164/32950928 swapFree=67111528/67111528
[pid=22654] ppid=22652 vsize=114324 CPUtime=1300.02 cores=5,7
/proc/22654/stat : 22654 (precosat) R 22652 22654 22173 0 -1 4202496 29783 0 0 0 129991 11 0 0 25 0 1 0 510071917 117067776 28287 33554432000 134512640 135151029 4293768704 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/22654/statm: 28581 28287 80 156 0 28424 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 114324
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.04
CPU user time (s): 1299.92
CPU system time (s): 0.12598
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 114324
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29784
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= 4
involuntary context switches= 1603
runsolver used 1.85372 second user time and 4.48632 second system time
The end
Launcher Data
Begin job on node122 at 2011-04-28 11:58:51
IDJOB=3308953
IDBENCH=83410
IDSOLVER=1690
FILE ID=node122/3308953-1303984731
RUNJOBID= node122-1303983219-22194
PBS_JOBID= 13168704
Free space on /tmp= 71512 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308953-1303984731/watcher-3308953-1303984731 -o /tmp/evaluation-result-3308953-1303984731/solver-3308953-1303984731 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308953-1303984731.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=739208986
node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32950928 kB
MemFree: 14323128 kB
Buffers: 1728616 kB
Cached: 14563092 kB
SwapCached: 0 kB
Active: 6851476 kB
Inactive: 11209044 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32950928 kB
LowFree: 14323128 kB
SwapTotal: 67111528 kB
SwapFree: 67111528 kB
Dirty: 1236 kB
Writeback: 0 kB
AnonPages: 1769060 kB
Mapped: 16252 kB
Slab: 500472 kB
PageTables: 8536 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83586992 kB
Committed_AS: 1965700 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= 71664 MiB
End job on node122 at 2011-04-28 12:20:33