Trace number 3293703

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
CryptoMiniSat TechDemo-Alpha-st? (TO) 1300.04 1300.02

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.00/0.02	c Outputting solution to console
0.00/0.02	c This is CryptoMiniSat 2.9.0
0.00/0.02	c compiled with gcc version 4.4.5
0.00/0.02	c Using 1 thread(s)
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3293703-1303792392.cnf'
0.00/0.02	c -- header says num vars:          89315
0.00/0.02	c -- header says num clauses:     5584003
1.97/2.02	c -- clauses added:            0 learnts,      5584003 normals,            0 xors
1.97/2.02	c -- vars added      89315
2.36/2.48	c Parsing time:  1.90 s
2.36/2.48	c  N st     0         0     89315    110215   5473787         0  16593704         0   no data   no data  --
2.36/2.48	c asymm  cl-useful: 14/15/110213 lits-rem:240 time: 0.42
6.57/6.62	c Flit:    99 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  4.12
7.07/7.11	c Calc non-exist non-lernt bins v-fix:     0 done:  28466 time:  0.47 s
7.07/7.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.07/7.17	c Subs w/ non-existent bins:      0 time:  0.05 s
7.37/7.42	c Replacing        2 vars Replaced      381 lits Time:     0.25 s 
8.57/8.65	c bin-w-bin subsume rem          165 bins  time:  1.06 s
10.17/10.29	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  1.64 s
10.47/10.52	c Removed useless bin:       0  fixed:     0  bprops:  10.00M  time:  0.23 s
36.57/36.69	c lits-rem:         0  cl-subs:    14325  v-elim:   7346  v-fix:    0  time: 26.17 s
36.57/36.69	c learnt bin added due to v-elim: 0
36.67/36.74	c Finding binary XORs  T:     0.05 s  found:      12
36.77/36.88	c Replacing       12 vars Replaced      120 lits Time:     0.14 s 
37.17/37.24	c Finding non-binary XORs:     0.19 s (found:       0, avg size: nan)
37.17/37.24	c Calc default polars -  time:   0.06 s pos:    5381 undec:    7417 neg:   76517
37.17/37.24	c =========================================================================================
37.17/37.24	c types(t): F = full restart, N = normal restart
37.17/37.24	c types(t): S = simplification begin/end, E = solution found
37.17/37.24	c restart types(rt): st = static, dy = dynamic
37.17/37.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
37.17/37.24	c  B st     0         0     82117     84813   5459475         0  14801521         0   no data   no data  --
38.37/38.45	c Decided on dynamic restart strategy
39.46/39.51	c  N dy    19      4016     81981     84813   5459555      3771  14801521    491899    153.40     40.98  --
41.47/41.54	c  N dy    46      8097     81981     84813   5459616      7625  14801520   1011721    116.73     48.39  --
43.17/43.26	c  N dy    72     12105     81981     84813   5459666     11448  14801520   1725812    171.24     56.05  --
44.76/44.83	c  N dy    99     16265     81981     84813   5459679     15429  14801520   2311390    156.58     69.91  --
46.47/46.50	c  N dy   126     20331     81981     84813   5459720      9812  14801520    686350    130.32     67.90  --
48.17/48.26	c  N dy   153     24422     81981     84813   5459749     13674  14801507   1142314     88.91     70.08  --
49.47/49.59	c  N dy   179     28547     81981     84813   5459814     17542  14801507   1628223     95.19     68.14  --
50.47/50.56	c  S st   189     30000     81981     84813   5459822     18945  14801507   1782187    119.72     68.02  --
51.77/51.85	c  S st   189     30500     81981     84813   5459978     19286  14801507   1794698    119.72     68.02  --
51.87/51.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
377.28/377.30	c Flit:   951 Blit:      0 bXBeca:    0 bXProp:    0 Bin:  49816 BRemL:      0 BRemN:    199 CBin:       0 P: 60.1M T: 325.33
377.38/377.40	c Cleaning up after failed var search:     0.10 s 
377.98/378.04	c Calc non-exist non-lernt bins v-fix:     0 done:  26653 time:  0.61 s
377.98/378.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
378.08/378.19	c Subs w/ non-existent bins:      1 time:  0.16 s
379.38/379.45	c bin-w-bin subsume rem           10 bins  time:  1.06 s
380.68/380.77	c subs with bin:      217  lits-rem:     23467  v-fix:    0  time:  1.32 s
380.98/381.01	c Removed useless bin:      38  fixed:     0  bprops:  10.00M  time:  0.24 s
388.28/388.38	c lits-rem:       467  cl-subs:     9519  v-elim:  32147  v-fix:    0  time:  7.37 s
388.28/388.38	c learnt bin added due to v-elim: 0
388.58/388.63	c asymm  cl-useful: 30/34/135381 lits-rem:324 time: 0.25
388.68/388.74	c  N dy   189     30500     78305    135381   5315815      9556  15456577    887448    119.72     68.02  --
388.68/388.74	c  F st   189     30500     78305    135381   5315815      9556  15456577    887448    119.72     68.02  --
389.89/389.96	c Decided on dynamic restart strategy
390.78/390.81	c  N dy   208     34624     78305    135381   5315832     13480  15456572   1381569    115.41     66.93  --
392.38/392.47	c  N dy   234     38638     78305    135381   5315866     17309  15456571   1836428    122.12     66.30  --
393.98/394.03	c  N dy   260     42693     78305    135381   5315891     21105  15456570   2349551    136.47     64.90  --
395.78/395.82	c  S st   280     45752     78305    135381   5315917     24020  15456569   2766112    108.08     63.76  --
397.08/397.19	c  S st   280     46252     78304    135381   5316061     24372  15456569   2782836    108.08     63.76  --
397.28/397.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
636.89/636.91	c Flit:   853 Blit:      0 bXBeca:    0 bXProp:    0 Bin:  18106 BRemL:      1 BRemN:      0 CBin:       0 P: 60.0M T: 239.60
636.99/637.02	c Cleaning up after failed var search:     0.11 s 
637.59/637.70	c Calc non-exist non-lernt bins v-fix:     0 done:  25619 time:  0.66 s
637.69/637.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
639.28/639.32	c Subs w/ non-existent bins:    129 time:  1.62 s
640.48/640.58	c bin-w-bin subsume rem          146 bins  time:  1.03 s
642.38/642.48	c subs with bin:       74  lits-rem:     38039  v-fix:    0  time:  1.91 s
642.68/642.72	c Removed useless bin:       0  fixed:     0  bprops:  10.00M  time:  0.24 s
651.19/651.29	c lits-rem:       426  cl-subs:     3944  v-elim:   5193  v-fix:    0  time:  8.56 s
651.19/651.29	c learnt bin added due to v-elim: 0
651.39/651.50	c asymm  cl-useful: 31/35/154902 lits-rem:245 time: 0.21
651.59/651.61	c  N dy   280     46252     77204    154902   5202281     20577  15322722   2323530    108.08     63.76  --
653.28/653.39	c  N dy   306     50281     77204    154902   5202312     24478  15322722   2899060    154.61     65.54  --
654.88/654.99	c  N dy   332     54399     77204    154902   5202324     28476  15322722   3494858    159.40     68.57  --
656.79/656.84	c  N dy   359     58536     77204    154902   5202375     18055  15322720   1412725    112.81     67.91  --
658.09/658.16	c  N dy   385     62640     77204    154902   5202450     21891  15322711   1839537    153.82     67.36  --
659.39/659.46	c  N dy   411     66698     77204    154902   5202507     25561  15322711   2334887    114.26     66.44  --
660.79/660.85	c  S st   429     69379     77204    154902   5202574     28024  15322710   2559630     93.63     65.93  --
662.09/662.17	c  S st   429     69879     77192    154902   5202710     28373  15322710   2575239     93.63     65.93  --
662.29/662.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
944.80/944.85	c Flit:   283 Blit:      0 bXBeca:    0 bXProp:    0 Bin:  31212 BRemL:      1 BRemN:      0 CBin:       0 P: 60.2M T: 282.56
944.80/944.85	c Cleaning up after failed var search:     0.00 s 
945.40/945.43	c Calc non-exist non-lernt bins v-fix:     0 done:  26985 time:  0.58 s
945.40/945.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
947.70/947.73	c Subs w/ non-existent bins:     10 time:  2.30 s
948.99/949.02	c bin-w-bin subsume rem            1 bins  time:  1.03 s
950.29/950.36	c subs with bin:       93  lits-rem:     25721  v-fix:    0  time:  1.34 s
950.49/950.60	c Removed useless bin:     290  fixed:     0  bprops:  10.00M  time:  0.23 s
969.40/969.48	c ORs :   9287 avg-s: 22.3 cl-sh: 57557 l-rem: 767228 b-add:      7 v-rep:   0 cl-rem: 903 avg s: 19.6 T:    9.68
971.50/971.50	c Added 51 vars  tried: 80000 time: 2.02
971.60/971.67	c ORs :     51 avg-s:  0.0 cl-sh: 36567 l-rem:  36567 b-add:    102 v-rep:   0 cl-rem: 42 avg s: 74.1 T:    2.19
971.81/971.80	c lits-rem:      6472  cl-subs:     4372  v-elim:   3034  v-fix:    0  time: 21.20 s
971.81/971.80	c learnt bin added due to v-elim: 0
972.00/972.01	c asymm  cl-useful: 78/121/153260 lits-rem:3361 time: 0.20
972.10/972.12	c  N dy   429     69879     76517    153254   5180412     24102  14575042   1977985     93.63     65.93  --
972.10/972.12	c  F st   429     69879     76517    153254   5180412     24102  14575042   1977985     93.63     65.93  --
973.50/973.52	c Decided on dynamic restart strategy
974.30/974.39	c  N dy   451     74424     76517    153254   5180464     28318  14575042   2474569    140.21     64.78  --
976.10/976.20	c  N dy   483     79347     76517    153254   5180518     32948  14575042   3054537    184.91     63.73  --
977.90/977.98	c  N dy   516     84429     76517    153254   5180572     20513  14575025   1130706    114.36     62.10  --
980.20/980.22	c  N dy   551     89833     76517    153254   5180629     25568  14575025   1753423    106.16     61.69  --
982.40/982.49	c  N dy   588     95639     76517    153254   5180663     31049  14575024   2442012    142.99     61.51  --
985.11/985.13	c  N dy   628    101779     76517    153254   5180710     36927  14575023   3145109     95.88     61.10  --
986.90/986.90	c  S st   648    104819     76517    153254   5180728     20391  14575023    960952    133.51     61.06  --
987.90/987.95	c  S st   648    105319     76510    153254   5180877     20728  14575023    970603    133.51     61.06  --
988.00/988.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
1061.20/1061.20	c Flit:   769 Blit:      6 bXBeca:    0 bXProp:    0 Bin:   9803 BRemL:      8 BRemN:     22 CBin:       0 P: 60.0M T: 73.12
1061.20/1061.29	c Cleaning up after failed var search:     0.10 s 
1061.90/1061.90	c Calc non-exist non-lernt bins v-fix:     0 done:  26463 time:  0.60 s
1061.90/1061.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1064.21/1064.27	c Subs w/ non-existent bins:     43 time:  2.36 s
1065.41/1065.43	c bin-w-bin subsume rem           30 bins  time:  1.00 s
1066.70/1066.75	c subs with bin:      753  lits-rem:     47640  v-fix:    0  time:  1.32 s
1067.00/1067.03	c Removed useless bin:    8607  fixed:     0  bprops:  10.00M  time:  0.28 s
1074.70/1074.72	c ORs :   8825 avg-s: 18.7 cl-sh:  4214 l-rem:  16296 b-add:      5 v-rep:   0 cl-rem: 82 avg s: 13.5 T:    3.73
1076.50/1076.51	c Added 33 vars  tried: 80000 time: 1.78
1076.60/1076.69	c ORs :     33 avg-s:  0.0 cl-sh: 17421 l-rem:  17421 b-add:     66 v-rep:   0 cl-rem: 40 avg s: 7.8 T:    1.97
1076.80/1076.82	c lits-rem:       584  cl-subs:     2796  v-elim:   4520  v-fix:    0  time:  9.79 s
1076.80/1076.82	c learnt bin added due to v-elim: 0
1077.00/1077.04	c asymm  cl-useful: 44/47/152991 lits-rem:1231 time: 0.22
1077.10/1077.15	c  N dy   648    105319     75703    152991   5081623     17840  14308464    855731    133.51     61.06  --
1079.80/1079.88	c  N dy   692    112175     75703    152991   5081664     24310  14308462   1692783    148.80     60.52  --
1082.60/1082.65	c  N dy   739    119434     75703    152991   5081723     31187  14308459   2309393     92.21     59.61  --
1085.80/1085.82	c  N dy   789    127173     75703    152991   5081765     38623  14308459   3104287     87.68     59.71  --
1089.10/1089.19	c  N dy   840    135300     75703    152991   5081803     25443  14308458   1434571    154.65     59.78  --
1092.10/1092.17	c  N dy   897    144067     75703    152991   5081896     33748  14308446   2139662     79.85     58.69  --
1095.80/1095.86	c  N dy   957    153353     75703    152991   5082014     42469  14308421   2986664     77.33     57.70  --
1098.20/1098.21	c  S st   987    157981     75703    152991   5082063     24470  14308420   1117105    127.57     57.48  --
1099.20/1099.27	c  S st   987    158484     75703    152991   5082211     24825  14308420   1126572    127.57     57.48  --
1099.30/1099.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3293703-1303792392/watcher-3293703-1303792392 -o /tmp/evaluation-result-3293703-1303792392/solver-3293703-1303792392 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3293703-1303792392.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.05 3.81 3.84 4/185 16308
/proc/meminfo: memFree=23839828/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=11800 CPUtime=0 cores=5,7
/proc/16308/stat : 16308 (runsolver) S 16306 16308 16258 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 569470255 12083200 52 33554432000 4194304 5434984 140736384327744 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699968823 0 0 17 5 0 0 0
/proc/16308/statm: 2950 53 32 303 0 2644 0

