-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid17501.log
executable file
·723 lines (676 loc) · 41 KB
/
hs_err_pid17501.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 67108880 bytes for Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (allocation.cpp:388), pid=17501, tid=140592658446080
#
# JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
--------------- T H R E A D ---------------
Current thread (0x00007fde6c1fb000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=17632, stack(0x00007fde4766f000,0x00007fde47770000)]
Stack: [0x00007fde4766f000,0x00007fde47770000], sp=0x00007fde4776a9d0, free space=1006k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xa2f43a] JVM_handle_linux_signal+0x18b01a
V [libjvm.so+0x4b2d5b] sem_destroy+0x4b2d5b
V [libjvm.so+0x2ac27a] sem_destroy+0x2ac27a
V [libjvm.so+0x2ad0a1] sem_destroy+0x2ad0a1
V [libjvm.so+0x52a40f] sem_destroy+0x52a40f
V [libjvm.so+0x526fe7] sem_destroy+0x526fe7
V [libjvm.so+0x5278cc] sem_destroy+0x5278cc
V [libjvm.so+0x52877d] sem_destroy+0x52877d
V [libjvm.so+0x52901f] sem_destroy+0x52901f
V [libjvm.so+0x529fb9] sem_destroy+0x529fb9
V [libjvm.so+0x45fb0a] sem_destroy+0x45fb0a
V [libjvm.so+0x46126c] sem_destroy+0x46126c
V [libjvm.so+0x3b5008] sem_destroy+0x3b5008
V [libjvm.so+0x46982a] sem_destroy+0x46982a
V [libjvm.so+0x46c230] sem_destroy+0x46c230
V [libjvm.so+0x9e303f] JVM_handle_linux_signal+0x13ec1f
V [libjvm.so+0x9e3205] JVM_handle_linux_signal+0x13ede5
V [libjvm.so+0x8a00c8] fork1+0x3528
Current CompileTask:
C2: 11487 1776 ! 4 com.android.dx.cf.code.Ropper::processBlock (1105 bytes)
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007fde6c207800 JavaThread "Service Thread" daemon [_thread_blocked, id=17645, stack(0x00007fde4726b000,0x00007fde4736c000)]
0x00007fde6c202800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=17638, stack(0x00007fde4736c000,0x00007fde4746d000)]
0x00007fde6c200000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=17637, stack(0x00007fde4746d000,0x00007fde4756e000)]
0x00007fde6c1fe000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=17633, stack(0x00007fde4756e000,0x00007fde4766f000)]
=>0x00007fde6c1fb000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=17632, stack(0x00007fde4766f000,0x00007fde47770000)]
0x00007fde6c1ca000 JavaThread "Finalizer" daemon [_thread_blocked, id=17617, stack(0x00007fde479fa000,0x00007fde47afb000)]
0x00007fde6c1c6000 JavaThread "Reference Handler" daemon [_thread_blocked, id=17616, stack(0x00007fde47afb000,0x00007fde47bfc000)]
Other Threads:
0x00007fde6c1c1000 VMThread [stack: 0x00007fde47bfc000,0x00007fde47cfd000] [id=17615]
VM state:at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00007fde6c0060d0] Threads_lock - owner thread: 0x00007fde6c1c1000
[0x00007fde6c0065d0] Heap_lock - owner thread: 0x00007fde6c008800
Heap:
PSYoungGen total 81920K, used 11095K [0x00000000eab00000, 0x00000000f2400000, 0x0000000100000000)
eden space 70656K, 3% used [0x00000000eab00000,0x00000000ead20578,0x00000000ef000000)
from space 11264K, 79% used [0x00000000ef000000,0x00000000ef8b5728,0x00000000efb00000)
to space 12288K, 0% used [0x00000000f1800000,0x00000000f1800000,0x00000000f2400000)
ParOldGen total 125440K, used 37721K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 30% used [0x00000000c0000000,0x00000000c24d65a0,0x00000000c7a80000)
Metaspace used 6431K, capacity 7320K, committed 7680K, reserved 1056768K
class space used 626K, capacity 656K, committed 768K, reserved 1048576K
Card table byte_map: [0x00007fde5cdff000,0x00007fde5d000000] byte_map_base: 0x00007fde5c7ff000
Marking Bits: (ParMarkBitMap*) 0x00007fde721b0cc0
Begin Bits: [0x00007fde56000000, 0x00007fde57000000)
End Bits: [0x00007fde57000000, 0x00007fde58000000)
Polling page: 0x00007fde72de0000
CodeCache: size=245760Kb used=9718Kb max_used=9718Kb free=236042Kb
bounds [0x00007fde5d000000, 0x00007fde5d990000, 0x00007fde6c000000]
total_blobs=2663 nmethods=2387 adapters=188
compilation: enabled
Compilation events (10 events):
Event: 7.608 Thread 0x00007fde6c202800 2447 3 java.io.FileOutputStream::write (12 bytes)
Event: 7.608 Thread 0x00007fde6c202800 nmethod 2447 0x00007fde5d96e310 code [0x00007fde5d96e480, 0x00007fde5d96e608]
Event: 7.608 Thread 0x00007fde6c202800 2449 3 java.util.zip.Deflater::needsInput (13 bytes)
Event: 7.608 Thread 0x00007fde6c202800 nmethod 2449 0x00007fde5d96df90 code [0x00007fde5d96e0e0, 0x00007fde5d96e290]
Event: 7.614 Thread 0x00007fde6c1fe000 nmethod 1924 0x00007fde5d97ab50 code [0x00007fde5d97ad20, 0x00007fde5d97b488]
Event: 7.614 Thread 0x00007fde6c1fe000 2431 4 java.lang.String::substring (56 bytes)
Event: 7.617 Thread 0x00007fde6c202800 2450 3 java.util.zip.DeflaterOutputStream::deflate (36 bytes)
Event: 7.617 Thread 0x00007fde6c1fe000 nmethod 2431 0x00007fde5d97bbd0 code [0x00007fde5d97bd40, 0x00007fde5d97c098]
Event: 7.617 Thread 0x00007fde6c1fe000 2443 % 4 sun.security.provider.SHA::implCompress @ 12 (491 bytes)
Event: 7.617 Thread 0x00007fde6c202800 nmethod 2450 0x00007fde5d9723d0 code [0x00007fde5d972560, 0x00007fde5d972898]
GC Heap History (10 events):
Event: 4.398 GC heap before
{Heap before GC invocations=15 (full 0):
PSYoungGen total 36352K, used 35735K [0x00000000eab00000, 0x00000000ed400000, 0x0000000100000000)
eden space 32256K, 100% used [0x00000000eab00000,0x00000000eca80000,0x00000000eca80000)
from space 4096K, 84% used [0x00000000ecf00000,0x00000000ed265f60,0x00000000ed300000)
to space 4608K, 0% used [0x00000000eca80000,0x00000000eca80000,0x00000000ecf00000)
ParOldGen total 125440K, used 13380K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 10% used [0x00000000c0000000,0x00000000c0d11348,0x00000000c7a80000)
Metaspace used 5462K, capacity 6832K, committed 7040K, reserved 1056768K
class space used 540K, capacity 616K, committed 640K, reserved 1048576K
Event: 4.450 GC heap after
Heap after GC invocations=15 (full 0):
PSYoungGen total 36864K, used 4591K [0x00000000eab00000, 0x00000000eea80000, 0x0000000100000000)
eden space 32256K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000eca80000)
from space 4608K, 99% used [0x00000000eca80000,0x00000000ecefbe00,0x00000000ecf00000)
to space 6656K, 0% used [0x00000000ee400000,0x00000000ee400000,0x00000000eea80000)
ParOldGen total 125440K, used 17160K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 13% used [0x00000000c0000000,0x00000000c10c22a0,0x00000000c7a80000)
Metaspace used 5462K, capacity 6832K, committed 7040K, reserved 1056768K
class space used 540K, capacity 616K, committed 640K, reserved 1048576K
}
Event: 4.769 GC heap before
{Heap before GC invocations=16 (full 0):
PSYoungGen total 36864K, used 36847K [0x00000000eab00000, 0x00000000eea80000, 0x0000000100000000)
eden space 32256K, 100% used [0x00000000eab00000,0x00000000eca80000,0x00000000eca80000)
from space 4608K, 99% used [0x00000000eca80000,0x00000000ecefbe00,0x00000000ecf00000)
to space 6656K, 0% used [0x00000000ee400000,0x00000000ee400000,0x00000000eea80000)
ParOldGen total 125440K, used 17160K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 13% used [0x00000000c0000000,0x00000000c10c22a0,0x00000000c7a80000)
Metaspace used 5467K, capacity 6832K, committed 7040K, reserved 1056768K
class space used 540K, capacity 616K, committed 640K, reserved 1048576K
Event: 4.892 GC heap after
Heap after GC invocations=16 (full 0):
PSYoungGen total 57856K, used 4640K [0x00000000eab00000, 0x00000000eeb80000, 0x0000000100000000)
eden space 51200K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000edd00000)
from space 6656K, 69% used [0x00000000ee400000,0x00000000ee888000,0x00000000eea80000)
to space 7168K, 0% used [0x00000000edd00000,0x00000000edd00000,0x00000000ee400000)
ParOldGen total 125440K, used 21638K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 17% used [0x00000000c0000000,0x00000000c15218a0,0x00000000c7a80000)
Metaspace used 5467K, capacity 6832K, committed 7040K, reserved 1056768K
class space used 540K, capacity 616K, committed 640K, reserved 1048576K
}
Event: 5.499 GC heap before
{Heap before GC invocations=17 (full 0):
PSYoungGen total 57856K, used 55840K [0x00000000eab00000, 0x00000000eeb80000, 0x0000000100000000)
eden space 51200K, 100% used [0x00000000eab00000,0x00000000edd00000,0x00000000edd00000)
from space 6656K, 69% used [0x00000000ee400000,0x00000000ee888000,0x00000000eea80000)
to space 7168K, 0% used [0x00000000edd00000,0x00000000edd00000,0x00000000ee400000)
ParOldGen total 125440K, used 21638K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 17% used [0x00000000c0000000,0x00000000c15218a0,0x00000000c7a80000)
Metaspace used 5512K, capacity 6896K, committed 7040K, reserved 1056768K
class space used 540K, capacity 616K, committed 640K, reserved 1048576K
Event: 5.525 GC heap after
Heap after GC invocations=17 (full 0):
PSYoungGen total 58368K, used 7136K [0x00000000eab00000, 0x00000000f0500000, 0x0000000100000000)
eden space 51200K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000edd00000)
from space 7168K, 99% used [0x00000000edd00000,0x00000000ee3f8010,0x00000000ee400000)
to space 10240K, 0% used [0x00000000efb00000,0x00000000efb00000,0x00000000f0500000)
ParOldGen total 125440K, used 27024K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 21% used [0x00000000c0000000,0x00000000c1a64160,0x00000000c7a80000)
Metaspace used 5512K, capacity 6896K, committed 7040K, reserved 1056768K
class space used 540K, capacity 616K, committed 640K, reserved 1048576K
}
Event: 6.034 GC heap before
{Heap before GC invocations=18 (full 0):
PSYoungGen total 58368K, used 58336K [0x00000000eab00000, 0x00000000f0500000, 0x0000000100000000)
eden space 51200K, 100% used [0x00000000eab00000,0x00000000edd00000,0x00000000edd00000)
from space 7168K, 99% used [0x00000000edd00000,0x00000000ee3f8010,0x00000000ee400000)
to space 10240K, 0% used [0x00000000efb00000,0x00000000efb00000,0x00000000f0500000)
ParOldGen total 125440K, used 27024K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 21% used [0x00000000c0000000,0x00000000c1a64160,0x00000000c7a80000)
Metaspace used 5522K, capacity 6896K, committed 7040K, reserved 1056768K
class space used 540K, capacity 616K, committed 640K, reserved 1048576K
Event: 6.113 GC heap after
Heap after GC invocations=18 (full 0):
PSYoungGen total 80896K, used 8081K [0x00000000eab00000, 0x00000000f0700000, 0x0000000100000000)
eden space 70656K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ef000000)
from space 10240K, 78% used [0x00000000efb00000,0x00000000f02e46d0,0x00000000f0500000)
to space 11264K, 0% used [0x00000000ef000000,0x00000000ef000000,0x00000000efb00000)
ParOldGen total 125440K, used 34148K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 27% used [0x00000000c0000000,0x00000000c21590c0,0x00000000c7a80000)
Metaspace used 5522K, capacity 6896K, committed 7040K, reserved 1056768K
class space used 540K, capacity 616K, committed 640K, reserved 1048576K
}
Event: 7.176 GC heap before
{Heap before GC invocations=19 (full 0):
PSYoungGen total 80896K, used 78737K [0x00000000eab00000, 0x00000000f0700000, 0x0000000100000000)
eden space 70656K, 100% used [0x00000000eab00000,0x00000000ef000000,0x00000000ef000000)
from space 10240K, 78% used [0x00000000efb00000,0x00000000f02e46d0,0x00000000f0500000)
to space 11264K, 0% used [0x00000000ef000000,0x00000000ef000000,0x00000000efb00000)
ParOldGen total 125440K, used 34148K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 27% used [0x00000000c0000000,0x00000000c21590c0,0x00000000c7a80000)
Metaspace used 5988K, capacity 7216K, committed 7296K, reserved 1056768K
class space used 582K, capacity 616K, committed 640K, reserved 1048576K
Event: 7.247 GC heap after
Heap after GC invocations=19 (full 0):
PSYoungGen total 81920K, used 8917K [0x00000000eab00000, 0x00000000f2400000, 0x0000000100000000)
eden space 70656K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ef000000)
from space 11264K, 79% used [0x00000000ef000000,0x00000000ef8b5728,0x00000000efb00000)
to space 12288K, 0% used [0x00000000f1800000,0x00000000f1800000,0x00000000f2400000)
ParOldGen total 125440K, used 37721K [0x00000000c0000000, 0x00000000c7a80000, 0x00000000eab00000)
object space 125440K, 30% used [0x00000000c0000000,0x00000000c24d65a0,0x00000000c7a80000)
Metaspace used 5988K, capacity 7216K, committed 7296K, reserved 1056768K
class space used 582K, capacity 616K, committed 640K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 6.174 Thread 0x00007fde6c008800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007fde5d74854c method=com.android.dx.cf.code.BytecodeArray.parseInstruction(ILcom/android/dx/cf/code/BytecodeArray$Visitor;)I @ 1035
Event: 6.174 Thread 0x00007fde6c008800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007fde5d74854c method=com.android.dx.cf.code.BytecodeArray.parseInstruction(ILcom/android/dx/cf/code/BytecodeArray$Visitor;)I @ 1035
Event: 6.220 Thread 0x00007fde6c008800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007fde5d2f7b00 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84
Event: 6.263 Thread 0x00007fde6c008800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007fde5d473728 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84
Event: 6.436 Thread 0x00007fde6c008800 Uncommon trap: reason=unloaded action=reinterpret pc=0x00007fde5d721408 method=com.android.dx.ssa.LiteralOpUpgrader$1.visitNonMoveInsn(Lcom/android/dx/ssa/NormalSsaInsn;)V @ 72
Event: 6.455 Thread 0x00007fde6c008800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fde5d3e1da4 method=java.util.Arrays.hashCode([Ljava/lang/Object;)I @ 43
Event: 6.455 Thread 0x00007fde6c008800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fde5d3e1da4 method=java.util.Arrays.hashCode([Ljava/lang/Object;)I @ 43
Event: 6.455 Thread 0x00007fde6c008800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fde5d3e1da4 method=java.util.Arrays.hashCode([Ljava/lang/Object;)I @ 43
Event: 6.455 Thread 0x00007fde6c008800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007fde5d3e1da4 method=java.util.Arrays.hashCode([Ljava/lang/Object;)I @ 43
Event: 7.495 Thread 0x00007fde6c008800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007fde5d2dca20 method=java.util.Arrays.copyOf([Ljava/lang/Object;ILjava/lang/Class;)[Ljava/lang/Object; @ 3
Internal exceptions (10 events):
Event: 6.736 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ee136008) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 6.736 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ee138fb0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 7.063 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ee92f6b8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 7.065 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ee93ad98) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 7.065 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ee93d8c8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 7.154 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eee9d780) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 7.172 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eeff91f0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 7.176 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eeffe478) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 7.255 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eab90e88) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 7.474 Thread 0x00007fde6c008800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eab97730) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Events (10 events):
Event: 7.625 loading class java/io/FileOutputStream$1
Event: 7.625 loading class java/io/FileOutputStream$1 done
Event: 7.625 Thread 0x00007fde6c008800 Thread exited: 0x00007fde6c008800
Event: 7.625 Thread 0x00007fde6c008800 Thread added: 0x00007fde6c008800
Event: 7.626 loading class java/lang/Shutdown
Event: 7.626 loading class java/lang/Shutdown done
Event: 7.626 loading class java/lang/Shutdown$Lock
Event: 7.626 loading class java/lang/Shutdown$Lock done
Event: 7.626 Thread 0x00007fde6c1f9000 Thread exited: 0x00007fde6c1f9000
Event: 7.626 Thread 0x00007fde6c008800 Thread exited: 0x00007fde6c008800
Dynamic libraries:
00400000-00401000 r-xp 00000000 08:04 1439039 /opt/java/bin/java
00600000-00601000 rw-p 00000000 08:04 1439039 /opt/java/bin/java
023fa000-0241b000 rw-p 00000000 00:00 0 [heap]
c0000000-c7a80000 rw-p 00000000 00:00 0
c7a80000-eab00000 ---p 00000000 00:00 0
eab00000-f2400000 rw-p 00000000 00:00 0
f2400000-100000000 ---p 00000000 00:00 0
100000000-1000c0000 rw-p 00000000 00:00 0
1000c0000-140000000 ---p 00000000 00:00 0
7fde00000000-7fde00021000 rw-p 00000000 00:00 0
7fde00021000-7fde04000000 ---p 00000000 00:00 0
7fde08000000-7fde08021000 rw-p 00000000 00:00 0
7fde08021000-7fde0c000000 ---p 00000000 00:00 0
7fde0c000000-7fde0cb89000 rw-p 00000000 00:00 0
7fde0cb89000-7fde10000000 ---p 00000000 00:00 0
7fde10000000-7fde117b2000 rw-p 00000000 00:00 0
7fde117b2000-7fde14000000 ---p 00000000 00:00 0
7fde14000000-7fde1527a000 rw-p 00000000 00:00 0
7fde1527a000-7fde18000000 ---p 00000000 00:00 0
7fde18000000-7fde18021000 rw-p 00000000 00:00 0
7fde18021000-7fde1c000000 ---p 00000000 00:00 0
7fde1c000000-7fde1cb3c000 rw-p 00000000 00:00 0
7fde1cb3c000-7fde20000000 ---p 00000000 00:00 0
7fde20000000-7fde20021000 rw-p 00000000 00:00 0
7fde20021000-7fde24000000 ---p 00000000 00:00 0
7fde24000000-7fde24021000 rw-p 00000000 00:00 0
7fde24021000-7fde28000000 ---p 00000000 00:00 0
7fde28000000-7fde28021000 rw-p 00000000 00:00 0
7fde28021000-7fde2c000000 ---p 00000000 00:00 0
7fde2c000000-7fde2c021000 rw-p 00000000 00:00 0
7fde2c021000-7fde30000000 ---p 00000000 00:00 0
7fde30000000-7fde30021000 rw-p 00000000 00:00 0
7fde30021000-7fde34000000 ---p 00000000 00:00 0
7fde38000000-7fde38021000 rw-p 00000000 00:00 0
7fde38021000-7fde3c000000 ---p 00000000 00:00 0
7fde3dfff000-7fde40000000 rw-p 00000000 00:00 0
7fde40000000-7fde40021000 rw-p 00000000 00:00 0
7fde40021000-7fde44000000 ---p 00000000 00:00 0
7fde45366000-7fde4716a000 rw-p 00000000 00:00 0
7fde4716a000-7fde4716b000 ---p 00000000 00:00 0
7fde4716b000-7fde4726b000 rw-p 00000000 00:00 0
7fde4726b000-7fde4726e000 ---p 00000000 00:00 0
7fde4726e000-7fde4736c000 rw-p 00000000 00:00 0 [stack:17645]
7fde4736c000-7fde4736f000 ---p 00000000 00:00 0
7fde4736f000-7fde4746d000 rw-p 00000000 00:00 0 [stack:17638]
7fde4746d000-7fde47470000 ---p 00000000 00:00 0
7fde47470000-7fde4756e000 rw-p 00000000 00:00 0 [stack:17637]
7fde4756e000-7fde47571000 ---p 00000000 00:00 0
7fde47571000-7fde4766f000 rw-p 00000000 00:00 0 [stack:17633]
7fde4766f000-7fde47672000 ---p 00000000 00:00 0
7fde47672000-7fde47770000 rw-p 00000000 00:00 0 [stack:17632]
7fde47770000-7fde47773000 ---p 00000000 00:00 0
7fde47773000-7fde47871000 rw-p 00000000 00:00 0
7fde47871000-7fde479fa000 r--p 00000000 08:04 441042 /usr/lib/locale/locale-archive
7fde479fa000-7fde479fd000 ---p 00000000 00:00 0
7fde479fd000-7fde47afb000 rw-p 00000000 00:00 0 [stack:17617]
7fde47afb000-7fde47afe000 ---p 00000000 00:00 0
7fde47afe000-7fde47bfc000 rw-p 00000000 00:00 0 [stack:17616]
7fde47bfc000-7fde47bfd000 ---p 00000000 00:00 0
7fde47bfd000-7fde48000000 rw-p 00000000 00:00 0 [stack:17615]
7fde48000000-7fde48021000 rw-p 00000000 00:00 0
7fde48021000-7fde4c000000 ---p 00000000 00:00 0
7fde4c000000-7fde4c021000 rw-p 00000000 00:00 0
7fde4c021000-7fde50000000 ---p 00000000 00:00 0
7fde50000000-7fde50021000 rw-p 00000000 00:00 0
7fde50021000-7fde54000000 ---p 00000000 00:00 0
7fde540e9000-7fde55ec0000 rw-p 00000000 00:00 0
7fde55ec0000-7fde56000000 ---p 00000000 00:00 0
7fde56000000-7fde58000000 rw-p 00000000 00:00 0
7fde58000000-7fde58021000 rw-p 00000000 00:00 0
7fde58021000-7fde5c000000 ---p 00000000 00:00 0
7fde5c0d2000-7fde5c222000 rw-p 00000000 00:00 0
7fde5c222000-7fde5c3f7000 r--s 03c4d000 08:04 1439129 /opt/java/jre/lib/rt.jar
7fde5c3f7000-7fde5c5f7000 rw-p 00000000 00:00 0
7fde5c5f7000-7fde5c5f8000 ---p 00000000 00:00 0
7fde5c5f8000-7fde5c6f8000 rw-p 00000000 00:00 0 [stack:17590]
7fde5c6f8000-7fde5c6f9000 ---p 00000000 00:00 0
7fde5c6f9000-7fde5c7f9000 rw-p 00000000 00:00 0 [stack:17589]
7fde5c7f9000-7fde5c7fa000 ---p 00000000 00:00 0
7fde5c7fa000-7fde5c8fa000 rw-p 00000000 00:00 0 [stack:17588]
7fde5c8fa000-7fde5c8fb000 ---p 00000000 00:00 0
7fde5c8fb000-7fde5c9fb000 rw-p 00000000 00:00 0 [stack:17587]
7fde5c9fb000-7fde5c9fc000 ---p 00000000 00:00 0
7fde5c9fc000-7fde5cafc000 rw-p 00000000 00:00 0 [stack:17586]
7fde5cafc000-7fde5cafd000 ---p 00000000 00:00 0
7fde5cafd000-7fde5cbfd000 rw-p 00000000 00:00 0 [stack:17585]
7fde5cbfd000-7fde5cbfe000 ---p 00000000 00:00 0
7fde5cbfe000-7fde5ccfe000 rw-p 00000000 00:00 0 [stack:17584]
7fde5ccfe000-7fde5ccff000 ---p 00000000 00:00 0
7fde5ccff000-7fde5ce3d000 rw-p 00000000 00:00 0 [stack:17580]
7fde5ce3d000-7fde5cf54000 ---p 00000000 00:00 0
7fde5cf54000-7fde5cf91000 rw-p 00000000 00:00 0
7fde5cf91000-7fde5cfff000 ---p 00000000 00:00 0
7fde5cfff000-7fde5d000000 rw-p 00000000 00:00 0
7fde5d000000-7fde5d990000 rwxp 00000000 00:00 0
7fde5d990000-7fde6c000000 ---p 00000000 00:00 0
7fde6c000000-7fde6c35d000 rw-p 00000000 00:00 0
7fde6c35d000-7fde70000000 ---p 00000000 00:00 0
7fde70025000-7fde70033000 r--s 000cf000 08:04 1730553 /opt/android-sdk/build-tools/19.0.3/lib/dx.jar
7fde70033000-7fde70071000 rw-p 00000000 00:00 0
7fde70071000-7fde70189000 ---p 00000000 00:00 0
7fde70189000-7fde701b0000 rw-p 00000000 00:00 0
7fde701b0000-7fde70549000 ---p 00000000 00:00 0
7fde70549000-7fde70565000 r-xp 00000000 08:04 1439297 /opt/java/jre/lib/amd64/libzip.so
7fde70565000-7fde70764000 ---p 0001c000 08:04 1439297 /opt/java/jre/lib/amd64/libzip.so
7fde70764000-7fde70765000 rw-p 0001b000 08:04 1439297 /opt/java/jre/lib/amd64/libzip.so
7fde70765000-7fde70770000 r-xp 00000000 08:04 395861 /usr/lib/libnss_files-2.19.so
7fde70770000-7fde7096f000 ---p 0000b000 08:04 395861 /usr/lib/libnss_files-2.19.so
7fde7096f000-7fde70970000 r--p 0000a000 08:04 395861 /usr/lib/libnss_files-2.19.so
7fde70970000-7fde70971000 rw-p 0000b000 08:04 395861 /usr/lib/libnss_files-2.19.so
7fde70971000-7fde7099b000 r-xp 00000000 08:04 1439292 /opt/java/jre/lib/amd64/libjava.so
7fde7099b000-7fde70b9b000 ---p 0002a000 08:04 1439292 /opt/java/jre/lib/amd64/libjava.so
7fde70b9b000-7fde70b9d000 rw-p 0002a000 08:04 1439292 /opt/java/jre/lib/amd64/libjava.so
7fde70b9d000-7fde70baa000 r-xp 00000000 08:04 1439296 /opt/java/jre/lib/amd64/libverify.so
7fde70baa000-7fde70daa000 ---p 0000d000 08:04 1439296 /opt/java/jre/lib/amd64/libverify.so
7fde70daa000-7fde70dac000 rw-p 0000d000 08:04 1439296 /opt/java/jre/lib/amd64/libverify.so
7fde70dac000-7fde70db3000 r-xp 00000000 08:04 395862 /usr/lib/librt-2.19.so
7fde70db3000-7fde70fb2000 ---p 00007000 08:04 395862 /usr/lib/librt-2.19.so
7fde70fb2000-7fde70fb3000 r--p 00006000 08:04 395862 /usr/lib/librt-2.19.so
7fde70fb3000-7fde70fb4000 rw-p 00007000 08:04 395862 /usr/lib/librt-2.19.so
7fde70fb4000-7fde710b7000 r-xp 00000000 08:04 395759 /usr/lib/libm-2.19.so
7fde710b7000-7fde712b6000 ---p 00103000 08:04 395759 /usr/lib/libm-2.19.so
7fde712b6000-7fde712b7000 r--p 00102000 08:04 395759 /usr/lib/libm-2.19.so
7fde712b7000-7fde712b8000 rw-p 00103000 08:04 395759 /usr/lib/libm-2.19.so
7fde712b8000-7fde71ed2000 r-xp 00000000 08:04 1439317 /opt/java/jre/lib/amd64/server/libjvm.so
7fde71ed2000-7fde720d1000 ---p 00c1a000 08:04 1439317 /opt/java/jre/lib/amd64/server/libjvm.so
7fde720d1000-7fde7219a000 rw-p 00c19000 08:04 1439317 /opt/java/jre/lib/amd64/server/libjvm.so
7fde7219a000-7fde721db000 rw-p 00000000 00:00 0
7fde721db000-7fde7237f000 r-xp 00000000 08:04 395870 /usr/lib/libc-2.19.so
7fde7237f000-7fde7257f000 ---p 001a4000 08:04 395870 /usr/lib/libc-2.19.so
7fde7257f000-7fde72583000 r--p 001a4000 08:04 395870 /usr/lib/libc-2.19.so
7fde72583000-7fde72585000 rw-p 001a8000 08:04 395870 /usr/lib/libc-2.19.so
7fde72585000-7fde72589000 rw-p 00000000 00:00 0
7fde72589000-7fde7258c000 r-xp 00000000 08:04 395810 /usr/lib/libdl-2.19.so
7fde7258c000-7fde7278b000 ---p 00003000 08:04 395810 /usr/lib/libdl-2.19.so
7fde7278b000-7fde7278c000 r--p 00002000 08:04 395810 /usr/lib/libdl-2.19.so
7fde7278c000-7fde7278d000 rw-p 00003000 08:04 395810 /usr/lib/libdl-2.19.so
7fde7278d000-7fde727a4000 r-xp 00000000 08:04 1456626 /opt/java/lib/amd64/jli/libjli.so
7fde727a4000-7fde729a3000 ---p 00017000 08:04 1456626 /opt/java/lib/amd64/jli/libjli.so
7fde729a3000-7fde729a4000 rw-p 00016000 08:04 1456626 /opt/java/lib/amd64/jli/libjli.so
7fde729a4000-7fde729bc000 r-xp 00000000 08:04 395887 /usr/lib/libpthread-2.19.so
7fde729bc000-7fde72bbc000 ---p 00018000 08:04 395887 /usr/lib/libpthread-2.19.so
7fde72bbc000-7fde72bbd000 r--p 00018000 08:04 395887 /usr/lib/libpthread-2.19.so
7fde72bbd000-7fde72bbe000 rw-p 00019000 08:04 395887 /usr/lib/libpthread-2.19.so
7fde72bbe000-7fde72bc2000 rw-p 00000000 00:00 0
7fde72bc2000-7fde72be3000 r-xp 00000000 08:04 395845 /usr/lib/ld-2.19.so
7fde72be7000-7fde72cb8000 rw-p 00000000 00:00 0
7fde72cb8000-7fde72cbb000 ---p 00000000 00:00 0
7fde72cbb000-7fde72dbe000 rw-p 00000000 00:00 0 [stack:17579]
7fde72dbe000-7fde72dc3000 r--s 00092000 08:04 1439125 /opt/java/jre/lib/jsse.jar
7fde72dc3000-7fde72dd7000 rw-p 00000000 00:00 0
7fde72dd7000-7fde72ddf000 rw-s 00000000 00:1e 249692290 /tmp/hsperfdata_brian/17501
7fde72ddf000-7fde72de0000 rw-p 00000000 00:00 0
7fde72de0000-7fde72de1000 ---p 00000000 00:00 0
7fde72de1000-7fde72de2000 rw-p 00000000 00:00 0
7fde72de2000-7fde72de3000 r--p 00020000 08:04 395845 /usr/lib/ld-2.19.so
7fde72de3000-7fde72de4000 rw-p 00021000 08:04 395845 /usr/lib/ld-2.19.so
7fde72de4000-7fde72de5000 rw-p 00000000 00:00 0
7fffd96bc000-7fffd96dd000 rw-p 00000000 00:00 0 [stack]
7fffd973e000-7fffd9740000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
VM Arguments:
jvm_args: -Xmx1024M
java_command: /opt/android-sdk/build-tools/19.0.3/lib/dx.jar --dex --output /home/brian/Programming/android/TaxiDash/app/build/pre-dexed/debug/support-v4-19.1.0-95a363f7fadad141ffe290eb5375030e031abdb4.jar /opt/android-sdk/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0.jar
java_class_path (initial): /opt/android-sdk/build-tools/19.0.3/lib/dx.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=/opt/java
CLASSPATH=/opt/android-studio/bin/../lib/bootstrap.jar:/opt/android-studio/bin/../lib/extensions.jar:/opt/android-studio/bin/../lib/util.jar:/opt/android-studio/bin/../lib/jdom.jar:/opt/android-studio/bin/../lib/log4j.jar:/opt/android-studio/bin/../lib/trove4j.jar:/opt/android-studio/bin/../lib/jna.jar:/opt/java/lib/tools.jar
PATH=/usr/local/heroku/bin:/home/brian/.gem/ruby/2.1.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/opt/java/bin:/opt/java/db/bin:/opt/java/jre/bin:/usr/bin/vendor_perl:/usr/bin/core_perl
LD_LIBRARY_PATH=/opt/android-studio/bin:
SHELL=/bin/bash
DISPLAY=:0.0
Signal Handlers:
SIGSEGV: [libjvm.so+0xa2fc90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0xa2fc90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x89b4b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x89b4b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x89b4b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x89b4b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x89cc50], sa_mask[0]=0x00000004, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x89df00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x89df00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x89df00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x89df00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
--------------- S Y S T E M ---------------
OS:LSB_VERSION=1.4
DISTRIB_ID=Arch
DISTRIB_RELEASE=rolling
DISTRIB_DESCRIPTION="Arch Linux"
uname:Linux 3.14.3-2-ARCH #1 SMP PREEMPT Mon May 12 20:52:20 CEST 2014 x86_64
libc:glibc 2.19 NPTL 2.19
rlimit: STACK 8192k, CORE 0k, NPROC 62962, NOFILE 4096, AS infinity
load average:5.88 2.15 1.18
/proc/meminfo:
MemTotal: 8064760 kB
MemFree: 121688 kB
MemAvailable: 68724 kB
Buffers: 752 kB
Cached: 224116 kB
SwapCached: 0 kB
Active: 7371308 kB
Inactive: 208188 kB
Active(anon): 7365400 kB
Inactive(anon): 193540 kB
Active(file): 5908 kB
Inactive(file): 14648 kB
Unevictable: 15136 kB
Mlocked: 15136 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 744 kB
Writeback: 0 kB
AnonPages: 7371664 kB
Mapped: 222592 kB
Shmem: 196676 kB
Slab: 88768 kB
SReclaimable: 42440 kB
SUnreclaim: 46328 kB
KernelStack: 6992 kB
PageTables: 72400 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 4032380 kB
Committed_AS: 12532380 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 427116 kB
VmallocChunk: 34359193860 kB
HardwareCorrupted: 0 kB
AnonHugePages: 2652160 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 232272 kB
DirectMap2M: 8040448 kB
CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
stepping : 9
microcode : 0x16
cpu MHz : 3699.625
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6787.55
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
stepping : 9
microcode : 0x16
cpu MHz : 3699.625
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6787.55
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
stepping : 9
microcode : 0x16
cpu MHz : 3699.625
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 13
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6787.55
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
stepping : 9
microcode : 0x16
cpu MHz : 3699.625
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 13
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6787.55
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
stepping : 9
microcode : 0x16
cpu MHz : 3699.625
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6787.55
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
stepping : 9
microcode : 0x16
cpu MHz : 3699.625
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 1
cpu cores : 4
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6787.55
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
stepping : 9
microcode : 0x16
cpu MHz : 3699.625
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 2
cpu cores : 4
apicid : 5
initial apicid : 5
fpu : yes
fpu_exception : yes
cpuid level : 13
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6787.55
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
stepping : 9
microcode : 0x16
cpu MHz : 3699.625
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 7
initial apicid : 7
fpu : yes
fpu_exception : yes
cpuid level : 13
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips : 6787.55
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
Memory: 4k page, physical 8064760k(121688k free), swap 0k(0k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.5-b02) for linux-amd64 JRE (1.8.0_05-b13), built on Mar 18 2014 00:29:27 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
time: Tue May 27 16:06:20 2014
elapsed time: 11 seconds