Trace number 3365923

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:precosat 236? (TO) 5000.08 4999.92

General information on the benchmark

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

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3365923-1305320336.cnf
0.00/0.00	c found header 'p cnf 1192 10656'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0    10360     864    264    64      0       0      0    0.0   0    1
0.03/0.05	c s    0.0     9208     608    264   320      0       0      0    0.0   0    1
0.03/0.05	c l    0.0     9208     608    264   320      0       0   9208    0.0   0    1
0.03/0.05	c R    0.1     9208     608    264   320      0     101    101   79.9   6    1
0.03/0.05	c R    0.1     9208     608    264   320      0     201    201   70.7  13    1
0.03/0.06	c N    0.1     9212     607    264   321      0     805    801   63.8  39    1
0.03/0.06	c B    0.1     9214     606    264   322      0    1001    995   64.3  47    1
0.03/0.08	c B    0.1     9217     606    264   322      0    2001   1992   63.9  48    1
0.03/0.09	c N    0.1     9217     606    264   322      0    2410   2401   63.8  46    1
0.09/0.17	c N    0.2     9224     602    264   326      0    6420   6404   60.3  43    2
0.19/0.22	c B    0.2     9225     601    264   327      0    8003   7986   60.2  47    2
0.19/0.27	c s    0.3     9211     601    264   327      0    9117   9083   60.1  46    2
0.19/0.27	c +    0.3     9211     601    264   327      0    9208  10128   59.9  43    2
0.29/0.33	c +    0.3     9213     600    264   328      0   11510  11140   59.5  44    3
0.39/0.44	c +    0.4     9215     598    264   330      0   14386  12254   59.3  44    3
0.49/0.51	c N    0.5     9215     598    264   330      0   16044  12287   59.2  46    3
0.59/0.62	c +    0.6     9215     598    264   330      0   17980  13479   58.8  45    3
0.79/0.83	c s    0.8     9209     598    264   330      0   21057  13521   58.2  50    3
0.79/0.86	c +    0.9     9209     598    264   330      0   22476  14826   59.0  49    4
0.89/0.90	c
0.89/0.90	c       original/binary      fixed     eliminated      learned       agility
0.89/0.90	c   seconds        variables     equivalent    conflicts       height       MB
0.89/0.90	c
0.89/0.90	c B    0.9     9209     598    264   330      0   24014  14848   59.4  48    4
1.00/1.05	c +    1.1     9209     598    264   330      0   28095  16308   59.1  44    4
1.49/1.57	c +    1.6     9209     598    264   330      0   35117  17938   59.4  46    4
1.69/1.72	c N    1.7     9209     598    264   330      0   38482  20571   59.5  47    5
1.89/1.95	c s    2.0     9210     598    264   330      0   42292  24380   59.7  45    5
1.89/1.99	c +    2.0     9210     598    264   330      0   43896  19731   59.7  50    4
2.39/2.42	c +    2.4     9210     598    264   330      0   54875  21704   59.5  45    5
2.89/2.99	c B    3.0     9210     598    264   330      0   64025  24395   59.1  46    6
3.20/3.29	c +    3.3     9210     598    264   330      0   68590  23874   58.9  48    7
4.40/4.49	c +    4.5     9210     598    264   330      0   85735  26261   58.2  49    5
4.59/4.68	c N    4.7     9210     598    264   330      0   89771  26299   58.0  50    6
6.29/6.35	c +    6.4     9210     598    264   330      0  107166  28887   57.2  48    7
9.80/9.86	c +    9.9     9210     598    264   330      0  133955  31775   55.9  47    9
13.10/13.16	c B   13.2     9210     598    264   330      0  160040  31807   54.8  44   10
13.39/13.44	c s   13.4     9205     597    264   331      0  161826  31795   54.8  50    7
13.59/13.61	c +   13.6     9205     597    264   331      0  167440  34952   55.0  50    8
16.29/16.39	c s   16.4     9204     596    264   332      0  198971  34963   55.4  47    6
16.59/16.69	c N   16.7     9204     596    264   332      0  205130  34984   55.5  46    7
16.79/16.85	c +   16.9     9204     596    264   332      0  209301  38447   55.5  46    7
20.80/20.84	c
20.80/20.84	c       original/binary      fixed     eliminated      learned       agility
20.80/20.84	c   seconds        variables     equivalent    conflicts       height       MB
20.80/20.84	c
20.80/20.84	c +   20.8     9204     596    264   332      0  261627  42291   54.5  43   11
24.59/24.63	c s   24.6     9201     596    264   332      0  290822  37643   53.9  49    8
28.29/28.31	c +   28.3     9201     596    264   332      0  327030  46520   54.8  48   11
33.49/33.56	c s   33.6     9200     595    264   333      0  358586  35230   55.1  44    8
36.09/36.12	c B   36.1     9200     595    264   333      0  384085  46567   55.0  47   12
39.89/39.93	c +   39.9     9200     595    264   333      0  408785  51172   54.8  50   15
48.89/48.95	c N   49.0     9200     595    264   333      0  461507  58693   54.4  48   19
55.69/55.77	c +   55.8     9200     595    264   333      0  510980  56289   54.2  46   13
80.20/80.29	c +   80.3     9200     595    264   333      0  638725  61917   53.1  47   19
119.20/119.24	c +  119.2     9200     595    264   333      0  798405  68108   51.6  50   23
142.90/142.94	c B  142.9     9200     595    264   333      0  896171  75510   50.8  50   27
159.40/159.49	c +  159.5     9200     595    264   333      0  998005  74918   50.5  44   20
164.69/164.79	c N  164.8     9200     595    264   333      0 1025403 102222   50.5  46   26
216.90/216.91	c +  216.9     9200     595    264   333      0 1247505  82409   49.6  47   27
289.40/289.45	c +  289.5     9200     595    264   333      0 1559380  90649   49.0  48   31
392.00/392.08	c +  392.1     9200     595    264   333      0 1949226  99713   47.9  46   21
417.70/417.77	c B  417.8     9200     595    264   333      0 2048336  99747   47.7  48   28
482.70/482.71	c N  482.7     9200     595    264   333      0 2255524  99766   47.2  48   32
537.60/537.64	c +  537.7     9200     595    264   333      0 2436530 109684   46.7  47   34
719.42/719.46	c
719.42/719.46	c       original/binary      fixed     eliminated      learned       agility
719.42/719.46	c   seconds        variables     equivalent    conflicts       height       MB
719.42/719.46	c
719.42/719.46	c s  719.5     9201     595    264   333      0 2933394 109739   45.6  45   25
730.61/730.62	c s  730.6     9201     594    264   334      0 2986580 109702   45.7  48   24
744.31/744.38	c +  744.4     9201     594    264   334      0 3045662 120652   45.7  48   29
1023.52/1023.58	c + 1023.6     9201     594    264   334      0 3807076 132717   45.4  42   34
1104.23/1104.28	c - 1104.3     9201     594    264   334      0 4034909 131390   45.3  53   27
1104.44/1104.49	c s 1104.5     9198     594    264   334      0 4034909 132744   45.3  53   29
1104.44/1104.49	c - 1104.5     9198     594    264   334      0 4034909 130077   45.3  53   29
1282.04/1282.03	c B 1282.1     9198     594    264   334      0 4608681 130092   45.1  43   32
1301.35/1301.33	c + 1301.4     9198     594    264   334      0 4664146 143084   45.0  47   37
1342.74/1342.78	c s 1342.8     9199     594    264   334      0 4750578 108156   45.0  47   24
1354.74/1354.71	c s 1354.8     9194     593    264   335      0 4819377 143104   45.1  47   32
1385.84/1385.84	c N 1385.9     9194     593    264   335      0 4920608 143118   45.1  46   38
1604.85/1604.88	c s 1604.9     9195     593    264   335      0 5433875 143217   44.8  45   33
1746.44/1746.47	c + 1746.5     9195     593    264   335      0 5830181 157392   45.1  50   40
2265.56/2265.53	c s 2265.6     9196     593    264   335      0 7025353 157449   45.0  50   36
2281.66/2281.60	c s 2281.7     9197     592    264   336      0 7104340 157411   45.1  48   34
2379.27/2379.24	c + 2379.3     9197     592    264   336      0 7287725 173131   45.0  48   49
2725.28/2725.21	c s 2725.3     9198     592    264   336      0 7778456 173190   44.7  46   39
4000.63/4000.59	c + 4000.7     9198     592    264   336      0 9109657 190444   44.3  51   81
5000.06/4999.91	c
5000.06/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.06/4999.91	c
5000.06/4999.91	c 9974893 conflicts, 11109514 decisions, 2 random
5000.06/4999.91	c 0 iterations, 3 restarts, 16376 skipped
5000.06/4999.91	c 32 enlarged, 32 shrunken, 97422 rescored, 2045 rebiased
5000.06/4999.91	c 17 simplifications, 19 reductions
5000.06/4999.91	c
5000.06/4999.91	c vars: 264 fixed, 336 equiv, 0 elim, 336 merged
5000.06/4999.91	c elim: 420309 resolutions, 7 phases, 7 rounds
5000.06/4999.91	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
5000.06/4999.91	c arty: 0.00 and 0.00 xor average arity
5000.06/4999.91	c prbe: 38332 probed, 32 phases, 32 rounds
5000.06/4999.91	c prbe: 0 failed, 0 lifted, 0 merged
5000.06/4999.91	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.06/4999.91	c hash: 0 units, 336 merged
5000.06/4999.91	c mins: 497295946 learned, 29% deleted, 78 strong, 45 depth
5000.06/4999.91	c subs: 16 forward, 16 backward, 512 doms
5000.06/4999.91	c strs: 0 forward, 0 backward
5000.06/4999.91	c doms: 512 dominators, 0 high, 0 low
5000.06/4999.91	c prps: 1182842117 propagations, 0.24 megaprops
5000.06/4999.91	c
5000.06/4999.91	c 5000.1 seconds, 102 MB max, 2087 MB recycled
5000.06/4999.91	c
5000.06/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.06/4999.91	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: 961)

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-3365923-1305320336/watcher-3365923-1305320336 -o /tmp/evaluation-result-3365923-1305320336/solver-3365923-1305320336 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365923-1305320336.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.94 1/312 4644
/proc/meminfo: memFree=23313516/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=1660 CPUtime=0 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 316 0 0 0 0 0 0 0 25 0 1 0 722264045 1699840 273 33554432000 134512640 135151029 4288908656 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 415 274 65 156 0 258 0