[startup+0.0116589 s]
/proc/loadavg: 3.05 3.81 3.84 4/185 16308
/proc/meminfo: memFree=23839828/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=2988 CPUtime=0 cores=5,7
/proc/16308/stat : 16308 (techdemo) S 16306 16308 16258 0 -1 4194304 88 0 0 0 0 0 0 0 23 0 1 0 569470255 3059712 44 33554432000 4194304 4797429 140737461233680 18446744073709551615 260900470407 0 2147483391 4096 0 18446744071699207358 0 0 17 5 0 0 0
/proc/16308/statm: 747 44 35 148 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2988

[startup+0.100644 s]
/proc/loadavg: 3.05 3.81 3.84 4/185 16308
/proc/meminfo: memFree=23839828/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=35132 CPUtime=0.07 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 2540 0 0 0 7 0 0 0 23 0 1 0 569470255 35975168 2325 33554432000 4194304 4797429 140737461233680 18446744073709551615 4431372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 8783 2325 348 148 0 3712 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35132

[startup+0.300609 s]
/proc/loadavg: 3.05 3.81 3.84 4/185 16308
/proc/meminfo: memFree=23839828/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=48924 CPUtime=0.26 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 6699 0 0 0 26 0 0 0 24 0 1 0 569470255 50098176 6238 33554432000 4194304 4797429 140737461233680 18446744073709551615 260905090758 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 12231 6242 349 148 0 7160 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 48924

