Trace number 3365587

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.09 4999.93

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
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-3365587-1305315333.cnf
0.00/0.00	c found header 'p cnf 47129 141002'
0.06/0.09	c finished parsing
0.06/0.09	c
0.06/0.09	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.06/0.09	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.06/0.09	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.06/0.09	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.06/0.09	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.06/0.09	c --random=1 --spread=2000 --seed=0 --skip=25
0.06/0.09	c
0.06/0.09	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.06/0.09	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.06/0.09	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.06/0.09	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.06/0.09	c
0.06/0.09	c starting search after 0.1 seconds
0.06/0.09	c no decision limit
0.06/0.09	c
0.06/0.09	c       original/binary      fixed     eliminated      learned       agility
0.06/0.09	c   seconds        variables     equivalent    conflicts       height       MB
0.06/0.09	c
0.06/0.09	c *    0.1   141000   47127      2     0      0       0      0    0.0   0   12
0.99/1.10	c s    1.1    94713   14192     66   143  32728       0      0    0.0   0   11
0.99/1.10	c l    1.1    94713   14192     66   143  32728       0  89629    0.0   0   11
1.29/1.33	c R    1.3    94713   14192     66   143  32728     100    100   89.2  23   12
1.39/1.40	c R    1.4    94782   14192     66   143  32728     201    201  102.4  15   13
1.39/1.46	c N    1.5    94784   14192     66   143  32728     804    804   97.1  48   13
1.39/1.48	c B    1.5    94784   14192     66   143  32728    1001   1001   98.1  43   13
1.49/1.59	c B    1.6    94784   14192     66   143  32728    2001   2001   96.7  13   13
1.79/1.80	c N    1.8    94784   14192     66   143  32728    2410   2410   97.0  38   13
2.20/2.27	c s    2.3    96702   14192     66   143  32728    4481   4481   96.6   2   12
2.59/2.62	c R    2.6    96703   14192     66   143  32728    6419   6419   99.8  18   14
2.79/2.81	c B    2.8    96703   14192     66   143  32728    8003   8003   99.0  31   14
3.49/3.55	c N    3.6    96709   14192     66   143  32728   16035  16032   99.7  33   15
3.59/3.68	c s    3.7    96709   14192     66   143  32728   16558  16552  100.4  36   14
6.89/6.91	c B    6.9    96709   14192     66   143  32728   24008  24002   99.3  47   17
8.09/8.14	c s    8.1    96710   14192     66   143  32728   28041  28034  100.4   9   16
9.09/9.12	c N    9.1    96710   14192     66   143  32728   38471  38464  102.2  34   20
10.39/10.49	c s   10.5    96712   14192     66   143  32728   50341  50332  100.5  36   20
20.58/20.62	c B   20.6    96712   14192     66   143  32728   64017  64008  101.2  48   28
55.79/55.80	c
55.79/55.80	c       original/binary      fixed     eliminated      learned       agility
55.79/55.80	c   seconds        variables     equivalent    conflicts       height       MB
55.79/55.80	c
55.79/55.80	c +   55.8    96712   14192     66   143  32728   89629  98591  104.6  51   47
55.89/55.91	c N   55.9    96712   14192     66   143  32728   89703  89694  104.6  49   47
87.79/87.84	c +   87.8    96712   14192     66   143  32728  112035 108450  106.9  50   62
129.89/129.91	c +  129.9    96712   14192     66   143  32728  140041 119295  109.1  50   83
157.49/157.56	c B  157.6    96712   14192     66   143  32728  160017 151716  110.9  17   97
158.98/159.05	c s  159.1    96713   14192     66   143  32728  167997 140703  110.3  21   88
162.09/162.19	c +  162.2    96713   14192     66   143  32728  175050 131224  110.1  45   88
173.09/173.19	c N  173.2    96713   14192     66   143  32728  204977 131476  117.4  38   86
182.61/182.63	c +  182.6    96713   14192     66   143  32728  218812 144346  120.7  39   82
187.80/187.88	c s  187.9    96724   14192     66   143  32728  231780 145054  122.2   2   78
193.00/193.04	c s  193.0    96748   14192     66   143  32728  250067 144549  117.6   5   68
200.00/200.04	c +  200.0    96748   14192     66   143  32728  273516 158780  116.3  16   62
200.50/200.54	c s  200.5    96749   14192     66   143  32728  274549 145813  116.3  16   57
206.00/206.09	c s  206.1    96771   14192     66   143  32728  289287 159251  116.2  38   59
211.80/211.85	c s  211.9    96792   14192     66   143  32728  308116 159209  115.2  26   49
217.81/217.82	c s  217.8    96801   14192     66   143  32728  338693 159294  113.6  16   43
219.10/219.12	c +  219.1    96801   14192     66   143  32728  341895 174658  113.7  27   45
222.70/222.76	c s  222.8    96815   14192     66   143  32728  352094 169812  113.5  13   44
228.30/228.36	c s  228.4    96830   14192     66   143  32728  372260 175578  113.3  45   42
230.20/230.28	c
230.20/230.28	c       original/binary      fixed     eliminated      learned       agility
230.20/230.28	c   seconds        variables     equivalent    conflicts       height       MB
230.20/230.28	c
230.20/230.28	c B  230.3    96830   14192     66   143  32728  384063 174769  114.2  39   44
239.70/239.73	c +  239.7    96830   14192     66   143  32728  427367 192123  114.0  14   47
245.50/245.57	c R  245.6    96830   14192     66   143  32728  461273 193556  112.8  17   50
258.20/258.27	c +  258.3    96830   14192     66   143  32728  534206 211335  108.1  40   52
897.01/897.07	c +  897.1    96830   14192     66   143  32728  667756 232468  109.0  42  153
1146.42/1146.47	c s 1146.5    96831   14192     66   143  32728  773499 232950  109.8  17  160
1155.62/1155.64	c s 1155.7    96838   14192     66   143  32728  798164 233018  110.3  30  147
1164.62/1164.61	c s 1164.6    96839   14192     66   143  32728  828592 232729  110.2  35  129
1167.13/1167.14	c + 1167.2    96840   14192     66   143  32728  834695 255714  110.5  30  131
1171.42/1171.42	c s 1171.5    96850   14192     66   143  32728  851276 250681  110.7  17  130
1196.92/1196.92	c B 1197.0    96850   14192     66   143  32728  896109 257650  111.1  28  123
1243.92/1244.00	c N 1244.0    96850   14192     66   143  32728 1024850 259318  111.8  32   87
1250.02/1250.01	c + 1250.1    96850   14192     66   143  32728 1043365 281285  112.0  17   93
1293.53/1293.56	c s 1293.6    96851   14192     66   143  32728 1139290 303189  112.6  22  110
1306.52/1306.55	c s 1306.6    96852   14192     66   143  32728 1168153 281871  112.6  11  103
1366.34/1366.36	c s 1366.4    96853   14192     66   143  32728 1301977 282536  111.4  15   81
1368.45/1368.41	c + 1368.5    96853   14192     66   143  32728 1304206 309413  111.3  62   86
1507.54/1507.58	c + 1507.6    96853   14192     66   143  32728 1630256 340354  108.8  27   87
1708.74/1708.75	c + 1708.8    96853   14192     66   143  32728 2037820 374389  104.4  32  102
1711.04/1711.00	c
1711.04/1711.00	c       original/binary      fixed     eliminated      learned       agility
1711.04/1711.00	c   seconds        variables     equivalent    conflicts       height       MB
1711.04/1711.00	c
1711.04/1711.00	c B 1711.1    96853   14192     66   143  32728 2048295 351107  104.4  24  104
1713.75/1713.76	c s 1713.8    96854   14192     66   143  32728 2051254 354065  104.3   1   80
1779.45/1779.48	c R 1779.5    96854   14192     66   143  32728 2255099 375663  102.0  11  114
2179.76/2179.76	c s 2179.8    96855   14192     66   143  32728 2480744 477351  103.0   6  163
2223.86/2223.80	c + 2223.9    96855   14192     66   143  32728 2547276 411827  102.2   9  137
2270.16/2270.13	c s 2270.2    96856   14192     66   143  32728 2631461 411937  101.8  16  125
2967.68/2967.70	c + 2967.8    96856   14192     66   143  32728 3184095 453009  102.2  39  272
3335.89/3335.80	c s 3335.9    96857   14192     66   143  32728 3436704 425924  102.3  17  201
3358.19/3358.12	c s 3358.2    96858   14192     66   143  32728 3470317 459064  102.7  27  208
3371.80/3371.78	c s 3371.9    96859   14192     66   143  32728 3494477 453916  102.9  17  202
3410.90/3410.89	c s 3411.0    96861   14192     66   143  32728 3502505 453199  103.0  22  201
3613.70/3613.60	c s 3613.7    96862   14192     66   143  32728 3890801 454641  103.3  25  119
3665.00/3664.98	c + 3665.1    96862   14192     66   143  32728 3980116 498309  102.9  35  119
4553.64/4553.57	c B 4553.7    96862   14192     66   143  32728 4608637 499566  100.8  30  201
5000.06/4999.91	c
5000.06/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.06/4999.91	c
5000.06/4999.91	c 4695370 conflicts, 7617180 decisions, 475 random
5000.06/4999.91	c 0 iterations, 3232 restarts, 4956 skipped
5000.06/4999.91	c 18 enlarged, 151 shrunken, 45890 rescored, 1022 rebiased
5000.06/4999.91	c 29 simplifications, 3 reductions
5000.06/4999.91	c
5000.06/4999.91	c vars: 66 fixed, 143 equiv, 32728 elim, 143 merged
5000.06/4999.91	c elim: 1377435 resolutions, 1 phases, 1 rounds
5000.06/4999.91	c sbst: 99% substituted, 0.3% nots, 98.8% ands, 0.9% xors, 0.0% ites
5000.06/4999.91	c arty: 2.01 and 2.00 xor average arity
5000.06/4999.91	c prbe: 19189958 probed, 676 phases, 675 rounds
5000.06/4999.91	c prbe: 64 failed, 0 lifted, 36 merged
5000.06/4999.91	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.06/4999.91	c hash: 0 units, 107 merged
5000.06/4999.91	c mins: 386131742 learned, 34% deleted, 1873 strong, 1000 depth
5000.06/4999.91	c subs: 106 forward, 183 backward, 353 doms
5000.06/4999.91	c strs: 41 forward, 1 backward
5000.06/4999.91	c doms: 551 dominators, 15 high, 0 low
5000.06/4999.91	c prps: 5531294451 propagations, 1.11 megaprops
5000.06/4999.91	c
5000.06/4999.91	c 5000.1 seconds, 361 MB max, 1381 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-3365587-1305315333/watcher-3365587-1305315333 -o /tmp/evaluation-result-3365587-1305315333/solver-3365587-1305315333 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365587-1305315333.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: 0.00 0.00 0.00 2/355 9078
/proc/meminfo: memFree=25719536/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=4972 CPUtime=0 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 1140 0 0 0 0 0 0 0 23 0 1 0 721763974 5091328 1097 33554432000 134512640 135151029 4291958608 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 1243 1097 64 156 0 1086 0