[startup+0.0398419 s]
/proc/loadavg: 1.84 1.97 1.94 1/312 4644
/proc/meminfo: memFree=23313516/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=2004 CPUtime=0.03 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 443 0 0 0 3 0 0 0 25 0 1 0 722264045 2052096 399 33554432000 134512640 135151029 4288908656 18446744073709551615 134526325 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 501 399 80 156 0 344 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2004

[startup+0.100865 s]
/proc/loadavg: 1.84 1.97 1.94 1/312 4644
/proc/meminfo: memFree=23313516/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=2268 CPUtime=0.09 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 497 0 0 0 9 0 0 0 25 0 1 0 722264045 2322432 453 33554432000 134512640 135151029 4288908656 18446744073709551615 134567958 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 567 453 80 156 0 410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2268

[startup+0.300812 s]
/proc/loadavg: 1.84 1.97 1.94 1/312 4644
/proc/meminfo: memFree=23313516/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=3588 CPUtime=0.29 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 821 0 0 0 29 0 0 0 25 0 1 0 722264045 3674112 777 33554432000 134512640 135151029 4288908656 18446744073709551615 134552239 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 897 777 80 156 0 740 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3588

[startup+0.700708 s]
/proc/loadavg: 1.84 1.97 1.94 1/312 4644
/proc/meminfo: memFree=23313516/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=4908 CPUtime=0.69 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 1156 0 0 0 69 0 0 0 25 0 1 0 722264045 5025792 1112 33554432000 134512640 135151029 4288908656 18446744073709551615 134578216 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 1227 1112 80 156 0 1070 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4908

