Trace number 3308971
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/ 64/aes_64_3_keyfind_1.cnf |
MD5SUM | 4738c3d0ccd52030cff8addcec6bcde9 |
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 | 1404 |
Number of clauses | 7572 |
Sum of the clauses size | 29588 |
Maximum clause length | 5 |
Minimum clause length | 1 |
Number of clauses of size 1 | 140 |
Number of clauses of size 2 | 240 |
Number of clauses of size 3 | 2992 |
Number of clauses of size 4 | 1008 |
Number of clauses of size 5 | 3192 |
Number of clauses of size over 5 | 0 |
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-3308971-1303984765.cnf
0.00/0.00 c found header 'p cnf 1404 7572'
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 7384 1168 140 96 0 0 0 0.0 0 1
0.00/0.02 c s 0.0 6680 1040 140 224 0 0 0 0.0 0 1
0.00/0.02 c l 0.0 6680 1040 140 224 0 0 6632 0.0 0 1
0.00/0.02 c R 0.0 6680 1040 140 224 0 100 100 116.8 20 1
0.00/0.02 c R 0.0 6680 1040 140 224 0 201 201 118.7 23 1
0.00/0.03 c N 0.0 6681 1039 140 225 0 802 801 104.4 45 1
0.00/0.03 c B 0.0 6681 1039 140 225 0 1000 999 101.8 47 1
0.00/0.06 c B 0.1 6681 1039 140 225 0 2000 1999 92.6 46 1
0.00/0.06 c N 0.1 6683 1037 140 227 0 2406 2403 90.1 44 1
0.10/0.14 c s 0.1 6675 1035 140 229 0 4010 3999 83.9 46 1
0.19/0.22 c N 0.2 6677 1034 140 230 0 6416 6403 75.4 47 2
0.19/0.24 c + 0.2 6677 1034 140 230 0 6632 7295 75.1 46 2
0.30/0.32 c s 0.3 6675 1034 140 230 0 7670 7339 73.6 48 2
0.30/0.34 c B 0.3 6675 1034 140 230 0 8000 7329 72.9 43 2
0.30/0.36 c + 0.4 6675 1034 140 230 0 8290 8024 72.6 48 2
0.50/0.50 c + 0.5 6676 1033 140 231 0 10361 8826 71.0 50 2
0.50/0.56 c s 0.6 6674 1033 140 231 0 10904 8622 70.6 49 2
0.60/0.67 c + 0.7 6678 1031 140 233 0 12950 9708 69.5 45 3
0.79/0.83 c s 0.8 6674 1031 140 233 0 14710 9753 69.1 45 3
0.89/0.98 c
0.89/0.98 c original/binary fixed eliminated learned agility
0.89/0.98 c seconds variables equivalent conflicts height MB
0.89/0.98 c
0.89/0.98 c N 1.0 6674 1031 140 233 0 16040 9768 68.2 43 3
0.89/1.00 c + 1.0 6674 1031 140 233 0 16185 10678 68.1 47 3
1.10/1.15 c s 1.2 6675 1031 140 233 0 17518 10729 67.4 48 3
1.39/1.47 c s 1.5 6674 1029 140 235 0 19955 10701 66.7 42 3
1.49/1.50 c + 1.5 6674 1029 140 235 0 20231 11745 66.6 47 3
1.79/1.80 c s 1.8 6673 1028 140 236 0 23152 11802 66.4 45 4
1.79/1.85 c B 1.9 6675 1026 140 238 0 24005 11788 66.5 47 4
1.89/1.92 c + 1.9 6675 1026 140 238 0 25286 12919 66.6 47 4
2.20/2.21 c s 2.2 6672 1026 140 238 0 29048 12981 66.5 46 4
2.39/2.46 c + 2.5 6673 1025 140 239 0 31605 14210 65.9 46 4
2.49/2.58 c s 2.6 6671 1025 140 239 0 32389 13761 65.7 49 4
2.99/3.05 c s 3.1 6662 1024 140 240 0 36691 14294 65.5 46 4
3.20/3.22 c N 3.2 6662 1024 140 240 0 38486 14285 65.4 49 5
3.30/3.36 c + 3.4 6662 1024 140 240 0 39505 15631 65.3 49 5
4.79/4.84 c + 4.8 6662 1024 140 240 0 49381 17194 64.2 44 6
6.89/6.93 c s 6.9 6661 1023 140 241 0 59602 13324 63.3 45 4
6.99/7.05 c + 7.0 6662 1022 140 242 0 61727 18913 63.5 43 5
7.19/7.24 c B 7.2 6662 1022 140 242 0 64017 17738 63.6 46 6
7.29/7.34 c s 7.3 6660 1022 140 242 0 64675 18394 63.5 44 6
7.89/7.92 c
7.89/7.92 c original/binary fixed eliminated learned agility
7.89/7.92 c seconds variables equivalent conflicts height MB
7.89/7.92 c
7.89/7.92 c s 7.9 6658 1020 140 244 0 69055 18947 63.6 47 6
8.39/8.46 c s 8.5 6657 1019 140 245 0 73414 18983 63.6 44 5
8.89/8.98 c + 9.0 6657 1019 140 245 0 77156 20804 63.6 47 6
10.19/10.23 c s 10.2 6656 1018 140 246 0 84945 20872 63.5 49 7
10.79/10.87 c N 10.9 6656 1018 140 246 0 89757 20881 63.4 46 7
11.79/11.82 c + 11.8 6656 1018 140 246 0 96446 22884 63.1 48 7
15.89/15.95 c + 16.0 6656 1018 140 246 0 120557 25172 62.6 47 7
20.89/20.99 c + 21.0 6656 1018 140 246 0 150696 27689 61.8 46 11
23.19/23.26 c B 23.3 6656 1018 140 246 0 160041 41272 61.6 47 14
23.49/23.52 c s 23.5 6653 1018 140 246 0 161222 21680 61.6 45 6
27.59/27.67 c + 27.7 6653 1018 140 246 0 188370 30457 61.4 46 10
31.70/31.72 c N 31.7 6653 1018 140 246 0 205133 45443 61.2 48 15
31.90/31.93 c s 31.9 6652 1017 140 247 0 205744 23207 61.2 40 6
36.80/36.87 c + 36.9 6652 1017 140 247 0 235461 33502 61.0 47 10
42.99/43.08 c s 43.1 6651 1016 140 248 0 264202 27345 60.8 50 8
43.79/43.86 c s 43.9 6650 1015 140 249 0 270127 33268 60.8 47 9
44.89/44.90 c s 44.9 6651 1015 140 249 0 276206 33597 60.8 48 10
47.89/47.99 c + 48.0 6651 1015 140 249 0 294326 36852 60.8 48 12
63.19/63.24 c s 63.2 6646 1014 140 250 0 362619 36978 60.7 46 13
64.09/64.11 c
64.09/64.11 c original/binary fixed eliminated learned agility
64.09/64.11 c seconds variables equivalent conflicts height MB
64.09/64.11 c
64.09/64.11 c + 64.1 6646 1014 140 250 0 367905 40537 60.7 43 14
67.29/67.33 c B 67.3 6646 1014 140 250 0 384090 40594 60.7 49 14
79.49/79.50 c s 79.5 6645 1013 140 251 0 429422 35220 60.6 42 10
85.39/85.43 c + 85.4 6645 1013 140 251 0 459880 44590 60.8 47 13
85.80/85.82 c N 85.8 6645 1013 140 251 0 461493 42198 60.8 49 14
98.09/98.13 c s 98.1 6644 1012 140 252 0 503809 42267 60.9 46 12
116.20/116.30 c s 116.3 6643 1011 140 253 0 572246 41271 60.5 45 13
116.60/116.66 c + 116.7 6643 1011 140 253 0 574850 49049 60.6 46 15
146.40/146.44 c + 146.5 6643 1011 140 253 0 718560 53953 60.4 45 15
167.10/167.13 c s 167.1 6642 1010 140 254 0 806904 54026 60.3 48 17
190.60/190.66 c s 190.7 6641 1009 140 255 0 882946 41877 59.9 43 13
192.30/192.39 c s 192.4 6641 1008 140 256 0 892199 51127 60.0 46 16
193.20/193.21 c B 193.2 6641 1008 140 256 0 896167 54011 60.0 47 18
193.70/193.72 c + 193.7 6641 1008 140 256 0 898200 59348 60.0 48 18
223.60/223.69 c s 223.7 6640 1007 140 257 0 982790 46935 59.7 43 15
226.10/226.17 c s 226.2 6641 1007 140 257 0 996601 59396 59.8 46 17
228.70/228.73 c s 228.7 6640 1006 140 258 0 1007699 59414 59.8 45 16
231.20/231.24 c s 231.2 6635 1005 140 259 0 1016863 59426 59.8 47 16
233.30/233.36 c N 233.4 6635 1005 140 259 0 1025375 59407 59.9 48 18
261.50/261.59 c
261.50/261.59 c original/binary fixed eliminated learned agility
261.50/261.59 c seconds variables equivalent conflicts height MB
261.50/261.59 c
261.50/261.59 c + 261.6 6635 1005 140 259 0 1122751 65282 59.9 48 20
287.80/287.86 c s 287.9 6636 1005 140 259 0 1191378 65312 59.9 46 20
359.71/359.77 c + 359.8 6636 1005 140 259 0 1403438 71810 59.8 48 21
423.52/423.58 c s 423.6 6637 1005 140 259 0 1598824 89658 59.7 44 26
433.81/433.85 c s 433.9 6638 1005 140 259 0 1645979 69689 59.8 47 19
469.01/469.05 c + 469.1 6638 1005 140 259 0 1754296 78991 59.7 47 24
470.11/470.14 c s 470.2 6639 1005 140 259 0 1758628 76183 59.7 50 24
587.52/587.53 c B 587.6 6639 1005 140 259 0 2048325 79044 59.7 49 27
617.52/617.53 c s 617.6 6640 1005 140 259 0 2106218 59730 59.6 47 18
622.12/622.16 c s 622.2 6640 1004 140 260 0 2123090 76599 59.6 45 23
643.62/643.63 c + 643.7 6640 1004 140 260 0 2192870 86890 59.7 46 32
671.52/671.54 c N 671.6 6640 1004 140 260 0 2255642 85406 59.7 46 28
692.72/692.74 c s 692.8 6635 1003 140 261 0 2309826 86970 59.6 48 27
697.02/697.07 c s 697.1 6636 1003 140 261 0 2324985 86940 59.7 45 27
724.02/724.06 c s 724.1 6637 1003 140 261 0 2403415 95267 59.6 49 29
740.82/740.80 c s 740.8 6638 1003 140 261 0 2453217 65340 59.6 47 18
749.52/749.53 c s 749.6 6639 1003 140 261 0 2487823 86958 59.5 49 25
754.22/754.29 c s 754.3 6635 1002 140 262 0 2509604 86922 59.6 48 24
758.32/758.38 c s 758.4 6634 1001 140 263 0 2526919 86956 59.6 47 25
802.22/802.28 c
802.22/802.28 c original/binary fixed eliminated learned agility
802.22/802.28 c seconds variables equivalent conflicts height MB
802.22/802.28 c
802.22/802.28 c - 802.3 6628 1000 140 264 0 2643298 86022 59.6 46 20
802.42/802.41 c s 802.4 6625 1000 140 264 0 2643298 72802 59.6 46 21
802.42/802.41 c - 802.4 6625 1000 140 264 0 2643298 85162 59.6 46 21
805.23/805.26 c s 805.3 6624 999 140 265 0 2654745 84247 59.6 49 25
812.93/813.00 c + 813.0 6624 999 140 265 0 2686539 93678 59.6 46 28
1060.63/1060.61 c s 1060.7 6621 999 140 265 0 3281002 70454 59.6 43 22
1064.33/1064.34 c s 1064.4 6620 996 140 268 0 3303840 93282 59.6 47 27
1079.43/1079.46 c + 1079.5 6620 996 140 268 0 3358170 103045 59.7 45 29
1300.05/1300.00 c
1300.05/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.05/1300.00 c
1300.05/1300.00 c 3948650 conflicts, 4416359 decisions, 2 random
1300.05/1300.00 c 0 iterations, 2 restarts, 6999 skipped
1300.05/1300.00 c 29 enlarged, 88 shrunken, 38592 rescored, 955 rebiased
1300.05/1300.00 c 49 simplifications, 32 reductions
1300.05/1300.00 c
1300.05/1300.00 c vars: 140 fixed, 268 equiv, 0 elim, 268 merged
1300.05/1300.00 c elim: 569488 resolutions, 19 phases, 19 rounds
1300.05/1300.00 c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
1300.05/1300.00 c arty: 0.00 and 0.00 xor average arity
1300.05/1300.00 c prbe: 131308 probed, 65 phases, 65 rounds
1300.05/1300.00 c prbe: 0 failed, 0 lifted, 0 merged
1300.05/1300.00 c sccs: 0 non trivial, 0 fixed, 0 merged
1300.05/1300.00 c hash: 0 units, 268 merged
1300.05/1300.00 c mins: 268283323 learned, 29% deleted, 66 strong, 44 depth
1300.05/1300.00 c subs: 40 forward, 40 backward, 256 doms
1300.05/1300.00 c strs: 0 forward, 0 backward
1300.05/1300.00 c doms: 256 dominators, 0 high, 0 low
1300.05/1300.00 c prps: 995920185 propagations, 0.77 megaprops
1300.05/1300.00 c
1300.05/1300.00 c 1300.1 seconds, 55 MB max, 1087 MB recycled
1300.05/1300.00 c
1300.05/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.05/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-3308971-1303984765/watcher-3308971-1303984765 -o /tmp/evaluation-result-3308971-1303984765/solver-3308971-1303984765 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308971-1303984765.cnf
running on 2 cores: 4,6
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.99 3.97 3.23 4/189 7217
/proc/meminfo: memFree=24113356/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=1524 CPUtime=0 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 321 0 0 0 0 0 0 0 25 0 1 0 510076162 1560576 277 33554432000 134512640 135151029 4290311568 18446744073709551615 134573883 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 381 277 80 156 0 224 0
[startup+0.0911529 s]
/proc/loadavg: 3.99 3.97 3.23 4/189 7217
/proc/meminfo: memFree=24113356/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=2052 CPUtime=0.09 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 437 0 0 0 9 0 0 0 25 0 1 0 510076162 2101248 393 33554432000 134512640 135151029 4290311568 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 513 393 80 156 0 356 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2052
[startup+0.10115 s]
/proc/loadavg: 3.99 3.97 3.23 4/189 7217
/proc/meminfo: memFree=24113356/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=2052 CPUtime=0.1 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 448 0 0 0 10 0 0 0 25 0 1 0 510076162 2101248 404 33554432000 134512640 135151029 4290311568 18446744073709551615 134551816 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 513 404 80 156 0 356 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052
[startup+0.301175 s]
/proc/loadavg: 3.99 3.97 3.23 4/189 7217
/proc/meminfo: memFree=24113356/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=2952 CPUtime=0.3 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 686 0 0 0 30 0 0 0 25 0 1 0 510076162 3022848 642 33554432000 134512640 135151029 4290311568 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 738 642 80 156 0 581 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2952
[startup+0.700989 s]
/proc/loadavg: 3.99 3.97 3.23 4/189 7217
/proc/meminfo: memFree=24113356/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=4008 CPUtime=0.69 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 919 0 0 0 69 0 0 0 25 0 1 0 510076162 4104192 875 33554432000 134512640 135151029 4290311568 18446744073709551615 134531102 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 1002 875 80 156 0 845 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4008
[startup+1.50095 s]
/proc/loadavg: 3.99 3.97 3.23 5/190 7218
/proc/meminfo: memFree=24109384/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=4768 CPUtime=1.49 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 1131 0 0 0 149 0 0 0 25 0 1 0 510076162 4882432 1087 33554432000 134512640 135151029 4290311568 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 1192 1087 80 156 0 1035 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4768
[startup+3.10053 s]
/proc/loadavg: 3.99 3.97 3.23 5/190 7218
/proc/meminfo: memFree=24109136/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=5796 CPUtime=3.09 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 1381 0 0 0 309 0 0 0 25 0 1 0 510076162 5935104 1337 33554432000 134512640 135151029 4290311568 18446744073709551615 134554794 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 1449 1337 80 156 0 1292 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5796
[startup+6.30097 s]
/proc/loadavg: 3.99 3.97 3.23 5/190 7218
/proc/meminfo: memFree=24100676/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=10032 CPUtime=6.29 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 2448 0 0 0 629 0 0 0 25 0 1 0 510076162 10272768 2404 33554432000 134512640 135151029 4290311568 18446744073709551615 134555021 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 2508 2404 80 156 0 2351 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10032
[startup+12.7007 s]
/proc/loadavg: 3.99 3.97 3.24 5/190 7218
/proc/meminfo: memFree=24098952/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=10956 CPUtime=12.69 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 2674 0 0 0 1269 0 0 0 25 0 1 0 510076162 11218944 2630 33554432000 134512640 135151029 4290311568 18446744073709551615 134554879 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 2739 2630 80 156 0 2582 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10956
[startup+25.5003 s]
/proc/loadavg: 3.99 3.97 3.25 5/190 7218
/proc/meminfo: memFree=24093624/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=15532 CPUtime=25.49 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 3792 0 0 0 2549 0 0 0 25 0 1 0 510076162 15904768 3748 33554432000 134512640 135151029 4290311568 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 3883 3748 80 156 0 3726 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15532
[startup+51.1004 s]
/proc/loadavg: 3.99 3.97 3.27 5/190 7219
/proc/meminfo: memFree=24088764/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=17980 CPUtime=51.09 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 4427 0 0 0 5108 1 0 0 25 0 1 0 510076162 18411520 4383 33554432000 134512640 135151029 4290311568 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 4495 4383 80 156 0 4338 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17980
[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.31 5/190 7230
/proc/meminfo: memFree=24059676/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=24772 CPUtime=102.3 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 6119 0 0 0 10229 1 0 0 25 0 1 0 510076162 25366528 6036 33554432000 134512640 135151029 4290311568 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 6193 6036 80 156 0 6036 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24772
[startup+162.3 s]
/proc/loadavg: 4.07 4.00 3.36 5/190 7231
/proc/meminfo: memFree=23987328/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=31832 CPUtime=162.29 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 7970 0 0 0 16227 2 0 0 25 0 1 0 510076162 32595968 7815 33554432000 134512640 135151029 4290311568 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 7958 7815 80 156 0 7801 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31832
[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.40 5/190 7233
/proc/meminfo: memFree=24035144/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=35396 CPUtime=222.3 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 9014 0 0 0 22228 2 0 0 25 0 1 0 510076162 36245504 8668 33554432000 134512640 135151029 4290311568 18446744073709551615 134580477 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 8849 8668 80 156 0 8692 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35396
[startup+282.3 s]
/proc/loadavg: 4.01 4.00 3.43 5/190 7237
/proc/meminfo: memFree=23961028/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=35924 CPUtime=282.3 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 9188 0 0 0 28228 2 0 0 25 0 1 0 510076162 36786176 8842 33554432000 134512640 135151029 4290311568 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 8981 8842 80 156 0 8824 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 35924
[startup+342.301 s]
/proc/loadavg: 4.07 4.02 3.47 5/190 7239
/proc/meminfo: memFree=24059708/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=35972 CPUtime=342.31 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 9337 0 0 0 34228 3 0 0 25 0 1 0 510076162 36835328 8874 33554432000 134512640 135151029 4290311568 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 8993 8874 80 156 0 8836 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 35972
[startup+402.3 s]
/proc/loadavg: 3.50 3.87 3.45 4/184 7259
/proc/meminfo: memFree=26102008/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=36988 CPUtime=402.31 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 9558 0 0 0 40228 3 0 0 25 0 1 0 510076162 37875712 9095 33554432000 134512640 135151029 4290311568 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 9247 9095 80 156 0 9090 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 36988
[startup+462.301 s]
/proc/loadavg: 2.79 3.61 3.39 3/178 7278
/proc/meminfo: memFree=26311372/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=40008 CPUtime=462.31 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 10661 0 0 0 46228 3 0 0 25 0 1 0 510076162 40968192 9791 33554432000 134512640 135151029 4290311568 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 10002 9791 80 156 0 9845 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 40008
[startup+522.301 s]
/proc/loadavg: 2.29 3.32 3.30 3/178 7280
/proc/meminfo: memFree=26304240/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=42564 CPUtime=522.31 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 11302 0 0 0 52228 3 0 0 25 0 1 0 510076162 43585536 10432 33554432000 134512640 135151029 4290311568 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 10641 10432 80 156 0 10484 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 42564
[startup+582.301 s]
/proc/loadavg: 2.10 3.08 3.22 3/178 7281
/proc/meminfo: memFree=26296772/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=47324 CPUtime=582.32 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 12469 0 0 0 58228 4 0 0 25 0 1 0 510076162 48459776 11599 33554432000 134512640 135151029 4290311568 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 11831 11599 80 156 0 11674 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 47324
[startup+642.301 s]
/proc/loadavg: 2.04 2.88 3.14 3/178 7283
/proc/meminfo: memFree=26295240/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=47420 CPUtime=642.32 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 12685 0 0 0 64228 4 0 0 25 0 1 0 510076162 48558080 11670 33554432000 134512640 135151029 4290311568 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 11855 11670 80 156 0 11698 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 47420
[startup+702.3 s]
/proc/loadavg: 2.01 2.71 3.06 3/178 7285
/proc/meminfo: memFree=26288764/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=49836 CPUtime=702.32 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 13305 0 0 0 70228 4 0 0 25 0 1 0 510076162 51032064 12290 33554432000 134512640 135151029 4290311568 18446744073709551615 134531102 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 12459 12290 80 156 0 12302 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 49836
[startup+762.307 s]
/proc/loadavg: 2.00 2.58 2.99 3/178 7286
/proc/meminfo: memFree=26286744/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=49836 CPUtime=762.33 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 13305 0 0 0 76229 4 0 0 25 0 1 0 510076162 51032064 12290 33554432000 134512640 135151029 4290311568 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 12459 12290 80 156 0 12302 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 49836
[startup+822.3 s]
/proc/loadavg: 2.00 2.47 2.93 3/178 7288
/proc/meminfo: memFree=26286828/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=49836 CPUtime=822.32 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 13318 0 0 0 82228 4 0 0 25 0 1 0 510076162 51032064 12303 33554432000 134512640 135151029 4290311568 18446744073709551615 134551592 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 12459 12303 80 156 0 12302 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 49836
[startup+882.301 s]
/proc/loadavg: 2.12 2.42 2.88 3/178 7289
/proc/meminfo: memFree=26283692/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=53036 CPUtime=882.32 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 14146 0 0 0 88228 4 0 0 25 0 1 0 510076162 54308864 13131 33554432000 134512640 135151029 4290311568 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 13259 13131 80 156 0 13102 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 53036
[startup+942.301 s]
/proc/loadavg: 2.04 2.34 2.82 3/178 7291
/proc/meminfo: memFree=26282784/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=53320 CPUtime=942.32 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 14344 0 0 0 94228 4 0 0 25 0 1 0 510076162 54599680 13205 33554432000 134512640 135151029 4290311568 18446744073709551615 134520400 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 13330 13205 80 156 0 13173 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 53320
[startup+1002.3 s]
/proc/loadavg: 2.01 2.27 2.77 3/178 7293
/proc/meminfo: memFree=26282496/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=54084 CPUtime=1002.33 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 14483 0 0 0 100229 4 0 0 25 0 1 0 510076162 55382016 13344 33554432000 134512640 135151029 4290311568 18446744073709551615 134554794 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 13521 13344 80 156 0 13364 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 54084
[startup+1062.3 s]
/proc/loadavg: 2.00 2.22 2.72 3/178 7294
/proc/meminfo: memFree=26278136/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=53060 CPUtime=1062.33 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 14751 0 0 0 106229 4 0 0 25 0 1 0 510076162 54333440 13171 33554432000 134512640 135151029 4290311568 18446744073709551615 134554531 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 13265 13171 80 156 0 13108 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 53060
[startup+1122.3 s]
/proc/loadavg: 2.00 2.18 2.67 3/178 7296
/proc/meminfo: memFree=26277084/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=54984 CPUtime=1122.33 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 15064 0 0 0 112229 4 0 0 25 0 1 0 510076162 56303616 13484 33554432000 134512640 135151029 4290311568 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 13746 13484 80 156 0 13589 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 54984
[startup+1182.3 s]
/proc/loadavg: 1.72 2.08 2.60 2/172 7315
/proc/meminfo: memFree=26363192/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=58360 CPUtime=1182.34 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 15958 0 0 0 118229 5 0 0 25 0 1 0 510076162 59760640 14298 33554432000 134512640 135151029 4290311568 18446744073709551615 134551495 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 14590 14298 80 156 0 14433 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 58360
[startup+1242.3 s]
/proc/loadavg: 1.26 1.88 2.50 2/172 7317
/proc/meminfo: memFree=26363160/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=58360 CPUtime=1242.34 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 16068 0 0 0 124229 5 0 0 25 0 1 0 510076162 59760640 14408 33554432000 134512640 135151029 4290311568 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 14590 14408 80 156 0 14433 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 58360
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 1.10 1.73 2.41 2/172 7318
/proc/meminfo: memFree=26363144/32950928 swapFree=67111364/67111528
[pid=7217] ppid=7215 vsize=58360 CPUtime=1300.05 cores=4,6
/proc/7217/stat : 7217 (precosat) R 7215 7217 6762 0 -1 4202496 16090 0 0 0 130000 5 0 0 25 0 1 0 510076162 59760640 14430 33554432000 134512640 135151029 4290311568 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7217/statm: 14590 14430 80 156 0 14433 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 58360
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.06
CPU user time (s): 1300
CPU system time (s): 0.056991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 58744
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16091
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= 5
involuntary context switches= 1726
runsolver used 1.9527 second user time and 4.41933 second system time
The end
Launcher Data
Begin job on node127 at 2011-04-28 11:59:25
IDJOB=3308971
IDBENCH=83421
IDSOLVER=1690
FILE ID=node127/3308971-1303984765
RUNJOBID= node127-1303983196-6781
PBS_JOBID= 13168699
Free space on /tmp= 71640 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308971-1303984765/watcher-3308971-1303984765 -o /tmp/evaluation-result-3308971-1303984765/solver-3308971-1303984765 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308971-1303984765.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=739647446
node127.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.823
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.823
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.83
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32950928 kB
MemFree: 24113388 kB
Buffers: 1358428 kB
Cached: 4816528 kB
SwapCached: 0 kB
Active: 3952104 kB
Inactive: 4405424 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32950928 kB
LowFree: 24113388 kB
SwapTotal: 67111528 kB
SwapFree: 67111364 kB
Dirty: 48116 kB
Writeback: 0 kB
AnonPages: 2183084 kB
Mapped: 16056 kB
Slab: 409052 kB
PageTables: 9356 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83586992 kB
Committed_AS: 2383628 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= 71820 MiB
End job on node127 at 2011-04-28 12:21:07