[startup+0.700533 s]
/proc/loadavg: 3.05 3.81 3.84 4/185 16308
/proc/meminfo: memFree=23839828/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=105204 CPUtime=0.66 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 15019 0 0 0 64 2 0 0 25 0 1 0 569470255 107728896 14064 33554432000 4194304 4797429 140737461233680 18446744073709551615 4660046 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 26301 14064 349 148 0 21230 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 105204

[startup+1.50039 s]
/proc/loadavg: 3.13 3.81 3.84 5/190 16315
/proc/meminfo: memFree=23476860/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=158792 CPUtime=1.46 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 31382 0 0 0 140 6 0 0 25 0 1 0 569470255 162603008 29434 33554432000 4194304 4797429 140737461233680 18446744073709551615 4659774 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 39698 29434 349 148 0 34627 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 158792

[startup+3.1011 s]
/proc/loadavg: 3.13 3.81 3.84 5/190 16315
/proc/meminfo: memFree=23168596/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=340144 CPUtime=3.07 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 51907 0 0 0 297 10 0 0 25 0 1 0 569470255 348307456 42329 33554432000 4194304 4797429 140737461233680 18446744073709551615 4429159 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 85036 42329 380 148 0 79965 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 340144

[startup+6.30052 s]
/proc/loadavg: 3.60 3.90 3.87 6/190 16315
/proc/meminfo: memFree=22580956/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=341004 CPUtime=6.27 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 52106 0 0 0 617 10 0 0 25 0 1 0 569470255 349188096 42528 33554432000 4194304 4797429 140737461233680 18446744073709551615 4429107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 85251 42528 381 148 0 80180 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 341004