[startup+1.50057 s]
/proc/loadavg: 1.84 1.97 1.94 3/315 4672
/proc/meminfo: memFree=23318716/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=5560 CPUtime=1.49 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 1325 0 0 0 149 0 0 0 25 0 1 0 722264045 5693440 1281 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 1390 1281 80 156 0 1233 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5560

[startup+3.10029 s]
/proc/loadavg: 1.84 1.97 1.94 3/315 4672
/proc/meminfo: memFree=23313300/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=7664 CPUtime=3.09 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 1800 0 0 0 309 0 0 0 25 0 1 0 722264045 7847936 1756 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 1916 1756 80 156 0 1759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7664

[startup+6.30069 s]
/proc/loadavg: 1.85 1.97 1.94 3/315 4672
/proc/meminfo: memFree=23308048/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=9904 CPUtime=6.29 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 2347 0 0 0 629 0 0 0 25 0 1 0 722264045 10141696 2303 33554432000 134512640 135151029 4288908656 18446744073709551615 134554513 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 2476 2303 80 156 0 2319 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9904

[startup+12.7005 s]
/proc/loadavg: 1.86 1.97 1.94 3/315 4673
/proc/meminfo: memFree=23303284/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=12172 CPUtime=12.69 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 2852 0 0 0 1269 0 0 0 25 0 1 0 722264045 12464128 2808 33554432000 134512640 135151029 4288908656 18446744073709551615 134574250 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 3043 2808 80 156 0 2886 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12172

