Trace number 3365941

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.07 4999.92

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
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 variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
Number of clauses of size over 50

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-3365941-1305320416.cnf
0.00/0.00	c found header 'p cnf 912 3488'
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     3344     768     80    64      0       0      0    0.0   0    0
0.00/0.01	c s    0.0     2928     588     80   128    116       0      0    0.0   0    0
0.00/0.01	c l    0.0     2928     588     80   128    116       0   2928    0.0   0    0
0.00/0.01	c R    0.0     2928     588     80   128    116     100    100   69.2   6    0
0.00/0.01	c R    0.0     2928     588     80   128    116     201    201   63.4  19    0
0.00/0.02	c N    0.0     2928     588     80   128    116     803    803   49.7  39    0
0.00/0.02	c B    0.0     2928     588     80   128    116    1002   1002   47.7  42    0
0.00/0.05	c B    0.1     2928     588     80   128    116    2002   2002   43.4  46    1
0.06/0.07	c N    0.1     2928     588     80   128    116    2405   2405   42.3  47    1
0.06/0.09	c +    0.1     2928     588     80   128    116    2929   3220   41.2  46    1
0.10/0.11	c +    0.1     2928     588     80   128    116    3661   3542   40.0  46    1
0.10/0.15	c +    0.2     2928     588     80   128    116    4576   3896   39.0  47    1
0.10/0.19	c +    0.2     2928     588     80   128    116    5721   4285   37.9  46    1
0.20/0.22	c N    0.2     2928     588     80   128    116    6413   6208   37.3  44    1
0.20/0.25	c +    0.3     2928     588     80   128    116    7150   4713   36.6  43    1
0.20/0.29	c B    0.3     2928     588     80   128    116    8005   4584   36.1  46    1
0.30/0.34	c +    0.3     2928     588     80   128    116    8935   5184   35.4  46    1
0.40/0.49	c +    0.5     2928     588     80   128    116   11165   5702   34.1  47    1
0.60/0.64	c +    0.6     2928     588     80   128    116   13955   6272   33.3  47    1
0.70/0.78	c
0.70/0.78	c       original/binary      fixed     eliminated      learned       agility
0.70/0.78	c   seconds        variables     equivalent    conflicts       height       MB
0.70/0.78	c
0.70/0.78	c N    0.8     2928     588     80   128    116   16035   6325   32.7  48    2
0.80/0.88	c +    0.9     2928     588     80   128    116   17441   6899   32.3  48    2
1.19/1.25	c +    1.3     2928     588     80   128    116   21800   7588   31.4  49    2
1.29/1.39	c s    1.4     2929     588     80   128    116   23617   6432   31.3  44    1
1.39/1.41	c B    1.4     2929     588     80   128    116   24014   6829   31.3  48    1
1.49/1.59	c +    1.6     2929     588     80   128    116   27251   8346   31.2  49    2
1.99/2.05	c +    2.1     2929     588     80   128    116   34062   9180   30.9  47    2
2.29/2.35	c N    2.4     2929     588     80   128    116   38472   8415   30.6  45    2
2.69/2.70	c +    2.7     2929     588     80   128    116   42576  10098   30.4  46    2
3.70/3.72	c +    3.7     2929     588     80   128    116   53222  11107   29.8  46    2
4.30/4.38	c B    4.4     2929     588     80   128    116   64026  11179   29.5  43    3
4.50/4.53	c +    4.5     2929     588     80   128    116   66526  12217   29.3  47    3
5.60/5.68	c +    5.7     2929     588     80   128    116   83155  13438   28.5  46    3
6.20/6.21	c N    6.2     2929     588     80   128    116   89765  16278   28.3  48    4
7.39/7.42	c +    7.4     2929     588     80   128    116  103942  14781   28.1  46    3
10.09/10.17	c +   10.2     2929     588     80   128    116  129925  16259   27.7  48    4
13.29/13.37	c B   13.4     2929     588     80   128    116  160047  16781   27.2  47    4
13.59/13.60	c +   13.6     2929     588     80   128    116  162406  17884   27.2  49    5
17.89/17.99	c +   18.0     2929     588     80   128    116  203006  19672   26.7  45    5
18.19/18.22	c
18.19/18.22	c       original/binary      fixed     eliminated      learned       agility
18.19/18.22	c   seconds        variables     equivalent    conflicts       height       MB
18.19/18.22	c
18.19/18.22	c N   18.2     2929     588     80   128    116  205154  19703   26.7  43    5
19.49/19.58	c s   19.6     2930     588     80   128    116  216945  19722   26.5  49    3
23.29/23.37	c +   23.4     2930     588     80   128    116  253755  21639   26.5  47    4
30.19/30.27	c s   30.3     2931     588     80   128    116  309928  17375   26.3  46    3
30.99/31.02	c +   31.0     2931     588     80   128    116  317191  23802   26.3  48    4
40.19/40.29	c B   40.3     2931     588     80   128    116  384086  24065   26.1  49    7
42.39/42.46	c +   42.5     2931     588     80   128    116  396486  26182   26.2  48    9
51.19/51.26	c N   51.3     2931     588     80   128    116  461524  26214   26.1  45    5
55.49/55.57	c +   55.6     2931     588     80   128    116  495607  28800   26.2  48    5
71.19/71.27	c +   71.3     2931     588     80   128    116  619506  31680   26.1  48    6
88.09/88.12	c s   88.1     2932     588     80   128    116  725738  31714   26.0  46    5
96.49/96.56	c +   96.6     2932     588     80   128    116  774381  34848   25.9  48    7
98.29/98.34	c s   98.3     2929     587     80   129    116  783784  34862   25.9  47    6
102.79/102.89	c s  102.9     2930     587     80   129    116  812441  34886   25.9  51    6
115.40/115.43	c B  115.4     2930     587     80   129    116  896178  34889   25.9  49    8
128.49/128.54	c +  128.5     2930     587     80   129    116  967977  38332   25.7  49    9
138.29/138.32	c N  138.3     2930     587     80   129    116 1025461  38456   25.7  48   10
163.80/163.89	c s  163.9     2931     587     80   129    116 1183166  35451   25.6  45    6
167.79/167.85	c +  167.9     2931     587     80   129    116 1209970  42165   25.6  49    9
225.00/225.04	c
225.00/225.04	c       original/binary      fixed     eliminated      learned       agility
225.00/225.04	c   seconds        variables     equivalent    conflicts       height       MB
225.00/225.04	c
225.00/225.04	c +  225.0     2931     587     80   129    116 1512460  46381   25.5  47    9
298.40/298.41	c +  298.4     2931     587     80   129    116 1890575  51019   25.1  46    7
329.80/329.81	c B  329.8     2931     587     80   129    116 2048333  51068   25.1  46   12
369.80/369.82	c N  369.8     2931     587     80   129    116 2255589  51052   25.2  45   14
389.60/389.61	c +  389.6     2931     587     80   129    116 2363215  56120   25.1  44   14
516.30/516.37	c +  516.4     2931     587     80   129    116 2954016  61732   25.0  49   19
567.51/567.55	c s  567.6     2928     586     80   130    116 3197194  60226   24.9  46   10
676.81/676.85	c +  676.9     2928     586     80   130    116 3692522  67905   24.8  48   13
905.11/905.10	c B  905.1     2928     586     80   130    116 4608689  67923   24.7  47   18
906.61/906.65	c +  906.7     2928     586     80   130    116 4615650  74695   24.7  48   18
982.02/982.02	c N  982.1     2928     586     80   130    116 4920820  74745   24.6  49   17
1226.22/1226.27	c + 1226.3     2928     586     80   130    116 5769561  82164   24.5  46   22
1644.74/1644.78	c + 1644.8     2928     586     80   130    116 7211950  90380   24.2  49   24
2186.25/2186.23	c + 2186.3     2928     586     80   130    116 9014936  99418   23.7  49   28
2566.97/2566.91	c B 2567.0     2928     586     80   130    116 10241419  99459   23.6  48   30
2700.59/2700.55	c N 2700.6     2928     586     80   130    116 10660931  99444   23.6  48   31
2912.38/2912.35	c s 2912.4     2929     586     80   130    116 11330015  99460   23.5  49   16
3032.18/3032.11	c s 3032.2     2930     586     80   130    116 11718531  99452   23.5  48   17
3994.61/3994.57	c s 3994.7     2927     585     80   131    116 14877021 101075   23.1  46   15
5000.04/4999.91	c
5000.04/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.04/4999.91	c
5000.04/4999.91	c 17873853 conflicts, 18944219 decisions, 2 random
5000.04/4999.91	c 0 iterations, 2 restarts, 26618 skipped
5000.04/4999.91	c 37 enlarged, 17 shrunken, 174608 rescored, 3461 rebiased
5000.04/4999.91	c 12 simplifications, 41 reductions
5000.04/4999.91	c
5000.04/4999.91	c vars: 80 fixed, 131 equiv, 116 elim, 131 merged
5000.04/4999.91	c elim: 50897 resolutions, 4 phases, 4 rounds
5000.04/4999.91	c sbst: 100% substituted, 0.0% nots, 0.0% ands, 100.0% xors, 0.0% ites
5000.04/4999.91	c arty: 0.00 and 2.00 xor average arity
5000.04/4999.91	c prbe: 57786 probed, 49 phases, 49 rounds
5000.04/4999.91	c prbe: 0 failed, 0 lifted, 0 merged
5000.04/4999.91	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.04/4999.91	c hash: 0 units, 131 merged
5000.04/4999.91	c mins: 539089884 learned, 38% deleted, 119 strong, 37 depth
5000.04/4999.91	c subs: 6 forward, 6 backward, 128 doms
5000.04/4999.91	c strs: 0 forward, 0 backward
5000.04/4999.91	c doms: 128 dominators, 0 high, 0 low
5000.04/4999.91	c prps: 2673943270 propagations, 0.53 megaprops
5000.04/4999.91	c
5000.04/4999.91	c 5000.1 seconds, 42 MB max, 2453 MB recycled
5000.04/4999.91	c
5000.04/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.04/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-3365941-1305320416/watcher-3365941-1305320416 -o /tmp/evaluation-result-3365941-1305320416/solver-3365941-1305320416 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365941-1305320416.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: 2.00 2.02 1.97 2/370 11569
/proc/meminfo: memFree=10236140/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=1260 CPUtime=0 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 236 0 0 0 0 0 0 0 25 0 1 0 643639386 1290240 192 33554432000 134512640 135151029 4288554672 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 315 192 80 156 0 158 0

