Trace number 3309106
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 | SAT05/industrial/grieu05/vmpc/ vmpc_29.renamed-as.sat05-1916.cnf |
MD5SUM | f874c09c5787bb3c6a16f7a5f9ea0ad4 |
Bench Category | APPLICATION (applications instances) |
Best result obtained on this benchmark | SAT |
Best CPU time to get the best result obtained on this benchmark | 26.544 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 841 |
Number of clauses | 120147 |
Sum of the clauses size | 314766 |
Maximum clause length | 29 |
Minimum clause length | 2 |
Number of clauses of size 1 | 0 |
Number of clauses of size 2 | 47183 |
Number of clauses of size 3 | 72906 |
Number of clauses of size 4 | 0 |
Number of clauses of size 5 | 0 |
Number of clauses of size over 5 | 58 |
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-3309106-1303986048.cnf
0.00/0.00 c found header 'p cnf 841 120147'
0.00/0.05 c finished parsing
0.00/0.05 c
0.00/0.05 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.05 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.05 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.05 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.05 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.05 c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.05 c
0.00/0.05 c sizeof vars[0] = 16 alignment = 0 0 MB
0.00/0.05 c sizeof orgs[0] = 8 alignment = 0 0 MB
0.00/0.05 c sizeof occs[0] = 8 alignment = 0 0 MB
0.00/0.05 c sizeof iirfs[0..1] = 8 alignment = 0 0 MB
0.00/0.05 c
0.00/0.05 c starting search after 0.1 seconds
0.00/0.05 c no decision limit
0.00/0.06 c
0.00/0.06 c original/binary fixed eliminated learned agility
0.00/0.06 c seconds variables equivalent conflicts height MB
0.00/0.06 c
0.00/0.06 c * 0.1 120147 841 0 0 0 0 0 0.0 0 8
0.29/0.36 c s 0.4 122505 840 1 0 0 0 0 0.0 0 8
0.29/0.36 c l 0.4 122505 840 1 0 0 0 69720 0.0 0 8
0.29/0.37 c R 0.4 122505 840 1 0 0 102 102 69.8 6 8
0.29/0.37 c R 0.4 122505 840 1 0 0 203 203 43.5 5 8
0.39/0.41 c R 0.4 122505 840 1 0 0 805 805 27.4 6 8
0.39/0.42 c B 0.4 122505 840 1 0 0 1000 1000 26.4 6 8
0.39/0.49 c B 0.5 122505 840 1 0 0 2001 2001 25.8 6 8
0.49/0.51 c R 0.5 122505 840 1 0 0 2415 2415 42.6 6 8
0.79/0.81 c R 0.8 122505 840 1 0 0 6432 6432 43.1 6 9
0.89/0.94 c B 0.9 122505 840 1 0 0 8005 8005 41.4 6 9
1.49/1.59 c R 1.6 122505 840 1 0 0 16065 16065 36.9 5 11
2.29/2.31 c B 2.3 122505 840 1 0 0 24017 24017 32.9 6 12
2.79/2.80 c s 2.8 122506 840 1 0 0 28618 28617 32.1 6 12
3.79/3.86 c R 3.9 122527 840 1 0 0 38544 38542 31.5 6 14
6.19/6.20 c s 6.2 122546 840 1 0 0 58690 58688 29.8 6 17
6.79/6.82 c B 6.8 122547 840 1 0 0 64032 64029 29.6 5 18
7.49/7.57 c + 7.6 122553 840 1 0 0 69720 76692 29.3 6 20
9.80/9.86 c + 9.9 122585 840 1 0 0 87153 84361 28.4 6 21
10.09/10.19 c
10.09/10.19 c original/binary fixed eliminated learned agility
10.09/10.19 c seconds variables equivalent conflicts height MB
10.09/10.19 c
10.09/10.19 c R 10.2 122588 840 1 0 0 89912 79466 28.4 6 22
11.00/11.07 c s 11.1 122592 840 1 0 0 95523 84397 28.3 6 21
12.99/13.07 c + 13.1 122600 840 1 0 0 108941 92797 28.9 6 23
17.49/17.51 c s 17.5 122607 840 1 0 0 135861 92811 28.1 6 22
17.49/17.58 c + 17.6 122607 840 1 0 0 136175 102076 28.1 6 23
21.29/21.36 c B 21.4 122607 840 1 0 0 160065 102085 27.6 6 26
22.99/23.06 c + 23.1 122607 840 1 0 0 170221 112283 27.6 6 27
28.99/29.05 c R 29.1 122607 840 1 0 0 205428 112313 28.6 6 30
30.40/30.46 c + 30.5 122607 840 1 0 0 212776 123511 29.4 5 31
31.80/31.90 c s 31.9 122609 840 1 0 0 219759 119302 29.9 6 28
41.49/41.54 c + 41.5 122787 840 1 0 0 265972 135862 29.7 5 34
42.29/42.32 c s 42.3 122806 840 1 0 0 268717 126274 29.7 6 30
53.90/53.92 c s 53.9 122827 840 1 0 0 319657 135909 29.0 6 32
56.69/56.78 c + 56.8 122828 840 1 0 0 332465 149448 29.1 6 34
66.30/66.39 c s 66.4 122828 840 1 0 0 371306 149474 28.8 6 32
69.80/69.87 c B 69.9 122831 840 1 0 0 384159 149475 28.8 6 36
77.60/77.61 c + 77.6 122838 840 1 0 0 415581 164392 28.7 6 38
80.20/80.21 c s 80.2 122837 840 1 0 0 425976 159862 28.7 6 35
89.49/89.57 c R 89.6 122838 840 1 0 0 462170 164416 29.2 6 41
96.49/96.54 c
96.49/96.54 c original/binary fixed eliminated learned agility
96.49/96.54 c seconds variables equivalent conflicts height MB
96.49/96.54 c
96.49/96.54 c s 96.6 122838 840 1 0 0 487016 164407 29.4 6 37
106.09/106.11 c + 106.1 122838 840 1 0 0 519478 180831 29.8 6 43
128.90/128.94 c s 128.9 122839 840 1 0 0 588110 180842 29.5 6 41
149.30/149.38 c s 149.4 122940 840 1 0 0 648897 180855 29.4 6 40
149.50/149.51 c + 149.5 122940 840 1 0 0 649347 198914 29.4 7 41
171.50/171.57 c s 171.6 122974 840 1 0 0 709755 198932 29.4 6 43
196.20/196.28 c s 196.3 123011 840 1 0 0 774202 198930 29.3 6 43
210.39/210.48 c + 210.5 123019 840 1 0 0 811680 218805 29.3 6 49
221.11/221.18 c s 221.2 123022 840 1 0 0 838119 218849 29.4 7 47
244.40/244.48 c B 244.5 123044 840 1 0 0 896318 218837 29.3 6 55
249.40/249.44 c s 249.5 123072 840 1 0 0 906407 218828 29.3 5 47
278.30/278.38 c s 278.4 123202 840 1 0 0 976850 218821 29.4 6 48
292.61/292.62 c + 292.6 123220 840 1 0 0 1014602 240685 29.6 6 54
297.61/297.69 c R 297.7 123229 840 1 0 0 1026806 231025 29.6 7 57
308.60/308.66 c s 308.7 123243 840 1 0 0 1048595 240722 29.5 6 52
344.70/344.72 c s 344.7 123581 840 1 0 0 1127409 240731 29.7 6 55
383.30/383.32 c s 383.3 123717 840 1 0 0 1200126 240720 29.6 6 53
420.71/420.76 c + 420.8 123717 840 1 0 0 1268253 264753 29.7 6 63
424.41/424.48 c s 424.5 123718 840 1 0 0 1274103 246547 29.7 6 54
467.41/467.48 c
467.41/467.48 c original/binary fixed eliminated learned agility
467.41/467.48 c seconds variables equivalent conflicts height MB
467.41/467.48 c
467.41/467.48 c s 467.5 123877 840 1 0 0 1350147 264791 29.7 6 57
513.31/513.35 c s 513.4 123898 840 1 0 0 1427836 264777 29.7 6 57
560.91/560.97 c s 561.0 123901 840 1 0 0 1506580 264776 29.7 6 57
609.51/609.50 c s 609.5 123925 840 1 0 0 1585122 264798 29.7 7 57
610.12/610.15 c + 610.2 123927 840 1 0 0 1585316 291228 29.7 5 60
659.92/659.92 c s 660.0 123934 840 1 0 0 1666186 291256 29.8 6 63
717.62/717.68 c s 717.7 124040 840 1 0 0 1749141 291241 29.7 6 63
777.92/777.99 c s 778.0 124246 840 1 0 0 1831318 291263 29.6 6 61
859.82/859.82 c s 859.9 124247 840 1 0 0 1946379 291247 29.7 6 62
883.12/883.12 c + 883.2 124247 840 1 0 0 1981649 320350 29.8 7 72
934.52/934.53 c s 934.6 124248 840 1 0 0 2047953 320391 29.8 6 69
935.03/935.03 c B 935.1 124248 840 1 0 0 2048697 320383 29.8 7 71
1001.32/1001.34 c s 1001.4 124306 840 1 0 0 2142643 320374 29.9 6 70
1083.03/1083.03 c R 1083.1 124306 840 1 0 0 2258880 320416 30.2 7 87
1084.33/1084.36 c s 1084.4 124307 840 1 0 0 2258880 320415 30.2 7 73
1155.63/1155.65 c s 1155.7 124308 840 1 0 0 2353029 320417 30.3 6 75
1230.94/1230.92 c s 1231.0 124316 840 1 0 0 2446500 320402 30.3 6 75
1257.63/1257.61 c + 1257.7 124359 840 1 0 0 2477060 352385 30.4 6 84
1300.05/1300.00 c
1300.05/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.05/1300.00 c
1300.05/1300.00 c 2523048 conflicts, 4809282 decisions, 2430 random
1300.05/1300.00 c 0 iterations, 4282 restarts, 0 skipped
1300.05/1300.00 c 17 enlarged, 53 shrunken, 24672 rescored, 588 rebiased
1300.05/1300.00 c 35 simplifications, 0 reductions
1300.05/1300.00 c
1300.05/1300.00 c vars: 1 fixed, 0 equiv, 0 elim, 0 merged
1300.05/1300.00 c elim: 345254 resolutions, 1 phases, 1 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: 480481 probed, 285 phases, 286 rounds
1300.05/1300.00 c prbe: 1 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, 0 merged
1300.05/1300.00 c mins: 104029668 learned, 59% deleted, 235 strong, 23 depth
1300.05/1300.00 c subs: 2148 forward, 35 backward, 7321 doms
1300.05/1300.00 c strs: 328 forward, 12 backward
1300.05/1300.00 c doms: 7322 dominators, 1499 high, 31 low
1300.05/1300.00 c prps: 494244852 propagations, 0.38 megaprops
1300.05/1300.00 c
1300.05/1300.00 c 1300.1 seconds, 94 MB max, 390 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-3309106-1303986048/watcher-3309106-1303986048 -o /tmp/evaluation-result-3309106-1303986048/solver-3309106-1303986048 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3309106-1303986048.cnf
running on 2 cores: 0,2
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: 0.97 1.86 2.67 1/174 23567
/proc/meminfo: memFree=16602744/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=1792 CPUtime=0 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 375 0 0 0 0 0 0 0 22 0 1 0 588835483 1835008 331 33554432000 134512640 135151029 4290024864 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 448 332 64 156 0 291 0
[startup+0.0695649 s]
/proc/loadavg: 0.97 1.86 2.67 1/174 23567
/proc/meminfo: memFree=16602744/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=9572 CPUtime=0.06 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 2358 0 0 0 6 0 0 0 22 0 1 0 588835483 9801728 2280 33554432000 134512640 135151029 4290024864 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 2393 2280 80 156 0 2236 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9572
[startup+0.100583 s]
/proc/loadavg: 0.97 1.86 2.67 1/174 23567
/proc/meminfo: memFree=16602744/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=9444 CPUtime=0.09 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 2407 0 0 0 9 0 0 0 22 0 1 0 588835483 9670656 2264 33554432000 134512640 135151029 4290024864 18446744073709551615 134707553 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 2361 2264 80 156 0 2204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9444
[startup+0.300517 s]
/proc/loadavg: 0.97 1.86 2.67 1/174 23567
/proc/meminfo: memFree=16602744/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=12612 CPUtime=0.29 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 3192 0 0 0 29 0 0 0 23 0 1 0 588835483 12914688 3049 33554432000 134512640 135151029 4290024864 18446744073709551615 134573911 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 3153 3049 80 156 0 2996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12612
[startup+0.700445 s]
/proc/loadavg: 0.97 1.86 2.67 1/174 23567
/proc/meminfo: memFree=16602744/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=12612 CPUtime=0.69 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 3192 0 0 0 69 0 0 0 25 0 1 0 588835483 12914688 3049 33554432000 134512640 135151029 4290024864 18446744073709551615 134554650 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 3153 3049 80 156 0 2996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12612
[startup+1.50029 s]
/proc/loadavg: 1.21 1.89 2.68 5/190 23598
/proc/meminfo: memFree=16540544/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=12612 CPUtime=1.49 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 3192 0 0 0 149 0 0 0 25 0 1 0 588835483 12914688 3049 33554432000 134512640 135151029 4290024864 18446744073709551615 134554722 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 3153 3049 80 156 0 2996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12612
[startup+3.10098 s]
/proc/loadavg: 1.21 1.89 2.68 5/190 23598
/proc/meminfo: memFree=16532860/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=15420 CPUtime=3.09 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 3879 0 0 0 309 0 0 0 25 0 1 0 588835483 15790080 3736 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 3855 3736 80 156 0 3698 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15420
[startup+6.30038 s]
/proc/loadavg: 1.44 1.93 2.69 5/190 23598
/proc/meminfo: memFree=16512412/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=20748 CPUtime=6.29 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 5230 0 0 0 628 1 0 0 25 0 1 0 588835483 21245952 5087 33554432000 134512640 135151029 4290024864 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 5187 5087 80 156 0 5030 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20748
[startup+12.7012 s]
/proc/loadavg: 1.64 1.96 2.69 5/190 23598
/proc/meminfo: memFree=16480940/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=26120 CPUtime=12.69 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 6545 0 0 0 1268 1 0 0 25 0 1 0 588835483 26746880 6402 33554432000 134512640 135151029 4290024864 18446744073709551615 134554935 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 6530 6402 80 156 0 6373 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26120
[startup+25.5007 s]
/proc/loadavg: 2.08 2.05 2.71 5/190 23598
/proc/meminfo: memFree=16449692/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=32132 CPUtime=25.49 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 8064 0 0 0 2548 1 0 0 25 0 1 0 588835483 32903168 7850 33554432000 134512640 135151029 4290024864 18446744073709551615 134555130 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 8033 7850 80 156 0 7876 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32132
[startup+51.1008 s]
/proc/loadavg: 2.83 2.23 2.75 5/190 23599
/proc/meminfo: memFree=16413144/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=40072 CPUtime=51.09 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 10056 0 0 0 5107 2 0 0 25 0 1 0 588835483 41033728 9842 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 10018 9842 80 156 0 9861 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40072
[startup+102.306 s]
/proc/loadavg: 2.96 2.36 2.77 4/184 23617
/proc/meminfo: memFree=16402964/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=47100 CPUtime=102.3 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 12585 0 0 0 10227 3 0 0 25 0 1 0 588835483 48230400 11634 33554432000 134512640 135151029 4290024864 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 11775 11634 80 156 0 11618 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47100
[startup+162.301 s]
/proc/loadavg: 2.98 2.48 2.78 4/184 23619
/proc/meminfo: memFree=16379384/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=53648 CPUtime=162.3 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 15161 0 0 0 16226 4 0 0 25 0 1 0 588835483 54935552 13240 33554432000 134512640 135151029 4290024864 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 13412 13240 80 156 0 13255 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 53648
[startup+222.3 s]
/proc/loadavg: 2.99 2.57 2.79 4/184 23621
/proc/meminfo: memFree=16359524/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=58740 CPUtime=222.3 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 18178 0 0 0 22225 5 0 0 25 0 1 0 588835483 60149760 14496 33554432000 134512640 135151029 4290024864 18446744073709551615 134554894 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 14685 14496 80 156 0 14528 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 58740
[startup+282.301 s]
/proc/loadavg: 2.99 2.64 2.80 4/184 23622
/proc/meminfo: memFree=16349960/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=58740 CPUtime=282.3 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 19655 0 0 0 28224 6 0 0 25 0 1 0 588835483 60149760 14589 33554432000 134512640 135151029 4290024864 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 14685 14589 80 156 0 14528 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 58740
[startup+342.301 s]
/proc/loadavg: 2.99 2.71 2.81 4/184 23624
/proc/meminfo: memFree=16321668/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=68780 CPUtime=342.3 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 22117 0 0 0 34223 7 0 0 25 0 1 0 588835483 70430720 16923 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 17195 16923 80 156 0 17038 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 68780
[startup+402.3 s]
/proc/loadavg: 2.99 2.76 2.82 4/184 23625
/proc/meminfo: memFree=16316320/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=68788 CPUtime=402.3 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 23017 0 0 0 40223 7 0 0 25 0 1 0 588835483 70438912 17062 33554432000 134512640 135151029 4290024864 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 17197 17062 80 156 0 17040 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 68788
[startup+462.301 s]
/proc/loadavg: 2.99 2.80 2.83 4/184 23627
/proc/meminfo: memFree=16307876/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=73960 CPUtime=462.3 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 24814 0 0 0 46222 8 0 0 25 0 1 0 588835483 75735040 18161 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 18490 18161 80 156 0 18333 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 73960
[startup+522.301 s]
/proc/loadavg: 2.99 2.83 2.83 4/184 23629
/proc/meminfo: memFree=16301544/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=70456 CPUtime=522.31 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 26960 0 0 0 52222 9 0 0 25 0 1 0 588835483 72146944 17461 33554432000 134512640 135151029 4290024864 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 17614 17461 80 156 0 17457 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 70456
[startup+582.3 s]
/proc/loadavg: 2.99 2.86 2.84 4/184 23630
/proc/meminfo: memFree=16295316/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=73960 CPUtime=582.32 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 29505 0 0 0 58222 10 0 0 25 0 1 0 588835483 75735040 18223 33554432000 134512640 135151029 4290024864 18446744073709551615 134552412 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 18490 18223 80 156 0 18333 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 73960
[startup+642.301 s]
/proc/loadavg: 2.99 2.88 2.85 4/184 23632
/proc/meminfo: memFree=16287484/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=77732 CPUtime=642.32 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 32129 0 0 0 64222 10 0 0 25 0 1 0 588835483 79597568 19134 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 19433 19134 80 156 0 19276 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 77732
[startup+702.301 s]
/proc/loadavg: 2.99 2.90 2.85 4/184 23633
/proc/meminfo: memFree=16266892/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=83100 CPUtime=702.32 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 34102 0 0 0 70221 11 0 0 25 0 1 0 588835483 85094400 20472 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 20775 20472 80 156 0 20618 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 83100
[startup+762.306 s]
/proc/loadavg: 2.99 2.92 2.86 4/184 23635
/proc/meminfo: memFree=16255724/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=83644 CPUtime=762.33 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 35660 0 0 0 76221 12 0 0 25 0 1 0 588835483 85651456 20603 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 20911 20603 80 156 0 20754 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 83644
[startup+822.301 s]
/proc/loadavg: 3.04 2.94 2.87 4/184 23637
/proc/meminfo: memFree=16256936/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=82160 CPUtime=822.32 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 36767 0 0 0 82220 12 0 0 25 0 1 0 588835483 84131840 20271 33554432000 134512640 135151029 4290024864 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 20540 20271 80 156 0 20383 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 82160
[startup+882.301 s]
/proc/loadavg: 3.01 2.95 2.87 4/184 23638
/proc/meminfo: memFree=16253932/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=79952 CPUtime=882.32 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 38077 0 0 0 88219 13 0 0 25 0 1 0 588835483 81870848 19795 33554432000 134512640 135151029 4290024864 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 19988 19795 80 156 0 19831 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 79952
[startup+942.3 s]
/proc/loadavg: 3.08 2.97 2.89 4/184 23640
/proc/meminfo: memFree=16240140/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=87508 CPUtime=942.32 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 40497 0 0 0 94218 14 0 0 25 0 1 0 588835483 89608192 21621 33554432000 134512640 135151029 4290024864 18446744073709551615 134554903 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 21877 21621 80 156 0 21720 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 87508
[startup+1002.3 s]
/proc/loadavg: 3.03 2.97 2.89 4/184 23641
/proc/meminfo: memFree=16221260/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=87508 CPUtime=1002.32 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 41707 0 0 0 100218 14 0 0 25 0 1 0 588835483 89608192 21717 33554432000 134512640 135151029 4290024864 18446744073709551615 134580721 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 21877 21717 80 156 0 21720 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 87508
[startup+1062.3 s]
/proc/loadavg: 3.01 2.97 2.90 4/184 23643
/proc/meminfo: memFree=16220252/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=91684 CPUtime=1062.33 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 42554 0 0 0 106218 15 0 0 25 0 1 0 588835483 93884416 22564 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 22921 22564 80 156 0 22764 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 91684
[startup+1122.3 s]
/proc/loadavg: 3.09 3.00 2.91 4/184 23648
/proc/meminfo: memFree=16205208/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=94576 CPUtime=1122.33 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 43358 0 0 0 112218 15 0 0 25 0 1 0 588835483 96845824 23368 33554432000 134512640 135151029 4290024864 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 23644 23368 80 156 0 23487 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 94576
[startup+1182.3 s]
/proc/loadavg: 3.03 3.00 2.91 4/184 23649
/proc/meminfo: memFree=16198376/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=94304 CPUtime=1182.33 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 43634 0 0 0 118218 15 0 0 25 0 1 0 588835483 96567296 23459 33554432000 134512640 135151029 4290024864 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 23576 23459 80 156 0 23419 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 94304
[startup+1242.3 s]
/proc/loadavg: 3.01 3.00 2.91 4/184 23651
/proc/meminfo: memFree=16192760/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=94240 CPUtime=1242.33 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 44373 0 0 0 124218 15 0 0 25 0 1 0 588835483 96501760 23450 33554432000 134512640 135151029 4290024864 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 23560 23450 80 156 0 23403 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 94240
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 3.08 3.02 2.92 4/184 23652
/proc/meminfo: memFree=16184920/32950928 swapFree=67111528/67111528
[pid=23567] ppid=23565 vsize=101924 CPUtime=1300.05 cores=0,2
/proc/23567/stat : 23567 (precosat) R 23565 23567 23061 0 -1 4202496 45934 0 0 0 129989 16 0 0 25 0 1 0 588835483 104370176 25011 33554432000 134512640 135151029 4290024864 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23567/statm: 25481 25011 80 156 0 25324 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 101924
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): 1299.89
CPU system time (s): 0.168974
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 101924
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45935
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= 14574
runsolver used 2.32765 second user time and 4.77727 second system time
The end
Launcher Data
Begin job on node114 at 2011-04-28 12:20:48
IDJOB=3309106
IDBENCH=85973
IDSOLVER=1690
FILE ID=node114/3309106-1303986048
RUNJOBID= node114-1303986048-23555
PBS_JOBID= 13168712
Free space on /tmp= 71804 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_29.renamed-as.sat05-1916.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309106-1303986048/watcher-3309106-1303986048 -o /tmp/evaluation-result-3309106-1303986048/solver-3309106-1303986048 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3309106-1303986048.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= f874c09c5787bb3c6a16f7a5f9ea0ad4
RANDOM SEED=1595179695
node114.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.848
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.69
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.848
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 : 5226.15
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.848
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.848
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.848
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.848
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.848
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.74
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.848
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: 16602900 kB
Buffers: 2320012 kB
Cached: 13375280 kB
SwapCached: 0 kB
Active: 7083292 kB
Inactive: 8676612 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32950928 kB
LowFree: 16602900 kB
SwapTotal: 67111528 kB
SwapFree: 67111528 kB
Dirty: 2332 kB
Writeback: 0 kB
AnonPages: 63972 kB
Mapped: 14492 kB
Slab: 524224 kB
PageTables: 4732 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83586992 kB
Committed_AS: 187692 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= 71796 MiB
End job on node114 at 2011-04-28 12:42:30