[startup+0.0679699 s]
/proc/loadavg: 0.00 0.00 0.00 2/355 9078
/proc/meminfo: memFree=25719536/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=12500 CPUtime=0.06 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 3126 0 0 0 6 0 0 0 23 0 1 0 721763974 12800000 2985 33554432000 134512640 135151029 4291958608 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 3125 2985 64 156 0 2968 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12500

[startup+0.100967 s]
/proc/loadavg: 0.00 0.00 0.00 2/355 9078
/proc/meminfo: memFree=25719536/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=15220 CPUtime=0.09 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 3932 0 0 0 9 0 0 0 24 0 1 0 721763974 15585280 3661 33554432000 134512640 135151029 4291958608 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 3805 3661 80 156 0 3648 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15220

[startup+0.300935 s]
/proc/loadavg: 0.00 0.00 0.00 2/355 9078
/proc/meminfo: memFree=25719536/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=17356 CPUtime=0.29 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 4860 0 0 0 29 0 0 0 25 0 1 0 721763974 17772544 4147 33554432000 134512640 135151029 4291958608 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 4339 4147 80 156 0 4182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17356

[startup+0.70087 s]
/proc/loadavg: 0.00 0.00 0.00 2/355 9078
/proc/meminfo: memFree=25719536/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=25008 CPUtime=0.69 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 7299 0 0 0 69 0 0 0 25 0 1 0 721763974 25608192 6071 33554432000 134512640 135151029 4291958608 18446744073709551615 134688678 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 6252 6071 80 156 0 6095 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25008