[startup+0.064781 s]
/proc/loadavg: 2.00 2.02 1.97 2/370 11569
/proc/meminfo: memFree=10236140/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=1524 CPUtime=0.06 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 315 0 0 0 6 0 0 0 25 0 1 0 643639386 1560576 271 33554432000 134512640 135151029 4288554672 18446744073709551615 134554507 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 381 271 80 156 0 224 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1524

[startup+0.100785 s]
/proc/loadavg: 2.00 2.02 1.97 2/370 11569
/proc/meminfo: memFree=10236140/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=1788 CPUtime=0.1 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 364 0 0 0 10 0 0 0 25 0 1 0 643639386 1830912 320 33554432000 134512640 135151029 4288554672 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 447 320 80 156 0 290 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.300738 s]
/proc/loadavg: 2.00 2.02 1.97 2/370 11569
/proc/meminfo: memFree=10236140/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=2448 CPUtime=0.3 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 532 0 0 0 30 0 0 0 25 0 1 0 643639386 2506752 488 33554432000 134512640 135151029 4288554672 18446744073709551615 134580473 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 612 488 80 156 0 455 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2448

[startup+0.700665 s]
/proc/loadavg: 2.00 2.02 1.97 2/370 11569
/proc/meminfo: memFree=10236140/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=2448 CPUtime=0.7 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 561 0 0 0 70 0 0 0 25 0 1 0 643639386 2506752 517 33554432000 134512640 135151029 4288554672 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 612 517 80 156 0 455 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2448