[startup+12.7073 s]
/proc/loadavg: 3.63 3.90 3.87 6/190 16315
/proc/meminfo: memFree=22341116/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=414064 CPUtime=12.68 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 69918 0 0 0 1255 13 0 0 25 0 1 0 569470255 424001536 60340 33554432000 4194304 4797429 140737461233680 18446744073709551615 4506576 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 103516 60340 399 148 0 98445 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 414064

[startup+25.501 s]
/proc/loadavg: 3.69 3.90 3.87 6/190 16316
/proc/meminfo: memFree=22109196/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=420956 CPUtime=25.47 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 72144 0 0 0 2534 13 0 0 25 0 1 0 569470255 431058944 62531 33554432000 4194304 4797429 140737461233680 18446744073709551615 4506625 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 105239 62531 453 148 0 100168 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 420956

[startup+51.1003 s]
/proc/loadavg: 3.81 3.91 3.87 6/190 16316
/proc/meminfo: memFree=22075408/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=396696 CPUtime=51.07 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 83607 0 0 0 5091 16 0 0 25 0 1 0 569470255 406216704 64986 33554432000 4194304 4797429 140737461233680 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 99174 64986 433 148 0 94103 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 396696

[startup+102.301 s]
/proc/loadavg: 3.91 3.92 3.88 6/190 16318
/proc/meminfo: memFree=21901692/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=402572 CPUtime=102.27 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 84982 0 0 0 10211 16 0 0 25 0 1 0 569470255 412233728 66361 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259664 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 100643 66361 436 148 0 95572 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 402572