[startup+1.5007 s]
/proc/loadavg: 0.00 0.00 0.00 3/359 9086
/proc/meminfo: memFree=25649568/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=23576 CPUtime=1.49 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 8005 0 0 0 149 0 0 0 25 0 1 0 721763974 24141824 5631 33554432000 134512640 135151029 4291958608 18446744073709551615 134573872 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 5894 5631 80 156 0 5737 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23576

[startup+3.10041 s]
/proc/loadavg: 0.00 0.00 0.00 3/359 9086
/proc/meminfo: memFree=25641896/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=23576 CPUtime=3.09 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 8190 0 0 0 309 0 0 0 25 0 1 0 721763974 24141824 5631 33554432000 134512640 135151029 4291958608 18446744073709551615 134552709 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 5894 5631 80 156 0 5737 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23576

[startup+6.30081 s]
/proc/loadavg: 0.16 0.03 0.01 3/359 9086
/proc/meminfo: memFree=25645120/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=23576 CPUtime=6.29 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 8375 0 0 0 628 1 0 0 25 0 1 0 721763974 24141824 5631 33554432000 134512640 135151029 4291958608 18446744073709551615 134554562 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 5894 5631 80 156 0 5737 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23576

[startup+12.7006 s]
/proc/loadavg: 0.31 0.07 0.02 3/359 9086
/proc/meminfo: memFree=25641240/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=27280 CPUtime=12.69 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 9651 0 0 0 1268 1 0 0 25 0 1 0 721763974 27934720 6537 33554432000 134512640 135151029 4291958608 18446744073709551615 134554534 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 6820 6537 80 156 0 6663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27280