[startup+1.50049 s]
/proc/loadavg: 2.00 2.02 1.97 3/371 11570
/proc/meminfo: memFree=10233412/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=3636 CPUtime=1.49 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 844 0 0 0 149 0 0 0 25 0 1 0 643639386 3723264 800 33554432000 134512640 135151029 4288554672 18446744073709551615 134574657 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 909 800 80 156 0 752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3636

[startup+3.10023 s]
/proc/loadavg: 2.00 2.02 1.97 3/371 11570
/proc/meminfo: memFree=10231736/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=3900 CPUtime=3.09 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 908 0 0 0 309 0 0 0 25 0 1 0 643639386 3993600 864 33554432000 134512640 135151029 4288554672 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 975 864 80 156 0 818 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3900

[startup+6.30064 s]
/proc/loadavg: 2.00 2.02 1.97 3/371 11570
/proc/meminfo: memFree=10230000/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=4980 CPUtime=6.3 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 1161 0 0 0 630 0 0 0 25 0 1 0 643639386 5099520 1117 33554432000 134512640 135151029 4288554672 18446744073709551615 134578124 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 1245 1117 80 156 0 1088 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4980

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 1.97 3/371 11571
/proc/meminfo: memFree=10229048/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=5960 CPUtime=12.69 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 1410 0 0 0 1269 0 0 0 25 0 1 0 643639386 6103040 1366 33554432000 134512640 135151029 4288554672 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 1490 1366 80 156 0 1333 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5960