[startup+162.306 s]
/proc/loadavg: 3.97 3.93 3.88 6/190 16319
/proc/meminfo: memFree=21565916/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=403176 CPUtime=162.28 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 85090 0 0 0 16212 16 0 0 25 0 1 0 569470255 412852224 66469 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 100794 66469 436 148 0 95723 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 403176

[startup+222.301 s]
/proc/loadavg: 3.99 3.94 3.89 6/190 16321
/proc/meminfo: memFree=21199260/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=404200 CPUtime=222.27 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 85337 0 0 0 22211 16 0 0 25 0 1 0 569470255 413900800 66716 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 101050 66716 436 148 0 95979 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 404200

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.90 6/190 16322
/proc/meminfo: memFree=21040092/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=404200 CPUtime=282.27 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 85389 0 0 0 28211 16 0 0 25 0 1 0 569470255 413900800 66768 33554432000 4194304 4797429 140737461233680 18446744073709551615 4236524 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 101050 66768 436 148 0 95979 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 404200

[startup+342.301 s]
/proc/loadavg: 4.05 3.97 3.91 6/190 16327
/proc/meminfo: memFree=20816272/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=404508 CPUtime=342.28 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 85465 0 0 0 34212 16 0 0 25 0 1 0 569470255 414216192 66844 33554432000 4194304 4797429 140737461233680 18446744073709551615 4236528 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 101127 66844 436 148 0 96056 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 404508

[startup+402.301 s]
/proc/loadavg: 4.02 3.97 3.91 6/190 16329
/proc/meminfo: memFree=20554560/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=469692 CPUtime=402.28 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 104189 0 0 0 40209 19 0 0 25 0 1 0 569470255 480964608 85481 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 117423 85481 426 148 0 112352 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 469692

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.91 6/190 16330
/proc/meminfo: memFree=20477776/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=469968 CPUtime=462.28 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 104263 0 0 0 46209 19 0 0 25 0 1 0 569470255 481247232 85555 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259664 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 117492 85555 426 148 0 112421 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 469968

[startup+522.3 s]
/proc/loadavg: 4.04 3.99 3.91 6/190 16332
/proc/meminfo: memFree=20265340/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=469968 CPUtime=522.28 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 104263 0 0 0 52209 19 0 0 25 0 1 0 569470255 481247232 85555 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259135 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 117492 85555 426 148 0 112421 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 469968

[startup+582.3 s]
/proc/loadavg: 4.01 3.99 3.91 6/190 16333
/proc/meminfo: memFree=20209668/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=470308 CPUtime=582.28 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 104380 0 0 0 58209 19 0 0 25 0 1 0 569470255 481595392 85672 33554432000 4194304 4797429 140737461233680 18446744073709551615 4236524 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 117577 85672 426 148 0 112506 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 470308

[startup+642.3 s]
/proc/loadavg: 4.05 4.00 3.92 6/190 16335
/proc/meminfo: memFree=20087364/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=511492 CPUtime=642.28 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 114366 0 0 0 64208 20 0 0 25 0 1 0 569470255 523767808 95658 33554432000 4194304 4797429 140737461233680 18446744073709551615 4520392 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 127873 95658 426 148 0 122802 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 511492