[startup+25.5011 s]
/proc/loadavg: 1.89 1.97 1.94 3/315 4673
/proc/meminfo: memFree=23289640/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=18620 CPUtime=25.49 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 4656 0 0 0 2549 0 0 0 25 0 1 0 722264045 19066880 4484 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 4655 4484 80 156 0 4498 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18620

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.94 3/315 4674
/proc/meminfo: memFree=23283856/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=22876 CPUtime=51.09 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 5738 0 0 0 5109 0 0 0 25 0 1 0 722264045 23425024 5528 33554432000 134512640 135151029 4288908656 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 5719 5528 80 156 0 5562 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22876

[startup+102.312 s]
/proc/loadavg: 1.97 1.97 1.94 3/315 4675
/proc/meminfo: memFree=23269296/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=28780 CPUtime=102.31 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 7060 0 0 0 10230 1 0 0 25 0 1 0 722264045 29470720 6850 33554432000 134512640 135151029 4288908656 18446744073709551615 134554851 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 7195 6850 80 156 0 7038 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 28780

[startup+162.301 s]
/proc/loadavg: 2.10 2.00 1.95 3/315 4686
/proc/meminfo: memFree=23251608/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=36792 CPUtime=162.29 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 8950 0 0 0 16228 1 0 0 25 0 1 0 722264045 37675008 8740 33554432000 134512640 135151029 4288908656 18446744073709551615 134551455 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 9198 8740 80 156 0 9041 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36792