[startup+25.5012 s]
/proc/loadavg: 0.68 0.16 0.05 3/359 9086
/proc/meminfo: memFree=25627168/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=34576 CPUtime=25.49 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 11435 0 0 0 2547 2 0 0 25 0 1 0 721763974 35405824 8321 33554432000 134512640 135151029 4291958608 18446744073709551615 134542920 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 8644 8321 80 156 0 8487 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34576

[startup+51.1005 s]
/proc/loadavg: 1.13 0.31 0.10 3/359 9087
/proc/meminfo: memFree=25570580/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=48720 CPUtime=51.09 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 14932 0 0 0 5106 3 0 0 25 0 1 0 721763974 49889280 11818 33554432000 134512640 135151029 4291958608 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 12180 11818 80 156 0 12023 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48720

[startup+102.313 s]
/proc/loadavg: 1.67 0.58 0.20 3/359 9088
/proc/meminfo: memFree=25519808/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=74876 CPUtime=102.3 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 21405 0 0 0 10226 4 0 0 25 0 1 0 721763974 76673024 18291 33554432000 134512640 135151029 4291958608 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 18719 18291 80 156 0 18562 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74876

[startup+162.301 s]
/proc/loadavg: 1.88 0.83 0.31 3/359 9090
/proc/meminfo: memFree=25473104/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=103616 CPUtime=162.29 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 29010 0 0 0 16224 5 0 0 25 0 1 0 721763974 106102784 25475 33554432000 134512640 135151029 4291958608 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 25904 25475 80 156 0 25747 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103616

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.42 3/359 9094
/proc/meminfo: memFree=25439120/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=102720 CPUtime=222.3 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 29575 0 0 0 22224 6 0 0 25 0 1 0 721763974 105185280 25344 33554432000 134512640 135151029 4291958608 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 25680 25344 80 156 0 25523 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 102720

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.51 3/359 9096
/proc/meminfo: memFree=25420772/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=102720 CPUtime=282.3 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 29575 0 0 0 28224 6 0 0 25 0 1 0 721763974 105185280 25344 33554432000 134512640 135151029 4291958608 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 25680 25344 80 156 0 25523 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102720

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.60 3/359 9098
/proc/meminfo: memFree=25420612/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=102720 CPUtime=342.3 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 29575 0 0 0 34224 6 0 0 25 0 1 0 721763974 105185280 25344 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 25680 25344 80 156 0 25523 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 102720

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.69 3/359 9099
/proc/meminfo: memFree=25391180/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=102720 CPUtime=402.3 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 29575 0 0 0 40224 6 0 0 25 0 1 0 721763974 105185280 25344 33554432000 134512640 135151029 4291958608 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 25680 25344 80 156 0 25523 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 102720