[startup+702.3 s]
/proc/loadavg: 4.02 4.00 3.92 6/190 16337
/proc/meminfo: memFree=19873520/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=559168 CPUtime=702.29 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 126123 0 0 0 70206 23 0 0 25 0 1 0 569470255 572588032 97032 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259081 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 139792 97032 415 148 0 134721 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 559168

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.92 6/190 16338
/proc/meminfo: memFree=19900084/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=559680 CPUtime=762.29 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 126271 0 0 0 76206 23 0 0 25 0 1 0 569470255 573112320 97180 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259288 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 139920 97180 415 148 0 134849 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 559680

[startup+822.306 s]
/proc/loadavg: 4.00 4.00 3.92 6/190 16340
/proc/meminfo: memFree=19873608/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=559680 CPUtime=822.3 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 126291 0 0 0 82207 23 0 0 25 0 1 0 569470255 573112320 97200 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259683 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 139920 97200 415 148 0 134849 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 559680

[startup+882.3 s]
/proc/loadavg: 4.08 4.02 3.93 6/190 16341
/proc/meminfo: memFree=19853272/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=559680 CPUtime=882.29 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 126310 0 0 0 88206 23 0 0 25 0 1 0 569470255 573112320 97219 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259288 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 139920 97219 415 148 0 134849 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 559680

[startup+942.3 s]
/proc/loadavg: 4.03 4.01 3.93 6/190 16343
/proc/meminfo: memFree=19687600/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=559680 CPUtime=942.29 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 126349 0 0 0 94206 23 0 0 25 0 1 0 569470255 573112320 97258 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259083 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 139920 97258 415 148 0 134849 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 559680

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.93 6/190 16345
/proc/meminfo: memFree=19601308/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=556120 CPUtime=1002.3 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 148369 0 0 0 100203 27 0 0 25 0 1 0 569470255 569466880 102442 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 139030 102442 418 148 0 133959 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 556120

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 6/190 16346
/proc/meminfo: memFree=19547144/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=565168 CPUtime=1062.3 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 150681 0 0 0 106203 27 0 0 25 0 1 0 569470255 578732032 104754 33554432000 4194304 4797429 140737461233680 18446744073709551615 4642192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 141292 104754 418 148 0 136221 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 565168

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 6/190 16348
/proc/meminfo: memFree=19545988/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=571604 CPUtime=1122.3 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 168225 0 0 0 112199 31 0 0 25 0 1 0 569470255 585322496 106452 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259083 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 142901 106452 418 148 0 137830 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 571604

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.93 6/190 16349
/proc/meminfo: memFree=19548124/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=571604 CPUtime=1182.3 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 168240 0 0 0 118199 31 0 0 25 0 1 0 569470255 585322496 106467 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259092 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 142901 106467 418 148 0 137830 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 571604

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.93 6/190 16351
/proc/meminfo: memFree=19340016/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=572308 CPUtime=1242.3 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 168394 0 0 0 124199 31 0 0 25 0 1 0 569470255 586043392 106621 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 143077 106621 418 148 0 138006 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 572308



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.93 3/186 16355
/proc/meminfo: memFree=22677416/32950928 swapFree=67071984/67111528
[pid=16308] ppid=16306 vsize=572308 CPUtime=1300.01 cores=5,7
/proc/16308/stat : 16308 (techdemo) R 16306 16308 16258 0 -1 4202496 168429 0 0 0 129970 31 0 0 25 0 1 0 569470255 586043392 106656 33554432000 4194304 4797429 140737461233680 18446744073709551615 4259083 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16308/statm: 143077 106656 418 148 0 138006 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 572308

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.71
CPU system time (s): 0.333949
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 734852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168429
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= 15
involuntary context switches= 1704

runsolver used 1.90071 second user time and 4.5983 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-26 06:33:16
IDJOB=3293703
IDBENCH=88167
IDSOLVER=1585
FILE ID=node116/3293703-1303792392
RUNJOBID= node116-1303792392-16279
PBS_JOBID= 13157274
Free space on /tmp= 72176 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293703-1303792392/watcher-3293703-1303792392 -o /tmp/evaluation-result-3293703-1303792392/solver-3293703-1303792392 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3293703-1303792392.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=776688846

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23843424 kB
Buffers:       1872548 kB
Cached:        6682808 kB
SwapCached:       9732 kB
Active:        3779148 kB
Inactive:      4892928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23843424 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:          457168 kB
Writeback:           0 kB
AnonPages:      109928 kB
Mapped:          14296 kB
Slab:           369544 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   317712 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= 72300 MiB
End job on node116 at 2011-04-26 06:54:58