[startup+25.5011 s]
/proc/loadavg: 2.00 2.01 1.97 3/371 11571
/proc/meminfo: memFree=10227440/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=7664 CPUtime=25.49 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 1910 0 0 0 2549 0 0 0 25 0 1 0 643639386 7847936 1794 33554432000 134512640 135151029 4288554672 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 1916 1794 80 156 0 1759 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7664

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 1.97 3/371 11581
/proc/meminfo: memFree=10221216/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=11084 CPUtime=51.09 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 2758 0 0 0 5109 0 0 0 25 0 1 0 643639386 11350016 2624 33554432000 134512640 135151029 4288554672 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 2771 2624 80 156 0 2614 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11084

[startup+102.314 s]
/proc/loadavg: 2.00 2.01 1.97 3/371 11582
/proc/meminfo: memFree=10218496/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=11808 CPUtime=102.31 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 3097 0 0 0 10231 0 0 0 25 0 1 0 643639386 12091392 2853 33554432000 134512640 135151029 4288554672 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 2952 2853 80 156 0 2795 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 11808

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/371 11584
/proc/meminfo: memFree=10206528/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=13708 CPUtime=162.29 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 3994 0 0 0 16229 0 0 0 25 0 1 0 643639386 14036992 3327 33554432000 134512640 135151029 4288554672 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 3427 3327 80 156 0 3270 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13708

[startup+222.3 s]
/proc/loadavg: 2.11 2.03 1.98 3/371 11585
/proc/meminfo: memFree=10186244/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=16752 CPUtime=222.3 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 4653 0 0 0 22229 1 0 0 25 0 1 0 643639386 17154048 3947 33554432000 134512640 135151029 4288554672 18446744073709551615 134554732 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 4188 3947 80 156 0 4031 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 16752