[startup+462.301 s]
/proc/loadavg: 1.99 1.56 0.77 3/359 9101
/proc/meminfo: memFree=25391000/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=102720 CPUtime=462.3 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 29612 0 0 0 46224 6 0 0 25 0 1 0 721763974 105185280 25381 33554432000 134512640 135151029 4291958608 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 25680 25381 80 156 0 25523 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 102720

[startup+522.301 s]
/proc/loadavg: 2.03 1.65 0.85 3/359 9102
/proc/meminfo: memFree=25377184/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=102720 CPUtime=522.3 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 29650 0 0 0 52224 6 0 0 25 0 1 0 721763974 105185280 25419 33554432000 134512640 135151029 4291958608 18446744073709551615 134580762 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 25680 25419 80 156 0 25523 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 102720

[startup+582.301 s]
/proc/loadavg: 2.01 1.71 0.92 3/359 9104
/proc/meminfo: memFree=25339068/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=110892 CPUtime=582.31 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 31606 0 0 0 58224 7 0 0 25 0 1 0 721763974 113553408 27375 33554432000 134512640 135151029 4291958608 18446744073709551615 134574148 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 27723 27375 80 156 0 27566 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 110892

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 1.94 3/359 9209
/proc/meminfo: memFree=24834544/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4062.44 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100081 0 0 0 406209 35 0 0 25 0 1 0 721763974 381849600 92386 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92386 80 156 0 93068 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 372900

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/359 9210
/proc/meminfo: memFree=24810832/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4122.43 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100081 0 0 0 412208 35 0 0 25 0 1 0 721763974 381849600 92386 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92386 80 156 0 93068 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 372900

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/359 9212
/proc/meminfo: memFree=24810928/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4182.43 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100081 0 0 0 418208 35 0 0 25 0 1 0 721763974 381849600 92386 33554432000 134512640 135151029 4291958608 18446744073709551615 134551562 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92386 80 156 0 93068 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 372900