[startup+222.3 s]
/proc/loadavg: 2.09 2.01 1.96 3/315 4687
/proc/meminfo: memFree=23241260/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=36792 CPUtime=222.3 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 9017 0 0 0 22229 1 0 0 25 0 1 0 722264045 37675008 8807 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 9198 8807 80 156 0 9041 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 36792

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/315 4689
/proc/meminfo: memFree=23237116/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=40436 CPUtime=282.3 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 10069 0 0 0 28229 1 0 0 25 0 1 0 722264045 41406464 9859 33554432000 134512640 135151029 4288908656 18446744073709551615 134554875 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 10109 9859 80 156 0 9952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 40436

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/315 4690
/proc/meminfo: memFree=23234844/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=42880 CPUtime=342.3 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 10564 0 0 0 34229 1 0 0 25 0 1 0 722264045 43909120 10354 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 10720 10354 80 156 0 10563 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 42880

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 1.96 3/315 4692
/proc/meminfo: memFree=23233812/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=42880 CPUtime=402.3 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 10662 0 0 0 40229 1 0 0 25 0 1 0 722264045 43909120 10452 33554432000 134512640 135151029 4288908656 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 10720 10452 80 156 0 10563 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 42880

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/315 4694
/proc/meminfo: memFree=23233784/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=42880 CPUtime=462.3 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 10705 0 0 0 46229 1 0 0 25 0 1 0 722264045 43909120 10495 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 10720 10495 80 156 0 10563 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 42880

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/315 4695
/proc/meminfo: memFree=23226676/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=43720 CPUtime=522.3 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 10917 0 0 0 52229 1 0 0 25 0 1 0 722264045 44769280 10707 33554432000 134512640 135151029 4288908656 18446744073709551615 134576067 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 10930 10707 80 156 0 10773 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 43720

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/315 4697
/proc/meminfo: memFree=23216228/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=45832 CPUtime=582.3 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 11307 0 0 0 58229 1 0 0 25 0 1 0 722264045 46931968 11097 33554432000 134512640 135151029 4288908656 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 11458 11097 80 156 0 11301 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 45832

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/315 4802
/proc/meminfo: memFree=23120712/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=94804 CPUtime=4062.44 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 24983 0 0 0 406235 9 0 0 25 0 1 0 722264045 97079296 22609 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 23701 22609 80 156 0 23544 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 94804