[startup+282.3 s]
/proc/loadavg: 2.10 2.04 1.99 3/371 11590
/proc/meminfo: memFree=10185236/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=17832 CPUtime=282.3 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 4950 0 0 0 28229 1 0 0 25 0 1 0 643639386 18259968 4244 33554432000 134512640 135151029 4288554672 18446744073709551615 134552590 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 4458 4244 80 156 0 4301 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 17832

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 1.99 3/371 11591
/proc/meminfo: memFree=10185120/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=18504 CPUtime=342.3 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 5112 0 0 0 34229 1 0 0 25 0 1 0 643639386 18948096 4406 33554432000 134512640 135151029 4288554672 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 4626 4406 80 156 0 4469 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 18504

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/371 11593
/proc/meminfo: memFree=10183600/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=20616 CPUtime=402.3 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 5503 0 0 0 40229 1 0 0 25 0 1 0 643639386 21110784 4797 33554432000 134512640 135151029 4288554672 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 5154 4797 80 156 0 4997 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 20616

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/371 11595
/proc/meminfo: memFree=10182284/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=22536 CPUtime=462.3 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 5836 0 0 0 46229 1 0 0 25 0 1 0 643639386 23076864 5130 33554432000 134512640 135151029 4288554672 18446744073709551615 134554837 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 5634 5130 80 156 0 5477 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 22536

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/371 11596
/proc/meminfo: memFree=10180376/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=24072 CPUtime=522.3 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 6118 0 0 0 52229 1 0 0 25 0 1 0 643639386 24649728 5412 33554432000 134512640 135151029 4288554672 18446744073709551615 134574626 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 6018 5412 80 156 0 5861 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 24072

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/371 11598
/proc/meminfo: memFree=10177332/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=27044 CPUtime=582.31 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 6838 0 0 0 58230 1 0 0 25 0 1 0 643639386 27693056 6132 33554432000 134512640 135151029 4288554672 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 6761 6132 80 156 0 6604 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 27044

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/371 11703
/proc/meminfo: memFree=10060668/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=38824 CPUtime=4062.42 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 18463 0 0 0 406238 4 0 0 25 0 1 0 643639386 39755776 9518 33554432000 134512640 135151029 4288554672 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 9706 9518 80 156 0 9549 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 38824

