-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs_err_pid2494.log
899 lines (853 loc) · 65.9 KB
/
hs_err_pid2494.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
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 202375168 bytes for committing reserved memory.
# 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 (os_linux.cpp:2627), pid=2494, tid=0x00007f33d44fb700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_112-b15) (build 1.8.0_112-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.112-b15 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 (0x00007f33e81cc000): VMThread [stack: 0x00007f33d43fb000,0x00007f33d44fc000] [id=2513]
Stack: [0x00007f33d43fb000,0x00007f33d44fc000], sp=0x00007f33d44fa000, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xac6f7a] VMError::report_and_die()+0x2ba
V [libjvm.so+0x4fc71b] report_vm_out_of_memory(char const*, int, unsigned long, VMErrorType, char const*)+0x8b
V [libjvm.so+0x923b13] os::Linux::commit_memory_impl(char*, unsigned long, bool)+0x103
V [libjvm.so+0x924069] os::pd_commit_memory(char*, unsigned long, unsigned long, bool)+0x29
V [libjvm.so+0x91e37a] os::commit_memory(char*, unsigned long, unsigned long, bool)+0x2a
V [libjvm.so+0x992da3] PSVirtualSpace::expand_by(unsigned long)+0x53
V [libjvm.so+0x9941a8] PSYoungGen::resize_generation(unsigned long, unsigned long)+0xf8
V [libjvm.so+0x993302] PSYoungGen::resize(unsigned long, unsigned long)+0x22
V [libjvm.so+0x9905db] PSScavenge::invoke_no_policy()+0xf3b
V [libjvm.so+0x98b885] PSParallelCompact::invoke(bool)+0x85
V [libjvm.so+0x483204] CollectedHeap::collect_as_vm_thread(GCCause::Cause)+0x114
V [libjvm.so+0xac83f1] VM_CollectForMetadataAllocation::doit()+0x161
V [libjvm.so+0xad0475] VM_Operation::evaluate()+0x55
V [libjvm.so+0xace84a] VMThread::evaluate_operation(VM_Operation*)+0xba
V [libjvm.so+0xacebce] VMThread::loop()+0x1ce
V [libjvm.so+0xacf040] VMThread::run()+0x70
V [libjvm.so+0x926138] java_start(Thread*)+0x108
VM_Operation (0x00007f33eed1ab40): CollectForMetadataAllocation, mode: safepoint, requested by thread 0x00007f33e800e800
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007f33e8e76000 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=2682, stack(0x00007f33b62e1000,0x00007f33b63e2000)]
0x00007f33e8e5d000 JavaThread "Tomcat JDBC Pool Cleaner[414493378:1509020661475]" daemon [_thread_blocked, id=2678, stack(0x00007f33b63e2000,0x00007f33b64e3000)]
0x00007f33e8b46800 JavaThread "container-0" [_thread_blocked, id=2675, stack(0x00007f33b64e3000,0x00007f33b65e4000)]
0x00007f33e8dee000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Tomcat]]" daemon [_thread_blocked, id=2674, stack(0x00007f33b65e4000,0x00007f33b66e5000)]
0x00007f3378239800 JavaThread "localhost-startStop-1" daemon [_thread_blocked, id=2666, stack(0x00007f33b68e5000,0x00007f33b69e6000)]
0x00007f33e8ded000 JavaThread "Tomcat-startStop-1" daemon [_thread_blocked, id=2665, stack(0x00007f33cc0f6000,0x00007f33cc1f7000)]
0x00007f33e85d6000 JavaThread "Service Thread" daemon [_thread_blocked, id=2536, stack(0x00007f33cf563000,0x00007f33cf664000)]
0x00007f33e85b9000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=2533, stack(0x00007f33cf664000,0x00007f33cf765000)]
0x00007f33e85b7000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=2532, stack(0x00007f33cf765000,0x00007f33cf866000)]
0x00007f33e85b4800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=2531, stack(0x00007f33cf866000,0x00007f33cf967000)]
0x00007f33e85b2800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2530, stack(0x00007f33cf967000,0x00007f33cfa68000)]
0x00007f33e85a0000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=2529, stack(0x00007f33cfa68000,0x00007f33cfb69000)]
0x00007f33e820b800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2526, stack(0x00007f33d40f8000,0x00007f33d41f9000)]
0x00007f33e81d8000 JavaThread "Finalizer" daemon [_thread_blocked, id=2517, stack(0x00007f33d41f9000,0x00007f33d42fa000)]
0x00007f33e81d3800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2515, stack(0x00007f33d42fa000,0x00007f33d43fb000)]
0x00007f33e800e800 JavaThread "main" [_thread_blocked, id=2495, stack(0x00007f33eec1f000,0x00007f33eed20000)]
Other Threads:
=>0x00007f33e81cc000 VMThread [stack: 0x00007f33d43fb000,0x00007f33d44fc000] [id=2513]
0x00007f33e85db000 WatcherThread [stack: 0x00007f33cf24b000,0x00007f33cf34c000] [id=2537]
VM state:at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00007f33e800af50] Threads_lock - owner thread: 0x00007f33e81cc000
[0x00007f33e800b450] Heap_lock - owner thread: 0x00007f33e800e800
Heap:
PSYoungGen total 250368K, used 10234K [0x000000076d000000, 0x000000077de80000, 0x00000007c0000000)
eden space 240128K, 0% used [0x000000076d000000,0x000000076d000000,0x000000077ba80000)
from space 10240K, 99% used [0x000000077ca80000,0x000000077d47e878,0x000000077d480000)
to space 8704K, 0% used [0x000000077d600000,0x000000077d600000,0x000000077de80000)
ParOldGen total 78848K, used 16776K [0x00000006c7000000, 0x00000006cbd00000, 0x000000076d000000)
object space 78848K, 21% used [0x00000006c7000000,0x00000006c80623c0,0x00000006cbd00000)
Metaspace used 34823K, capacity 35190K, committed 35456K, reserved 1081344K
class space used 4258K, capacity 4368K, committed 4480K, reserved 1048576K
Card table byte_map: [0x00007f33d7e3e000,0x00007f33d8607000] byte_map_base: 0x00007f33d4806000
Marking Bits: (ParMarkBitMap*) 0x00007f33ee0f1c80
Begin Bits: [0x00007f33a0380000, 0x00007f33a41c0000)
End Bits: [0x00007f33a41c0000, 0x00007f33a8000000)
Polling page: 0x00007f33eed42000
CodeCache: size=245760Kb used=11567Kb max_used=11676Kb free=234192Kb
bounds [0x00007f33d89c7000, 0x00007f33d9587000, 0x00007f33e79c7000]
total_blobs=3561 nmethods=3112 adapters=361
compilation: enabled
Compilation events (10 events):
Event: 30,762 Thread 0x00007f33e85b9000 3662 1 java.util.Formatter$FormatSpecifier::index (5 bytes)
Event: 30,763 Thread 0x00007f33e85b9000 nmethod 3662 0x00007f33d8da6990 code [0x00007f33d8da6ae0, 0x00007f33d8da6bf0]
Event: 30,768 Thread 0x00007f33e85b9000 3663 3 java.lang.StringBuilder::append (6 bytes)
Event: 30,769 Thread 0x00007f33e85b9000 nmethod 3663 0x00007f33d8da64d0 code [0x00007f33d8da6640, 0x00007f33d8da68a8]
Event: 30,774 Thread 0x00007f33e85b9000 3664 3 java.util.regex.Matcher::find (35 bytes)
Event: 30,776 Thread 0x00007f33e85b9000 nmethod 3664 0x00007f33d8da5bd0 code [0x00007f33d8da5d80, 0x00007f33d8da6318]
Event: 30,776 Thread 0x00007f33e85b9000 3665 3 java.util.Formatter$FixedString::<init> (15 bytes)
Event: 30,776 Thread 0x00007f33e85b9000 nmethod 3665 0x00007f33d91852d0 code [0x00007f33d9185440, 0x00007f33d9185630]
Event: 30,776 Thread 0x00007f33e85b9000 3666 3 java.util.Formatter$FixedString::print (18 bytes)
Event: 30,776 Thread 0x00007f33e85b9000 nmethod 3666 0x00007f33d9184e10 code [0x00007f33d9184f80, 0x00007f33d91851c8]
GC Heap History (10 events):
Event: 1,930 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 74752K, used 8838K [0x000000076d000000, 0x0000000776200000, 0x00000007c0000000)
eden space 64512K, 0% used [0x000000076d000000,0x000000076d000000,0x0000000770f00000)
from space 10240K, 86% used [0x0000000770f00000,0x00000007717a1870,0x0000000771900000)
to space 10240K, 0% used [0x0000000775800000,0x0000000775800000,0x0000000776200000)
ParOldGen total 171008K, used 8K [0x00000006c7000000, 0x00000006d1700000, 0x000000076d000000)
object space 171008K, 0% used [0x00000006c7000000,0x00000006c7002000,0x00000006d1700000)
Metaspace used 12318K, capacity 12522K, committed 12544K, reserved 1060864K
class space used 1490K, capacity 1527K, committed 1536K, reserved 1048576K
}
Event: 2,966 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 74752K, used 73350K [0x000000076d000000, 0x0000000776200000, 0x00000007c0000000)
eden space 64512K, 100% used [0x000000076d000000,0x0000000770f00000,0x0000000770f00000)
from space 10240K, 86% used [0x0000000770f00000,0x00000007717a1870,0x0000000771900000)
to space 10240K, 0% used [0x0000000775800000,0x0000000775800000,0x0000000776200000)
ParOldGen total 171008K, used 8K [0x00000006c7000000, 0x00000006d1700000, 0x000000076d000000)
object space 171008K, 0% used [0x00000006c7000000,0x00000006c7002000,0x00000006d1700000)
Metaspace used 20468K, capacity 20848K, committed 20992K, reserved 1067008K
class space used 2452K, capacity 2543K, committed 2560K, reserved 1048576K
Event: 3,018 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 139264K, used 9895K [0x000000076d000000, 0x0000000776200000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076d000000,0x000000076d000000,0x0000000774e00000)
from space 10240K, 96% used [0x0000000775800000,0x00000007761a9ef8,0x0000000776200000)
to space 10240K, 0% used [0x0000000774e00000,0x0000000774e00000,0x0000000775800000)
ParOldGen total 171008K, used 80K [0x00000006c7000000, 0x00000006d1700000, 0x000000076d000000)
object space 171008K, 0% used [0x00000006c7000000,0x00000006c7014010,0x00000006d1700000)
Metaspace used 20468K, capacity 20848K, committed 20992K, reserved 1067008K
class space used 2452K, capacity 2543K, committed 2560K, reserved 1048576K
}
Event: 3,121 GC heap before
{Heap before GC invocations=3 (full 0):
PSYoungGen total 139264K, used 20380K [0x000000076d000000, 0x0000000776200000, 0x00000007c0000000)
eden space 129024K, 8% used [0x000000076d000000,0x000000076da3d260,0x0000000774e00000)
from space 10240K, 96% used [0x0000000775800000,0x00000007761a9ef8,0x0000000776200000)
to space 10240K, 0% used [0x0000000774e00000,0x0000000774e00000,0x0000000775800000)
ParOldGen total 171008K, used 80K [0x00000006c7000000, 0x00000006d1700000, 0x000000076d000000)
object space 171008K, 0% used [0x00000006c7000000,0x00000006c7014010,0x00000006d1700000)
Metaspace used 20768K, capacity 21072K, committed 21296K, reserved 1069056K
class space used 2489K, capacity 2575K, committed 2688K, reserved 1048576K
Event: 3,140 GC heap after
Heap after GC invocations=3 (full 0):
PSYoungGen total 139264K, used 6581K [0x000000076d000000, 0x000000077e000000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076d000000,0x000000076d000000,0x0000000774e00000)
from space 10240K, 64% used [0x0000000774e00000,0x000000077546d788,0x0000000775800000)
to space 10240K, 0% used [0x000000077d600000,0x000000077d600000,0x000000077e000000)
ParOldGen total 171008K, used 88K [0x00000006c7000000, 0x00000006d1700000, 0x000000076d000000)
object space 171008K, 0% used [0x00000006c7000000,0x00000006c7016010,0x00000006d1700000)
Metaspace used 20768K, capacity 21072K, committed 21296K, reserved 1069056K
class space used 2489K, capacity 2575K, committed 2688K, reserved 1048576K
}
Event: 3,140 GC heap before
{Heap before GC invocations=4 (full 1):
PSYoungGen total 139264K, used 6581K [0x000000076d000000, 0x000000077e000000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076d000000,0x000000076d000000,0x0000000774e00000)
from space 10240K, 64% used [0x0000000774e00000,0x000000077546d788,0x0000000775800000)
to space 10240K, 0% used [0x000000077d600000,0x000000077d600000,0x000000077e000000)
ParOldGen total 171008K, used 88K [0x00000006c7000000, 0x00000006d1700000, 0x000000076d000000)
object space 171008K, 0% used [0x00000006c7000000,0x00000006c7016010,0x00000006d1700000)
Metaspace used 20768K, capacity 21072K, committed 21296K, reserved 1069056K
class space used 2489K, capacity 2575K, committed 2688K, reserved 1048576K
Event: 3,182 GC heap after
Heap after GC invocations=4 (full 1):
PSYoungGen total 139264K, used 0K [0x000000076d000000, 0x000000077e000000, 0x00000007c0000000)
eden space 129024K, 0% used [0x000000076d000000,0x000000076d000000,0x0000000774e00000)
from space 10240K, 0% used [0x0000000774e00000,0x0000000774e00000,0x0000000775800000)
to space 10240K, 0% used [0x000000077d600000,0x000000077d600000,0x000000077e000000)
ParOldGen total 78848K, used 6478K [0x00000006c7000000, 0x00000006cbd00000, 0x000000076d000000)
object space 78848K, 8% used [0x00000006c7000000,0x00000006c7653af8,0x00000006cbd00000)
Metaspace used 20768K, capacity 21072K, committed 21296K, reserved 1069056K
class space used 2489K, capacity 2575K, committed 2688K, reserved 1048576K
}
Event: 4,871 GC heap before
{Heap before GC invocations=5 (full 1):
PSYoungGen total 139264K, used 129024K [0x000000076d000000, 0x000000077e000000, 0x00000007c0000000)
eden space 129024K, 100% used [0x000000076d000000,0x0000000774e00000,0x0000000774e00000)
from space 10240K, 0% used [0x0000000774e00000,0x0000000774e00000,0x0000000775800000)
to space 10240K, 0% used [0x000000077d600000,0x000000077d600000,0x000000077e000000)
ParOldGen total 78848K, used 6478K [0x00000006c7000000, 0x00000006cbd00000, 0x000000076d000000)
object space 78848K, 8% used [0x00000006c7000000,0x00000006c7653af8,0x00000006cbd00000)
Metaspace used 25137K, capacity 25502K, committed 25728K, reserved 1071104K
class space used 3070K, capacity 3164K, committed 3200K, reserved 1048576K
Event: 4,893 GC heap after
Heap after GC invocations=5 (full 1):
PSYoungGen total 248832K, used 8510K [0x000000076d000000, 0x000000077de80000, 0x00000007c0000000)
eden space 240128K, 0% used [0x000000076d000000,0x000000076d000000,0x000000077ba80000)
from space 8704K, 97% used [0x000000077d600000,0x000000077de4fb80,0x000000077de80000)
to space 10240K, 0% used [0x000000077ca80000,0x000000077ca80000,0x000000077d480000)
ParOldGen total 78848K, used 6486K [0x00000006c7000000, 0x00000006cbd00000, 0x000000076d000000)
object space 78848K, 8% used [0x00000006c7000000,0x00000006c7655af8,0x00000006cbd00000)
Metaspace used 25137K, capacity 25502K, committed 25728K, reserved 1071104K
class space used 3070K, capacity 3164K, committed 3200K, reserved 1048576K
}
Event: 30,781 GC heap before
{Heap before GC invocations=6 (full 1):
PSYoungGen total 248832K, used 209232K [0x000000076d000000, 0x000000077de80000, 0x00000007c0000000)
eden space 240128K, 83% used [0x000000076d000000,0x0000000779404568,0x000000077ba80000)
from space 8704K, 97% used [0x000000077d600000,0x000000077de4fb80,0x000000077de80000)
to space 10240K, 0% used [0x000000077ca80000,0x000000077ca80000,0x000000077d480000)
ParOldGen total 78848K, used 6486K [0x00000006c7000000, 0x00000006cbd00000, 0x000000076d000000)
object space 78848K, 8% used [0x00000006c7000000,0x00000006c7655af8,0x00000006cbd00000)
Metaspace used 34823K, capacity 35190K, committed 35456K, reserved 1081344K
class space used 4258K, capacity 4368K, committed 4480K, reserved 1048576K
Deoptimization events (10 events):
Event: 27,946 Thread 0x00007f33e800e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d8f71568 method=java.util.regex.Pattern$CharProperty$1.isSatisfiedBy(I)Z @ 8
Event: 28,023 Thread 0x00007f33e800e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d9453f50 method=org.springframework.boot.bind.DefaultPropertyNamePatternsMatcher.matches(Ljava/lang/String;)Z @ 112
Event: 28,151 Thread 0x00007f33e8e76000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d94a3108 method=java.util.zip.ZipCoder.getBytes(Ljava/lang/String;)[B @ 32
Event: 28,151 Thread 0x00007f33e8e76000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d94a65d8 method=java.util.zip.ZipCoder.getBytes(Ljava/lang/String;)[B @ 32
Event: 28,151 Thread 0x00007f33e8e76000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d948a8b4 method=java.util.zip.ZipCoder.getBytes(Ljava/lang/String;)[B @ 32
Event: 28,151 Thread 0x00007f33e8e76000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d9494048 method=java.net.URL.<init>(Ljava/net/URL;Ljava/lang/String;Ljava/net/URLStreamHandler;)V @ 57
Event: 28,151 Thread 0x00007f33e8e76000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d952a9b8 method=java.net.URLStreamHandler.parseURL(Ljava/net/URL;Ljava/lang/String;II)V @ 57
Event: 28,155 Thread 0x00007f33e800e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d8f73510 method=sun.nio.cs.UTF_8$Decoder.decode([BII[C)I @ 30
Event: 28,300 Thread 0x00007f33e800e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f33d8b016bc method=java.util.TreeMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 163
Event: 30,517 Thread 0x00007f33e800e800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00007f33d8e6b5b0 method=org.springframework.core.annotation.AnnotatedElementUtils.searchWithGetSemanticsInAnnotations(Ljava/lang/reflect/AnnotatedElement;Ljava/util/List;Ljava/lang/Class;Ljava/
Internal exceptions (10 events):
Event: 30,555 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/context/weaving/LoadTimeWeaverAwareCustomizer> (0x00000007788a61f8) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp,
Event: 30,555 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/FactoryBeanCustomizer> (0x00000007788bc7b8) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 30,556 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/BeanClassLoaderAwareCustomizer> (0x00000007788d8128) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp,
Event: 30,556 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/BeanFactoryAwareCustomizer> (0x00000007788ef9f0) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp, line
Event: 30,556 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/BeanNameAwareCustomizer> (0x0000000778906820) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 21
Event: 30,558 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/InitializingBeanCustomizer> (0x000000077891e008) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp, line
Event: 30,559 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/beans/factory/DisposableBeanCustomizer> (0x0000000778934010) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 2
Event: 30,559 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/orm/jpa/EntityManagerFactoryInfoCustomizer> (0x000000077894b628) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp, li
Event: 30,559 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': org/springframework/dao/support/PersistenceExceptionTranslatorCustomizer> (0x000000077896eda0) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictiona
Event: 30,559 Thread 0x00007f33e800e800 Exception <a 'java/lang/ClassNotFoundException': java/io/SerializableCustomizer> (0x0000000778977148) thrown at [/HUDSON3/workspace/8-2-build-linux-amd64/jdk8u112/7884/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Events (10 events):
Event: 30,774 loading class org/hibernate/dialect/ProgressDialect done
Event: 30,775 loading class org/hibernate/dialect/SAPDBDialect
Event: 30,775 loading class org/hibernate/dialect/SAPDBDialect done
Event: 30,776 loading class org/hibernate/dialect/SQLServerDialect
Event: 30,776 loading class org/hibernate/dialect/SQLServerDialect done
Event: 30,777 loading class org/hibernate/dialect/AbstractTransactSQLDialect
Event: 30,777 loading class org/hibernate/dialect/AbstractTransactSQLDialect done
Event: 30,777 loading class org/hibernate/dialect/SQLServer2005Dialect
Event: 30,777 loading class org/hibernate/dialect/SQLServer2005Dialect done
Event: 30,778 Executing VM operation: CollectForMetadataAllocation
Dynamic libraries:
00400000-00401000 r-xp 00000000 08:06 3282163 /opt/jdk1.8.0_112/bin/java
00600000-00601000 rw-p 00000000 08:06 3282163 /opt/jdk1.8.0_112/bin/java
00f1c000-00f3d000 rw-p 00000000 00:00 0 [heap]
6c7000000-6cbd00000 rw-p 00000000 00:00 0
6cbd00000-76d000000 ---p 00000000 00:00 0
76d000000-77de80000 rw-p 00000000 00:00 0
789f80000-7c0000000 ---p 00000000 00:00 0
7c0000000-7c0460000 rw-p 00000000 00:00 0
7c0460000-800000000 ---p 00000000 00:00 0
7f335c000000-7f335c021000 rw-p 00000000 00:00 0
7f335c021000-7f3360000000 ---p 00000000 00:00 0
7f3364000000-7f3364021000 rw-p 00000000 00:00 0
7f3364021000-7f3368000000 ---p 00000000 00:00 0
7f3368000000-7f3368021000 rw-p 00000000 00:00 0
7f3368021000-7f336c000000 ---p 00000000 00:00 0
7f336c000000-7f336c2bf000 rw-p 00000000 00:00 0
7f336c2bf000-7f3370000000 ---p 00000000 00:00 0
7f3370000000-7f3370021000 rw-p 00000000 00:00 0
7f3370021000-7f3374000000 ---p 00000000 00:00 0
7f3374000000-7f3374021000 rw-p 00000000 00:00 0
7f3374021000-7f3378000000 ---p 00000000 00:00 0
7f3378000000-7f3378272000 rw-p 00000000 00:00 0
7f3378272000-7f337c000000 ---p 00000000 00:00 0
7f337c000000-7f337cc0e000 rw-p 00000000 00:00 0
7f337cc0e000-7f3380000000 ---p 00000000 00:00 0
7f3380000000-7f3380021000 rw-p 00000000 00:00 0
7f3380021000-7f3384000000 ---p 00000000 00:00 0
7f3384000000-7f3384d46000 rw-p 00000000 00:00 0
7f3384d46000-7f3388000000 ---p 00000000 00:00 0
7f3388000000-7f3389987000 rw-p 00000000 00:00 0
7f3389987000-7f338c000000 ---p 00000000 00:00 0
7f338c000000-7f338c021000 rw-p 00000000 00:00 0
7f338c021000-7f3390000000 ---p 00000000 00:00 0
7f3390000000-7f33916d5000 rw-p 00000000 00:00 0
7f33916d5000-7f3394000000 ---p 00000000 00:00 0
7f3394000000-7f3394021000 rw-p 00000000 00:00 0
7f3394021000-7f3398000000 ---p 00000000 00:00 0
7f3398000000-7f3398021000 rw-p 00000000 00:00 0
7f3398021000-7f339c000000 ---p 00000000 00:00 0
7f339c000000-7f339c021000 rw-p 00000000 00:00 0
7f339c021000-7f33a0000000 ---p 00000000 00:00 0
7f33a0380000-7f33a8000000 rw-p 00000000 00:00 0
7f33a8000000-7f33a8021000 rw-p 00000000 00:00 0
7f33a8021000-7f33ac000000 ---p 00000000 00:00 0
7f33ac000000-7f33ac28e000 rw-p 00000000 00:00 0
7f33ac28e000-7f33b0000000 ---p 00000000 00:00 0
7f33b0000000-7f33b0021000 rw-p 00000000 00:00 0
7f33b0021000-7f33b4000000 ---p 00000000 00:00 0
7f33b58bc000-7f33b58fc000 rw-p 00000000 00:00 0
7f33b58fc000-7f33b5abc000 ---p 00000000 00:00 0
7f33b5abc000-7f33b5ad3000 r-xp 00000000 08:06 394637 /lib/x86_64-linux-gnu/libresolv-2.23.so
7f33b5ad3000-7f33b5cd3000 ---p 00017000 08:06 394637 /lib/x86_64-linux-gnu/libresolv-2.23.so
7f33b5cd3000-7f33b5cd4000 r--p 00017000 08:06 394637 /lib/x86_64-linux-gnu/libresolv-2.23.so
7f33b5cd4000-7f33b5cd5000 rw-p 00018000 08:06 394637 /lib/x86_64-linux-gnu/libresolv-2.23.so
7f33b5cd5000-7f33b5cd7000 rw-p 00000000 00:00 0
7f33b5cd7000-7f33b5cdc000 r-xp 00000000 08:06 394576 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
7f33b5cdc000-7f33b5edc000 ---p 00005000 08:06 394576 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
7f33b5edc000-7f33b5edd000 r--p 00005000 08:06 394576 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
7f33b5edd000-7f33b5ede000 rw-p 00006000 08:06 394576 /lib/x86_64-linux-gnu/libnss_dns-2.23.so
7f33b5ede000-7f33b5ee0000 r-xp 00000000 08:06 398371 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f33b5ee0000-7f33b60df000 ---p 00002000 08:06 398371 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f33b60df000-7f33b60e0000 r--p 00001000 08:06 398371 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f33b60e0000-7f33b60e1000 rw-p 00002000 08:06 398371 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f33b60e1000-7f33b62e1000 rw-p 00000000 00:00 0
7f33b62e1000-7f33b62e4000 ---p 00000000 00:00 0
7f33b62e4000-7f33b63e2000 rw-p 00000000 00:00 0
7f33b63e2000-7f33b63e5000 ---p 00000000 00:00 0
7f33b63e5000-7f33b64e3000 rw-p 00000000 00:00 0
7f33b64e3000-7f33b64e6000 ---p 00000000 00:00 0
7f33b64e6000-7f33b65e4000 rw-p 00000000 00:00 0
7f33b65e4000-7f33b65e7000 ---p 00000000 00:00 0
7f33b65e7000-7f33b68e5000 rw-p 00000000 00:00 0
7f33b68e5000-7f33b68e8000 ---p 00000000 00:00 0
7f33b68e8000-7f33b6be6000 rw-p 00000000 00:00 0
7f33b6be6000-7f33b6de6000 rw-p 00000000 00:00 0
7f33b6de6000-7f33b6fe6000 rw-p 00000000 00:00 0
7f33b6fe6000-7f33b71e6000 rw-p 00000000 00:00 0
7f33b71e6000-7f33b73e6000 rw-p 00000000 00:00 0
7f33b73e6000-7f33b73f7000 r-xp 00000000 08:06 3282237 /opt/jdk1.8.0_112/jre/lib/amd64/libnio.so
7f33b73f7000-7f33b75f6000 ---p 00011000 08:06 3282237 /opt/jdk1.8.0_112/jre/lib/amd64/libnio.so
7f33b75f6000-7f33b75f7000 rw-p 00010000 08:06 3282237 /opt/jdk1.8.0_112/jre/lib/amd64/libnio.so
7f33b75f7000-7f33b77f7000 rw-p 00000000 00:00 0
7f33b77f7000-7f33b79f7000 rw-p 00000000 00:00 0
7f33b79f7000-7f33b7bf7000 rw-p 00000000 00:00 0
7f33b7bf7000-7f33b7df7000 rw-p 00000000 00:00 0
7f33b7df7000-7f33b7e00000 r-xp 00000000 08:06 3282248 /opt/jdk1.8.0_112/jre/lib/amd64/libmanagement.so
7f33b7e00000-7f33b7fff000 ---p 00009000 08:06 3282248 /opt/jdk1.8.0_112/jre/lib/amd64/libmanagement.so
7f33b7fff000-7f33b8000000 rw-p 00008000 08:06 3282248 /opt/jdk1.8.0_112/jre/lib/amd64/libmanagement.so
7f33b8000000-7f33b8021000 rw-p 00000000 00:00 0
7f33b8021000-7f33bc000000 ---p 00000000 00:00 0
7f33bc000000-7f33bc021000 rw-p 00000000 00:00 0
7f33bc021000-7f33c0000000 ---p 00000000 00:00 0
7f33c0000000-7f33c0021000 rw-p 00000000 00:00 0
7f33c0021000-7f33c4000000 ---p 00000000 00:00 0
7f33c4000000-7f33c4021000 rw-p 00000000 00:00 0
7f33c4021000-7f33c8000000 ---p 00000000 00:00 0
7f33c8000000-7f33c8021000 rw-p 00000000 00:00 0
7f33c8021000-7f33cc000000 ---p 00000000 00:00 0
7f33cc057000-7f33cc05c000 r--s 002f9000 08:06 3282187 /opt/jdk1.8.0_112/jre/lib/charsets.jar
7f33cc05c000-7f33cc061000 r--s 00098000 08:06 3282186 /opt/jdk1.8.0_112/jre/lib/jsse.jar
7f33cc061000-7f33cc0f6000 r--s 01109000 08:06 3282297 /opt/jdk1.8.0_112/jre/lib/ext/jfxrt.jar
7f33cc0f6000-7f33cc0f9000 ---p 00000000 00:00 0
7f33cc0f9000-7f33cc1f7000 rw-p 00000000 00:00 0
7f33cc1f7000-7f33cc201000 r--s 00116000 08:06 3282303 /opt/jdk1.8.0_112/jre/lib/ext/localedata.jar
7f33cc201000-7f33cc21d000 r--s 00393000 08:06 3282308 /opt/jdk1.8.0_112/jre/lib/ext/cldrdata.jar
7f33cc21d000-7f33cc224000 r--s 00000000 08:06 1446096 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f33cc224000-7f33cc24a000 r--p 00000000 08:06 1970505 /usr/share/locale-langpack/fr/LC_MESSAGES/libc.mo
7f33cc24a000-7f33cf24b000 rw-p 00000000 00:00 0
7f33cf24b000-7f33cf24c000 ---p 00000000 00:00 0
7f33cf24c000-7f33cf34c000 rw-p 00000000 00:00 0
7f33cf34c000-7f33cf362000 r-xp 00000000 08:06 3282212 /opt/jdk1.8.0_112/jre/lib/amd64/libnet.so
7f33cf362000-7f33cf562000 ---p 00016000 08:06 3282212 /opt/jdk1.8.0_112/jre/lib/amd64/libnet.so
7f33cf562000-7f33cf563000 rw-p 00016000 08:06 3282212 /opt/jdk1.8.0_112/jre/lib/amd64/libnet.so
7f33cf563000-7f33cf566000 ---p 00000000 00:00 0
7f33cf566000-7f33cf664000 rw-p 00000000 00:00 0
7f33cf664000-7f33cf667000 ---p 00000000 00:00 0
7f33cf667000-7f33cf765000 rw-p 00000000 00:00 0
7f33cf765000-7f33cf768000 ---p 00000000 00:00 0
7f33cf768000-7f33cf866000 rw-p 00000000 00:00 0
7f33cf866000-7f33cf869000 ---p 00000000 00:00 0
7f33cf869000-7f33cf967000 rw-p 00000000 00:00 0
7f33cf967000-7f33cf96a000 ---p 00000000 00:00 0
7f33cf96a000-7f33cfa68000 rw-p 00000000 00:00 0
7f33cfa68000-7f33cfa6b000 ---p 00000000 00:00 0
7f33cfa6b000-7f33cfb69000 rw-p 00000000 00:00 0
7f33cfb69000-7f33cfb6b000 r--s 0001a000 08:06 1048908 /home/ippon/.local/share/JetBrains/Toolbox/apps/IDEA-C/ch-0/173.2941.3/lib/idea_rt.jar
7f33cfb6b000-7f33cfb75000 r--s 000eb000 08:06 179314 /home/ippon/.m2/repository/mysql/mysql-connector-java/5.1.44/mysql-connector-java-5.1.44.jar
7f33cfb75000-7f33cfb77000 r--s 0000e000 08:06 155312 /home/ippon/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
7f33cfb77000-7f33cfb80000 r--s 0008c000 08:06 179255 /home/ippon/.m2/repository/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar
7f33cfb80000-7f33cfb85000 r--s 00029000 08:06 179292 /home/ippon/.m2/repository/org/springframework/spring-context-support/4.3.11.RELEASE/spring-context-support-4.3.11.RELEASE.jar
7f33cfb85000-7f33cfb9e000 r--s 000fe000 08:06 179359 /home/ippon/.m2/repository/org/springframework/spring-context/4.3.11.RELEASE/spring-context-4.3.11.RELEASE.jar
7f33cfb9e000-7f33cfb9f000 r--s 00000000 08:06 179331 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-mail/1.5.7.RELEASE/spring-boot-starter-mail-1.5.7.RELEASE.jar
7f33cfb9f000-7f33cfba4000 r--s 00034000 08:06 179318 /home/ippon/.m2/repository/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
7f33cfba4000-7f33cfba6000 r--s 00009000 08:06 179358 /home/ippon/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
7f33cfba6000-7f33cfbab000 r--s 0004f000 08:06 179347 /home/ippon/.m2/repository/com/paypal/sdk/rest-api-sdk/1.13.1/rest-api-sdk-1.13.1.jar
7f33cfbab000-7f33cfbb6000 r--s 00053000 08:06 179242 /home/ippon/.m2/repository/org/springframework/security/spring-security-web/4.2.3.RELEASE/spring-security-web-4.2.3.RELEASE.jar
7f33cfbb6000-7f33cfbc2000 r--s 00056000 08:06 179231 /home/ippon/.m2/repository/org/springframework/security/spring-security-core/4.2.3.RELEASE/spring-security-core-4.2.3.RELEASE.jar
7f33cfbc2000-7f33cfbcc000 r--s 00086000 08:06 179247 /home/ippon/.m2/repository/org/springframework/security/spring-security-config/4.2.3.RELEASE/spring-security-config-4.2.3.RELEASE.jar
7f33cfbcc000-7f33cfbd5000 r--s 00054000 08:06 179352 /home/ippon/.m2/repository/org/springframework/spring-aop/4.3.11.RELEASE/spring-aop-4.3.11.RELEASE.jar
7f33cfbd5000-7f33cfbd6000 r--s 00000000 08:06 179271 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-security/1.5.7.RELEASE/spring-boot-starter-security-1.5.7.RELEASE.jar
7f33cfbd6000-7f33cfbd9000 r--s 0000c000 08:06 179316 /home/ippon/.m2/repository/org/springframework/spring-aspects/4.3.11.RELEASE/spring-aspects-4.3.11.RELEASE.jar
7f33cfbd9000-7f33cfbe1000 r--s 0003a000 08:06 179305 /home/ippon/.m2/repository/org/springframework/spring-tx/4.3.11.RELEASE/spring-tx-4.3.11.RELEASE.jar
7f33cfbe1000-7f33cfbeb000 r--s 0006b000 08:06 179337 /home/ippon/.m2/repository/org/springframework/spring-orm/4.3.11.RELEASE/spring-orm-4.3.11.RELEASE.jar
7f33cfbeb000-7f33cfbfe000 r--s 000ad000 08:06 179325 /home/ippon/.m2/repository/org/springframework/data/spring-data-commons/1.13.7.RELEASE/spring-data-commons-1.13.7.RELEASE.jar
7f33cfbfe000-7f33cfc05000 r--s 00040000 08:06 179324 /home/ippon/.m2/repository/org/springframework/data/spring-data-jpa/1.11.7.RELEASE/spring-data-jpa-1.11.7.RELEASE.jar
7f33cfc05000-7f33cfc07000 r--s 00006000 08:06 179264 /home/ippon/.m2/repository/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar
7f33cfc07000-7f33cfc14000 r--s 00089000 08:06 179278 /home/ippon/.m2/repository/org/hibernate/hibernate-entitymanager/5.0.12.Final/hibernate-entitymanager-5.0.12.Final.jar
7f33cfc14000-7f33cfc17000 r--s 00010000 08:06 178704 /home/ippon/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.1.Final/hibernate-commons-annotations-5.0.1.Final.jar
7f33cfc17000-7f33cfc1c000 r--s 00048000 08:06 155337 /home/ippon/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
7f33cfc1c000-7f33cfc1f000 r--s 0002b000 08:06 178702 /home/ippon/.m2/repository/org/jboss/jandex/2.0.0.Final/jandex-2.0.0.Final.jar
7f33cfc1f000-7f33cfc24000 r--s 00068000 08:06 179232 /home/ippon/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
7f33cfc24000-7f33cfc2e000 r--s 000aa000 08:06 159453 /home/ippon/.m2/repository/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar
7f33cfc2e000-7f33cfc33000 r--s 00017000 08:06 178696 /home/ippon/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar
7f33cfc33000-7f33cfc9c000 r--s 004f3000 08:06 178692 /home/ippon/.m2/repository/org/hibernate/hibernate-core/5.0.12.Final/hibernate-core-5.0.12.Final.jar
7f33cfc9c000-7f33cfca6000 r--s 0005f000 08:06 179291 /home/ippon/.m2/repository/org/springframework/spring-jdbc/4.3.11.RELEASE/spring-jdbc-4.3.11.RELEASE.jar
7f33cfca6000-7f33cfca8000 r--s 0000a000 08:06 179310 /home/ippon/.m2/repository/org/apache/tomcat/tomcat-juli/8.5.20/tomcat-juli-8.5.20.jar
7f33cfca8000-7f33cfcab000 r--s 00021000 08:06 179288 /home/ippon/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.5.20/tomcat-jdbc-8.5.20.jar
7f33cfcab000-7f33cfcac000 r--s 00000000 08:06 179303 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.5.7.RELEASE/spring-boot-starter-jdbc-1.5.7.RELEASE.jar
7f33cfcac000-7f33cfcc4000 r--s 001bf000 08:06 179317 /home/ippon/.m2/repository/org/aspectj/aspectjweaver/1.8.10/aspectjweaver-1.8.10.jar
7f33cfcc4000-7f33cfcc5000 r--s 00000000 08:06 179286 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-aop/1.5.7.RELEASE/spring-boot-starter-aop-1.5.7.RELEASE.jar
7f33cfcc5000-7f33cfcd4000 r--s 001ae000 08:06 179300 /home/ippon/.m2/repository/com/h2database/h2/1.4.196/h2-1.4.196.jar
7f33cfcd4000-7f33cfd20000 r--s 0040e000 08:06 179268 /home/ippon/.m2/repository/org/codehaus/groovy/groovy/2.4.12/groovy-2.4.12.jar
7f33cfd20000-7f33cfd23000 r--s 0001a000 08:06 179256 /home/ippon/.m2/repository/nz/net/ultraq/thymeleaf/thymeleaf-layout-dialect/1.4.0/thymeleaf-layout-dialect-1.4.0.jar
7f33cfd23000-7f33d0000000 r--p 00000000 08:06 1233922 /usr/lib/locale/locale-archive
7f33d0000000-7f33d0021000 rw-p 00000000 00:00 0
7f33d0021000-7f33d4000000 ---p 00000000 00:00 0
7f33d4000000-7f33d4001000 r--s 00000000 08:06 179301 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-data-jpa/1.5.7.RELEASE/spring-boot-starter-data-jpa-1.5.7.RELEASE.jar
7f33d4001000-7f33d4004000 r--s 00020000 08:06 179279 /home/ippon/.m2/repository/org/unbescape/unbescape/1.1.0.RELEASE/unbescape-1.1.0.RELEASE.jar
7f33d4004000-7f33d4007000 r--s 00035000 08:06 179275 /home/ippon/.m2/repository/ognl/ognl/3.0.8/ognl-3.0.8.jar
7f33d4007000-7f33d4014000 r--s 000b7000 08:06 179311 /home/ippon/.m2/repository/org/thymeleaf/thymeleaf/2.1.5.RELEASE/thymeleaf-2.1.5.RELEASE.jar
7f33d4014000-7f33d4017000 r--s 00034000 08:06 179259 /home/ippon/.m2/repository/org/thymeleaf/thymeleaf-spring4/2.1.5.RELEASE/thymeleaf-spring4-2.1.5.RELEASE.jar
7f33d4017000-7f33d4018000 r--s 00000000 08:06 179280 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-thymeleaf/1.5.7.RELEASE/spring-boot-starter-thymeleaf-1.5.7.RELEASE.jar
7f33d4018000-7f33d401d000 r--s 0003c000 08:06 179295 /home/ippon/.m2/repository/org/springframework/spring-expression/4.3.11.RELEASE/spring-expression-4.3.11.RELEASE.jar
7f33d401d000-7f33d402e000 r--s 000cf000 08:06 179285 /home/ippon/.m2/repository/org/springframework/spring-webmvc/4.3.11.RELEASE/spring-webmvc-4.3.11.RELEASE.jar
7f33d402e000-7f33d403c000 r--s 000ad000 08:06 179357 /home/ippon/.m2/repository/org/springframework/spring-beans/4.3.11.RELEASE/spring-beans-4.3.11.RELEASE.jar
7f33d403c000-7f33d404d000 r--s 000b8000 08:06 179315 /home/ippon/.m2/repository/org/springframework/spring-web/4.3.11.RELEASE/spring-web-4.3.11.RELEASE.jar
7f33d404d000-7f33d4051000 r--s 00042000 08:06 179274 /home/ippon/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.8.10/jackson-core-2.8.10.jar
7f33d4051000-7f33d4054000 r--s 0000b000 08:06 157980 /home/ippon/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar
7f33d4054000-7f33d4066000 r--s 0011e000 08:06 179272 /home/ippon/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar
7f33d4066000-7f33d4068000 r--s 0000e000 08:06 179269 /home/ippon/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar
7f33d4068000-7f33d406b000 r--s 0000e000 08:06 179335 /home/ippon/.m2/repository/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar
7f33d406b000-7f33d406f000 r--s 0000c000 08:06 179267 /home/ippon/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
7f33d406f000-7f33d4080000 r--s 000a1000 08:06 179234 /home/ippon/.m2/repository/org/hibernate/hibernate-validator/5.3.5.Final/hibernate-validator-5.3.5.Final.jar
7f33d4080000-7f33d4085000 r--s 00038000 08:06 179263 /home/ippon/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.20/tomcat-embed-websocket-8.5.20.jar
7f33d4085000-7f33d408a000 r--s 00036000 08:06 179261 /home/ippon/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.20/tomcat-embed-el-8.5.20.jar
7f33d408a000-7f33d40b4000 r--s 002c4000 08:06 179287 /home/ippon/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.20/tomcat-embed-core-8.5.20.jar
7f33d40b4000-7f33d40b5000 r--s 00000000 08:06 179228 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.5.7.RELEASE/spring-boot-starter-tomcat-1.5.7.RELEASE.jar
7f33d40b5000-7f33d40b6000 r--s 00000000 08:06 179293 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.5.7.RELEASE/spring-boot-starter-web-1.5.7.RELEASE.jar
7f33d40b6000-7f33d40cd000 r--s 000fc000 08:06 179368 /home/ippon/.m2/repository/org/springframework/spring-core/4.3.11.RELEASE/spring-core-4.3.11.RELEASE.jar
7f33d40cd000-7f33d40d8000 r--s 0006a000 08:06 179244 /home/ippon/.m2/repository/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11.jar
7f33d40d8000-7f33d40f8000 r--s 000e6000 08:06 179326 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.5.7.RELEASE/spring-boot-autoconfigure-1.5.7.RELEASE.jar
7f33d40f8000-7f33d40fb000 ---p 00000000 00:00 0
7f33d40fb000-7f33d41f9000 rw-p 00000000 00:00 0
7f33d41f9000-7f33d41fc000 ---p 00000000 00:00 0
7f33d41fc000-7f33d42fa000 rw-p 00000000 00:00 0
7f33d42fa000-7f33d42fd000 ---p 00000000 00:00 0
7f33d42fd000-7f33d43fb000 rw-p 00000000 00:00 0
7f33d43fb000-7f33d43fc000 ---p 00000000 00:00 0
7f33d43fc000-7f33d6066000 rw-p 00000000 00:00 0
7f33d6066000-7f33d623f000 r--s 03d2c000 08:06 3282205 /opt/jdk1.8.0_112/jre/lib/rt.jar
7f33d623f000-7f33d7207000 rw-p 00000000 00:00 0
7f33d7207000-7f33d7208000 ---p 00000000 00:00 0
7f33d7208000-7f33d7308000 rw-p 00000000 00:00 0
7f33d7308000-7f33d7309000 ---p 00000000 00:00 0
7f33d7309000-7f33d7409000 rw-p 00000000 00:00 0
7f33d7409000-7f33d740a000 ---p 00000000 00:00 0
7f33d740a000-7f33d750a000 rw-p 00000000 00:00 0
7f33d750a000-7f33d750b000 ---p 00000000 00:00 0
7f33d750b000-7f33d760b000 rw-p 00000000 00:00 0
7f33d760b000-7f33d760c000 ---p 00000000 00:00 0
7f33d760c000-7f33d770c000 rw-p 00000000 00:00 0
7f33d770c000-7f33d770d000 ---p 00000000 00:00 0
7f33d770d000-7f33d780d000 rw-p 00000000 00:00 0
7f33d780d000-7f33d780e000 ---p 00000000 00:00 0
7f33d780e000-7f33d7935000 rw-p 00000000 00:00 0
7f33d7935000-7f33d7e3e000 ---p 00000000 00:00 0
7f33d7e3e000-7f33d7e65000 rw-p 00000000 00:00 0
7f33d7e65000-7f33d836e000 ---p 00000000 00:00 0
7f33d836e000-7f33d83f6000 rw-p 00000000 00:00 0
7f33d83f6000-7f33d8606000 ---p 00000000 00:00 0
7f33d8606000-7f33d8636000 rw-p 00000000 00:00 0
7f33d8636000-7f33d89c7000 ---p 00000000 00:00 0
7f33d89c7000-7f33d9587000 rwxp 00000000 00:00 0
7f33d9587000-7f33e79c7000 ---p 00000000 00:00 0
7f33e79c7000-7f33e79e1000 r-xp 00000000 08:06 3282235 /opt/jdk1.8.0_112/jre/lib/amd64/libzip.so
7f33e79e1000-7f33e7be1000 ---p 0001a000 08:06 3282235 /opt/jdk1.8.0_112/jre/lib/amd64/libzip.so
7f33e7be1000-7f33e7be2000 rw-p 0001a000 08:06 3282235 /opt/jdk1.8.0_112/jre/lib/amd64/libzip.so
7f33e7be2000-7f33e7bed000 r-xp 00000000 08:06 394626 /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f33e7bed000-7f33e7dec000 ---p 0000b000 08:06 394626 /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f33e7dec000-7f33e7ded000 r--p 0000a000 08:06 394626 /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f33e7ded000-7f33e7dee000 rw-p 0000b000 08:06 394626 /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f33e7dee000-7f33e7df4000 rw-p 00000000 00:00 0
7f33e7df4000-7f33e7dff000 r-xp 00000000 08:06 394629 /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f33e7dff000-7f33e7ffe000 ---p 0000b000 08:06 394629 /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f33e7ffe000-7f33e7fff000 r--p 0000a000 08:06 394629 /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f33e7fff000-7f33e8000000 rw-p 0000b000 08:06 394629 /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f33e8000000-7f33e8fa3000 rw-p 00000000 00:00 0
7f33e8fa3000-7f33ec000000 ---p 00000000 00:00 0
7f33ec000000-7f33ec006000 r--s 0003d000 08:06 179233 /home/ippon/.m2/repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar
7f33ec006000-7f33ec008000 r--s 00004000 08:06 179249 /home/ippon/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar
7f33ec008000-7f33ec00a000 r--s 00000000 08:06 179252 /home/ippon/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar
7f33ec00a000-7f33ec01a000 r--s 00095000 08:06 179348 /home/ippon/.m2/repository/org/springframework/boot/spring-boot/1.5.7.RELEASE/spring-boot-1.5.7.RELEASE.jar
7f33ec01a000-7f33ec02d000 r--s 00345000 08:06 3282418 /opt/jdk1.8.0_112/jre/lib/resources.jar
7f33ec02d000-7f33ec03f000 r--s 000d6000 08:06 3282417 /opt/jdk1.8.0_112/jre/lib/plugin.jar
7f33ec03f000-7f33ec0b5000 rw-p 00000000 00:00 0
7f33ec0b5000-7f33ec0b6000 ---p 00000000 00:00 0
7f33ec0b6000-7f33ec1b6000 rw-p 00000000 00:00 0
7f33ec1b6000-7f33ec1cc000 r-xp 00000000 08:06 394567 /lib/x86_64-linux-gnu/libnsl-2.23.so
7f33ec1cc000-7f33ec3cb000 ---p 00016000 08:06 394567 /lib/x86_64-linux-gnu/libnsl-2.23.so
7f33ec3cb000-7f33ec3cc000 r--p 00015000 08:06 394567 /lib/x86_64-linux-gnu/libnsl-2.23.so
7f33ec3cc000-7f33ec3cd000 rw-p 00016000 08:06 394567 /lib/x86_64-linux-gnu/libnsl-2.23.so
7f33ec3cd000-7f33ec3cf000 rw-p 00000000 00:00 0
7f33ec3cf000-7f33ec3d7000 r-xp 00000000 08:06 394635 /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f33ec3d7000-7f33ec5d6000 ---p 00008000 08:06 394635 /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f33ec5d6000-7f33ec5d7000 r--p 00007000 08:06 394635 /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f33ec5d7000-7f33ec5d8000 rw-p 00008000 08:06 394635 /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f33ec5d8000-7f33ec5e2000 r-xp 00000000 08:06 3282279 /opt/jdk1.8.0_112/jre/lib/amd64/libinstrument.so
7f33ec5e2000-7f33ec7e1000 ---p 0000a000 08:06 3282279 /opt/jdk1.8.0_112/jre/lib/amd64/libinstrument.so
7f33ec7e1000-7f33ec7e2000 rw-p 00009000 08:06 3282279 /opt/jdk1.8.0_112/jre/lib/amd64/libinstrument.so
7f33ec7e2000-7f33ec80d000 r-xp 00000000 08:06 3282264 /opt/jdk1.8.0_112/jre/lib/amd64/libjava.so
7f33ec80d000-7f33eca0c000 ---p 0002b000 08:06 3282264 /opt/jdk1.8.0_112/jre/lib/amd64/libjava.so
7f33eca0c000-7f33eca0e000 rw-p 0002a000 08:06 3282264 /opt/jdk1.8.0_112/jre/lib/amd64/libjava.so
7f33eca0e000-7f33eca1b000 r-xp 00000000 08:06 3282213 /opt/jdk1.8.0_112/jre/lib/amd64/libverify.so
7f33eca1b000-7f33ecc1a000 ---p 0000d000 08:06 3282213 /opt/jdk1.8.0_112/jre/lib/amd64/libverify.so
7f33ecc1a000-7f33ecc1c000 rw-p 0000c000 08:06 3282213 /opt/jdk1.8.0_112/jre/lib/amd64/libverify.so
7f33ecc1c000-7f33ecc23000 r-xp 00000000 08:06 394631 /lib/x86_64-linux-gnu/librt-2.23.so
7f33ecc23000-7f33ece22000 ---p 00007000 08:06 394631 /lib/x86_64-linux-gnu/librt-2.23.so
7f33ece22000-7f33ece23000 r--p 00006000 08:06 394631 /lib/x86_64-linux-gnu/librt-2.23.so
7f33ece23000-7f33ece24000 rw-p 00007000 08:06 394631 /lib/x86_64-linux-gnu/librt-2.23.so
7f33ece24000-7f33ecf2c000 r-xp 00000000 08:06 394640 /lib/x86_64-linux-gnu/libm-2.23.so
7f33ecf2c000-7f33ed12b000 ---p 00108000 08:06 394640 /lib/x86_64-linux-gnu/libm-2.23.so
7f33ed12b000-7f33ed12c000 r--p 00107000 08:06 394640 /lib/x86_64-linux-gnu/libm-2.23.so
7f33ed12c000-7f33ed12d000 rw-p 00108000 08:06 394640 /lib/x86_64-linux-gnu/libm-2.23.so
7f33ed12d000-7f33eddfb000 r-xp 00000000 08:06 3282268 /opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so
7f33eddfb000-7f33edffb000 ---p 00cce000 08:06 3282268 /opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so
7f33edffb000-7f33ee0d4000 rw-p 00cce000 08:06 3282268 /opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so
7f33ee0d4000-7f33ee11f000 rw-p 00000000 00:00 0
7f33ee11f000-7f33ee2df000 r-xp 00000000 08:06 394645 /lib/x86_64-linux-gnu/libc-2.23.so
7f33ee2df000-7f33ee4df000 ---p 001c0000 08:06 394645 /lib/x86_64-linux-gnu/libc-2.23.so
7f33ee4df000-7f33ee4e3000 r--p 001c0000 08:06 394645 /lib/x86_64-linux-gnu/libc-2.23.so
7f33ee4e3000-7f33ee4e5000 rw-p 001c4000 08:06 394645 /lib/x86_64-linux-gnu/libc-2.23.so
7f33ee4e5000-7f33ee4e9000 rw-p 00000000 00:00 0
7f33ee4e9000-7f33ee4ec000 r-xp 00000000 08:06 394634 /lib/x86_64-linux-gnu/libdl-2.23.so
7f33ee4ec000-7f33ee6eb000 ---p 00003000 08:06 394634 /lib/x86_64-linux-gnu/libdl-2.23.so
7f33ee6eb000-7f33ee6ec000 r--p 00002000 08:06 394634 /lib/x86_64-linux-gnu/libdl-2.23.so
7f33ee6ec000-7f33ee6ed000 rw-p 00003000 08:06 394634 /lib/x86_64-linux-gnu/libdl-2.23.so
7f33ee6ed000-7f33ee702000 r-xp 00000000 08:06 3154407 /opt/jdk1.8.0_112/lib/amd64/jli/libjli.so
7f33ee702000-7f33ee902000 ---p 00015000 08:06 3154407 /opt/jdk1.8.0_112/lib/amd64/jli/libjli.so
7f33ee902000-7f33ee903000 rw-p 00015000 08:06 3154407 /opt/jdk1.8.0_112/lib/amd64/jli/libjli.so
7f33ee903000-7f33ee91b000 r-xp 00000000 08:06 394628 /lib/x86_64-linux-gnu/libpthread-2.23.so
7f33ee91b000-7f33eeb1a000 ---p 00018000 08:06 394628 /lib/x86_64-linux-gnu/libpthread-2.23.so
7f33eeb1a000-7f33eeb1b000 r--p 00017000 08:06 394628 /lib/x86_64-linux-gnu/libpthread-2.23.so
7f33eeb1b000-7f33eeb1c000 rw-p 00018000 08:06 394628 /lib/x86_64-linux-gnu/libpthread-2.23.so
7f33eeb1c000-7f33eeb20000 rw-p 00000000 00:00 0
7f33eeb20000-7f33eeb46000 r-xp 00000000 08:06 394573 /lib/x86_64-linux-gnu/ld-2.23.so
7f33eeb46000-7f33eeb48000 r--s 00003000 08:06 179277 /home/ippon/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar
7f33eeb48000-7f33eeb4f000 r--s 00045000 08:06 179241 /home/ippon/.m2/repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar
7f33eeb4f000-7f33eeb50000 r--s 00000000 08:06 179237 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.5.7.RELEASE/spring-boot-starter-logging-1.5.7.RELEASE.jar
7f33eeb50000-7f33eeb51000 r--s 00000000 08:06 179351 /home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter/1.5.7.RELEASE/spring-boot-starter-1.5.7.RELEASE.jar
7f33eeb51000-7f33eeb56000 r--s 00098000 08:06 3282186 /opt/jdk1.8.0_112/jre/lib/jsse.jar
7f33eeb56000-7f33eeb5b000 r--s 00084000 08:06 3282329 /opt/jdk1.8.0_112/jre/lib/jfr.jar
7f33eeb5b000-7f33eeb76000 r--s 00209000 08:06 3282339 /opt/jdk1.8.0_112/jre/lib/deploy.jar
7f33eeb76000-7f33eec1f000 rw-p 00000000 00:00 0
7f33eec1f000-7f33eec22000 ---p 00000000 00:00 0
7f33eec22000-7f33eed24000 rw-p 00000000 00:00 0
7f33eed24000-7f33eed25000 r--s 00000000 08:06 3282291 /opt/jdk1.8.0_112/jre/lib/management-agent.jar
7f33eed25000-7f33eed27000 r--s 00007000 08:06 3282284 /opt/jdk1.8.0_112/jre/lib/jfxswt.jar
7f33eed27000-7f33eed2a000 r--s 0001a000 08:06 3282446 /opt/jdk1.8.0_112/jre/lib/jce.jar
7f33eed2a000-7f33eed34000 r--s 0006c000 08:06 3282338 /opt/jdk1.8.0_112/jre/lib/javaws.jar
7f33eed34000-7f33eed39000 r--s 002f9000 08:06 3282187 /opt/jdk1.8.0_112/jre/lib/charsets.jar
7f33eed39000-7f33eed41000 rw-s 00000000 08:06 4599576 /tmp/hsperfdata_ippon/2494
7f33eed41000-7f33eed42000 rw-p 00000000 00:00 0
7f33eed42000-7f33eed43000 ---p 00000000 00:00 0
7f33eed43000-7f33eed45000 rw-p 00000000 00:00 0
7f33eed45000-7f33eed46000 r--p 00025000 08:06 394573 /lib/x86_64-linux-gnu/ld-2.23.so
7f33eed46000-7f33eed47000 rw-p 00026000 08:06 394573 /lib/x86_64-linux-gnu/ld-2.23.so
7f33eed47000-7f33eed48000 rw-p 00000000 00:00 0
7ffed911c000-7ffed9140000 rw-p 00000000 00:00 0 [stack]
7ffed91e5000-7ffed91e7000 r--p 00000000 00:00 0 [vvar]
7ffed91e7000-7ffed91e9000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
VM Arguments:
jvm_args: -javaagent:/home/ippon/.local/share/JetBrains/Toolbox/apps/IDEA-C/ch-0/173.2941.3/lib/idea_rt.jar=44986:/home/ippon/.local/share/JetBrains/Toolbox/apps/IDEA-C/ch-0/173.2941.3/bin -Dfile.encoding=UTF-8
java_command: fr.gunther.glorybox.website.WebsiteApplication
java_class_path (initial): /opt/jdk1.8.0_112/jre/lib/charsets.jar:/opt/jdk1.8.0_112/jre/lib/deploy.jar:/opt/jdk1.8.0_112/jre/lib/ext/cldrdata.jar:/opt/jdk1.8.0_112/jre/lib/ext/dnsns.jar:/opt/jdk1.8.0_112/jre/lib/ext/jaccess.jar:/opt/jdk1.8.0_112/jre/lib/ext/jfxrt.jar:/opt/jdk1.8.0_112/jre/lib/ext/localedata.jar:/opt/jdk1.8.0_112/jre/lib/ext/nashorn.jar:/opt/jdk1.8.0_112/jre/lib/ext/sunec.jar:/opt/jdk1.8.0_112/jre/lib/ext/sunjce_provider.jar:/opt/jdk1.8.0_112/jre/lib/ext/sunpkcs11.jar:/opt/jdk1.8.0_112/jre/lib/ext/zipfs.jar:/opt/jdk1.8.0_112/jre/lib/javaws.jar:/opt/jdk1.8.0_112/jre/lib/jce.jar:/opt/jdk1.8.0_112/jre/lib/jfr.jar:/opt/jdk1.8.0_112/jre/lib/jfxswt.jar:/opt/jdk1.8.0_112/jre/lib/jsse.jar:/opt/jdk1.8.0_112/jre/lib/management-agent.jar:/opt/jdk1.8.0_112/jre/lib/plugin.jar:/opt/jdk1.8.0_112/jre/lib/resources.jar:/opt/jdk1.8.0_112/jre/lib/rt.jar:/home/ippon/Nouveau dossier/gloryboxbook/target/classes:/home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter/1.5.7.RELEASE/spring-boot-starter-1.5.7.RELEASE.jar:/home/ippon/.m2/repository/org/springframework/boot/spring-boot/1.5.7.RELEASE/spring-boot-1.5.7.RELEASE.jar:/home/ippon/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.5.7.RELEASE/spring-boot-autoconfigure-1.5.7.RELEASE.jar:/home/ippon/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.5.7.RELEASE/spring-boot-starter-logging-1.5.7.RELEASE.jar:/home/ippon/.m2/repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar:/home/ippon/.m2/repository/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11.jar:/home/ippon/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar:/home/ippon/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar:/home/ippon/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar:/home/ippon/.m2/repository/org/springframework/spring-core/4.3.11.RELEASE/spring-core-4.3.11.RELEASE.jar:/home/ippon/.m2/repository/org/ya
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=/opt/jdk1.8.0_112
PATH=/home/ippon/thales/thales-col-ndm/dev-tools/bin:/home/ippon/thales/thales-col-ndm/dev-tools/bin/interfaces/:/opt/jdk1.8.0_112/bin:/bin:/opt/apache-maven-3.3.9/bin:/opt/apache-ant-1.9.7/bin:/home/ippon/bin:/home/ippon/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
SHELL=/bin/bash
DISPLAY=:0
Signal Handlers:
SIGSEGV: [libjvm.so+0xac7800], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xac7800], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x920990], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x920990], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x920990], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x920990], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x9221d0], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x9235d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x9235d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x9235d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x9235d0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
uname:Linux 4.4.0-97-generic #120-Ubuntu SMP Tue Sep 19 17:28:18 UTC 2017 x86_64
libc:glibc 2.23 NPTL 2.23
rlimit: STACK 8192k, CORE 0k, NPROC 63564, NOFILE 1048576, AS infinity
load average:25,86 7,39 3,08
/proc/meminfo:
MemTotal: 16313084 kB
MemFree: 165348 kB
MemAvailable: 73020 kB
Buffers: 2832 kB
Cached: 973744 kB
SwapCached: 22948 kB
Active: 12643372 kB
Inactive: 1958764 kB
Active(anon): 12632096 kB
Inactive(anon): 1937532 kB
Active(file): 11276 kB
Inactive(file): 21232 kB
Unevictable: 268 kB
Mlocked: 268 kB
SwapTotal: 8346620 kB
SwapFree: 0 kB
Dirty: 812 kB
Writeback: 0 kB
AnonPages: 13606532 kB
Mapped: 1595612 kB
Shmem: 942392 kB
Slab: 202852 kB
SReclaimable: 117284 kB
SUnreclaim: 85568 kB
KernelStack: 27680 kB
PageTables: 128988 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 16503160 kB
Committed_AS: 33982256 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
HardwareCorrupted: 0 kB
AnonHugePages: 2748416 kB
CmaTotal: 0 kB
CmaFree: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 911192 kB
DirectMap2M: 15747072 kB
DirectMap1G: 1048576 kB
CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping : 3
microcode : 0x1e
cpu MHz : 4222.343
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
bugs :
bogomips : 7981.61
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping : 3
microcode : 0x1e
cpu MHz : 4259.843
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
bugs :
bogomips : 7981.61
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping : 3
microcode : 0x1e
cpu MHz : 4230.156
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
bugs :
bogomips : 7981.61
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping : 3
microcode : 0x1e
cpu MHz : 4272.343
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
bugs :
bogomips : 7981.61
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping : 3
microcode : 0x1e
cpu MHz : 4255.156
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
bugs :
bogomips : 7981.61
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping : 3
microcode : 0x1e
cpu MHz : 4323.593
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
bugs :
bogomips : 7981.61
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping : 3
microcode : 0x1e
cpu MHz : 4216.562
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
bugs :
bogomips : 7981.61
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
stepping : 3
microcode : 0x1e
cpu MHz : 4217.968
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts
bugs :
bogomips : 7981.61
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
Memory: 4k page, physical 16313084k(165348k free), swap 8346620k(0k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.112-b15) for linux-amd64 JRE (1.8.0_112-b15), built on Sep 22 2016 21:10:53 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
time: Thu Oct 26 14:24:24 2017
elapsed time: 31 seconds (0d 0h 0m 31s)