[startup+4122.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/315 4803
/proc/meminfo: memFree=23120684/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=95316 CPUtime=4122.43 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 25041 0 0 0 412234 9 0 0 25 0 1 0 722264045 97603584 22667 33554432000 134512640 135151029 4288908656 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 23829 22667 80 156 0 23672 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 95316

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/315 4805
/proc/meminfo: memFree=23121160/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=95700 CPUtime=4182.43 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 25106 0 0 0 418234 9 0 0 25 0 1 0 722264045 97996800 22732 33554432000 134512640 135151029 4288908656 18446744073709551615 134554829 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 23925 22732 80 156 0 23768 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 95700

[startup+4242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/315 4806
/proc/meminfo: memFree=23121008/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=95956 CPUtime=4242.43 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 25174 0 0 0 424234 9 0 0 25 0 1 0 722264045 98258944 22800 33554432000 134512640 135151029 4288908656 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 23989 22800 80 156 0 23832 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 95956

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/315 4808
/proc/meminfo: memFree=23119620/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=96472 CPUtime=4302.44 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 25312 0 0 0 430235 9 0 0 25 0 1 0 722264045 98787328 22938 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 24118 22938 80 156 0 23961 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 96472

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/315 4810
/proc/meminfo: memFree=23113140/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=97756 CPUtime=4362.44 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 25453 0 0 0 436235 9 0 0 25 0 1 0 722264045 100102144 23079 33554432000 134512640 135151029 4288908656 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 24439 23079 80 156 0 24282 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 97756

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/315 4811
/proc/meminfo: memFree=23106916/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=103768 CPUtime=4422.44 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 26947 0 0 0 442234 10 0 0 25 0 1 0 722264045 106258432 24573 33554432000 134512640 135151029 4288908656 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 25942 24573 80 156 0 25785 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 103768

[startup+4482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/315 4813
/proc/meminfo: memFree=23106512/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=104284 CPUtime=4482.44 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 27046 0 0 0 448234 10 0 0 25 0 1 0 722264045 106786816 24672 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 26071 24672 80 156 0 25914 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 104284

[startup+4542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/315 4814
/proc/meminfo: memFree=23105744/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=104800 CPUtime=4542.45 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 27146 0 0 0 454235 10 0 0 25 0 1 0 722264045 107315200 24772 33554432000 134512640 135151029 4288908656 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 26200 24772 80 156 0 26043 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 104800

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/315 4816
/proc/meminfo: memFree=23103992/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=104800 CPUtime=4602.45 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 27182 0 0 0 460235 10 0 0 25 0 1 0 722264045 107315200 24808 33554432000 134512640 135151029 4288908656 18446744073709551615 134554782 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 26200 24808 80 156 0 26043 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 104800

[startup+4662.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/315 4818
/proc/meminfo: memFree=23103348/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=105188 CPUtime=4662.45 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 27320 0 0 0 466235 10 0 0 25 0 1 0 722264045 107712512 24946 33554432000 134512640 135151029 4288908656 18446744073709551615 134554640 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 26297 24946 80 156 0 26140 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 105188

[startup+4722.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/315 4819
/proc/meminfo: memFree=23102956/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=106780 CPUtime=4722.46 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 27575 0 0 0 472236 10 0 0 25 0 1 0 722264045 109342720 25201 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 26695 25201 80 156 0 26538 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 106780

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/315 4821
/proc/meminfo: memFree=23102428/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=108256 CPUtime=4782.45 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 27929 0 0 0 478235 10 0 0 25 0 1 0 722264045 110854144 25555 33554432000 134512640 135151029 4288908656 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 27064 25555 80 156 0 26907 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 108256

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/315 4822
/proc/meminfo: memFree=23107976/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=98612 CPUtime=4842.45 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 28142 0 0 0 484235 10 0 0 25 0 1 0 722264045 100978688 24028 33554432000 134512640 135151029 4288908656 18446744073709551615 134555125 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 24653 24028 80 156 0 24496 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 98612

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/315 4824
/proc/meminfo: memFree=23107712/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=98612 CPUtime=4902.45 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 28167 0 0 0 490235 10 0 0 25 0 1 0 722264045 100978688 24053 33554432000 134512640 135151029 4288908656 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 24653 24053 80 156 0 24496 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 98612

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/315 4826
/proc/meminfo: memFree=23107440/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=98612 CPUtime=4962.46 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 28253 0 0 0 496236 10 0 0 25 0 1 0 722264045 100978688 24139 33554432000 134512640 135151029 4288908656 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 24653 24139 80 156 0 24496 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 98612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/315 4827
/proc/meminfo: memFree=23107292/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=98612 CPUtime=5000.06 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 28261 0 0 0 499996 10 0 0 25 0 1 0 722264045 100978688 24147 33554432000 134512640 135151029 4288908656 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 24653 24147 80 156 0 24496 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 98612

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/315 4827
/proc/meminfo: memFree=23107292/32951124 swapFree=59305796/67111528
[pid=4644] ppid=4642 vsize=98612 CPUtime=5000.06 cores=0,2,4,6
/proc/4644/stat : 4644 (precosat) R 4642 4644 4429 0 -1 4202496 28261 0 0 0 499996 10 0 0 25 0 1 0 722264045 100978688 24147 33554432000 134512640 135151029 4288908656 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/4644/statm: 24653 24147 80 156 0 24496 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 98612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.08
CPU user time (s): 4999.97
CPU system time (s): 0.110983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 109428

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

runsolver used 15.9776 second user time and 34.0288 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-13 22:58:56
IDJOB=3365923
IDBENCH=83412
IDSOLVER=1843
FILE ID=node111/3365923-1305320336
RUNJOBID= node111-1305315333-4447
PBS_JOBID= 13324321
Free space on /tmp= 51584 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365923-1305320336/watcher-3365923-1305320336 -o /tmp/evaluation-result-3365923-1305320336/solver-3365923-1305320336 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365923-1305320336.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=875929344

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:     32951124 kB
MemFree:      23313804 kB
Buffers:        213376 kB
Cached:        6182308 kB
SwapCached:      13720 kB
Active:         654172 kB
Inactive:      8771744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23313804 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:             804 kB
Writeback:           0 kB
AnonPages:     3025824 kB
Mapped:          12844 kB
Slab:           110796 kB
PageTables:      36404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53350976 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= 51592 MiB
End job on node111 at 2011-05-14 00:22:18