[startup+4122.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/371 11704
/proc/meminfo: memFree=10061368/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=38312 CPUtime=4122.42 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 18566 0 0 0 412237 5 0 0 25 0 1 0 643639386 39231488 9461 33554432000 134512640 135151029 4288554672 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 9578 9461 80 156 0 9421 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 38312

[startup+4182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/371 11706
/proc/meminfo: memFree=10061324/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=39720 CPUtime=4182.42 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 18780 0 0 0 418237 5 0 0 25 0 1 0 643639386 40673280 9675 33554432000 134512640 135151029 4288554672 18446744073709551615 134578505 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 9930 9675 80 156 0 9773 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 39720

[startup+4242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/371 11707
/proc/meminfo: memFree=10054960/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=42156 CPUtime=4242.42 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 19237 0 0 0 424237 5 0 0 25 0 1 0 643639386 43167744 10132 33554432000 134512640 135151029 4288554672 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 10539 10132 80 156 0 10382 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 42156

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 11709
/proc/meminfo: memFree=10046372/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=38312 CPUtime=4302.42 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 19272 0 0 0 430237 5 0 0 25 0 1 0 643639386 39231488 9463 33554432000 134512640 135151029 4288554672 18446744073709551615 134551278 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 9578 9463 80 156 0 9421 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 38312

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/371 11711
/proc/meminfo: memFree=10028736/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=39340 CPUtime=4362.42 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 19393 0 0 0 436237 5 0 0 25 0 1 0 643639386 40284160 9584 33554432000 134512640 135151029 4288554672 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 9835 9584 80 156 0 9678 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 39340

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/371 11712
/proc/meminfo: memFree=10003652/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=40364 CPUtime=4422.42 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 19610 0 0 0 442237 5 0 0 25 0 1 0 643639386 41332736 9801 33554432000 134512640 135151029 4288554672 18446744073709551615 134555125 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 10091 9801 80 156 0 9934 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 40364

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/371 11714
/proc/meminfo: memFree=10002264/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=42292 CPUtime=4482.42 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 19924 0 0 0 448237 5 0 0 25 0 1 0 643639386 43307008 10115 33554432000 134512640 135151029 4288554672 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 10573 10115 80 156 0 10416 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 42292

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/371 11715
/proc/meminfo: memFree=10000368/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=43836 CPUtime=4542.43 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 20200 0 0 0 454238 5 0 0 25 0 1 0 643639386 44888064 10391 33554432000 134512640 135151029 4288554672 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 10959 10391 80 156 0 10802 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 43836

[startup+4602.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/371 11717
/proc/meminfo: memFree=9997220/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=45376 CPUtime=4602.43 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 20475 0 0 0 460238 5 0 0 25 0 1 0 643639386 46465024 10666 33554432000 134512640 135151029 4288554672 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 11344 10666 80 156 0 11187 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 45376

[startup+4662.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/371 11719
/proc/meminfo: memFree=10001396/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=38312 CPUtime=4662.43 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 20605 0 0 0 466238 5 0 0 25 0 1 0 643639386 39231488 9479 33554432000 134512640 135151029 4288554672 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 9578 9479 80 156 0 9421 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 38312

[startup+4722.31 s]
/proc/loadavg: 2.04 2.04 2.01 3/371 11720
/proc/meminfo: memFree=10001980/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=39848 CPUtime=4722.44 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 20822 0 0 0 472239 5 0 0 25 0 1 0 643639386 40804352 9696 33554432000 134512640 135151029 4288554672 18446744073709551615 134555125 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 9962 9696 80 156 0 9805 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 39848

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/371 11722
/proc/meminfo: memFree=10001572/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=41908 CPUtime=4782.44 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 21165 0 0 0 478238 6 0 0 25 0 1 0 643639386 42913792 10039 33554432000 134512640 135151029 4288554672 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 10477 10039 80 156 0 10320 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 41908

[startup+4842.3 s]
/proc/loadavg: 1.78 1.97 1.98 2/365 11741
/proc/meminfo: memFree=10265720/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=42680 CPUtime=4842.44 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 21278 0 0 0 484238 6 0 0 25 0 1 0 643639386 43704320 10152 33554432000 134512640 135151029 4288554672 18446744073709551615 134552130 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 10670 10152 80 156 0 10513 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 42680

[startup+4902.3 s]
/proc/loadavg: 1.29 1.79 1.92 2/365 11743
/proc/meminfo: memFree=10264476/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=44996 CPUtime=4902.44 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 21676 0 0 0 490238 6 0 0 25 0 1 0 643639386 46075904 10550 33554432000 134512640 135151029 4288554672 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 11249 10550 80 156 0 11092 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 44996

[startup+4962.3 s]
/proc/loadavg: 1.10 1.65 1.86 2/365 11745
/proc/meminfo: memFree=10264452/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=45508 CPUtime=4962.44 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 21765 0 0 0 496238 6 0 0 25 0 1 0 643639386 46600192 10639 33554432000 134512640 135151029 4288554672 18446744073709551615 134554900 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 11377 10639 80 156 0 11220 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 45508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.06 1.57 1.83 2/365 11746
/proc/meminfo: memFree=10263816/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=46024 CPUtime=5000.04 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 21850 0 0 0 499998 6 0 0 25 0 1 0 643639386 47128576 10724 33554432000 134512640 135151029 4288554672 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 11506 10724 80 156 0 11349 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 46024

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: 1.06 1.57 1.83 2/365 11746
/proc/meminfo: memFree=10263816/32951124 swapFree=67111348/67111528
[pid=11569] ppid=11567 vsize=46024 CPUtime=5000.04 cores=0,2,4,6
/proc/11569/stat : 11569 (precosat) R 11567 11569 11272 0 -1 4202496 21850 0 0 0 499998 6 0 0 25 0 1 0 643639386 47128576 10724 33554432000 134512640 135151029 4288554672 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11569/statm: 11506 10724 80 156 0 11349 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 46024

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 5000
CPU system time (s): 0.070989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 52940

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

runsolver used 18.8761 second user time and 40.2119 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-13 23:00:17
IDJOB=3365941
IDBENCH=83431
IDSOLVER=1843
FILE ID=node139/3365941-1305320416
RUNJOBID= node139-1305315242-11290
PBS_JOBID= 13324293
Free space on /tmp= 40604 MiB

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

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=193474597

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10236180 kB
Buffers:        259132 kB
Cached:       14902628 kB
SwapCached:          0 kB
Active:       10479624 kB
Inactive:     11595908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10236180 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             880 kB
Writeback:           0 kB
AnonPages:     6913820 kB
Mapped:          29344 kB
Slab:           536912 kB
PageTables:      38268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76860872 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= 40608 MiB
End job on node139 at 2011-05-14 00:23:38