[startup+4242.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/359 9214
/proc/meminfo: memFree=24810500/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4242.43 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100081 0 0 0 424208 35 0 0 25 0 1 0 721763974 381849600 92386 33554432000 134512640 135151029 4291958608 18446744073709551615 134554940 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92386 80 156 0 93068 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 372900

[startup+4302.3 s]
/proc/loadavg: 2.08 2.03 1.95 3/359 9215
/proc/meminfo: memFree=24797420/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4302.43 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100081 0 0 0 430208 35 0 0 25 0 1 0 721763974 381849600 92386 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92386 80 156 0 93068 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 372900

[startup+4362.3 s]
/proc/loadavg: 2.03 2.02 1.95 3/359 9217
/proc/meminfo: memFree=24787844/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4362.43 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100087 0 0 0 436208 35 0 0 25 0 1 0 721763974 381849600 92392 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92392 80 156 0 93068 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 372900

[startup+4422.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/359 9218
/proc/meminfo: memFree=24748364/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4422.44 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100092 0 0 0 442209 35 0 0 25 0 1 0 721763974 381849600 92397 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92397 80 156 0 93068 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 372900

[startup+4482.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/359 9220
/proc/meminfo: memFree=24747352/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4482.44 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100097 0 0 0 448209 35 0 0 25 0 1 0 721763974 381849600 92402 33554432000 134512640 135151029 4291958608 18446744073709551615 134542806 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92402 80 156 0 93068 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 372900

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/359 9222
/proc/meminfo: memFree=24747320/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4542.44 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100104 0 0 0 454209 35 0 0 25 0 1 0 721763974 381849600 92409 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92409 80 156 0 93068 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 372900

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/359 9223
/proc/meminfo: memFree=24743068/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4602.45 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100104 0 0 0 460210 35 0 0 25 0 1 0 721763974 381849600 92409 33554432000 134512640 135151029 4291958608 18446744073709551615 134542735 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92409 80 156 0 93068 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 372900

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/359 9225
/proc/meminfo: memFree=24707956/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4662.44 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100105 0 0 0 466209 35 0 0 25 0 1 0 721763974 381849600 92410 33554432000 134512640 135151029 4291958608 18446744073709551615 134554766 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92410 80 156 0 93068 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 372900

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/359 9226
/proc/meminfo: memFree=24708156/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4722.46 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100112 0 0 0 472211 35 0 0 25 0 1 0 721763974 381849600 92417 33554432000 134512640 135151029 4291958608 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92417 80 156 0 93068 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 372900

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/359 9228
/proc/meminfo: memFree=24708124/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4782.45 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100128 0 0 0 478210 35 0 0 25 0 1 0 721763974 381849600 92433 33554432000 134512640 135151029 4291958608 18446744073709551615 134551294 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92433 80 156 0 93068 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 372900

[startup+4842.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/359 9230
/proc/meminfo: memFree=24707732/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4842.45 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100151 0 0 0 484210 35 0 0 25 0 1 0 721763974 381849600 92456 33554432000 134512640 135151029 4291958608 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92456 80 156 0 93068 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 372900

[startup+4902.3 s]
/proc/loadavg: 2.13 2.04 1.97 3/359 9231
/proc/meminfo: memFree=24707812/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4902.45 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100177 0 0 0 490210 35 0 0 25 0 1 0 721763974 381849600 92482 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92482 80 156 0 93068 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 372900

[startup+4962.3 s]
/proc/loadavg: 2.10 2.04 1.98 3/359 9233
/proc/meminfo: memFree=24708040/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=4962.45 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100191 0 0 0 496210 35 0 0 25 0 1 0 721763974 381849600 92496 33554432000 134512640 135151029 4291958608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92496 80 156 0 93068 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 372900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.03 1.98 3/359 9234
/proc/meminfo: memFree=24707408/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=5000.06 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100203 0 0 0 499971 35 0 0 25 0 1 0 721763974 381849600 92508 33554432000 134512640 135151029 4291958608 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92508 80 156 0 93068 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 372900

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.05 2.03 1.98 3/359 9234
/proc/meminfo: memFree=24707408/32950928 swapFree=38710892/67111528
[pid=9078] ppid=9076 vsize=372900 CPUtime=5000.06 cores=0,2,4,6
/proc/9078/stat : 9078 (precosat) R 9076 9078 9045 0 -1 4202496 100203 0 0 0 499971 35 0 0 25 0 1 0 721763974 381849600 92508 33554432000 134512640 135151029 4291958608 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9078/statm: 93225 92508 80 156 0 93068 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 372900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4999.72
CPU system time (s): 0.367944
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 377028

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

runsolver used 18.0952 second user time and 37.7523 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-13 21:35:33
IDJOB=3365587
IDBENCH=70791
IDSOLVER=1843
FILE ID=node113/3365587-1305315333
RUNJOBID= node113-1305315333-9064
PBS_JOBID= 13324319
Free space on /tmp= 47788 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365587-1305315333/watcher-3365587-1305315333 -o /tmp/evaluation-result-3365587-1305315333/solver-3365587-1305315333 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365587-1305315333.cnf

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=24530140

node113.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.846
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      25719832 kB
Buffers:        200012 kB
Cached:        2387304 kB
SwapCached:      93712 kB
Active:         686324 kB
Inactive:      6292404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25719832 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            4656 kB
Writeback:           0 kB
AnonPages:     4308944 kB
Mapped:          12840 kB
Slab:            95624 kB
PageTables:      91128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87046796 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= 47784 MiB
End job on node113 at 2011-05-13 22:58:55