[GH-ISSUE #8599] Error: an error was encountered while running the model: unexpected EOF (8x H100, deepseek-r1:671b) #31322

Closed
opened 2026-04-22 11:39:56 -05:00 by GiteaMirror · 34 comments
Owner

Originally created by @jwatte on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8599

What is the issue?

I'm using a server with 8xH100 GPUs, trying to run the deepseek-r1:671b model.
This works for a fair bit, say about 1000-2000 generated tokens, and then it ends with:
Error: an error was encountered while running the model: unexpected EOF

I don't quite know how to debug this -- is there a way to get a stack trace of some sort?
What could be causing this error?

Reproduction is pretty simple:

  1. spin up a 8xH100 NVL instance (I use Lambda labs and Google gSC)
  2. run ollama run deepseek-r1:671b
  3. ask two or three questions that each generate more than a small amount of text
  4. sudden Error: an error was encountered while running the model: unexpected EOF in the middle of generation

NVIDIA-SMI 550.127.05 Driver Version: 550.127.05 CUDA Version: 12.4

Intel(R) Xeon(R) Platinum 8480+

OS

Linux

GPU

Nvidia

CPU

AMD, Intel

Ollama version

0.5.7

Originally created by @jwatte on GitHub (Jan 27, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8599 ### What is the issue? I'm using a server with 8xH100 GPUs, trying to run the deepseek-r1:671b model. This works for a fair bit, say about 1000-2000 generated tokens, and then it ends with: `Error: an error was encountered while running the model: unexpected EOF` I don't quite know how to debug this -- is there a way to get a stack trace of some sort? What could be causing this error? Reproduction is pretty simple: 1. spin up a 8xH100 NVL instance (I use Lambda labs and Google gSC) 2. run ollama run deepseek-r1:671b 3. ask two or three questions that each generate more than a small amount of text 4. sudden `Error: an error was encountered while running the model: unexpected EOF` in the middle of generation `NVIDIA-SMI 550.127.05 Driver Version: 550.127.05 CUDA Version: 12.4` `Intel(R) Xeon(R) Platinum 8480+` ### OS Linux ### GPU Nvidia ### CPU AMD, Intel ### Ollama version 0.5.7
GiteaMirror added the bug label 2026-04-22 11:39:56 -05:00
Author
Owner

@rick-github commented on GitHub (Jan 27, 2025):

Server logs may help in debugging.

<!-- gh-comment-id:2614784207 --> @rick-github commented on GitHub (Jan 27, 2025): [Server logs]( https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) may help in debugging.
Author
Owner

@TriLoo commented on GitHub (Jan 29, 2025):

same error, have you fixed this error?

<!-- gh-comment-id:2620613299 --> @TriLoo commented on GitHub (Jan 29, 2025): same error, have you fixed this error?
Author
Owner

@edwardsp commented on GitHub (Jan 29, 2025):

I have the same error. Here is the server log:

[GIN] 2025/01/29 - 16:27:21 | 200 | 39.922369512s |       127.0.0.1 | POST     "/api/chat"
llama_model_loader: loaded meta data with 42 key-value pairs and 1025 tensors from /mnt/data/models/blobs/sha256-9801e7fce27dbf3d0bfb468b7b21f1d132131a546dfc43e50518631b8b1800a9 (version GGUF V3 (latest))
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
llama_model_loader: - kv   0:                       general.architecture str              = deepseek2
llama_model_loader: - kv   1:                               general.type str              = model
llama_model_loader: - kv   2:                         general.size_label str              = 256x20B
llama_model_loader: - kv   3:                      deepseek2.block_count u32              = 61
llama_model_loader: - kv   4:                   deepseek2.context_length u32              = 163840
llama_model_loader: - kv   5:                 deepseek2.embedding_length u32              = 7168
llama_model_loader: - kv   6:              deepseek2.feed_forward_length u32              = 18432
llama_model_loader: - kv   7:             deepseek2.attention.head_count u32              = 128
llama_model_loader: - kv   8:          deepseek2.attention.head_count_kv u32              = 128
llama_model_loader: - kv   9:                   deepseek2.rope.freq_base f32              = 10000.000000
llama_model_loader: - kv  10: deepseek2.attention.layer_norm_rms_epsilon f32              = 0.000001
llama_model_loader: - kv  11:                deepseek2.expert_used_count u32              = 8
llama_model_loader: - kv  12:        deepseek2.leading_dense_block_count u32              = 3
llama_model_loader: - kv  13:                       deepseek2.vocab_size u32              = 129280
llama_model_loader: - kv  14:            deepseek2.attention.q_lora_rank u32              = 1536
llama_model_loader: - kv  15:           deepseek2.attention.kv_lora_rank u32              = 512
llama_model_loader: - kv  16:             deepseek2.attention.key_length u32              = 192
llama_model_loader: - kv  17:           deepseek2.attention.value_length u32              = 128
llama_model_loader: - kv  18:       deepseek2.expert_feed_forward_length u32              = 2048
llama_model_loader: - kv  19:                     deepseek2.expert_count u32              = 256
llama_model_loader: - kv  20:              deepseek2.expert_shared_count u32              = 1
llama_model_loader: - kv  21:             deepseek2.expert_weights_scale f32              = 2.500000
llama_model_loader: - kv  22:              deepseek2.expert_weights_norm bool             = true
llama_model_loader: - kv  23:               deepseek2.expert_gating_func u32              = 2
llama_model_loader: - kv  24:             deepseek2.rope.dimension_count u32              = 64
llama_model_loader: - kv  25:                deepseek2.rope.scaling.type str              = yarn
llama_model_loader: - kv  26:              deepseek2.rope.scaling.factor f32              = 40.000000
llama_model_loader: - kv  27: deepseek2.rope.scaling.original_context_length u32              = 4096
llama_model_loader: - kv  28: deepseek2.rope.scaling.yarn_log_multiplier f32              = 0.100000
llama_model_loader: - kv  29:                       tokenizer.ggml.model str              = gpt2
llama_model_loader: - kv  30:                         tokenizer.ggml.pre str              = deepseek-v3
llama_model_loader: - kv  31:                      tokenizer.ggml.tokens arr[str,129280]  = ["<|begin▁of▁sentence|>", "<�...
llama_model_loader: - kv  32:                  tokenizer.ggml.token_type arr[i32,129280]  = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
llama_model_loader: - kv  33:                      tokenizer.ggml.merges arr[str,127741]  = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e...
llama_model_loader: - kv  34:                tokenizer.ggml.bos_token_id u32              = 0
llama_model_loader: - kv  35:                tokenizer.ggml.eos_token_id u32              = 1
llama_model_loader: - kv  36:            tokenizer.ggml.padding_token_id u32              = 1
llama_model_loader: - kv  37:               tokenizer.ggml.add_bos_token bool             = true
llama_model_loader: - kv  38:               tokenizer.ggml.add_eos_token bool             = false
llama_model_loader: - kv  39:                    tokenizer.chat_template str              = {% if not add_generation_prompt is de...
llama_model_loader: - kv  40:               general.quantization_version u32              = 2
llama_model_loader: - kv  41:                          general.file_type u32              = 15
llama_model_loader: - type  f32:  361 tensors
llama_model_loader: - type q4_K:  606 tensors
llama_model_loader: - type q6_K:   58 tensors
llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect
llm_load_vocab: special tokens cache size = 818
llm_load_vocab: token to piece cache size = 0.8223 MB
llm_load_print_meta: format           = GGUF V3 (latest)
llm_load_print_meta: arch             = deepseek2
llm_load_print_meta: vocab type       = BPE
llm_load_print_meta: n_vocab          = 129280
llm_load_print_meta: n_merges         = 127741
llm_load_print_meta: vocab_only       = 1
llm_load_print_meta: model type       = ?B
llm_load_print_meta: model ftype      = all F32
llm_load_print_meta: model params     = 671.03 B
llm_load_print_meta: model size       = 376.65 GiB (4.82 BPW) 
llm_load_print_meta: general.name     = n/a
llm_load_print_meta: BOS token        = 0 '<|begin▁of▁sentence|>'
llm_load_print_meta: EOS token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: EOT token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: PAD token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: LF token         = 131 'Ä'
llm_load_print_meta: FIM PRE token    = 128801 '<|fim▁begin|>'
llm_load_print_meta: FIM SUF token    = 128800 '<|fim▁hole|>'
llm_load_print_meta: FIM MID token    = 128802 '<|fim▁end|>'
llm_load_print_meta: EOG token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: max token length = 256
llm_load_print_meta: n_layer_dense_lead   = 0
llm_load_print_meta: n_lora_q             = 0
llm_load_print_meta: n_lora_kv            = 0
llm_load_print_meta: n_ff_exp             = 0
llm_load_print_meta: n_expert_shared      = 0
llm_load_print_meta: expert_weights_scale = 0.0
llm_load_print_meta: expert_weights_norm  = 0
llm_load_print_meta: expert_gating_func   = unknown
llm_load_print_meta: rope_yarn_log_mul    = 0.0000
llama_model_load: vocab only - skipping tensors
llama.cpp:11968: The current context does not support K-shift
SIGSEGV: segmentation violation
PC=0x7f96f8db4c57 m=5 sigcode=1 addr=0x228803fb0
signal arrived during cgo execution

goroutine 8 gp=0xc00024a1c0 m=5 mp=0xc000180008 [syscall]:
runtime.cgocall(0x5611c62a6fb0, 0xc000139ba0)
        runtime/cgocall.go:167 +0x4b fp=0xc000139b78 sp=0xc000139b40 pc=0x5611c605b4eb
github.com/ollama/ollama/llama._Cfunc_llama_decode(0x5611fd294d30, {0x1, 0x5611fd6fdde0, 0x0, 0x0, 0x5611fddb5a50, 0x5611fddb7a60, 0x5611fd8aa470, 0x561200bd2080})
        _cgo_gotypes.go:556 +0x4f fp=0xc000139ba0 sp=0xc000139b78 pc=0x5611c610556f
github.com/ollama/ollama/llama.(*Context).Decode.func1(0x5611c62a26eb?, 0x5611fd294d30?)
        github.com/ollama/ollama/llama/llama.go:207 +0xf5 fp=0xc000139c90 sp=0xc000139ba0 pc=0x5611c6107d95
github.com/ollama/ollama/llama.(*Context).Decode(0x5611c6932320?, 0x0?)
        github.com/ollama/ollama/llama/llama.go:207 +0x13 fp=0xc000139cd8 sp=0xc000139c90 pc=0x5611c6107c13
github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc00017a1b0, 0xc0001526c0, 0xc000139f20)
        github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc000139ee0 sp=0xc000139cd8 pc=0x5611c62a14df
github.com/ollama/ollama/llama/runner.(*Server).run(0xc00017a1b0, {0x5611c66a20c0, 0xc0002340a0})
        github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc000139fb8 sp=0xc000139ee0 pc=0x5611c62a0f15
github.com/ollama/ollama/llama/runner.Execute.gowrap2()
        github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000139fe0 sp=0xc000139fb8 pc=0x5611c62a5e08
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000139fe8 sp=0xc000139fe0 pc=0x5611c6068f21
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
        github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5

goroutine 1 gp=0xc0000061c0 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0000357b0 sp=0xc000035790 pc=0x5611c60612ee
runtime.netpollblock(0xc000035800?, 0xc5ff9b46?, 0x11?)
        runtime/netpoll.go:575 +0xf7 fp=0xc0000357e8 sp=0xc0000357b0 pc=0x5611c6026057
internal/poll.runtime_pollWait(0x7f96f84fa010, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc000035808 sp=0xc0000357e8 pc=0x5611c60605e5
internal/poll.(*pollDesc).wait(0xc00022c180?, 0x900000036?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000035830 sp=0xc000035808 pc=0x5611c60b6427
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc00022c180)
        internal/poll/fd_unix.go:620 +0x295 fp=0xc0000358d8 sp=0xc000035830 pc=0x5611c60b7995
net.(*netFD).accept(0xc00022c180)
        net/fd_unix.go:172 +0x29 fp=0xc000035990 sp=0xc0000358d8 pc=0x5611c6130269
net.(*TCPListener).accept(0xc000150780)
        net/tcpsock_posix.go:159 +0x1e fp=0xc0000359e0 sp=0xc000035990 pc=0x5611c61408be
net.(*TCPListener).Accept(0xc000150780)
        net/tcpsock.go:372 +0x30 fp=0xc000035a10 sp=0xc0000359e0 pc=0x5611c613fbf0
net/http.(*onceCloseListener).Accept(0xc0001d93b0?)
        <autogenerated>:1 +0x24 fp=0xc000035a28 sp=0xc000035a10 pc=0x5611c627e7c4
net/http.(*Server).Serve(0xc00022a5a0, {0x5611c66a1ad8, 0xc000150780})
        net/http/server.go:3330 +0x30c fp=0xc000035b58 sp=0xc000035a28 pc=0x5611c627050c
github.com/ollama/ollama/llama/runner.Execute({0xc000016130?, 0x5611c6068b7c?, 0x0?})
        github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc000035ef8 sp=0xc000035b58 pc=0x5611c62a5ae9
main.main()
        github.com/ollama/ollama/cmd/runner/main.go:11 +0x54 fp=0xc000035f50 sp=0xc000035ef8 pc=0x5611c62a6a74
runtime.main()
        runtime/proc.go:272 +0x29d fp=0xc000035fe0 sp=0xc000035f50 pc=0x5611c602d63d
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000035fe8 sp=0xc000035fe0 pc=0x5611c6068f21

goroutine 2 gp=0xc000006c40 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000122fa8 sp=0xc000122f88 pc=0x5611c60612ee
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.forcegchelper()
        runtime/proc.go:337 +0xb8 fp=0xc000122fe0 sp=0xc000122fa8 pc=0x5611c602d978
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000122fe8 sp=0xc000122fe0 pc=0x5611c6068f21
created by runtime.init.7 in goroutine 1
        runtime/proc.go:325 +0x1a

goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000123780 sp=0xc000123760 pc=0x5611c60612ee
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.bgsweep(0xc00011c080)
        runtime/mgcsweep.go:277 +0x94 fp=0xc0001237c8 sp=0xc000123780 pc=0x5611c60181b4
runtime.gcenable.gowrap1()
        runtime/mgc.go:204 +0x25 fp=0xc0001237e0 sp=0xc0001237c8 pc=0x5611c600ca65
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0001237e8 sp=0xc0001237e0 pc=0x5611c6068f21
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]:
runtime.gopark(0xc00011c080?, 0x5611c6580e00?, 0x1?, 0x0?, 0xc000007340?)
        runtime/proc.go:424 +0xce fp=0xc000123f78 sp=0xc000123f58 pc=0x5611c60612ee
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.(*scavengerState).park(0x5611c688d080)
        runtime/mgcscavenge.go:425 +0x49 fp=0xc000123fa8 sp=0xc000123f78 pc=0x5611c6015be9
runtime.bgscavenge(0xc00011c080)
        runtime/mgcscavenge.go:653 +0x3c fp=0xc000123fc8 sp=0xc000123fa8 pc=0x5611c601615c
runtime.gcenable.gowrap2()
        runtime/mgc.go:205 +0x25 fp=0xc000123fe0 sp=0xc000123fc8 pc=0x5611c600ca05
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000123fe8 sp=0xc000123fe0 pc=0x5611c6068f21
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:205 +0xa5

goroutine 5 gp=0xc000007c00 m=nil [finalizer wait]:
runtime.gopark(0xc000122648?, 0x5611c6002f65?, 0xb0?, 0x1?, 0xc0000061c0?)
        runtime/proc.go:424 +0xce fp=0xc000122620 sp=0xc000122600 pc=0x5611c60612ee
runtime.runfinq()
        runtime/mfinal.go:193 +0x107 fp=0xc0001227e0 sp=0xc000122620 pc=0x5611c600bae7
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0001227e8 sp=0xc0001227e0 pc=0x5611c6068f21
created by runtime.createfing in goroutine 1
        runtime/mfinal.go:163 +0x3d

goroutine 6 gp=0xc000007dc0 m=nil [chan receive]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000124718 sp=0xc0001246f8 pc=0x5611c60612ee
runtime.chanrecv(0xc00015c0e0, 0x0, 0x1)
        runtime/chan.go:639 +0x41c fp=0xc000124790 sp=0xc000124718 pc=0x5611c5ffc73c
runtime.chanrecv1(0x0?, 0x0?)
        runtime/chan.go:489 +0x12 fp=0xc0001247b8 sp=0xc000124790 pc=0x5611c5ffc312
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
        runtime/mgc.go:1781
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        runtime/mgc.go:1784 +0x2f fp=0xc0001247e0 sp=0xc0001247b8 pc=0x5611c600f8cf
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0001247e8 sp=0xc0001247e0 pc=0x5611c6068f21
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        runtime/mgc.go:1779 +0x96

goroutine 237 gp=0xc00024a000 m=nil [IO wait]:
runtime.gopark(0x5611c6007445?, 0x0?, 0x0?, 0x0?, 0xb?)
        runtime/proc.go:424 +0xce fp=0xc0001b7da8 sp=0xc0001b7d88 pc=0x5611c60612ee
runtime.netpollblock(0x5611c609cb18?, 0xc5ff9b46?, 0x11?)
        runtime/netpoll.go:575 +0xf7 fp=0xc0001b7de0 sp=0xc0001b7da8 pc=0x5611c6026057
internal/poll.runtime_pollWait(0x7f96f84f9ef8, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc0001b7e00 sp=0xc0001b7de0 pc=0x5611c60605e5
internal/poll.(*pollDesc).wait(0xc00039f100?, 0xc0001d74b1?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0001b7e28 sp=0xc0001b7e00 pc=0x5611c60b6427
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc00039f100, {0xc0001d74b1, 0x1, 0x1})
        internal/poll/fd_unix.go:165 +0x27a fp=0xc0001b7ec0 sp=0xc0001b7e28 pc=0x5611c60b6f7a
net.(*netFD).Read(0xc00039f100, {0xc0001d74b1?, 0xc0001b7f48?, 0x5611c6062990?})
        net/fd_posix.go:55 +0x25 fp=0xc0001b7f08 sp=0xc0001b7ec0 pc=0x5611c612f185
net.(*conn).Read(0xc0003a2008, {0xc0001d74b1?, 0x0?, 0x5611c6932320?})
        net/net.go:189 +0x45 fp=0xc0001b7f50 sp=0xc0001b7f08 pc=0x5611c6138b85
net.(*TCPConn).Read(0x5611c684dd90?, {0xc0001d74b1?, 0x0?, 0x0?})
        <autogenerated>:1 +0x25 fp=0xc0001b7f80 sp=0xc0001b7f50 pc=0x5611c6145c25
net/http.(*connReader).backgroundRead(0xc0001d74a0)
        net/http/server.go:690 +0x37 fp=0xc0001b7fc8 sp=0xc0001b7f80 pc=0x5611c6266977
net/http.(*connReader).startBackgroundRead.gowrap2()
        net/http/server.go:686 +0x25 fp=0xc0001b7fe0 sp=0xc0001b7fc8 pc=0x5611c62668a5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b7fe8 sp=0xc0001b7fe0 pc=0x5611c6068f21
created by net/http.(*connReader).startBackgroundRead in goroutine 236
        net/http/server.go:686 +0xb6

goroutine 236 gp=0xc00024a540 m=nil [select]:
runtime.gopark(0xc000219a68?, 0x2?, 0xd?, 0x17?, 0xc000219834?)
        runtime/proc.go:424 +0xce fp=0xc0002196a0 sp=0xc000219680 pc=0x5611c60612ee
runtime.selectgo(0xc000219a68, 0xc000219830, 0xc000512a00?, 0x0, 0x1?, 0x1)
        runtime/select.go:335 +0x7a5 fp=0xc0002197c8 sp=0xc0002196a0 pc=0x5611c603f545
github.com/ollama/ollama/llama/runner.(*Server).completion(0xc00017a1b0, {0x5611c66a1c58, 0xc0001e0ee0}, 0xc0001e52c0)
        github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc000219ac0 sp=0xc0002197c8 pc=0x5611c62a3206
github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x5611c66a1c58?, 0xc0001e0ee0?}, 0x5611c6274807?)
        <autogenerated>:1 +0x36 fp=0xc000219af0 sp=0xc000219ac0 pc=0x5611c62a66b6
net/http.HandlerFunc.ServeHTTP(0xc00020e1c0?, {0x5611c66a1c58?, 0xc0001e0ee0?}, 0x0?)
        net/http/server.go:2220 +0x29 fp=0xc000219b18 sp=0xc000219af0 pc=0x5611c626d3c9
net/http.(*ServeMux).ServeHTTP(0x5611c6002f65?, {0x5611c66a1c58, 0xc0001e0ee0}, 0xc0001e52c0)
        net/http/server.go:2747 +0x1ca fp=0xc000219b68 sp=0xc000219b18 pc=0x5611c626f26a
net/http.serverHandler.ServeHTTP({0x5611c66a0d10?}, {0x5611c66a1c58?, 0xc0001e0ee0?}, 0x6?)
        net/http/server.go:3210 +0x8e fp=0xc000219b98 sp=0xc000219b68 pc=0x5611c627616e
net/http.(*conn).serve(0xc0001d93b0, {0x5611c66a2088, 0xc00016cff0})
        net/http/server.go:2092 +0x5d0 fp=0xc000219fb8 sp=0xc000219b98 pc=0x5611c626bff0
net/http.(*Server).Serve.gowrap3()
        net/http/server.go:3360 +0x28 fp=0xc000219fe0 sp=0xc000219fb8 pc=0x5611c6270908
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000219fe8 sp=0xc000219fe0 pc=0x5611c6068f21
created by net/http.(*Server).Serve in goroutine 1
        net/http/server.go:3360 +0x485

rax    0x228803fb0
rbx    0x5611fcc9d830
rcx    0xfec
rdx    0x5611fc88f980
rdi    0x5611fc88f990
rsi    0x0
rbp    0x7f968b384f20
rsp    0x7f968b384f00
r8     0x5611fca689d8
r9     0x0
r10    0x0
r11    0x246
r12    0x7f9680001210
r13    0x5611fc88f990
r14    0x0
r15    0x7f97447915c0
rip    0x7f96f8db4c57
rflags 0x10297
cs     0x33
fs     0x0
gs     0x0
SIGABRT: abort
PC=0x7f96d36419fc m=5 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 8 gp=0xc00024a1c0 m=5 mp=0xc000180008 [syscall]:
runtime.cgocall(0x5611c62a6fb0, 0xc000139ba0)
        runtime/cgocall.go:167 +0x4b fp=0xc000139b78 sp=0xc000139b40 pc=0x5611c605b4eb
github.com/ollama/ollama/llama._Cfunc_llama_decode(0x5611fd294d30, {0x1, 0x5611fd6fdde0, 0x0, 0x0, 0x5611fddb5a50, 0x5611fddb7a60, 0x5611fd8aa470, 0x561200bd2080})
        _cgo_gotypes.go:556 +0x4f fp=0xc000139ba0 sp=0xc000139b78 pc=0x5611c610556f
github.com/ollama/ollama/llama.(*Context).Decode.func1(0x5611c62a26eb?, 0x5611fd294d30?)
        github.com/ollama/ollama/llama/llama.go:207 +0xf5 fp=0xc000139c90 sp=0xc000139ba0 pc=0x5611c6107d95
github.com/ollama/ollama/llama.(*Context).Decode(0x5611c6932320?, 0x0?)
        github.com/ollama/ollama/llama/llama.go:207 +0x13 fp=0xc000139cd8 sp=0xc000139c90 pc=0x5611c6107c13
github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc00017a1b0, 0xc0001526c0, 0xc000139f20)
        github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc000139ee0 sp=0xc000139cd8 pc=0x5611c62a14df
github.com/ollama/ollama/llama/runner.(*Server).run(0xc00017a1b0, {0x5611c66a20c0, 0xc0002340a0})
        github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc000139fb8 sp=0xc000139ee0 pc=0x5611c62a0f15
github.com/ollama/ollama/llama/runner.Execute.gowrap2()
        github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000139fe0 sp=0xc000139fb8 pc=0x5611c62a5e08
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000139fe8 sp=0xc000139fe0 pc=0x5611c6068f21
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
        github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5

goroutine 1 gp=0xc0000061c0 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0000357b0 sp=0xc000035790 pc=0x5611c60612ee
runtime.netpollblock(0xc000035800?, 0xc5ff9b46?, 0x11?)
        runtime/netpoll.go:575 +0xf7 fp=0xc0000357e8 sp=0xc0000357b0 pc=0x5611c6026057
internal/poll.runtime_pollWait(0x7f96f84fa010, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc000035808 sp=0xc0000357e8 pc=0x5611c60605e5
internal/poll.(*pollDesc).wait(0xc00022c180?, 0x900000036?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000035830 sp=0xc000035808 pc=0x5611c60b6427
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc00022c180)
        internal/poll/fd_unix.go:620 +0x295 fp=0xc0000358d8 sp=0xc000035830 pc=0x5611c60b7995
net.(*netFD).accept(0xc00022c180)
        net/fd_unix.go:172 +0x29 fp=0xc000035990 sp=0xc0000358d8 pc=0x5611c6130269
net.(*TCPListener).accept(0xc000150780)
        net/tcpsock_posix.go:159 +0x1e fp=0xc0000359e0 sp=0xc000035990 pc=0x5611c61408be
net.(*TCPListener).Accept(0xc000150780)
        net/tcpsock.go:372 +0x30 fp=0xc000035a10 sp=0xc0000359e0 pc=0x5611c613fbf0
net/http.(*onceCloseListener).Accept(0xc0001d93b0?)
        <autogenerated>:1 +0x24 fp=0xc000035a28 sp=0xc000035a10 pc=0x5611c627e7c4
net/http.(*Server).Serve(0xc00022a5a0, {0x5611c66a1ad8, 0xc000150780})
        net/http/server.go:3330 +0x30c fp=0xc000035b58 sp=0xc000035a28 pc=0x5611c627050c
github.com/ollama/ollama/llama/runner.Execute({0xc000016130?, 0x5611c6068b7c?, 0x0?})
        github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc000035ef8 sp=0xc000035b58 pc=0x5611c62a5ae9
main.main()
        github.com/ollama/ollama/cmd/runner/main.go:11 +0x54 fp=0xc000035f50 sp=0xc000035ef8 pc=0x5611c62a6a74
runtime.main()
        runtime/proc.go:272 +0x29d fp=0xc000035fe0 sp=0xc000035f50 pc=0x5611c602d63d
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000035fe8 sp=0xc000035fe0 pc=0x5611c6068f21

goroutine 2 gp=0xc000006c40 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000122fa8 sp=0xc000122f88 pc=0x5611c60612ee
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.forcegchelper()
        runtime/proc.go:337 +0xb8 fp=0xc000122fe0 sp=0xc000122fa8 pc=0x5611c602d978
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000122fe8 sp=0xc000122fe0 pc=0x5611c6068f21
created by runtime.init.7 in goroutine 1
        runtime/proc.go:325 +0x1a

goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000123780 sp=0xc000123760 pc=0x5611c60612ee
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.bgsweep(0xc00011c080)
        runtime/mgcsweep.go:277 +0x94 fp=0xc0001237c8 sp=0xc000123780 pc=0x5611c60181b4
runtime.gcenable.gowrap1()
        runtime/mgc.go:204 +0x25 fp=0xc0001237e0 sp=0xc0001237c8 pc=0x5611c600ca65
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0001237e8 sp=0xc0001237e0 pc=0x5611c6068f21
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]:
runtime.gopark(0xc00011c080?, 0x5611c6580e00?, 0x1?, 0x0?, 0xc000007340?)
        runtime/proc.go:424 +0xce fp=0xc000123f78 sp=0xc000123f58 pc=0x5611c60612ee
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.(*scavengerState).park(0x5611c688d080)
        runtime/mgcscavenge.go:425 +0x49 fp=0xc000123fa8 sp=0xc000123f78 pc=0x5611c6015be9
runtime.bgscavenge(0xc00011c080)
        runtime/mgcscavenge.go:653 +0x3c fp=0xc000123fc8 sp=0xc000123fa8 pc=0x5611c601615c
runtime.gcenable.gowrap2()
        runtime/mgc.go:205 +0x25 fp=0xc000123fe0 sp=0xc000123fc8 pc=0x5611c600ca05
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000123fe8 sp=0xc000123fe0 pc=0x5611c6068f21
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:205 +0xa5

goroutine 5 gp=0xc000007c00 m=nil [finalizer wait]:
runtime.gopark(0xc000122648?, 0x5611c6002f65?, 0xb0?, 0x1?, 0xc0000061c0?)
        runtime/proc.go:424 +0xce fp=0xc000122620 sp=0xc000122600 pc=0x5611c60612ee
runtime.runfinq()
        runtime/mfinal.go:193 +0x107 fp=0xc0001227e0 sp=0xc000122620 pc=0x5611c600bae7
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0001227e8 sp=0xc0001227e0 pc=0x5611c6068f21
created by runtime.createfing in goroutine 1
        runtime/mfinal.go:163 +0x3d

goroutine 6 gp=0xc000007dc0 m=nil [chan receive]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000124718 sp=0xc0001246f8 pc=0x5611c60612ee
runtime.chanrecv(0xc00015c0e0, 0x0, 0x1)
        runtime/chan.go:639 +0x41c fp=0xc000124790 sp=0xc000124718 pc=0x5611c5ffc73c
runtime.chanrecv1(0x0?, 0x0?)
        runtime/chan.go:489 +0x12 fp=0xc0001247b8 sp=0xc000124790 pc=0x5611c5ffc312
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
        runtime/mgc.go:1781
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        runtime/mgc.go:1784 +0x2f fp=0xc0001247e0 sp=0xc0001247b8 pc=0x5611c600f8cf
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0001247e8 sp=0xc0001247e0 pc=0x5611c6068f21
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        runtime/mgc.go:1779 +0x96

goroutine 237 gp=0xc00024a000 m=nil [IO wait]:
runtime.gopark(0x5611c6007445?, 0x0?, 0x0?, 0x0?, 0xb?)
        runtime/proc.go:424 +0xce fp=0xc0001b7da8 sp=0xc0001b7d88 pc=0x5611c60612ee
runtime.netpollblock(0x5611c609cb18?, 0xc5ff9b46?, 0x11?)
        runtime/netpoll.go:575 +0xf7 fp=0xc0001b7de0 sp=0xc0001b7da8 pc=0x5611c6026057
internal/poll.runtime_pollWait(0x7f96f84f9ef8, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc0001b7e00 sp=0xc0001b7de0 pc=0x5611c60605e5
internal/poll.(*pollDesc).wait(0xc00039f100?, 0xc0001d74b1?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0001b7e28 sp=0xc0001b7e00 pc=0x5611c60b6427
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc00039f100, {0xc0001d74b1, 0x1, 0x1})
        internal/poll/fd_unix.go:165 +0x27a fp=0xc0001b7ec0 sp=0xc0001b7e28 pc=0x5611c60b6f7a
net.(*netFD).Read(0xc00039f100, {0xc0001d74b1?, 0xc0001b7f48?, 0x5611c6062990?})
        net/fd_posix.go:55 +0x25 fp=0xc0001b7f08 sp=0xc0001b7ec0 pc=0x5611c612f185
net.(*conn).Read(0xc0003a2008, {0xc0001d74b1?, 0x0?, 0x5611c6932320?})
        net/net.go:189 +0x45 fp=0xc0001b7f50 sp=0xc0001b7f08 pc=0x5611c6138b85
net.(*TCPConn).Read(0x5611c684dd90?, {0xc0001d74b1?, 0x0?, 0x0?})
        <autogenerated>:1 +0x25 fp=0xc0001b7f80 sp=0xc0001b7f50 pc=0x5611c6145c25
net/http.(*connReader).backgroundRead(0xc0001d74a0)
        net/http/server.go:690 +0x37 fp=0xc0001b7fc8 sp=0xc0001b7f80 pc=0x5611c6266977
net/http.(*connReader).startBackgroundRead.gowrap2()
        net/http/server.go:686 +0x25 fp=0xc0001b7fe0 sp=0xc0001b7fc8 pc=0x5611c62668a5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b7fe8 sp=0xc0001b7fe0 pc=0x5611c6068f21
created by net/http.(*connReader).startBackgroundRead in goroutine 236
        net/http/server.go:686 +0xb6

goroutine 236 gp=0xc00024a540 m=nil [select]:
runtime.gopark(0xc000219a68?, 0x2?, 0xd?, 0x17?, 0xc000219834?)
        runtime/proc.go:424 +0xce fp=0xc0002196a0 sp=0xc000219680 pc=0x5611c60612ee
runtime.selectgo(0xc000219a68, 0xc000219830, 0xc000512a00?, 0x0, 0x1?, 0x1)
        runtime/select.go:335 +0x7a5 fp=0xc0002197c8 sp=0xc0002196a0 pc=0x5611c603f545
github.com/ollama/ollama/llama/runner.(*Server).completion(0xc00017a1b0, {0x5611c66a1c58, 0xc0001e0ee0}, 0xc0001e52c0)
        github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc000219ac0 sp=0xc0002197c8 pc=0x5611c62a3206
github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x5611c66a1c58?, 0xc0001e0ee0?}, 0x5611c6274807?)
        <autogenerated>:1 +0x36 fp=0xc000219af0 sp=0xc000219ac0 pc=0x5611c62a66b6
net/http.HandlerFunc.ServeHTTP(0xc00020e1c0?, {0x5611c66a1c58?, 0xc0001e0ee0?}, 0x0?)
        net/http/server.go:2220 +0x29 fp=0xc000219b18 sp=0xc000219af0 pc=0x5611c626d3c9
net/http.(*ServeMux).ServeHTTP(0x5611c6002f65?, {0x5611c66a1c58, 0xc0001e0ee0}, 0xc0001e52c0)
        net/http/server.go:2747 +0x1ca fp=0xc000219b68 sp=0xc000219b18 pc=0x5611c626f26a
net/http.serverHandler.ServeHTTP({0x5611c66a0d10?}, {0x5611c66a1c58?, 0xc0001e0ee0?}, 0x6?)
        net/http/server.go:3210 +0x8e fp=0xc000219b98 sp=0xc000219b68 pc=0x5611c627616e
net/http.(*conn).serve(0xc0001d93b0, {0x5611c66a2088, 0xc00016cff0})
        net/http/server.go:2092 +0x5d0 fp=0xc000219fb8 sp=0xc000219b98 pc=0x5611c626bff0
net/http.(*Server).Serve.gowrap3()
        net/http/server.go:3360 +0x28 fp=0xc000219fe0 sp=0xc000219fb8 pc=0x5611c6270908
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000219fe8 sp=0xc000219fe0 pc=0x5611c6068f21
created by net/http.(*Server).Serve in goroutine 1
        net/http/server.go:3360 +0x485

rax    0x0
rbx    0x7f968b3a7000
rcx    0x7f96d36419fc
rdx    0x6
rdi    0x31f
rsi    0x323
rbp    0x323
rsp    0x7f968b384f80
r8     0x7f968b385050
r9     0x7f968b385020
r10    0x8
r11    0x246
r12    0x6
r13    0x16
r14    0x1
r15    0x5611fd294d30
rip    0x7f96d36419fc
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
<!-- gh-comment-id:2622157042 --> @edwardsp commented on GitHub (Jan 29, 2025): I have the same error. Here is the server log: ``` [GIN] 2025/01/29 - 16:27:21 | 200 | 39.922369512s | 127.0.0.1 | POST "/api/chat" llama_model_loader: loaded meta data with 42 key-value pairs and 1025 tensors from /mnt/data/models/blobs/sha256-9801e7fce27dbf3d0bfb468b7b21f1d132131a546dfc43e50518631b8b1800a9 (version GGUF V3 (latest)) llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output. llama_model_loader: - kv 0: general.architecture str = deepseek2 llama_model_loader: - kv 1: general.type str = model llama_model_loader: - kv 2: general.size_label str = 256x20B llama_model_loader: - kv 3: deepseek2.block_count u32 = 61 llama_model_loader: - kv 4: deepseek2.context_length u32 = 163840 llama_model_loader: - kv 5: deepseek2.embedding_length u32 = 7168 llama_model_loader: - kv 6: deepseek2.feed_forward_length u32 = 18432 llama_model_loader: - kv 7: deepseek2.attention.head_count u32 = 128 llama_model_loader: - kv 8: deepseek2.attention.head_count_kv u32 = 128 llama_model_loader: - kv 9: deepseek2.rope.freq_base f32 = 10000.000000 llama_model_loader: - kv 10: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001 llama_model_loader: - kv 11: deepseek2.expert_used_count u32 = 8 llama_model_loader: - kv 12: deepseek2.leading_dense_block_count u32 = 3 llama_model_loader: - kv 13: deepseek2.vocab_size u32 = 129280 llama_model_loader: - kv 14: deepseek2.attention.q_lora_rank u32 = 1536 llama_model_loader: - kv 15: deepseek2.attention.kv_lora_rank u32 = 512 llama_model_loader: - kv 16: deepseek2.attention.key_length u32 = 192 llama_model_loader: - kv 17: deepseek2.attention.value_length u32 = 128 llama_model_loader: - kv 18: deepseek2.expert_feed_forward_length u32 = 2048 llama_model_loader: - kv 19: deepseek2.expert_count u32 = 256 llama_model_loader: - kv 20: deepseek2.expert_shared_count u32 = 1 llama_model_loader: - kv 21: deepseek2.expert_weights_scale f32 = 2.500000 llama_model_loader: - kv 22: deepseek2.expert_weights_norm bool = true llama_model_loader: - kv 23: deepseek2.expert_gating_func u32 = 2 llama_model_loader: - kv 24: deepseek2.rope.dimension_count u32 = 64 llama_model_loader: - kv 25: deepseek2.rope.scaling.type str = yarn llama_model_loader: - kv 26: deepseek2.rope.scaling.factor f32 = 40.000000 llama_model_loader: - kv 27: deepseek2.rope.scaling.original_context_length u32 = 4096 llama_model_loader: - kv 28: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000 llama_model_loader: - kv 29: tokenizer.ggml.model str = gpt2 llama_model_loader: - kv 30: tokenizer.ggml.pre str = deepseek-v3 llama_model_loader: - kv 31: tokenizer.ggml.tokens arr[str,129280] = ["<|begin▁of▁sentence|>", "<�... llama_model_loader: - kv 32: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... llama_model_loader: - kv 33: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e... llama_model_loader: - kv 34: tokenizer.ggml.bos_token_id u32 = 0 llama_model_loader: - kv 35: tokenizer.ggml.eos_token_id u32 = 1 llama_model_loader: - kv 36: tokenizer.ggml.padding_token_id u32 = 1 llama_model_loader: - kv 37: tokenizer.ggml.add_bos_token bool = true llama_model_loader: - kv 38: tokenizer.ggml.add_eos_token bool = false llama_model_loader: - kv 39: tokenizer.chat_template str = {% if not add_generation_prompt is de... llama_model_loader: - kv 40: general.quantization_version u32 = 2 llama_model_loader: - kv 41: general.file_type u32 = 15 llama_model_loader: - type f32: 361 tensors llama_model_loader: - type q4_K: 606 tensors llama_model_loader: - type q6_K: 58 tensors llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect llm_load_vocab: special tokens cache size = 818 llm_load_vocab: token to piece cache size = 0.8223 MB llm_load_print_meta: format = GGUF V3 (latest) llm_load_print_meta: arch = deepseek2 llm_load_print_meta: vocab type = BPE llm_load_print_meta: n_vocab = 129280 llm_load_print_meta: n_merges = 127741 llm_load_print_meta: vocab_only = 1 llm_load_print_meta: model type = ?B llm_load_print_meta: model ftype = all F32 llm_load_print_meta: model params = 671.03 B llm_load_print_meta: model size = 376.65 GiB (4.82 BPW) llm_load_print_meta: general.name = n/a llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>' llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: PAD token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: LF token = 131 'Ä' llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>' llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>' llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>' llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: max token length = 256 llm_load_print_meta: n_layer_dense_lead = 0 llm_load_print_meta: n_lora_q = 0 llm_load_print_meta: n_lora_kv = 0 llm_load_print_meta: n_ff_exp = 0 llm_load_print_meta: n_expert_shared = 0 llm_load_print_meta: expert_weights_scale = 0.0 llm_load_print_meta: expert_weights_norm = 0 llm_load_print_meta: expert_gating_func = unknown llm_load_print_meta: rope_yarn_log_mul = 0.0000 llama_model_load: vocab only - skipping tensors llama.cpp:11968: The current context does not support K-shift SIGSEGV: segmentation violation PC=0x7f96f8db4c57 m=5 sigcode=1 addr=0x228803fb0 signal arrived during cgo execution goroutine 8 gp=0xc00024a1c0 m=5 mp=0xc000180008 [syscall]: runtime.cgocall(0x5611c62a6fb0, 0xc000139ba0) runtime/cgocall.go:167 +0x4b fp=0xc000139b78 sp=0xc000139b40 pc=0x5611c605b4eb github.com/ollama/ollama/llama._Cfunc_llama_decode(0x5611fd294d30, {0x1, 0x5611fd6fdde0, 0x0, 0x0, 0x5611fddb5a50, 0x5611fddb7a60, 0x5611fd8aa470, 0x561200bd2080}) _cgo_gotypes.go:556 +0x4f fp=0xc000139ba0 sp=0xc000139b78 pc=0x5611c610556f github.com/ollama/ollama/llama.(*Context).Decode.func1(0x5611c62a26eb?, 0x5611fd294d30?) github.com/ollama/ollama/llama/llama.go:207 +0xf5 fp=0xc000139c90 sp=0xc000139ba0 pc=0x5611c6107d95 github.com/ollama/ollama/llama.(*Context).Decode(0x5611c6932320?, 0x0?) github.com/ollama/ollama/llama/llama.go:207 +0x13 fp=0xc000139cd8 sp=0xc000139c90 pc=0x5611c6107c13 github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc00017a1b0, 0xc0001526c0, 0xc000139f20) github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc000139ee0 sp=0xc000139cd8 pc=0x5611c62a14df github.com/ollama/ollama/llama/runner.(*Server).run(0xc00017a1b0, {0x5611c66a20c0, 0xc0002340a0}) github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc000139fb8 sp=0xc000139ee0 pc=0x5611c62a0f15 github.com/ollama/ollama/llama/runner.Execute.gowrap2() github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000139fe0 sp=0xc000139fb8 pc=0x5611c62a5e08 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000139fe8 sp=0xc000139fe0 pc=0x5611c6068f21 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5 goroutine 1 gp=0xc0000061c0 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0000357b0 sp=0xc000035790 pc=0x5611c60612ee runtime.netpollblock(0xc000035800?, 0xc5ff9b46?, 0x11?) runtime/netpoll.go:575 +0xf7 fp=0xc0000357e8 sp=0xc0000357b0 pc=0x5611c6026057 internal/poll.runtime_pollWait(0x7f96f84fa010, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000035808 sp=0xc0000357e8 pc=0x5611c60605e5 internal/poll.(*pollDesc).wait(0xc00022c180?, 0x900000036?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000035830 sp=0xc000035808 pc=0x5611c60b6427 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc00022c180) internal/poll/fd_unix.go:620 +0x295 fp=0xc0000358d8 sp=0xc000035830 pc=0x5611c60b7995 net.(*netFD).accept(0xc00022c180) net/fd_unix.go:172 +0x29 fp=0xc000035990 sp=0xc0000358d8 pc=0x5611c6130269 net.(*TCPListener).accept(0xc000150780) net/tcpsock_posix.go:159 +0x1e fp=0xc0000359e0 sp=0xc000035990 pc=0x5611c61408be net.(*TCPListener).Accept(0xc000150780) net/tcpsock.go:372 +0x30 fp=0xc000035a10 sp=0xc0000359e0 pc=0x5611c613fbf0 net/http.(*onceCloseListener).Accept(0xc0001d93b0?) <autogenerated>:1 +0x24 fp=0xc000035a28 sp=0xc000035a10 pc=0x5611c627e7c4 net/http.(*Server).Serve(0xc00022a5a0, {0x5611c66a1ad8, 0xc000150780}) net/http/server.go:3330 +0x30c fp=0xc000035b58 sp=0xc000035a28 pc=0x5611c627050c github.com/ollama/ollama/llama/runner.Execute({0xc000016130?, 0x5611c6068b7c?, 0x0?}) github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc000035ef8 sp=0xc000035b58 pc=0x5611c62a5ae9 main.main() github.com/ollama/ollama/cmd/runner/main.go:11 +0x54 fp=0xc000035f50 sp=0xc000035ef8 pc=0x5611c62a6a74 runtime.main() runtime/proc.go:272 +0x29d fp=0xc000035fe0 sp=0xc000035f50 pc=0x5611c602d63d runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000035fe8 sp=0xc000035fe0 pc=0x5611c6068f21 goroutine 2 gp=0xc000006c40 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000122fa8 sp=0xc000122f88 pc=0x5611c60612ee runtime.goparkunlock(...) runtime/proc.go:430 runtime.forcegchelper() runtime/proc.go:337 +0xb8 fp=0xc000122fe0 sp=0xc000122fa8 pc=0x5611c602d978 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000122fe8 sp=0xc000122fe0 pc=0x5611c6068f21 created by runtime.init.7 in goroutine 1 runtime/proc.go:325 +0x1a goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000123780 sp=0xc000123760 pc=0x5611c60612ee runtime.goparkunlock(...) runtime/proc.go:430 runtime.bgsweep(0xc00011c080) runtime/mgcsweep.go:277 +0x94 fp=0xc0001237c8 sp=0xc000123780 pc=0x5611c60181b4 runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc0001237e0 sp=0xc0001237c8 pc=0x5611c600ca65 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001237e8 sp=0xc0001237e0 pc=0x5611c6068f21 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]: runtime.gopark(0xc00011c080?, 0x5611c6580e00?, 0x1?, 0x0?, 0xc000007340?) runtime/proc.go:424 +0xce fp=0xc000123f78 sp=0xc000123f58 pc=0x5611c60612ee runtime.goparkunlock(...) runtime/proc.go:430 runtime.(*scavengerState).park(0x5611c688d080) runtime/mgcscavenge.go:425 +0x49 fp=0xc000123fa8 sp=0xc000123f78 pc=0x5611c6015be9 runtime.bgscavenge(0xc00011c080) runtime/mgcscavenge.go:653 +0x3c fp=0xc000123fc8 sp=0xc000123fa8 pc=0x5611c601615c runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc000123fe0 sp=0xc000123fc8 pc=0x5611c600ca05 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000123fe8 sp=0xc000123fe0 pc=0x5611c6068f21 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc000007c00 m=nil [finalizer wait]: runtime.gopark(0xc000122648?, 0x5611c6002f65?, 0xb0?, 0x1?, 0xc0000061c0?) runtime/proc.go:424 +0xce fp=0xc000122620 sp=0xc000122600 pc=0x5611c60612ee runtime.runfinq() runtime/mfinal.go:193 +0x107 fp=0xc0001227e0 sp=0xc000122620 pc=0x5611c600bae7 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001227e8 sp=0xc0001227e0 pc=0x5611c6068f21 created by runtime.createfing in goroutine 1 runtime/mfinal.go:163 +0x3d goroutine 6 gp=0xc000007dc0 m=nil [chan receive]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000124718 sp=0xc0001246f8 pc=0x5611c60612ee runtime.chanrecv(0xc00015c0e0, 0x0, 0x1) runtime/chan.go:639 +0x41c fp=0xc000124790 sp=0xc000124718 pc=0x5611c5ffc73c runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:489 +0x12 fp=0xc0001247b8 sp=0xc000124790 pc=0x5611c5ffc312 runtime.unique_runtime_registerUniqueMapCleanup.func1(...) runtime/mgc.go:1781 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1784 +0x2f fp=0xc0001247e0 sp=0xc0001247b8 pc=0x5611c600f8cf runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001247e8 sp=0xc0001247e0 pc=0x5611c6068f21 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1779 +0x96 goroutine 237 gp=0xc00024a000 m=nil [IO wait]: runtime.gopark(0x5611c6007445?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:424 +0xce fp=0xc0001b7da8 sp=0xc0001b7d88 pc=0x5611c60612ee runtime.netpollblock(0x5611c609cb18?, 0xc5ff9b46?, 0x11?) runtime/netpoll.go:575 +0xf7 fp=0xc0001b7de0 sp=0xc0001b7da8 pc=0x5611c6026057 internal/poll.runtime_pollWait(0x7f96f84f9ef8, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc0001b7e00 sp=0xc0001b7de0 pc=0x5611c60605e5 internal/poll.(*pollDesc).wait(0xc00039f100?, 0xc0001d74b1?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0001b7e28 sp=0xc0001b7e00 pc=0x5611c60b6427 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc00039f100, {0xc0001d74b1, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc0001b7ec0 sp=0xc0001b7e28 pc=0x5611c60b6f7a net.(*netFD).Read(0xc00039f100, {0xc0001d74b1?, 0xc0001b7f48?, 0x5611c6062990?}) net/fd_posix.go:55 +0x25 fp=0xc0001b7f08 sp=0xc0001b7ec0 pc=0x5611c612f185 net.(*conn).Read(0xc0003a2008, {0xc0001d74b1?, 0x0?, 0x5611c6932320?}) net/net.go:189 +0x45 fp=0xc0001b7f50 sp=0xc0001b7f08 pc=0x5611c6138b85 net.(*TCPConn).Read(0x5611c684dd90?, {0xc0001d74b1?, 0x0?, 0x0?}) <autogenerated>:1 +0x25 fp=0xc0001b7f80 sp=0xc0001b7f50 pc=0x5611c6145c25 net/http.(*connReader).backgroundRead(0xc0001d74a0) net/http/server.go:690 +0x37 fp=0xc0001b7fc8 sp=0xc0001b7f80 pc=0x5611c6266977 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc0001b7fe0 sp=0xc0001b7fc8 pc=0x5611c62668a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b7fe8 sp=0xc0001b7fe0 pc=0x5611c6068f21 created by net/http.(*connReader).startBackgroundRead in goroutine 236 net/http/server.go:686 +0xb6 goroutine 236 gp=0xc00024a540 m=nil [select]: runtime.gopark(0xc000219a68?, 0x2?, 0xd?, 0x17?, 0xc000219834?) runtime/proc.go:424 +0xce fp=0xc0002196a0 sp=0xc000219680 pc=0x5611c60612ee runtime.selectgo(0xc000219a68, 0xc000219830, 0xc000512a00?, 0x0, 0x1?, 0x1) runtime/select.go:335 +0x7a5 fp=0xc0002197c8 sp=0xc0002196a0 pc=0x5611c603f545 github.com/ollama/ollama/llama/runner.(*Server).completion(0xc00017a1b0, {0x5611c66a1c58, 0xc0001e0ee0}, 0xc0001e52c0) github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc000219ac0 sp=0xc0002197c8 pc=0x5611c62a3206 github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x5611c66a1c58?, 0xc0001e0ee0?}, 0x5611c6274807?) <autogenerated>:1 +0x36 fp=0xc000219af0 sp=0xc000219ac0 pc=0x5611c62a66b6 net/http.HandlerFunc.ServeHTTP(0xc00020e1c0?, {0x5611c66a1c58?, 0xc0001e0ee0?}, 0x0?) net/http/server.go:2220 +0x29 fp=0xc000219b18 sp=0xc000219af0 pc=0x5611c626d3c9 net/http.(*ServeMux).ServeHTTP(0x5611c6002f65?, {0x5611c66a1c58, 0xc0001e0ee0}, 0xc0001e52c0) net/http/server.go:2747 +0x1ca fp=0xc000219b68 sp=0xc000219b18 pc=0x5611c626f26a net/http.serverHandler.ServeHTTP({0x5611c66a0d10?}, {0x5611c66a1c58?, 0xc0001e0ee0?}, 0x6?) net/http/server.go:3210 +0x8e fp=0xc000219b98 sp=0xc000219b68 pc=0x5611c627616e net/http.(*conn).serve(0xc0001d93b0, {0x5611c66a2088, 0xc00016cff0}) net/http/server.go:2092 +0x5d0 fp=0xc000219fb8 sp=0xc000219b98 pc=0x5611c626bff0 net/http.(*Server).Serve.gowrap3() net/http/server.go:3360 +0x28 fp=0xc000219fe0 sp=0xc000219fb8 pc=0x5611c6270908 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000219fe8 sp=0xc000219fe0 pc=0x5611c6068f21 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3360 +0x485 rax 0x228803fb0 rbx 0x5611fcc9d830 rcx 0xfec rdx 0x5611fc88f980 rdi 0x5611fc88f990 rsi 0x0 rbp 0x7f968b384f20 rsp 0x7f968b384f00 r8 0x5611fca689d8 r9 0x0 r10 0x0 r11 0x246 r12 0x7f9680001210 r13 0x5611fc88f990 r14 0x0 r15 0x7f97447915c0 rip 0x7f96f8db4c57 rflags 0x10297 cs 0x33 fs 0x0 gs 0x0 SIGABRT: abort PC=0x7f96d36419fc m=5 sigcode=18446744073709551610 signal arrived during cgo execution goroutine 8 gp=0xc00024a1c0 m=5 mp=0xc000180008 [syscall]: runtime.cgocall(0x5611c62a6fb0, 0xc000139ba0) runtime/cgocall.go:167 +0x4b fp=0xc000139b78 sp=0xc000139b40 pc=0x5611c605b4eb github.com/ollama/ollama/llama._Cfunc_llama_decode(0x5611fd294d30, {0x1, 0x5611fd6fdde0, 0x0, 0x0, 0x5611fddb5a50, 0x5611fddb7a60, 0x5611fd8aa470, 0x561200bd2080}) _cgo_gotypes.go:556 +0x4f fp=0xc000139ba0 sp=0xc000139b78 pc=0x5611c610556f github.com/ollama/ollama/llama.(*Context).Decode.func1(0x5611c62a26eb?, 0x5611fd294d30?) github.com/ollama/ollama/llama/llama.go:207 +0xf5 fp=0xc000139c90 sp=0xc000139ba0 pc=0x5611c6107d95 github.com/ollama/ollama/llama.(*Context).Decode(0x5611c6932320?, 0x0?) github.com/ollama/ollama/llama/llama.go:207 +0x13 fp=0xc000139cd8 sp=0xc000139c90 pc=0x5611c6107c13 github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc00017a1b0, 0xc0001526c0, 0xc000139f20) github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc000139ee0 sp=0xc000139cd8 pc=0x5611c62a14df github.com/ollama/ollama/llama/runner.(*Server).run(0xc00017a1b0, {0x5611c66a20c0, 0xc0002340a0}) github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc000139fb8 sp=0xc000139ee0 pc=0x5611c62a0f15 github.com/ollama/ollama/llama/runner.Execute.gowrap2() github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000139fe0 sp=0xc000139fb8 pc=0x5611c62a5e08 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000139fe8 sp=0xc000139fe0 pc=0x5611c6068f21 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5 goroutine 1 gp=0xc0000061c0 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0000357b0 sp=0xc000035790 pc=0x5611c60612ee runtime.netpollblock(0xc000035800?, 0xc5ff9b46?, 0x11?) runtime/netpoll.go:575 +0xf7 fp=0xc0000357e8 sp=0xc0000357b0 pc=0x5611c6026057 internal/poll.runtime_pollWait(0x7f96f84fa010, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000035808 sp=0xc0000357e8 pc=0x5611c60605e5 internal/poll.(*pollDesc).wait(0xc00022c180?, 0x900000036?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000035830 sp=0xc000035808 pc=0x5611c60b6427 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc00022c180) internal/poll/fd_unix.go:620 +0x295 fp=0xc0000358d8 sp=0xc000035830 pc=0x5611c60b7995 net.(*netFD).accept(0xc00022c180) net/fd_unix.go:172 +0x29 fp=0xc000035990 sp=0xc0000358d8 pc=0x5611c6130269 net.(*TCPListener).accept(0xc000150780) net/tcpsock_posix.go:159 +0x1e fp=0xc0000359e0 sp=0xc000035990 pc=0x5611c61408be net.(*TCPListener).Accept(0xc000150780) net/tcpsock.go:372 +0x30 fp=0xc000035a10 sp=0xc0000359e0 pc=0x5611c613fbf0 net/http.(*onceCloseListener).Accept(0xc0001d93b0?) <autogenerated>:1 +0x24 fp=0xc000035a28 sp=0xc000035a10 pc=0x5611c627e7c4 net/http.(*Server).Serve(0xc00022a5a0, {0x5611c66a1ad8, 0xc000150780}) net/http/server.go:3330 +0x30c fp=0xc000035b58 sp=0xc000035a28 pc=0x5611c627050c github.com/ollama/ollama/llama/runner.Execute({0xc000016130?, 0x5611c6068b7c?, 0x0?}) github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc000035ef8 sp=0xc000035b58 pc=0x5611c62a5ae9 main.main() github.com/ollama/ollama/cmd/runner/main.go:11 +0x54 fp=0xc000035f50 sp=0xc000035ef8 pc=0x5611c62a6a74 runtime.main() runtime/proc.go:272 +0x29d fp=0xc000035fe0 sp=0xc000035f50 pc=0x5611c602d63d runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000035fe8 sp=0xc000035fe0 pc=0x5611c6068f21 goroutine 2 gp=0xc000006c40 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000122fa8 sp=0xc000122f88 pc=0x5611c60612ee runtime.goparkunlock(...) runtime/proc.go:430 runtime.forcegchelper() runtime/proc.go:337 +0xb8 fp=0xc000122fe0 sp=0xc000122fa8 pc=0x5611c602d978 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000122fe8 sp=0xc000122fe0 pc=0x5611c6068f21 created by runtime.init.7 in goroutine 1 runtime/proc.go:325 +0x1a goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000123780 sp=0xc000123760 pc=0x5611c60612ee runtime.goparkunlock(...) runtime/proc.go:430 runtime.bgsweep(0xc00011c080) runtime/mgcsweep.go:277 +0x94 fp=0xc0001237c8 sp=0xc000123780 pc=0x5611c60181b4 runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc0001237e0 sp=0xc0001237c8 pc=0x5611c600ca65 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001237e8 sp=0xc0001237e0 pc=0x5611c6068f21 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]: runtime.gopark(0xc00011c080?, 0x5611c6580e00?, 0x1?, 0x0?, 0xc000007340?) runtime/proc.go:424 +0xce fp=0xc000123f78 sp=0xc000123f58 pc=0x5611c60612ee runtime.goparkunlock(...) runtime/proc.go:430 runtime.(*scavengerState).park(0x5611c688d080) runtime/mgcscavenge.go:425 +0x49 fp=0xc000123fa8 sp=0xc000123f78 pc=0x5611c6015be9 runtime.bgscavenge(0xc00011c080) runtime/mgcscavenge.go:653 +0x3c fp=0xc000123fc8 sp=0xc000123fa8 pc=0x5611c601615c runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc000123fe0 sp=0xc000123fc8 pc=0x5611c600ca05 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000123fe8 sp=0xc000123fe0 pc=0x5611c6068f21 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc000007c00 m=nil [finalizer wait]: runtime.gopark(0xc000122648?, 0x5611c6002f65?, 0xb0?, 0x1?, 0xc0000061c0?) runtime/proc.go:424 +0xce fp=0xc000122620 sp=0xc000122600 pc=0x5611c60612ee runtime.runfinq() runtime/mfinal.go:193 +0x107 fp=0xc0001227e0 sp=0xc000122620 pc=0x5611c600bae7 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001227e8 sp=0xc0001227e0 pc=0x5611c6068f21 created by runtime.createfing in goroutine 1 runtime/mfinal.go:163 +0x3d goroutine 6 gp=0xc000007dc0 m=nil [chan receive]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000124718 sp=0xc0001246f8 pc=0x5611c60612ee runtime.chanrecv(0xc00015c0e0, 0x0, 0x1) runtime/chan.go:639 +0x41c fp=0xc000124790 sp=0xc000124718 pc=0x5611c5ffc73c runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:489 +0x12 fp=0xc0001247b8 sp=0xc000124790 pc=0x5611c5ffc312 runtime.unique_runtime_registerUniqueMapCleanup.func1(...) runtime/mgc.go:1781 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1784 +0x2f fp=0xc0001247e0 sp=0xc0001247b8 pc=0x5611c600f8cf runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001247e8 sp=0xc0001247e0 pc=0x5611c6068f21 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1779 +0x96 goroutine 237 gp=0xc00024a000 m=nil [IO wait]: runtime.gopark(0x5611c6007445?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:424 +0xce fp=0xc0001b7da8 sp=0xc0001b7d88 pc=0x5611c60612ee runtime.netpollblock(0x5611c609cb18?, 0xc5ff9b46?, 0x11?) runtime/netpoll.go:575 +0xf7 fp=0xc0001b7de0 sp=0xc0001b7da8 pc=0x5611c6026057 internal/poll.runtime_pollWait(0x7f96f84f9ef8, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc0001b7e00 sp=0xc0001b7de0 pc=0x5611c60605e5 internal/poll.(*pollDesc).wait(0xc00039f100?, 0xc0001d74b1?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0001b7e28 sp=0xc0001b7e00 pc=0x5611c60b6427 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc00039f100, {0xc0001d74b1, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc0001b7ec0 sp=0xc0001b7e28 pc=0x5611c60b6f7a net.(*netFD).Read(0xc00039f100, {0xc0001d74b1?, 0xc0001b7f48?, 0x5611c6062990?}) net/fd_posix.go:55 +0x25 fp=0xc0001b7f08 sp=0xc0001b7ec0 pc=0x5611c612f185 net.(*conn).Read(0xc0003a2008, {0xc0001d74b1?, 0x0?, 0x5611c6932320?}) net/net.go:189 +0x45 fp=0xc0001b7f50 sp=0xc0001b7f08 pc=0x5611c6138b85 net.(*TCPConn).Read(0x5611c684dd90?, {0xc0001d74b1?, 0x0?, 0x0?}) <autogenerated>:1 +0x25 fp=0xc0001b7f80 sp=0xc0001b7f50 pc=0x5611c6145c25 net/http.(*connReader).backgroundRead(0xc0001d74a0) net/http/server.go:690 +0x37 fp=0xc0001b7fc8 sp=0xc0001b7f80 pc=0x5611c6266977 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc0001b7fe0 sp=0xc0001b7fc8 pc=0x5611c62668a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001b7fe8 sp=0xc0001b7fe0 pc=0x5611c6068f21 created by net/http.(*connReader).startBackgroundRead in goroutine 236 net/http/server.go:686 +0xb6 goroutine 236 gp=0xc00024a540 m=nil [select]: runtime.gopark(0xc000219a68?, 0x2?, 0xd?, 0x17?, 0xc000219834?) runtime/proc.go:424 +0xce fp=0xc0002196a0 sp=0xc000219680 pc=0x5611c60612ee runtime.selectgo(0xc000219a68, 0xc000219830, 0xc000512a00?, 0x0, 0x1?, 0x1) runtime/select.go:335 +0x7a5 fp=0xc0002197c8 sp=0xc0002196a0 pc=0x5611c603f545 github.com/ollama/ollama/llama/runner.(*Server).completion(0xc00017a1b0, {0x5611c66a1c58, 0xc0001e0ee0}, 0xc0001e52c0) github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc000219ac0 sp=0xc0002197c8 pc=0x5611c62a3206 github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x5611c66a1c58?, 0xc0001e0ee0?}, 0x5611c6274807?) <autogenerated>:1 +0x36 fp=0xc000219af0 sp=0xc000219ac0 pc=0x5611c62a66b6 net/http.HandlerFunc.ServeHTTP(0xc00020e1c0?, {0x5611c66a1c58?, 0xc0001e0ee0?}, 0x0?) net/http/server.go:2220 +0x29 fp=0xc000219b18 sp=0xc000219af0 pc=0x5611c626d3c9 net/http.(*ServeMux).ServeHTTP(0x5611c6002f65?, {0x5611c66a1c58, 0xc0001e0ee0}, 0xc0001e52c0) net/http/server.go:2747 +0x1ca fp=0xc000219b68 sp=0xc000219b18 pc=0x5611c626f26a net/http.serverHandler.ServeHTTP({0x5611c66a0d10?}, {0x5611c66a1c58?, 0xc0001e0ee0?}, 0x6?) net/http/server.go:3210 +0x8e fp=0xc000219b98 sp=0xc000219b68 pc=0x5611c627616e net/http.(*conn).serve(0xc0001d93b0, {0x5611c66a2088, 0xc00016cff0}) net/http/server.go:2092 +0x5d0 fp=0xc000219fb8 sp=0xc000219b98 pc=0x5611c626bff0 net/http.(*Server).Serve.gowrap3() net/http/server.go:3360 +0x28 fp=0xc000219fe0 sp=0xc000219fb8 pc=0x5611c6270908 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000219fe8 sp=0xc000219fe0 pc=0x5611c6068f21 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3360 +0x485 rax 0x0 rbx 0x7f968b3a7000 rcx 0x7f96d36419fc rdx 0x6 rdi 0x31f rsi 0x323 rbp 0x323 rsp 0x7f968b384f80 r8 0x7f968b385050 r9 0x7f968b385020 r10 0x8 r11 0x246 r12 0x6 r13 0x16 r14 0x1 r15 0x5611fd294d30 rip 0x7f96d36419fc rflags 0x246 cs 0x33 fs 0x0 gs 0x0 ```
Author
Owner

@rick-github commented on GitHub (Jan 29, 2025):

The current context does not support K-shift

https://github.com/ollama/ollama/issues/5975

<!-- gh-comment-id:2622166291 --> @rick-github commented on GitHub (Jan 29, 2025): ``` The current context does not support K-shift ``` https://github.com/ollama/ollama/issues/5975
Author
Owner

@edwardsp commented on GitHub (Jan 29, 2025):

I resolved this by with the following:

Create an updated model:

cat >Modelfile <<EOF
FROM deepseek-r1:671b 
PARAMETER num_ctx 24576
PARAMETER num_predict 8192
EOF
ollama create deepseek-r1:671b-fixed -f Modelfile

Run:

ollama run deepseek-r1:671b-fixed

thanks go to @rick-github

<!-- gh-comment-id:2622482183 --> @edwardsp commented on GitHub (Jan 29, 2025): I resolved this by with the following: Create an updated model: ``` cat >Modelfile <<EOF FROM deepseek-r1:671b PARAMETER num_ctx 24576 PARAMETER num_predict 8192 EOF ollama create deepseek-r1:671b-fixed -f Modelfile ``` Run: ``` ollama run deepseek-r1:671b-fixed ``` thanks go to @rick-github
Author
Owner

@ttys0001 commented on GitHub (Feb 4, 2025):

I resolved this by with the following:

Create an updated model:

cat >Modelfile <<EOF
FROM deepseek-r1:671b 
PARAMETER num_ctx 24576
PARAMETER num_predict 8192
EOF
ollama create deepseek-r1:671b-fixed -f Modelfile

Run:

ollama run deepseek-r1:671b-fixed

thanks go to @rick-github

The issue has indeed been resolved, but I am also using the 671b deepseek r1, which originally had a speed of 14 tokens/s, and now it has dropped to 2 tokens/s. Why is this happening?

@rick-github @edwardsp

<!-- gh-comment-id:2633534925 --> @ttys0001 commented on GitHub (Feb 4, 2025): > I resolved this by with the following: > > Create an updated model: > > ``` > cat >Modelfile <<EOF > FROM deepseek-r1:671b > PARAMETER num_ctx 24576 > PARAMETER num_predict 8192 > EOF > ollama create deepseek-r1:671b-fixed -f Modelfile > ``` > > Run: > > ``` > ollama run deepseek-r1:671b-fixed > ``` > > thanks go to [@rick-github](https://github.com/rick-github) The issue has indeed been resolved, but I am also using the 671b deepseek r1, which originally had a speed of 14 tokens/s, and now it has dropped to 2 tokens/s. Why is this happening? @rick-github @edwardsp
Author
Owner

@rick-github commented on GitHub (Feb 4, 2025):

Server logs will aid in debugging.

<!-- gh-comment-id:2633614726 --> @rick-github commented on GitHub (Feb 4, 2025): [Server logs](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) will aid in debugging.
Author
Owner

@ttys0001 commented on GitHub (Feb 4, 2025):

Here is the server log:

Feb 04 21:22:30 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 21:22:30 | 200 | 24.935µs | 127.0.0.1 | HEAD "/"
Feb 04 21:22:30 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 21:22:30 | 200 | 19.002129ms | 127.0.0.1 | POST "/api/show"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.418+08:00 level=INFO source=server.go:104 msg="system memory" total="629.9 GiB" free="618.6 GiB" free_swap="0 B"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.419+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=32 layers.split=4,4,4,4,4,4,4,4 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="360.6 GiB" memory.required.partial="228.5 GiB" memory.required.kv="114.4 GiB" memory.required.allocations="[27.0 GiB 27.0 GiB 27.0 GiB 29.7 GiB 29.7 GiB 29.7 GiB 29.3 GiB 29.3 GiB]" memory.weights.total="270.5 GiB" memory.weights.repeating="269.8 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="8.5 GiB" memory.graph.partial="8.5 GiB"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.420+08:00 level=INFO source=server.go:376 msg="starting llama server" cmd="/usr/local/lib/ollama/runners/cuda_v11_avx/ollama_llama_server runner --model /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 --ctx-size 24576 --batch-size 512 --n-gpu-layers 32 --threads 40 --parallel 1 --tensor-split 4,4,4,4,4,4,4,4 --port 46871"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.420+08:00 level=INFO source=sched.go:449 msg="loaded runners" count=1
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.421+08:00 level=INFO source=server.go:555 msg="waiting for llama runner to start responding"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.421+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server error"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.431+08:00 level=INFO source=runner.go:936 msg="starting go runner"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: found 8 CUDA devices:
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 0: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 1: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 2: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 3: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 4: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 5: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 6: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 7: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.502+08:00 level=INFO source=runner.go:937 msg=system info="CUDA : USE_GRAPHS = 1 | PEER_MAX_BATCH_SIZE = 128 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | LLAMAFILE = 1 | AARCH64_REPACK = 1 | cgo(gcc)" threads=40
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.503+08:00 level=INFO source=.:0 msg="Server listening on 127.0.0.1:46871"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.672+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server loading model"
Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA0 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 21:22:34 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA1 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 21:22:34 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA2 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 21:22:34 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA3 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA4 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA5 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA6 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA7 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: loaded meta data with 52 key-value pairs and 1025 tensors from /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 (version GGUF V3 (latest))
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 0: general.architecture str = deepseek2
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 1: general.type str = model
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 2: general.name str = DeepSeek R1 BF16
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 3: general.quantized_by str = Unsloth
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 4: general.size_label str = 256x20B
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 5: general.repo_url str = https://huggingface.co/unsloth
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 6: deepseek2.block_count u32 = 61
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 7: deepseek2.context_length u32 = 163840
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 8: deepseek2.embedding_length u32 = 7168
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 9: deepseek2.feed_forward_length u32 = 18432
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 10: deepseek2.attention.head_count u32 = 128
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 11: deepseek2.attention.head_count_kv u32 = 128
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 12: deepseek2.rope.freq_base f32 = 10000.000000
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 13: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 14: deepseek2.expert_used_count u32 = 8
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 15: deepseek2.leading_dense_block_count u32 = 3
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 16: deepseek2.vocab_size u32 = 129280
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 17: deepseek2.attention.q_lora_rank u32 = 1536
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 18: deepseek2.attention.kv_lora_rank u32 = 512
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 19: deepseek2.attention.key_length u32 = 192
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 20: deepseek2.attention.value_length u32 = 128
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 21: deepseek2.expert_feed_forward_length u32 = 2048
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 22: deepseek2.expert_count u32 = 256
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 23: deepseek2.expert_shared_count u32 = 1
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 24: deepseek2.expert_weights_scale f32 = 2.500000
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 25: deepseek2.expert_weights_norm bool = true
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 26: deepseek2.expert_gating_func u32 = 2
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 27: deepseek2.rope.dimension_count u32 = 64
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 28: deepseek2.rope.scaling.type str = yarn
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 29: deepseek2.rope.scaling.factor f32 = 40.000000
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 30: deepseek2.rope.scaling.original_context_length u32 = 4096
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 31: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 32: tokenizer.ggml.model str = gpt2
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 33: tokenizer.ggml.pre str = deepseek-v3
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: [132B blob data]
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 35: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 36: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e...
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 37: tokenizer.ggml.bos_token_id u32 = 0
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 38: tokenizer.ggml.eos_token_id u32 = 1
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 39: tokenizer.ggml.padding_token_id u32 = 128815
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 40: tokenizer.ggml.add_bos_token bool = true
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 41: tokenizer.ggml.add_eos_token bool = false
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 42: tokenizer.chat_template str = {% if not add_generation_prompt is de...
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 43: general.quantization_version u32 = 2
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 44: general.file_type u32 = 24
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 45: quantize.imatrix.file str = DeepSeek-R1.imatrix
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 46: quantize.imatrix.dataset str = /training_data/calibration_datav3.txt
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 47: quantize.imatrix.entries_count i32 = 720
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 48: quantize.imatrix.chunks_count i32 = 124
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 49: split.no u16 = 0
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 50: split.tensors.count i32 = 1025
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 51: split.count u16 = 0
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type f32: 361 tensors
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q2_K: 55 tensors
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q3_K: 3 tensors
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q4_K: 190 tensors
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q5_K: 116 tensors
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q6_K: 184 tensors
Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type iq1_s: 116 tensors
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special tokens cache size = 819
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_vocab: token to piece cache size = 0.8223 MB
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: format = GGUF V3 (latest)
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: arch = deepseek2
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab type = BPE
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_vocab = 129280
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_merges = 127741
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab_only = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ctx_train = 163840
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd = 7168
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer = 61
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_head = 128
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_head_kv = 128
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_rot = 64
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_swa = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_head_k = 192
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_head_v = 128
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_gqa = 1
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_k_gqa = 24576
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_v_gqa = 16384
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_norm_eps = 0.0e+00
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_norm_rms_eps = 1.0e-06
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_clamp_kqv = 0.0e+00
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_max_alibi_bias = 0.0e+00
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_logit_scale = 0.0e+00
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff = 18432
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert = 256
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_used = 8
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: causal attn = 1
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: pooling type = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope type = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope scaling = yarn
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: freq_base_train = 10000.0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: freq_scale_train = 0.025
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ctx_orig_yarn = 4096
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_finetuned = unknown
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_conv = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_inner = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_state = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_dt_rank = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_dt_b_c_rms = 0
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model type = 671B
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model ftype = IQ1_S - 1.5625 bpw
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model params = 671.03 B
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model size = 157.31 GiB (2.01 BPW)
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: general.name = DeepSeek R1 BF16
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: PAD token = 128815 '<|PAD▁TOKEN|>'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: LF token = 131 'Ä'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>'
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: max token length = 256
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer_dense_lead = 3
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_q = 1536
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_kv = 512
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff_exp = 2048
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_shared = 1
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_scale = 2.5
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_norm = 1
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_gating_func = sigmoid
Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_yarn_log_mul = 0.1000
Feb 04 21:22:38 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:38.135+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server not responding"
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloading 32 repeating layers to GPU
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloaded 32/62 layers to GPU
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CPU_Mapped model buffer size = 74068.17 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA0 model buffer size = 10877.24 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA1 model buffer size = 10877.24 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA2 model buffer size = 10877.24 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA3 model buffer size = 10877.24 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA4 model buffer size = 10877.24 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA5 model buffer size = 10877.24 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA6 model buffer size = 10877.24 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA7 model buffer size = 10877.24 MiB
Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:41.094+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server loading model"
Feb 04 21:22:55 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:55.854+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server not responding"
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_seq_max = 1
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx = 24576
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq = 24576
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_batch = 512
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ubatch = 512
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: flash_attn = 0
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: freq_base = 10000.0
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: freq_scale = 0.025
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq (24576) < n_ctx_train (163840) -- the full capacity of the model will not be utilized
Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: kv_size = 24576, offload = 1, type_k = 'f16', type_v = 'f16', n_layer = 61, can_shift = 0
Feb 04 21:22:57 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:57.007+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server loading model"
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CPU KV buffer size = 55680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA0 KV buffer size = 7680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA1 KV buffer size = 7680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA2 KV buffer size = 7680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA3 KV buffer size = 7680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA4 KV buffer size = 7680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA5 KV buffer size = 7680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA6 KV buffer size = 7680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA7 KV buffer size = 7680.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: KV self size = 117120.00 MiB, K (f16): 70272.00 MiB, V (f16): 46848.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CPU output buffer size = 0.52 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA0 compute buffer size = 8273.50 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA1 compute buffer size = 6346.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA2 compute buffer size = 6346.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA3 compute buffer size = 6346.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA4 compute buffer size = 6346.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA5 compute buffer size = 6346.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA6 compute buffer size = 6346.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA7 compute buffer size = 6346.00 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA_Host compute buffer size = 128.01 MiB
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: graph nodes = 5025
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: graph splits = 547 (with bs=512), 10 (with bs=1)
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:23:29.624+08:00 level=INFO source=server.go:594 msg="llama runner started in 56.20 seconds"
Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 21:23:29 | 200 | 58.84671312s | 127.0.0.1 | POST "/api/generate"

<!-- gh-comment-id:2633914217 --> @ttys0001 commented on GitHub (Feb 4, 2025): Here is the server log: Feb 04 21:22:30 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 21:22:30 | 200 | 24.935µs | 127.0.0.1 | HEAD "/" Feb 04 21:22:30 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 21:22:30 | 200 | 19.002129ms | 127.0.0.1 | POST "/api/show" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.418+08:00 level=INFO source=server.go:104 msg="system memory" total="629.9 GiB" free="618.6 GiB" free_swap="0 B" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.419+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=32 layers.split=4,4,4,4,4,4,4,4 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="360.6 GiB" memory.required.partial="228.5 GiB" memory.required.kv="114.4 GiB" memory.required.allocations="[27.0 GiB 27.0 GiB 27.0 GiB 29.7 GiB 29.7 GiB 29.7 GiB 29.3 GiB 29.3 GiB]" memory.weights.total="270.5 GiB" memory.weights.repeating="269.8 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="8.5 GiB" memory.graph.partial="8.5 GiB" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.420+08:00 level=INFO source=server.go:376 msg="starting llama server" cmd="/usr/local/lib/ollama/runners/cuda_v11_avx/ollama_llama_server runner --model /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 --ctx-size 24576 --batch-size 512 --n-gpu-layers 32 --threads 40 --parallel 1 --tensor-split 4,4,4,4,4,4,4,4 --port 46871" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.420+08:00 level=INFO source=sched.go:449 msg="loaded runners" count=1 Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.421+08:00 level=INFO source=server.go:555 msg="waiting for llama runner to start responding" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.421+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server error" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.431+08:00 level=INFO source=runner.go:936 msg="starting go runner" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: found 8 CUDA devices: Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 0: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 1: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 2: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 3: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 4: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 5: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 6: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: Device 7: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.502+08:00 level=INFO source=runner.go:937 msg=system info="CUDA : USE_GRAPHS = 1 | PEER_MAX_BATCH_SIZE = 128 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | LLAMAFILE = 1 | AARCH64_REPACK = 1 | cgo(gcc)" threads=40 Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.503+08:00 level=INFO source=.:0 msg="Server listening on 127.0.0.1:46871" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.672+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server loading model" Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA0 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 21:22:34 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA1 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 21:22:34 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA2 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 21:22:34 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA3 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA4 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA5 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA6 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA7 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: loaded meta data with 52 key-value pairs and 1025 tensors from /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 (version GGUF V3 (latest)) Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output. Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 0: general.architecture str = deepseek2 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 1: general.type str = model Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 2: general.name str = DeepSeek R1 BF16 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 3: general.quantized_by str = Unsloth Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 4: general.size_label str = 256x20B Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 5: general.repo_url str = https://huggingface.co/unsloth Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 6: deepseek2.block_count u32 = 61 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 7: deepseek2.context_length u32 = 163840 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 8: deepseek2.embedding_length u32 = 7168 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 9: deepseek2.feed_forward_length u32 = 18432 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 10: deepseek2.attention.head_count u32 = 128 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 11: deepseek2.attention.head_count_kv u32 = 128 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 12: deepseek2.rope.freq_base f32 = 10000.000000 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 13: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 14: deepseek2.expert_used_count u32 = 8 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 15: deepseek2.leading_dense_block_count u32 = 3 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 16: deepseek2.vocab_size u32 = 129280 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 17: deepseek2.attention.q_lora_rank u32 = 1536 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 18: deepseek2.attention.kv_lora_rank u32 = 512 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 19: deepseek2.attention.key_length u32 = 192 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 20: deepseek2.attention.value_length u32 = 128 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 21: deepseek2.expert_feed_forward_length u32 = 2048 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 22: deepseek2.expert_count u32 = 256 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 23: deepseek2.expert_shared_count u32 = 1 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 24: deepseek2.expert_weights_scale f32 = 2.500000 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 25: deepseek2.expert_weights_norm bool = true Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 26: deepseek2.expert_gating_func u32 = 2 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 27: deepseek2.rope.dimension_count u32 = 64 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 28: deepseek2.rope.scaling.type str = yarn Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 29: deepseek2.rope.scaling.factor f32 = 40.000000 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 30: deepseek2.rope.scaling.original_context_length u32 = 4096 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 31: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 32: tokenizer.ggml.model str = gpt2 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 33: tokenizer.ggml.pre str = deepseek-v3 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: [132B blob data] Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 35: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 36: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e... Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 37: tokenizer.ggml.bos_token_id u32 = 0 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 38: tokenizer.ggml.eos_token_id u32 = 1 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 39: tokenizer.ggml.padding_token_id u32 = 128815 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 40: tokenizer.ggml.add_bos_token bool = true Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 41: tokenizer.ggml.add_eos_token bool = false Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 42: tokenizer.chat_template str = {% if not add_generation_prompt is de... Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 43: general.quantization_version u32 = 2 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 44: general.file_type u32 = 24 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 45: quantize.imatrix.file str = DeepSeek-R1.imatrix Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 46: quantize.imatrix.dataset str = /training_data/calibration_datav3.txt Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 47: quantize.imatrix.entries_count i32 = 720 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 48: quantize.imatrix.chunks_count i32 = 124 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 49: split.no u16 = 0 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 50: split.tensors.count i32 = 1025 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 51: split.count u16 = 0 Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type f32: 361 tensors Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q2_K: 55 tensors Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q3_K: 3 tensors Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q4_K: 190 tensors Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q5_K: 116 tensors Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q6_K: 184 tensors Feb 04 21:22:35 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type iq1_s: 116 tensors Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special tokens cache size = 819 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_vocab: token to piece cache size = 0.8223 MB Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: format = GGUF V3 (latest) Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: arch = deepseek2 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab type = BPE Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_vocab = 129280 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_merges = 127741 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab_only = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ctx_train = 163840 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd = 7168 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer = 61 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_head = 128 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_head_kv = 128 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_rot = 64 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_swa = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_head_k = 192 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_head_v = 128 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_gqa = 1 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_k_gqa = 24576 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_v_gqa = 16384 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_norm_eps = 0.0e+00 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_norm_rms_eps = 1.0e-06 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_clamp_kqv = 0.0e+00 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_max_alibi_bias = 0.0e+00 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_logit_scale = 0.0e+00 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff = 18432 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert = 256 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_used = 8 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: causal attn = 1 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: pooling type = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope type = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope scaling = yarn Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: freq_base_train = 10000.0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: freq_scale_train = 0.025 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ctx_orig_yarn = 4096 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_finetuned = unknown Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_conv = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_inner = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_state = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_dt_rank = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_dt_b_c_rms = 0 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model type = 671B Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model ftype = IQ1_S - 1.5625 bpw Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model params = 671.03 B Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model size = 157.31 GiB (2.01 BPW) Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: general.name = DeepSeek R1 BF16 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: PAD token = 128815 '<|PAD▁TOKEN|>' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: LF token = 131 'Ä' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>' Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: max token length = 256 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer_dense_lead = 3 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_q = 1536 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_kv = 512 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff_exp = 2048 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_shared = 1 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_scale = 2.5 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_norm = 1 Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_gating_func = sigmoid Feb 04 21:22:36 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_yarn_log_mul = 0.1000 Feb 04 21:22:38 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:38.135+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server not responding" Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloading 32 repeating layers to GPU Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloaded 32/62 layers to GPU Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CPU_Mapped model buffer size = 74068.17 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA0 model buffer size = 10877.24 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA1 model buffer size = 10877.24 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA2 model buffer size = 10877.24 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA3 model buffer size = 10877.24 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA4 model buffer size = 10877.24 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA5 model buffer size = 10877.24 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA6 model buffer size = 10877.24 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA7 model buffer size = 10877.24 MiB Feb 04 21:22:41 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:41.094+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server loading model" Feb 04 21:22:55 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:55.854+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server not responding" Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_seq_max = 1 Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx = 24576 Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq = 24576 Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_batch = 512 Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ubatch = 512 Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: flash_attn = 0 Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: freq_base = 10000.0 Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: freq_scale = 0.025 Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq (24576) < n_ctx_train (163840) -- the full capacity of the model will not be utilized Feb 04 21:22:56 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: kv_size = 24576, offload = 1, type_k = 'f16', type_v = 'f16', n_layer = 61, can_shift = 0 Feb 04 21:22:57 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:57.007+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server loading model" Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CPU KV buffer size = 55680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA0 KV buffer size = 7680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA1 KV buffer size = 7680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA2 KV buffer size = 7680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA3 KV buffer size = 7680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA4 KV buffer size = 7680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA5 KV buffer size = 7680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA6 KV buffer size = 7680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA7 KV buffer size = 7680.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: KV self size = 117120.00 MiB, K (f16): 70272.00 MiB, V (f16): 46848.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CPU output buffer size = 0.52 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA0 compute buffer size = 8273.50 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA1 compute buffer size = 6346.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA2 compute buffer size = 6346.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA3 compute buffer size = 6346.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA4 compute buffer size = 6346.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA5 compute buffer size = 6346.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA6 compute buffer size = 6346.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA7 compute buffer size = 6346.00 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA_Host compute buffer size = 128.01 MiB Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: graph nodes = 5025 Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: graph splits = 547 (with bs=512), 10 (with bs=1) Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:23:29.624+08:00 level=INFO source=server.go:594 msg="llama runner started in 56.20 seconds" Feb 04 21:23:29 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 21:23:29 | 200 | 58.84671312s | 127.0.0.1 | POST "/api/generate"
Author
Owner

@rick-github commented on GitHub (Feb 4, 2025):

Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.419+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=32 layers.split=4,4,4,4,4,4,4,4 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="360.6 GiB" memory.required.partial="228.5 GiB" memory.required.kv="114.4 GiB" memory.required.allocations="[27.0 GiB 27.0 GiB 27.0 GiB 29.7 GiB 29.7 GiB 29.7 GiB 29.3 GiB 29.3 GiB]" memory.weights.total="270.5 GiB" memory.weights.repeating="269.8 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="8.5 GiB" memory.graph.partial="8.5 GiB"

Half of the model is running in CPU. This is because the requested context (24576) needs 114G to be hosted in VRAM. If you were previously running this model with the default context of 2048, the context buffer was significantly smaller, allowing more of the model weights to be hosted in VRAM where they are processed faster. If you want to increase the token generation speed, reduce the context size (num_ctx). This will increase the possibility of a crash if you send large prompts.

<!-- gh-comment-id:2633952059 --> @rick-github commented on GitHub (Feb 4, 2025): ``` Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.419+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=32 layers.split=4,4,4,4,4,4,4,4 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="360.6 GiB" memory.required.partial="228.5 GiB" memory.required.kv="114.4 GiB" memory.required.allocations="[27.0 GiB 27.0 GiB 27.0 GiB 29.7 GiB 29.7 GiB 29.7 GiB 29.3 GiB 29.3 GiB]" memory.weights.total="270.5 GiB" memory.weights.repeating="269.8 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="8.5 GiB" memory.graph.partial="8.5 GiB" ``` Half of the model is running in CPU. This is because the requested context (24576) needs 114G to be hosted in VRAM. If you were previously running this model with the default context of 2048, the context buffer was significantly smaller, allowing more of the model weights to be hosted in VRAM where they are processed faster. If you want to increase the token generation speed, reduce the context size (`num_ctx`). This will increase the possibility of a crash if you send large prompts.
Author
Owner

@WHUEugene commented on GitHub (Feb 4, 2025):

我遇到了相同的问题,但是查看显存和内存都有相当大的空间?这要如何解决?

<!-- gh-comment-id:2634170434 --> @WHUEugene commented on GitHub (Feb 4, 2025): 我遇到了相同的问题,但是查看显存和内存都有相当大的空间?这要如何解决?
Author
Owner

@rick-github commented on GitHub (Feb 4, 2025):

Server logs will aid in debugging.

<!-- gh-comment-id:2634175216 --> @rick-github commented on GitHub (Feb 4, 2025): [Server logs](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) will aid in debugging.
Author
Owner

@ttys0001 commented on GitHub (Feb 4, 2025):

Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.419+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=32 layers.split=4,4,4,4,4,4,4,4 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="360.6 GiB" memory.required.partial="228.5 GiB" memory.required.kv="114.4 GiB" memory.required.allocations="[27.0 GiB 27.0 GiB 27.0 GiB 29.7 GiB 29.7 GiB 29.7 GiB 29.3 GiB 29.3 GiB]" memory.weights.total="270.5 GiB" memory.weights.repeating="269.8 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="8.5 GiB" memory.graph.partial="8.5 GiB"

Half of the model is running in CPU. This is because the requested context (24576) needs 114G to be hosted in VRAM. If you were previously running this model with the default context of 2048, the context buffer was significantly smaller, allowing more of the model weights to be hosted in VRAM where they are processed faster. If you want to increase the token generation speed, reduce the context size (num_ctx). This will increase the possibility of a crash if you send large prompts.

Thank you very much. Below is the log from running the original version of deepseek-671b, where the speed was 14 tokens/s. Could you review my logs and advise on how to balance speed while avoiding the previous error (Error: an error was encountered while running the model: unexpected EOF) in my current setup?

Feb 04 22:40:31 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:40:31 | 200 | 26.771µs | 127.0.0.1 | HEAD "/"
Feb 04 22:40:32 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:40:32 | 200 | 17.872122ms | 127.0.0.1 | POST "/api/show"
Feb 04 22:40:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:33.381+08:00 level=INFO source=sched.go:730 msg="new model will fit in available VRAM, loading" model=/data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 library=cuda parallel=4 required="230.1 GiB"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.528+08:00 level=INFO source=server.go:104 msg="system memory" total="629.9 GiB" free="618.5 GiB" free_swap="0 B"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.529+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=62 layers.split=8,8,8,8,8,8,7,7 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="230.1 GiB" memory.required.partial="230.1 GiB" memory.required.kv="38.1 GiB" memory.required.allocations="[28.3 GiB 28.3 GiB 28.3 GiB 31.0 GiB 31.0 GiB 28.4 GiB 27.4 GiB 27.4 GiB]" memory.weights.total="194.2 GiB" memory.weights.repeating="193.5 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="3.0 GiB" memory.graph.partial="3.0 GiB"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.530+08:00 level=INFO source=server.go:376 msg="starting llama server" cmd="/usr/local/lib/ollama/runners/cuda_v11_avx/ollama_llama_server runner --model /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 --ctx-size 8192 --batch-size 512 --n-gpu-layers 62 --threads 40 --parallel 4 --tensor-split 8,8,8,8,8,8,7,7 --port 39277"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.530+08:00 level=INFO source=sched.go:449 msg="loaded runners" count=1
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.530+08:00 level=INFO source=server.go:555 msg="waiting for llama runner to start responding"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.530+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server error"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.541+08:00 level=INFO source=runner.go:936 msg="starting go runner"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: found 8 CUDA devices:
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 0: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 1: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 2: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 3: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 4: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 5: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 6: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 7: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.600+08:00 level=INFO source=runner.go:937 msg=system info="CUDA : USE_GRAPHS = 1 | PEER_MAX_BATCH_SIZE = 128 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | LLAMAFILE = 1 | AARCH64_REPACK = 1 | cgo(gcc)" threads=40
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.600+08:00 level=INFO source=.:0 msg="Server listening on 127.0.0.1:39277"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.782+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server loading model"
Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA0 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 22:40:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA1 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 22:40:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA2 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 22:40:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA3 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA4 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA5 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA6 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA7 (Tesla V100S-PCIE-32GB) - 32087 MiB free
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: loaded meta data with 52 key-value pairs and 1025 tensors from /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 (version GGUF V3 (latest))
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 0: general.architecture str = deepseek2
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 1: general.type str = model
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 2: general.name str = DeepSeek R1 BF16
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 3: general.quantized_by str = Unsloth
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 4: general.size_label str = 256x20B
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 5: general.repo_url str = https://huggingface.co/unsloth
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 6: deepseek2.block_count u32 = 61
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 7: deepseek2.context_length u32 = 163840
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 8: deepseek2.embedding_length u32 = 7168
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 9: deepseek2.feed_forward_length u32 = 18432
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 10: deepseek2.attention.head_count u32 = 128
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 11: deepseek2.attention.head_count_kv u32 = 128
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 12: deepseek2.rope.freq_base f32 = 10000.000000
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 13: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 14: deepseek2.expert_used_count u32 = 8
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 15: deepseek2.leading_dense_block_count u32 = 3
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 16: deepseek2.vocab_size u32 = 129280
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 17: deepseek2.attention.q_lora_rank u32 = 1536
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 18: deepseek2.attention.kv_lora_rank u32 = 512
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 19: deepseek2.attention.key_length u32 = 192
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 20: deepseek2.attention.value_length u32 = 128
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 21: deepseek2.expert_feed_forward_length u32 = 2048
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 22: deepseek2.expert_count u32 = 256
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 23: deepseek2.expert_shared_count u32 = 1
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 24: deepseek2.expert_weights_scale f32 = 2.500000
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 25: deepseek2.expert_weights_norm bool = true
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 26: deepseek2.expert_gating_func u32 = 2
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 27: deepseek2.rope.dimension_count u32 = 64
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 28: deepseek2.rope.scaling.type str = yarn
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 29: deepseek2.rope.scaling.factor f32 = 40.000000
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 30: deepseek2.rope.scaling.original_context_length u32 = 4096
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 31: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 32: tokenizer.ggml.model str = gpt2
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 33: tokenizer.ggml.pre str = deepseek-v3
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: [132B blob data]
Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 35: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 36: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e...
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 37: tokenizer.ggml.bos_token_id u32 = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 38: tokenizer.ggml.eos_token_id u32 = 1
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 39: tokenizer.ggml.padding_token_id u32 = 128815
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 40: tokenizer.ggml.add_bos_token bool = true
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 41: tokenizer.ggml.add_eos_token bool = false
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 42: tokenizer.chat_template str = {% if not add_generation_prompt is de...
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 43: general.quantization_version u32 = 2
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 44: general.file_type u32 = 24
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 45: quantize.imatrix.file str = DeepSeek-R1.imatrix
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 46: quantize.imatrix.dataset str = /training_data/calibration_datav3.txt
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 47: quantize.imatrix.entries_count i32 = 720
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 48: quantize.imatrix.chunks_count i32 = 124
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 49: split.no u16 = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 50: split.tensors.count i32 = 1025
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 51: split.count u16 = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type f32: 361 tensors
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q2_K: 55 tensors
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q3_K: 3 tensors
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q4_K: 190 tensors
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q5_K: 116 tensors
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q6_K: 184 tensors
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type iq1_s: 116 tensors
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special tokens cache size = 819
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_vocab: token to piece cache size = 0.8223 MB
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: format = GGUF V3 (latest)
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: arch = deepseek2
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab type = BPE
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_vocab = 129280
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_merges = 127741
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab_only = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ctx_train = 163840
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd = 7168
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer = 61
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_head = 128
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_head_kv = 128
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_rot = 64
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_swa = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_head_k = 192
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_head_v = 128
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_gqa = 1
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_k_gqa = 24576
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_v_gqa = 16384
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_norm_eps = 0.0e+00
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_norm_rms_eps = 1.0e-06
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_clamp_kqv = 0.0e+00
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_max_alibi_bias = 0.0e+00
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_logit_scale = 0.0e+00
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff = 18432
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert = 256
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_used = 8
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: causal attn = 1
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: pooling type = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope type = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope scaling = yarn
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: freq_base_train = 10000.0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: freq_scale_train = 0.025
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ctx_orig_yarn = 4096
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_finetuned = unknown
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_conv = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_inner = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_state = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_dt_rank = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_dt_b_c_rms = 0
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model type = 671B
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model ftype = IQ1_S - 1.5625 bpw
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model params = 671.03 B
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model size = 157.31 GiB (2.01 BPW)
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: general.name = DeepSeek R1 BF16
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: PAD token = 128815 '<|PAD▁TOKEN|>'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: LF token = 131 'Ä'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>'
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: max token length = 256
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer_dense_lead = 3
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_q = 1536
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_kv = 512
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff_exp = 2048
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_shared = 1
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_scale = 2.5
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_norm = 1
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_gating_func = sigmoid
Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_yarn_log_mul = 0.1000
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloading 61 repeating layers to GPU
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloading output layer to GPU
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloaded 62/62 layers to GPU
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CPU_Mapped model buffer size = 497.11 MiB
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA0 model buffer size = 15740.59 MiB
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA1 model buffer size = 21754.47 MiB
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA2 model buffer size = 21754.47 MiB
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA3 model buffer size = 21754.47 MiB
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA4 model buffer size = 21754.47 MiB
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA5 model buffer size = 21754.47 MiB
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA6 model buffer size = 19035.16 MiB
Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA7 model buffer size = 17040.83 MiB
Feb 04 22:41:09 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:41:09.885+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server not responding"
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_seq_max = 4
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx = 8192
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq = 2048
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_batch = 2048
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ubatch = 512
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: flash_attn = 0
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: freq_base = 10000.0
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: freq_scale = 0.025
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq (2048) < n_ctx_train (163840) -- the full capacity of the model will not be utilized
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: kv_size = 8192, offload = 1, type_k = 'f16', type_v = 'f16', n_layer = 61, can_shift = 0
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA0 KV buffer size = 5120.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA1 KV buffer size = 5120.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA2 KV buffer size = 5120.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA3 KV buffer size = 5120.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA4 KV buffer size = 5120.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA5 KV buffer size = 5120.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA6 KV buffer size = 4480.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA7 KV buffer size = 3840.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: KV self size = 39040.00 MiB, K (f16): 23424.00 MiB, V (f16): 15616.00 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA_Host output buffer size = 2.08 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: pipeline parallelism enabled (n_copies=4)
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA0 compute buffer size = 2322.01 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA1 compute buffer size = 2322.01 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA2 compute buffer size = 2322.01 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA3 compute buffer size = 2322.01 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA4 compute buffer size = 2322.01 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA5 compute buffer size = 2322.01 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA6 compute buffer size = 2322.01 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA7 compute buffer size = 2322.02 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA_Host compute buffer size = 78.02 MiB
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: graph nodes = 5025
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: graph splits = 9
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:41:11.943+08:00 level=INFO source=server.go:594 msg="llama runner started in 37.41 seconds"
Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:41:11 | 200 | 39.934600356s | 127.0.0.1 | POST "/api/generate"
Feb 04 22:43:31 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:43:31 | 200 | 1m39s | 127.0.0.1 | POST "/api/chat"
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: loaded meta data with 52 key-value pairs and 1025 tensors from /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 (version GGUF V3 (latest))
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 0: general.architecture str = deepseek2
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 1: general.type str = model
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 2: general.name str = DeepSeek R1 BF16
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 3: general.quantized_by str = Unsloth
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 4: general.size_label str = 256x20B
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 5: general.repo_url str = https://huggingface.co/unsloth
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 6: deepseek2.block_count u32 = 61
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 7: deepseek2.context_length u32 = 163840
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 8: deepseek2.embedding_length u32 = 7168
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 9: deepseek2.feed_forward_length u32 = 18432
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 10: deepseek2.attention.head_count u32 = 128
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 11: deepseek2.attention.head_count_kv u32 = 128
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 12: deepseek2.rope.freq_base f32 = 10000.000000
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 13: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 14: deepseek2.expert_used_count u32 = 8
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 15: deepseek2.leading_dense_block_count u32 = 3
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 16: deepseek2.vocab_size u32 = 129280
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 17: deepseek2.attention.q_lora_rank u32 = 1536
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 18: deepseek2.attention.kv_lora_rank u32 = 512
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 19: deepseek2.attention.key_length u32 = 192
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 20: deepseek2.attention.value_length u32 = 128
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 21: deepseek2.expert_feed_forward_length u32 = 2048
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 22: deepseek2.expert_count u32 = 256
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 23: deepseek2.expert_shared_count u32 = 1
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 24: deepseek2.expert_weights_scale f32 = 2.500000
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 25: deepseek2.expert_weights_norm bool = true
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 26: deepseek2.expert_gating_func u32 = 2
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 27: deepseek2.rope.dimension_count u32 = 64
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 28: deepseek2.rope.scaling.type str = yarn
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 29: deepseek2.rope.scaling.factor f32 = 40.000000
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 30: deepseek2.rope.scaling.original_context_length u32 = 4096
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 31: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 32: tokenizer.ggml.model str = gpt2
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 33: tokenizer.ggml.pre str = deepseek-v3
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: [132B blob data]
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 35: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 36: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e...
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 37: tokenizer.ggml.bos_token_id u32 = 0
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 38: tokenizer.ggml.eos_token_id u32 = 1
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 39: tokenizer.ggml.padding_token_id u32 = 128815
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 40: tokenizer.ggml.add_bos_token bool = true
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 41: tokenizer.ggml.add_eos_token bool = false
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 42: tokenizer.chat_template str = {% if not add_generation_prompt is de...
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 43: general.quantization_version u32 = 2
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 44: general.file_type u32 = 24
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 45: quantize.imatrix.file str = DeepSeek-R1.imatrix
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 46: quantize.imatrix.dataset str = /training_data/calibration_datav3.txt
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 47: quantize.imatrix.entries_count i32 = 720
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 48: quantize.imatrix.chunks_count i32 = 124
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 49: split.no u16 = 0
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 50: split.tensors.count i32 = 1025
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 51: split.count u16 = 0
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type f32: 361 tensors
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q2_K: 55 tensors
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q3_K: 3 tensors
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q4_K: 190 tensors
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q5_K: 116 tensors
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q6_K: 184 tensors
Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type iq1_s: 116 tensors
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special tokens cache size = 819
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_vocab: token to piece cache size = 0.8223 MB
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: format = GGUF V3 (latest)
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: arch = deepseek2
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab type = BPE
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_vocab = 129280
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_merges = 127741
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab_only = 1
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model type = ?B
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model ftype = all F32
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model params = 671.03 B
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model size = 157.31 GiB (2.01 BPW)
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: general.name = DeepSeek R1 BF16
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: PAD token = 128815 '<|PAD▁TOKEN|>'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: LF token = 131 'Ä'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>'
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: max token length = 256
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer_dense_lead = 0
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_q = 0
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_kv = 0
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff_exp = 0
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_shared = 0
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_scale = 0.0
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_norm = 0
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_gating_func = unknown
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_yarn_log_mul = 0.0000
Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llama_model_load: vocab only - skipping tensors
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: llama.cpp:11968: The current context does not support K-shift
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: 没有符号表被读取。请使用 "file" 命令。
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: Could not attach to process. If your uid matches the uid of the target
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: ptrace: 不允许的操作.
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: No stack.
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: The program is not being run.
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: SIGABRT: abort
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: PC=0x7ffaa60ece87 m=9 sigcode=18446744073709551610
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: signal arrived during cgo execution
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 35 gp=0xc0002401c0 m=9 mp=0xc00044d508 [syscall]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.cgocall(0x55e13966bef0, 0xc000310ba0)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/cgocall.go:167 +0x4b fp=0xc000310b78 sp=0xc000310b40 pc=0x55e13942042b
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7ff91af8a710, {0x1, 0x7ff8c4dede20, 0x0, 0x0, 0x7ff8c5201f70, 0x7ff8c4efdb30, 0x7ff8c4cfada0, 0x7ff8c8ca4fa0})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: _cgo_gotypes.go:556 +0x4f fp=0xc000310ba0 sp=0xc000310b78 pc=0x55e1394ca4af
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama.(*Context).Decode.func1(0x55e13966762b?, 0x7ff91af8a710?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/llama.go:207 +0xf5 fp=0xc000310c90 sp=0xc000310ba0 pc=0x55e1394cccd5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama.(*Context).Decode(0x55e139cfc2a0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/llama.go:207 +0x13 fp=0xc000310cd8 sp=0xc000310c90 pc=0x55e1394ccb53
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc000220000, 0xc00040c000, 0xc000310f20)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc000310ee0 sp=0xc000310cd8 pc=0x55e13966641f
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.(*Server).run(0xc000220000, {0x55e139a6c0c0, 0xc00021e0a0})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc000310fb8 sp=0xc000310ee0 pc=0x55e139665e55
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.Execute.gowrap2()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000310fe0 sp=0xc000310fb8 pc=0x55e13966ad48
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000310fe8 sp=0xc000310fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 1 gp=0xc0000061c0 m=nil [IO wait]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00050f7b0 sp=0xc00050f790 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.netpollblock(0xc00002b800?, 0x393bea86?, 0xe1?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/netpoll.go:575 +0xf7 fp=0xc00050f7e8 sp=0xc00050f7b0 pc=0x55e1393eaf97
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.runtime_pollWait(0x7ffa5cf2f650, 0x72)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/netpoll.go:351 +0x85 fp=0xc00050f808 sp=0xc00050f7e8 pc=0x55e139425525
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*pollDesc).wait(0xc00021a180?, 0x900000036?, 0x0)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00050f830 sp=0xc00050f808 pc=0x55e13947b367
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*pollDesc).waitRead(...)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_poll_runtime.go:89
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*FD).Accept(0xc00021a180)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_unix.go:620 +0x295 fp=0xc00050f8d8 sp=0xc00050f830 pc=0x55e13947c8d5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*netFD).accept(0xc00021a180)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/fd_unix.go:172 +0x29 fp=0xc00050f990 sp=0xc00050f8d8 pc=0x55e1394f51a9
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*TCPListener).accept(0xc00024a040)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/tcpsock_posix.go:159 +0x1e fp=0xc00050f9e0 sp=0xc00050f990 pc=0x55e1395057fe
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*TCPListener).Accept(0xc00024a040)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/tcpsock.go:372 +0x30 fp=0xc00050fa10 sp=0xc00050f9e0 pc=0x55e139504b30
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*onceCloseListener).Accept(0xc000412360?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: :1 +0x24 fp=0xc00050fa28 sp=0xc00050fa10 pc=0x55e139643704
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*Server).Serve(0xc0002164b0, {0x55e139a6bad8, 0xc00024a040})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:3330 +0x30c fp=0xc00050fb58 sp=0xc00050fa28 pc=0x55e13963544c
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.Execute({0xc0001b4010?, 0x55e13942dabc?, 0x0?})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00050fef8 sp=0xc00050fb58 pc=0x55e13966aa29
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: main.main()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/cmd/runner/main.go:11 +0x54 fp=0xc00050ff50 sp=0xc00050fef8 pc=0x55e13966b9b4
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.main()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:272 +0x29d fp=0xc00050ffe0 sp=0xc00050ff50 pc=0x55e1393f257d
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00050ffe8 sp=0xc00050ffe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 2 gp=0xc000006c40 m=nil [force gc (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000104fa8 sp=0xc000104f88 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goparkunlock(...)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:430
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.forcegchelper()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:337 +0xb8 fp=0xc000104fe0 sp=0xc000104fa8 pc=0x55e1393f28b8
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000104fe8 sp=0xc000104fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.init.7 in goroutine 1
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:325 +0x1a
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 18 gp=0xc000184380 m=nil [GC sweep wait]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000100780 sp=0xc000100760 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goparkunlock(...)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:430
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.bgsweep(0xc000192000)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgcsweep.go:317 +0xdf fp=0xc0001007c8 sp=0xc000100780 pc=0x55e1393dd13f
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcenable.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:204 +0x25 fp=0xc0001007e0 sp=0xc0001007c8 pc=0x55e1393d19a5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001007e8 sp=0xc0001007e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcenable in goroutine 1
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:204 +0x66
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 19 gp=0xc000184540 m=nil [GC scavenge wait]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x10000?, 0x55e139948e00?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000100f78 sp=0xc000100f58 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goparkunlock(...)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:430
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.(*scavengerState).park(0x55e139c57000)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgcscavenge.go:425 +0x49 fp=0xc000100fa8 sp=0xc000100f78 pc=0x55e1393dab29
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.bgscavenge(0xc000192000)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgcscavenge.go:658 +0x59 fp=0xc000100fc8 sp=0xc000100fa8 pc=0x55e1393db0b9
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcenable.gowrap2()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:205 +0x25 fp=0xc000100fe0 sp=0xc000100fc8 pc=0x55e1393d1945
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000100fe8 sp=0xc000100fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcenable in goroutine 1
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:205 +0xa5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 20 gp=0xc000184a80 m=nil [finalizer wait]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x55e139a670d8?, 0x0?, 0x80?, 0x1000000010?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000104620 sp=0xc000104600 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.runfinq()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mfinal.go:193 +0x107 fp=0xc0001047e0 sp=0xc000104620 pc=0x55e1393d0a27
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001047e8 sp=0xc0001047e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.createfing in goroutine 1
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mfinal.go:163 +0x3d
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 21 gp=0xc000184c40 m=nil [chan receive]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0xc000101760?, 0x55e1394dc6c5?, 0x70?, 0x22?, 0x55e139a6fda0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000101718 sp=0xc0001016f8 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.chanrecv(0xc00019a0e0, 0x0, 0x1)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/chan.go:639 +0x41c fp=0xc000101790 sp=0xc000101718 pc=0x55e1393c167c
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.chanrecv1(0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/chan.go:489 +0x12 fp=0xc0001017b8 sp=0xc000101790 pc=0x55e1393c1252
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1781
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1784 +0x2f fp=0xc0001017e0 sp=0xc0001017b8 pc=0x55e1393d480f
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001017e8 sp=0xc0001017e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1779 +0x96
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 157 gp=0xc000184e00 m=nil [IO wait]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x55e139493964?, 0xc000246600?, 0xd0?, 0x65?, 0xb?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc0002465a8 sp=0xc000246588 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.netpollblock(0x55e139461a58?, 0x393bea86?, 0xe1?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/netpoll.go:575 +0xf7 fp=0xc0002465e0 sp=0xc0002465a8 pc=0x55e1393eaf97
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.runtime_pollWait(0x7ffa5cf2f420, 0x72)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/netpoll.go:351 +0x85 fp=0xc000246600 sp=0xc0002465e0 pc=0x55e139425525
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*pollDesc).wait(0xc0004ac300?, 0xc00040a641?, 0x0)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000246628 sp=0xc000246600 pc=0x55e13947b367
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*pollDesc).waitRead(...)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_poll_runtime.go:89
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*FD).Read(0xc0004ac300, {0xc00040a641, 0x1, 0x1})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_unix.go:165 +0x27a fp=0xc0002466c0 sp=0xc000246628 pc=0x55e13947beba
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*netFD).Read(0xc0004ac300, {0xc00040a641?, 0x55e1394909af?, 0xc000246750?})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/fd_posix.go:55 +0x25 fp=0xc000246708 sp=0xc0002466c0 pc=0x55e1394f40c5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*conn).Read(0xc00043e090, {0xc00040a641?, 0x0?, 0xc000318008?})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/net.go:189 +0x45 fp=0xc000246750 sp=0xc000246708 pc=0x55e1394fdac5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*TCPConn).Read(0xc000318000?, {0xc00040a641?, 0x0?, 0x0?})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: :1 +0x25 fp=0xc000246780 sp=0xc000246750 pc=0x55e13950ab65
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*connReader).backgroundRead(0xc00040a630)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:690 +0x37 fp=0xc0002467c8 sp=0xc000246780 pc=0x55e13962b8b7
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*connReader).startBackgroundRead.gowrap2()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:686 +0x25 fp=0xc0002467e0 sp=0xc0002467c8 pc=0x55e13962b7e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0002467e8 sp=0xc0002467e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by net/http.(*connReader).startBackgroundRead in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:686 +0xb6
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 210 gp=0xc000185180 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc000196798?, 0x70?, 0x1f?, 0x55e139440d33?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000101f38 sp=0xc000101f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000101fc8 sp=0xc000101f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000101fe0 sp=0xc000101fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000101fe8 sp=0xc000101fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 158 gp=0xc000185340 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc000196798?, 0x70?, 0x27?, 0x55e139440d33?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000102738 sp=0xc000102718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001027c8 sp=0xc000102738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001027e0 sp=0xc0001027c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001027e8 sp=0xc0001027e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 161 gp=0xc000185500 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc000196798?, 0x70?, 0x2f?, 0x55e139440d33?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000102f38 sp=0xc000102f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000102fc8 sp=0xc000102f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000102fe0 sp=0xc000102fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000102fe8 sp=0xc000102fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 159 gp=0xc0001856c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc0001429d8?, 0x70?, 0x37?, 0x55e139440d33?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000103738 sp=0xc000103718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001037c8 sp=0xc000103738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001037e0 sp=0xc0001037c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001037e8 sp=0xc0001037e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 160 gp=0xc000185880 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc000196798?, 0x70?, 0x3f?, 0x55e139440d33?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000103f38 sp=0xc000103f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000103fc8 sp=0xc000103f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000103fe0 sp=0xc000103fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000103fe8 sp=0xc000103fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 197 gp=0xc000185a40 m=nil [select]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0xc00050da68?, 0x2?, 0x4d?, 0x66?, 0xc00050d834?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00050d6a0 sp=0xc00050d680 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.selectgo(0xc00050da68, 0xc00050d830, 0xc0005a2100?, 0x0, 0x1?, 0x1)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/select.go:335 +0x7a5 fp=0xc00050d7c8 sp=0xc00050d6a0 pc=0x55e139404485
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.(*Server).completion(0xc000220000, {0x55e139a6bc58, 0xc0001580e0}, 0xc000152f00)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc00050dac0 sp=0xc00050d7c8 pc=0x55e139668146
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x55e139a6bc58?, 0xc0001580e0?}, 0x55e139639747?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: :1 +0x36 fp=0xc00050daf0 sp=0xc00050dac0 pc=0x55e13966b5f6
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.HandlerFunc.ServeHTTP(0xc00023a0e0?, {0x55e139a6bc58?, 0xc0001580e0?}, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:2220 +0x29 fp=0xc00050db18 sp=0xc00050daf0 pc=0x55e139632309
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*ServeMux).ServeHTTP(0x55e1393c7ea5?, {0x55e139a6bc58, 0xc0001580e0}, 0xc000152f00)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:2747 +0x1ca fp=0xc00050db68 sp=0xc00050db18 pc=0x55e1396341aa
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.serverHandler.ServeHTTP({0x55e139a6ad10?}, {0x55e139a6bc58?, 0xc0001580e0?}, 0x6?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:3210 +0x8e fp=0xc00050db98 sp=0xc00050db68 pc=0x55e13963b0ae
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*conn).serve(0xc000412360, {0x55e139a6c088, 0xc000218360})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:2092 +0x5d0 fp=0xc00050dfb8 sp=0xc00050db98 pc=0x55e139630f30
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*Server).Serve.gowrap3()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:3360 +0x28 fp=0xc00050dfe0 sp=0xc00050dfb8 pc=0x55e139635848
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00050dfe8 sp=0xc00050dfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by net/http.(*Server).Serve in goroutine 1
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:3360 +0x485
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 211 gp=0xc000007500 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000105738 sp=0xc000105718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001057c8 sp=0xc000105738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001057e0 sp=0xc0001057c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001057e8 sp=0xc0001057e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 212 gp=0xc0000076c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000105f38 sp=0xc000105f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000105fc8 sp=0xc000105f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000105fe0 sp=0xc000105fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000105fe8 sp=0xc000105fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 213 gp=0xc000007880 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000106738 sp=0xc000106718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001067c8 sp=0xc000106738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001067e0 sp=0xc0001067c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001067e8 sp=0xc0001067e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 214 gp=0xc000007a40 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000106f38 sp=0xc000106f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000106fc8 sp=0xc000106f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000106fe0 sp=0xc000106fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000106fe8 sp=0xc000106fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 215 gp=0xc000007c00 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000107738 sp=0xc000107718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001077c8 sp=0xc000107738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001077e0 sp=0xc0001077c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001077e8 sp=0xc0001077e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 216 gp=0xc000007dc0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000107f38 sp=0xc000107f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000107fc8 sp=0xc000107f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000107fe0 sp=0xc000107fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000107fe8 sp=0xc000107fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 217 gp=0xc000558000 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055e738 sp=0xc00055e718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055e7c8 sp=0xc00055e738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055e7e0 sp=0xc00055e7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055e7e8 sp=0xc00055e7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 218 gp=0xc0005581c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055ef38 sp=0xc00055ef18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055efc8 sp=0xc00055ef38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055efe0 sp=0xc00055efc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055efe8 sp=0xc00055efe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 219 gp=0xc000558380 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055f738 sp=0xc00055f718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055f7c8 sp=0xc00055f738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055f7e0 sp=0xc00055f7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055f7e8 sp=0xc00055f7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 220 gp=0xc000558540 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055ff38 sp=0xc00055ff18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055ffc8 sp=0xc00055ff38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055ffe0 sp=0xc00055ffc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055ffe8 sp=0xc00055ffe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 221 gp=0xc000558700 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000560738 sp=0xc000560718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005607c8 sp=0xc000560738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005607e0 sp=0xc0005607c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005607e8 sp=0xc0005607e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 222 gp=0xc0005588c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000560f38 sp=0xc000560f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000560fc8 sp=0xc000560f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000560fe0 sp=0xc000560fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000560fe8 sp=0xc000560fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 223 gp=0xc000558a80 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000561738 sp=0xc000561718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005617c8 sp=0xc000561738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005617e0 sp=0xc0005617c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005617e8 sp=0xc0005617e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 224 gp=0xc000558c40 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000561f38 sp=0xc000561f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000561fc8 sp=0xc000561f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000561fe0 sp=0xc000561fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000561fe8 sp=0xc000561fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 225 gp=0xc000558e00 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055a738 sp=0xc00055a718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055a7c8 sp=0xc00055a738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055a7e0 sp=0xc00055a7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055a7e8 sp=0xc00055a7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 226 gp=0xc000558fc0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055af38 sp=0xc00055af18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055afc8 sp=0xc00055af38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055afe0 sp=0xc00055afc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055afe8 sp=0xc00055afe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 227 gp=0xc000559180 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055b738 sp=0xc00055b718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055b7c8 sp=0xc00055b738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055b7e0 sp=0xc00055b7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055b7e8 sp=0xc00055b7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 228 gp=0xc000559340 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055bf38 sp=0xc00055bf18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055bfc8 sp=0xc00055bf38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055bfe0 sp=0xc00055bfc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055bfe8 sp=0xc00055bfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 229 gp=0xc000559500 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055c738 sp=0xc00055c718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055c7c8 sp=0xc00055c738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055c7e0 sp=0xc00055c7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055c7e8 sp=0xc00055c7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 230 gp=0xc0005596c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055cf38 sp=0xc00055cf18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055cfc8 sp=0xc00055cf38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055cfe0 sp=0xc00055cfc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055cfe8 sp=0xc00055cfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 231 gp=0xc000559880 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055d738 sp=0xc00055d718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055d7c8 sp=0xc00055d738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055d7e0 sp=0xc00055d7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055d7e8 sp=0xc00055d7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 232 gp=0xc000559a40 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055df38 sp=0xc00055df18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055dfc8 sp=0xc00055df38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055dfe0 sp=0xc00055dfc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055dfe8 sp=0xc00055dfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 233 gp=0xc000559c00 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000566738 sp=0xc000566718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005667c8 sp=0xc000566738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005667e0 sp=0xc0005667c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005667e8 sp=0xc0005667e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 234 gp=0xc000559dc0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000566f38 sp=0xc000566f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000566fc8 sp=0xc000566f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000566fe0 sp=0xc000566fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000566fe8 sp=0xc000566fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 235 gp=0xc00056a000 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000567738 sp=0xc000567718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005677c8 sp=0xc000567738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005677e0 sp=0xc0005677c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005677e8 sp=0xc0005677e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 236 gp=0xc00056a1c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000567f38 sp=0xc000567f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000567fc8 sp=0xc000567f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000567fe0 sp=0xc000567fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000567fe8 sp=0xc000567fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 237 gp=0xc00056a380 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000568738 sp=0xc000568718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005687c8 sp=0xc000568738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005687e0 sp=0xc0005687c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005687e8 sp=0xc0005687e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 238 gp=0xc00056a540 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000568f38 sp=0xc000568f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000568fc8 sp=0xc000568f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000568fe0 sp=0xc000568fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000568fe8 sp=0xc000568fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 239 gp=0xc00056a700 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000569738 sp=0xc000569718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005697c8 sp=0xc000569738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005697e0 sp=0xc0005697c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005697e8 sp=0xc0005697e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 240 gp=0xc00056a8c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000569f38 sp=0xc000569f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000569fc8 sp=0xc000569f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000569fe0 sp=0xc000569fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000569fe8 sp=0xc000569fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 241 gp=0xc00056aa80 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000562738 sp=0xc000562718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005627c8 sp=0xc000562738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005627e0 sp=0xc0005627c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005627e8 sp=0xc0005627e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 242 gp=0xc00056ac40 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000562f38 sp=0xc000562f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000562fc8 sp=0xc000562f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000562fe0 sp=0xc000562fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000562fe8 sp=0xc000562fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 243 gp=0xc00056ae00 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000563738 sp=0xc000563718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005637c8 sp=0xc000563738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005637e0 sp=0xc0005637c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005637e8 sp=0xc0005637e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 244 gp=0xc00056afc0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000563f38 sp=0xc000563f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000563fc8 sp=0xc000563f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000563fe0 sp=0xc000563fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000563fe8 sp=0xc000563fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 245 gp=0xc00056b180 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000564738 sp=0xc000564718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005647c8 sp=0xc000564738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005647e0 sp=0xc0005647c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005647e8 sp=0xc0005647e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 246 gp=0xc00056b340 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000564f38 sp=0xc000564f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000564fc8 sp=0xc000564f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000564fe0 sp=0xc000564fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000564fe8 sp=0xc000564fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 247 gp=0xc00056b500 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000565738 sp=0xc000565718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005657c8 sp=0xc000565738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005657e0 sp=0xc0005657c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005657e8 sp=0xc0005657e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 248 gp=0xc00056b6c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000565f38 sp=0xc000565f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000565fc8 sp=0xc000565f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000565fe0 sp=0xc000565fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000565fe8 sp=0xc000565fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 249 gp=0xc00056b880 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000570738 sp=0xc000570718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005707c8 sp=0xc000570738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005707e0 sp=0xc0005707c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005707e8 sp=0xc0005707e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 250 gp=0xc00056ba40 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000570f38 sp=0xc000570f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000570fc8 sp=0xc000570f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000570fe0 sp=0xc000570fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000570fe8 sp=0xc000570fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 251 gp=0xc00056bc00 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000571738 sp=0xc000571718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005717c8 sp=0xc000571738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005717e0 sp=0xc0005717c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005717e8 sp=0xc0005717e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 252 gp=0xc00056bdc0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000571f38 sp=0xc000571f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000571fc8 sp=0xc000571f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000571fe0 sp=0xc000571fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000571fe8 sp=0xc000571fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 253 gp=0xc000574000 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000572738 sp=0xc000572718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005727c8 sp=0xc000572738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005727e0 sp=0xc0005727c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005727e8 sp=0xc0005727e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 254 gp=0xc0005741c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000572f38 sp=0xc000572f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000572fc8 sp=0xc000572f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000572fe0 sp=0xc000572fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000572fe8 sp=0xc000572fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 255 gp=0xc000574380 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000573738 sp=0xc000573718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005737c8 sp=0xc000573738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005737e0 sp=0xc0005737c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005737e8 sp=0xc0005737e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 256 gp=0xc000574540 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000573f38 sp=0xc000573f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000573fc8 sp=0xc000573f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000573fe0 sp=0xc000573fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000573fe8 sp=0xc000573fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 257 gp=0xc000574700 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056c738 sp=0xc00056c718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056c7c8 sp=0xc00056c738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056c7e0 sp=0xc00056c7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056c7e8 sp=0xc00056c7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 258 gp=0xc0005748c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056cf38 sp=0xc00056cf18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056cfc8 sp=0xc00056cf38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056cfe0 sp=0xc00056cfc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056cfe8 sp=0xc00056cfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 259 gp=0xc000574a80 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056d738 sp=0xc00056d718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056d7c8 sp=0xc00056d738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056d7e0 sp=0xc00056d7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056d7e8 sp=0xc00056d7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 260 gp=0xc000574c40 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056df38 sp=0xc00056df18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056dfc8 sp=0xc00056df38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056dfe0 sp=0xc00056dfc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056dfe8 sp=0xc00056dfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 261 gp=0xc000574e00 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056e738 sp=0xc00056e718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056e7c8 sp=0xc00056e738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056e7e0 sp=0xc00056e7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056e7e8 sp=0xc00056e7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 262 gp=0xc000574fc0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056ef38 sp=0xc00056ef18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056efc8 sp=0xc00056ef38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056efe0 sp=0xc00056efc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056efe8 sp=0xc00056efe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 263 gp=0xc000575180 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056f738 sp=0xc00056f718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056f7c8 sp=0xc00056f738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056f7e0 sp=0xc00056f7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056f7e8 sp=0xc00056f7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 264 gp=0xc000575340 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056ff38 sp=0xc00056ff18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056ffc8 sp=0xc00056ff38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056ffe0 sp=0xc00056ffc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056ffe8 sp=0xc00056ffe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 265 gp=0xc000575500 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057a738 sp=0xc00057a718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057a7c8 sp=0xc00057a738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057a7e0 sp=0xc00057a7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057a7e8 sp=0xc00057a7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 266 gp=0xc0005756c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057af38 sp=0xc00057af18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057afc8 sp=0xc00057af38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057afe0 sp=0xc00057afc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057afe8 sp=0xc00057afe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 267 gp=0xc000575880 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057b738 sp=0xc00057b718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057b7c8 sp=0xc00057b738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057b7e0 sp=0xc00057b7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057b7e8 sp=0xc00057b7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 268 gp=0xc000575a40 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057bf38 sp=0xc00057bf18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057bfc8 sp=0xc00057bf38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057bfe0 sp=0xc00057bfc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057bfe8 sp=0xc00057bfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 269 gp=0xc000575c00 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057c738 sp=0xc00057c718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057c7c8 sp=0xc00057c738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057c7e0 sp=0xc00057c7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057c7e8 sp=0xc00057c7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 270 gp=0xc000575dc0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057cf38 sp=0xc00057cf18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057cfc8 sp=0xc00057cf38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057cfe0 sp=0xc00057cfc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057cfe8 sp=0xc00057cfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 271 gp=0xc00057e000 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057d738 sp=0xc00057d718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057d7c8 sp=0xc00057d738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057d7e0 sp=0xc00057d7c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057d7e8 sp=0xc00057d7e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 272 gp=0xc00057e1c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057df38 sp=0xc00057df18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057dfc8 sp=0xc00057df38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057dfe0 sp=0xc00057dfc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057dfe8 sp=0xc00057dfe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 273 gp=0xc00057e380 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000576738 sp=0xc000576718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005767c8 sp=0xc000576738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005767e0 sp=0xc0005767c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005767e8 sp=0xc0005767e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 274 gp=0xc00057e540 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000576f38 sp=0xc000576f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000576fc8 sp=0xc000576f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000576fe0 sp=0xc000576fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000576fe8 sp=0xc000576fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 275 gp=0xc00057e700 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000577738 sp=0xc000577718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005777c8 sp=0xc000577738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005777e0 sp=0xc0005777c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005777e8 sp=0xc0005777e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 276 gp=0xc00057e8c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000577f38 sp=0xc000577f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000577fc8 sp=0xc000577f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000577fe0 sp=0xc000577fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000577fe8 sp=0xc000577fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 277 gp=0xc00057ea80 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000578738 sp=0xc000578718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005787c8 sp=0xc000578738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005787e0 sp=0xc0005787c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005787e8 sp=0xc0005787e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 278 gp=0xc00057ec40 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000578f38 sp=0xc000578f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000578fc8 sp=0xc000578f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000578fe0 sp=0xc000578fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000578fe8 sp=0xc000578fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 279 gp=0xc00057ee00 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000579738 sp=0xc000579718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005797c8 sp=0xc000579738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005797e0 sp=0xc0005797c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005797e8 sp=0xc0005797e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 280 gp=0xc00057efc0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000579f38 sp=0xc000579f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000579fc8 sp=0xc000579f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000579fe0 sp=0xc000579fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000579fe8 sp=0xc000579fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 281 gp=0xc00057f180 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1e16507eb5d35?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000584738 sp=0xc000584718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005847c8 sp=0xc000584738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005847e0 sp=0xc0005847c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005847e8 sp=0xc0005847e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 282 gp=0xc00057f340 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x55e139cfd540?, 0x1?, 0x6d?, 0x2d?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000584f38 sp=0xc000584f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000584fc8 sp=0xc000584f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000584fe0 sp=0xc000584fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000584fe8 sp=0xc000584fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 283 gp=0xc00057f500 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1e16507eb0a72?, 0x1?, 0xcd?, 0x27?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000585738 sp=0xc000585718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005857c8 sp=0xc000585738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005857e0 sp=0xc0005857c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005857e8 sp=0xc0005857e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 284 gp=0xc00057f6c0 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1e16507eb15a3?, 0x0?, 0x0?, 0x0?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000585f38 sp=0xc000585f18 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000585fc8 sp=0xc000585f38 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000585fe0 sp=0xc000585fc8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000585fe8 sp=0xc000585fe0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 285 gp=0xc00057f880 m=nil [GC worker (idle)]:
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1e16507ebbeff?, 0x1?, 0x5b?, 0xfb?, 0x0?)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000586738 sp=0xc000586718 pc=0x55e13942622e
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340)
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005867c8 sp=0xc000586738 pc=0x55e1393d3b09
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1()
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005867e0 sp=0xc0005867c8 pc=0x55e1393d39e5
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({})
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005867e8 sp=0xc0005867e0 pc=0x55e13942de61
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rax 0x0
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rbx 0x0
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rcx 0x7ffaa60ece87
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rdx 0x0
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rdi 0x2
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rsi 0x7ff9f9347560
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rbp 0x7ff9f93477d0
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rsp 0x7ff9f9347560
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r8 0x0
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r9 0x7ff9f9347560
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r10 0x8
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r11 0x246
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r12 0x55e13996bf48
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r13 0x2ec0
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r14 0x1
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r15 0x7ff91af8a710
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rip 0x7ffaa60ece87
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rflags 0x246
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: cs 0x33
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: fs 0x0
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: gs 0x0
Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:45:43 | 200 | 48.16866113s | 127.0.0.1 | POST "/api/chat"

<!-- gh-comment-id:2634202031 --> @ttys0001 commented on GitHub (Feb 4, 2025): > ``` > Feb 04 21:22:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T21:22:33.419+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=32 layers.split=4,4,4,4,4,4,4,4 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="360.6 GiB" memory.required.partial="228.5 GiB" memory.required.kv="114.4 GiB" memory.required.allocations="[27.0 GiB 27.0 GiB 27.0 GiB 29.7 GiB 29.7 GiB 29.7 GiB 29.3 GiB 29.3 GiB]" memory.weights.total="270.5 GiB" memory.weights.repeating="269.8 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="8.5 GiB" memory.graph.partial="8.5 GiB" > ``` > > Half of the model is running in CPU. This is because the requested context (24576) needs 114G to be hosted in VRAM. If you were previously running this model with the default context of 2048, the context buffer was significantly smaller, allowing more of the model weights to be hosted in VRAM where they are processed faster. If you want to increase the token generation speed, reduce the context size (`num_ctx`). This will increase the possibility of a crash if you send large prompts. Thank you very much. Below is the log from running the original version of deepseek-671b, where the speed was 14 tokens/s. Could you review my logs and advise on how to balance speed while avoiding the previous error (Error: an error was encountered while running the model: unexpected EOF) in my current setup? Feb 04 22:40:31 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:40:31 | 200 | 26.771µs | 127.0.0.1 | HEAD "/" Feb 04 22:40:32 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:40:32 | 200 | 17.872122ms | 127.0.0.1 | POST "/api/show" Feb 04 22:40:33 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:33.381+08:00 level=INFO source=sched.go:730 msg="new model will fit in available VRAM, loading" model=/data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 library=cuda parallel=4 required="230.1 GiB" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.528+08:00 level=INFO source=server.go:104 msg="system memory" total="629.9 GiB" free="618.5 GiB" free_swap="0 B" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.529+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=62 layers.split=8,8,8,8,8,8,7,7 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="230.1 GiB" memory.required.partial="230.1 GiB" memory.required.kv="38.1 GiB" memory.required.allocations="[28.3 GiB 28.3 GiB 28.3 GiB 31.0 GiB 31.0 GiB 28.4 GiB 27.4 GiB 27.4 GiB]" memory.weights.total="194.2 GiB" memory.weights.repeating="193.5 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="3.0 GiB" memory.graph.partial="3.0 GiB" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.530+08:00 level=INFO source=server.go:376 msg="starting llama server" cmd="/usr/local/lib/ollama/runners/cuda_v11_avx/ollama_llama_server runner --model /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 --ctx-size 8192 --batch-size 512 --n-gpu-layers 62 --threads 40 --parallel 4 --tensor-split 8,8,8,8,8,8,7,7 --port 39277" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.530+08:00 level=INFO source=sched.go:449 msg="loaded runners" count=1 Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.530+08:00 level=INFO source=server.go:555 msg="waiting for llama runner to start responding" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.530+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server error" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.541+08:00 level=INFO source=runner.go:936 msg="starting go runner" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: ggml_cuda_init: found 8 CUDA devices: Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 0: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 1: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 2: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 3: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 4: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 5: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 6: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: Device 7: Tesla V100S-PCIE-32GB, compute capability 7.0, VMM: yes Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.600+08:00 level=INFO source=runner.go:937 msg=system info="CUDA : USE_GRAPHS = 1 | PEER_MAX_BATCH_SIZE = 128 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | LLAMAFILE = 1 | AARCH64_REPACK = 1 | cgo(gcc)" threads=40 Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.600+08:00 level=INFO source=.:0 msg="Server listening on 127.0.0.1:39277" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.782+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server loading model" Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA0 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 22:40:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA1 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 22:40:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA2 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 22:40:35 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA3 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA4 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA5 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA6 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_load_model_from_file: using device CUDA7 (Tesla V100S-PCIE-32GB) - 32087 MiB free Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: loaded meta data with 52 key-value pairs and 1025 tensors from /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 (version GGUF V3 (latest)) Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output. Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 0: general.architecture str = deepseek2 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 1: general.type str = model Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 2: general.name str = DeepSeek R1 BF16 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 3: general.quantized_by str = Unsloth Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 4: general.size_label str = 256x20B Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 5: general.repo_url str = https://huggingface.co/unsloth Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 6: deepseek2.block_count u32 = 61 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 7: deepseek2.context_length u32 = 163840 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 8: deepseek2.embedding_length u32 = 7168 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 9: deepseek2.feed_forward_length u32 = 18432 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 10: deepseek2.attention.head_count u32 = 128 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 11: deepseek2.attention.head_count_kv u32 = 128 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 12: deepseek2.rope.freq_base f32 = 10000.000000 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 13: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 14: deepseek2.expert_used_count u32 = 8 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 15: deepseek2.leading_dense_block_count u32 = 3 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 16: deepseek2.vocab_size u32 = 129280 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 17: deepseek2.attention.q_lora_rank u32 = 1536 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 18: deepseek2.attention.kv_lora_rank u32 = 512 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 19: deepseek2.attention.key_length u32 = 192 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 20: deepseek2.attention.value_length u32 = 128 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 21: deepseek2.expert_feed_forward_length u32 = 2048 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 22: deepseek2.expert_count u32 = 256 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 23: deepseek2.expert_shared_count u32 = 1 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 24: deepseek2.expert_weights_scale f32 = 2.500000 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 25: deepseek2.expert_weights_norm bool = true Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 26: deepseek2.expert_gating_func u32 = 2 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 27: deepseek2.rope.dimension_count u32 = 64 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 28: deepseek2.rope.scaling.type str = yarn Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 29: deepseek2.rope.scaling.factor f32 = 40.000000 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 30: deepseek2.rope.scaling.original_context_length u32 = 4096 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 31: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 32: tokenizer.ggml.model str = gpt2 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 33: tokenizer.ggml.pre str = deepseek-v3 Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: [132B blob data] Feb 04 22:40:36 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 35: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 36: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e... Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 37: tokenizer.ggml.bos_token_id u32 = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 38: tokenizer.ggml.eos_token_id u32 = 1 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 39: tokenizer.ggml.padding_token_id u32 = 128815 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 40: tokenizer.ggml.add_bos_token bool = true Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 41: tokenizer.ggml.add_eos_token bool = false Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 42: tokenizer.chat_template str = {% if not add_generation_prompt is de... Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 43: general.quantization_version u32 = 2 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 44: general.file_type u32 = 24 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 45: quantize.imatrix.file str = DeepSeek-R1.imatrix Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 46: quantize.imatrix.dataset str = /training_data/calibration_datav3.txt Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 47: quantize.imatrix.entries_count i32 = 720 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 48: quantize.imatrix.chunks_count i32 = 124 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 49: split.no u16 = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 50: split.tensors.count i32 = 1025 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 51: split.count u16 = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type f32: 361 tensors Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q2_K: 55 tensors Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q3_K: 3 tensors Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q4_K: 190 tensors Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q5_K: 116 tensors Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q6_K: 184 tensors Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type iq1_s: 116 tensors Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special tokens cache size = 819 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_vocab: token to piece cache size = 0.8223 MB Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: format = GGUF V3 (latest) Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: arch = deepseek2 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab type = BPE Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_vocab = 129280 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_merges = 127741 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab_only = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ctx_train = 163840 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd = 7168 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer = 61 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_head = 128 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_head_kv = 128 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_rot = 64 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_swa = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_head_k = 192 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_head_v = 128 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_gqa = 1 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_k_gqa = 24576 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_embd_v_gqa = 16384 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_norm_eps = 0.0e+00 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_norm_rms_eps = 1.0e-06 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_clamp_kqv = 0.0e+00 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_max_alibi_bias = 0.0e+00 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: f_logit_scale = 0.0e+00 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff = 18432 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert = 256 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_used = 8 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: causal attn = 1 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: pooling type = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope type = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope scaling = yarn Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: freq_base_train = 10000.0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: freq_scale_train = 0.025 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ctx_orig_yarn = 4096 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_finetuned = unknown Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_conv = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_inner = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_d_state = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_dt_rank = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: ssm_dt_b_c_rms = 0 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model type = 671B Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model ftype = IQ1_S - 1.5625 bpw Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model params = 671.03 B Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model size = 157.31 GiB (2.01 BPW) Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: general.name = DeepSeek R1 BF16 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: PAD token = 128815 '<|PAD▁TOKEN|>' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: LF token = 131 'Ä' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>' Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: max token length = 256 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer_dense_lead = 3 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_q = 1536 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_kv = 512 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff_exp = 2048 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_shared = 1 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_scale = 2.5 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_norm = 1 Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_gating_func = sigmoid Feb 04 22:40:37 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_yarn_log_mul = 0.1000 Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloading 61 repeating layers to GPU Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloading output layer to GPU Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: offloaded 62/62 layers to GPU Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CPU_Mapped model buffer size = 497.11 MiB Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA0 model buffer size = 15740.59 MiB Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA1 model buffer size = 21754.47 MiB Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA2 model buffer size = 21754.47 MiB Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA3 model buffer size = 21754.47 MiB Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA4 model buffer size = 21754.47 MiB Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA5 model buffer size = 21754.47 MiB Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA6 model buffer size = 19035.16 MiB Feb 04 22:40:42 ecs-ubuntu03 ollama[19745]: llm_load_tensors: CUDA7 model buffer size = 17040.83 MiB Feb 04 22:41:09 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:41:09.885+08:00 level=INFO source=server.go:589 msg="waiting for server to become available" status="llm server not responding" Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_seq_max = 4 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx = 8192 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq = 2048 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_batch = 2048 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ubatch = 512 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: flash_attn = 0 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: freq_base = 10000.0 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: freq_scale = 0.025 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq (2048) < n_ctx_train (163840) -- the full capacity of the model will not be utilized Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: kv_size = 8192, offload = 1, type_k = 'f16', type_v = 'f16', n_layer = 61, can_shift = 0 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA0 KV buffer size = 5120.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA1 KV buffer size = 5120.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA2 KV buffer size = 5120.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA3 KV buffer size = 5120.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA4 KV buffer size = 5120.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA5 KV buffer size = 5120.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA6 KV buffer size = 4480.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_kv_cache_init: CUDA7 KV buffer size = 3840.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: KV self size = 39040.00 MiB, K (f16): 23424.00 MiB, V (f16): 15616.00 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA_Host output buffer size = 2.08 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: pipeline parallelism enabled (n_copies=4) Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA0 compute buffer size = 2322.01 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA1 compute buffer size = 2322.01 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA2 compute buffer size = 2322.01 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA3 compute buffer size = 2322.01 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA4 compute buffer size = 2322.01 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA5 compute buffer size = 2322.01 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA6 compute buffer size = 2322.01 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA7 compute buffer size = 2322.02 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: CUDA_Host compute buffer size = 78.02 MiB Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: graph nodes = 5025 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: graph splits = 9 Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:41:11.943+08:00 level=INFO source=server.go:594 msg="llama runner started in 37.41 seconds" Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:41:11 | 200 | 39.934600356s | 127.0.0.1 | POST "/api/generate" Feb 04 22:43:31 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:43:31 | 200 | 1m39s | 127.0.0.1 | POST "/api/chat" Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: loaded meta data with 52 key-value pairs and 1025 tensors from /data/datasr/ollama/models/blobs/sha256-8d0774696673bc32468922d072a7658fd4883ec77f5035329f0626dad6df0340 (version GGUF V3 (latest)) Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output. Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 0: general.architecture str = deepseek2 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 1: general.type str = model Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 2: general.name str = DeepSeek R1 BF16 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 3: general.quantized_by str = Unsloth Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 4: general.size_label str = 256x20B Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 5: general.repo_url str = https://huggingface.co/unsloth Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 6: deepseek2.block_count u32 = 61 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 7: deepseek2.context_length u32 = 163840 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 8: deepseek2.embedding_length u32 = 7168 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 9: deepseek2.feed_forward_length u32 = 18432 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 10: deepseek2.attention.head_count u32 = 128 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 11: deepseek2.attention.head_count_kv u32 = 128 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 12: deepseek2.rope.freq_base f32 = 10000.000000 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 13: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 14: deepseek2.expert_used_count u32 = 8 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 15: deepseek2.leading_dense_block_count u32 = 3 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 16: deepseek2.vocab_size u32 = 129280 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 17: deepseek2.attention.q_lora_rank u32 = 1536 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 18: deepseek2.attention.kv_lora_rank u32 = 512 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 19: deepseek2.attention.key_length u32 = 192 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 20: deepseek2.attention.value_length u32 = 128 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 21: deepseek2.expert_feed_forward_length u32 = 2048 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 22: deepseek2.expert_count u32 = 256 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 23: deepseek2.expert_shared_count u32 = 1 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 24: deepseek2.expert_weights_scale f32 = 2.500000 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 25: deepseek2.expert_weights_norm bool = true Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 26: deepseek2.expert_gating_func u32 = 2 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 27: deepseek2.rope.dimension_count u32 = 64 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 28: deepseek2.rope.scaling.type str = yarn Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 29: deepseek2.rope.scaling.factor f32 = 40.000000 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 30: deepseek2.rope.scaling.original_context_length u32 = 4096 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 31: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 32: tokenizer.ggml.model str = gpt2 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 33: tokenizer.ggml.pre str = deepseek-v3 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: [132B blob data] Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 35: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 36: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e... Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 37: tokenizer.ggml.bos_token_id u32 = 0 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 38: tokenizer.ggml.eos_token_id u32 = 1 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 39: tokenizer.ggml.padding_token_id u32 = 128815 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 40: tokenizer.ggml.add_bos_token bool = true Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 41: tokenizer.ggml.add_eos_token bool = false Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 42: tokenizer.chat_template str = {% if not add_generation_prompt is de... Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 43: general.quantization_version u32 = 2 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 44: general.file_type u32 = 24 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 45: quantize.imatrix.file str = DeepSeek-R1.imatrix Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 46: quantize.imatrix.dataset str = /training_data/calibration_datav3.txt Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 47: quantize.imatrix.entries_count i32 = 720 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 48: quantize.imatrix.chunks_count i32 = 124 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 49: split.no u16 = 0 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 50: split.tensors.count i32 = 1025 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - kv 51: split.count u16 = 0 Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type f32: 361 tensors Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q2_K: 55 tensors Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q3_K: 3 tensors Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q4_K: 190 tensors Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q5_K: 116 tensors Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type q6_K: 184 tensors Feb 04 22:44:55 ecs-ubuntu03 ollama[19745]: llama_model_loader: - type iq1_s: 116 tensors Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_vocab: special tokens cache size = 819 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_vocab: token to piece cache size = 0.8223 MB Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: format = GGUF V3 (latest) Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: arch = deepseek2 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab type = BPE Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_vocab = 129280 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_merges = 127741 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: vocab_only = 1 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model type = ?B Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model ftype = all F32 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model params = 671.03 B Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: model size = 157.31 GiB (2.01 BPW) Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: general.name = DeepSeek R1 BF16 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: PAD token = 128815 '<|PAD▁TOKEN|>' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: LF token = 131 'Ä' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>' Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: max token length = 256 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_layer_dense_lead = 0 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_q = 0 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_lora_kv = 0 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_ff_exp = 0 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: n_expert_shared = 0 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_scale = 0.0 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_weights_norm = 0 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: expert_gating_func = unknown Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llm_load_print_meta: rope_yarn_log_mul = 0.0000 Feb 04 22:44:56 ecs-ubuntu03 ollama[19745]: llama_model_load: vocab only - skipping tensors Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: llama.cpp:11968: The current context does not support K-shift Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: 没有符号表被读取。请使用 "file" 命令。 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: Could not attach to process. If your uid matches the uid of the target Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: ptrace: 不允许的操作. Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: No stack. Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: The program is not being run. Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: SIGABRT: abort Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: PC=0x7ffaa60ece87 m=9 sigcode=18446744073709551610 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: signal arrived during cgo execution Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 35 gp=0xc0002401c0 m=9 mp=0xc00044d508 [syscall]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.cgocall(0x55e13966bef0, 0xc000310ba0) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/cgocall.go:167 +0x4b fp=0xc000310b78 sp=0xc000310b40 pc=0x55e13942042b Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7ff91af8a710, {0x1, 0x7ff8c4dede20, 0x0, 0x0, 0x7ff8c5201f70, 0x7ff8c4efdb30, 0x7ff8c4cfada0, 0x7ff8c8ca4fa0}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: _cgo_gotypes.go:556 +0x4f fp=0xc000310ba0 sp=0xc000310b78 pc=0x55e1394ca4af Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama.(*Context).Decode.func1(0x55e13966762b?, 0x7ff91af8a710?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/llama.go:207 +0xf5 fp=0xc000310c90 sp=0xc000310ba0 pc=0x55e1394cccd5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama.(*Context).Decode(0x55e139cfc2a0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/llama.go:207 +0x13 fp=0xc000310cd8 sp=0xc000310c90 pc=0x55e1394ccb53 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc000220000, 0xc00040c000, 0xc000310f20) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc000310ee0 sp=0xc000310cd8 pc=0x55e13966641f Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.(*Server).run(0xc000220000, {0x55e139a6c0c0, 0xc00021e0a0}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc000310fb8 sp=0xc000310ee0 pc=0x55e139665e55 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.Execute.gowrap2() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000310fe0 sp=0xc000310fb8 pc=0x55e13966ad48 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000310fe8 sp=0xc000310fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 1 gp=0xc0000061c0 m=nil [IO wait]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00050f7b0 sp=0xc00050f790 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.netpollblock(0xc00002b800?, 0x393bea86?, 0xe1?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/netpoll.go:575 +0xf7 fp=0xc00050f7e8 sp=0xc00050f7b0 pc=0x55e1393eaf97 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.runtime_pollWait(0x7ffa5cf2f650, 0x72) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/netpoll.go:351 +0x85 fp=0xc00050f808 sp=0xc00050f7e8 pc=0x55e139425525 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*pollDesc).wait(0xc00021a180?, 0x900000036?, 0x0) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00050f830 sp=0xc00050f808 pc=0x55e13947b367 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*pollDesc).waitRead(...) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_poll_runtime.go:89 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*FD).Accept(0xc00021a180) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_unix.go:620 +0x295 fp=0xc00050f8d8 sp=0xc00050f830 pc=0x55e13947c8d5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*netFD).accept(0xc00021a180) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/fd_unix.go:172 +0x29 fp=0xc00050f990 sp=0xc00050f8d8 pc=0x55e1394f51a9 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*TCPListener).accept(0xc00024a040) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/tcpsock_posix.go:159 +0x1e fp=0xc00050f9e0 sp=0xc00050f990 pc=0x55e1395057fe Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*TCPListener).Accept(0xc00024a040) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/tcpsock.go:372 +0x30 fp=0xc00050fa10 sp=0xc00050f9e0 pc=0x55e139504b30 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*onceCloseListener).Accept(0xc000412360?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: <autogenerated>:1 +0x24 fp=0xc00050fa28 sp=0xc00050fa10 pc=0x55e139643704 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*Server).Serve(0xc0002164b0, {0x55e139a6bad8, 0xc00024a040}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:3330 +0x30c fp=0xc00050fb58 sp=0xc00050fa28 pc=0x55e13963544c Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.Execute({0xc0001b4010?, 0x55e13942dabc?, 0x0?}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00050fef8 sp=0xc00050fb58 pc=0x55e13966aa29 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: main.main() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/cmd/runner/main.go:11 +0x54 fp=0xc00050ff50 sp=0xc00050fef8 pc=0x55e13966b9b4 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.main() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:272 +0x29d fp=0xc00050ffe0 sp=0xc00050ff50 pc=0x55e1393f257d Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00050ffe8 sp=0xc00050ffe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 2 gp=0xc000006c40 m=nil [force gc (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000104fa8 sp=0xc000104f88 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goparkunlock(...) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:430 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.forcegchelper() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:337 +0xb8 fp=0xc000104fe0 sp=0xc000104fa8 pc=0x55e1393f28b8 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000104fe8 sp=0xc000104fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.init.7 in goroutine 1 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:325 +0x1a Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 18 gp=0xc000184380 m=nil [GC sweep wait]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000100780 sp=0xc000100760 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goparkunlock(...) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:430 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.bgsweep(0xc000192000) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgcsweep.go:317 +0xdf fp=0xc0001007c8 sp=0xc000100780 pc=0x55e1393dd13f Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcenable.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:204 +0x25 fp=0xc0001007e0 sp=0xc0001007c8 pc=0x55e1393d19a5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001007e8 sp=0xc0001007e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcenable in goroutine 1 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:204 +0x66 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 19 gp=0xc000184540 m=nil [GC scavenge wait]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x10000?, 0x55e139948e00?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000100f78 sp=0xc000100f58 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goparkunlock(...) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:430 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.(*scavengerState).park(0x55e139c57000) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgcscavenge.go:425 +0x49 fp=0xc000100fa8 sp=0xc000100f78 pc=0x55e1393dab29 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.bgscavenge(0xc000192000) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgcscavenge.go:658 +0x59 fp=0xc000100fc8 sp=0xc000100fa8 pc=0x55e1393db0b9 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcenable.gowrap2() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:205 +0x25 fp=0xc000100fe0 sp=0xc000100fc8 pc=0x55e1393d1945 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000100fe8 sp=0xc000100fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcenable in goroutine 1 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:205 +0xa5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 20 gp=0xc000184a80 m=nil [finalizer wait]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x55e139a670d8?, 0x0?, 0x80?, 0x1000000010?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000104620 sp=0xc000104600 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.runfinq() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mfinal.go:193 +0x107 fp=0xc0001047e0 sp=0xc000104620 pc=0x55e1393d0a27 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001047e8 sp=0xc0001047e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.createfing in goroutine 1 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mfinal.go:163 +0x3d Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 21 gp=0xc000184c40 m=nil [chan receive]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0xc000101760?, 0x55e1394dc6c5?, 0x70?, 0x22?, 0x55e139a6fda0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000101718 sp=0xc0001016f8 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.chanrecv(0xc00019a0e0, 0x0, 0x1) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/chan.go:639 +0x41c fp=0xc000101790 sp=0xc000101718 pc=0x55e1393c167c Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.chanrecv1(0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/chan.go:489 +0x12 fp=0xc0001017b8 sp=0xc000101790 pc=0x55e1393c1252 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.unique_runtime_registerUniqueMapCleanup.func1(...) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1781 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1784 +0x2f fp=0xc0001017e0 sp=0xc0001017b8 pc=0x55e1393d480f Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001017e8 sp=0xc0001017e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by unique.runtime_registerUniqueMapCleanup in goroutine 1 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1779 +0x96 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 157 gp=0xc000184e00 m=nil [IO wait]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x55e139493964?, 0xc000246600?, 0xd0?, 0x65?, 0xb?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc0002465a8 sp=0xc000246588 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.netpollblock(0x55e139461a58?, 0x393bea86?, 0xe1?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/netpoll.go:575 +0xf7 fp=0xc0002465e0 sp=0xc0002465a8 pc=0x55e1393eaf97 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.runtime_pollWait(0x7ffa5cf2f420, 0x72) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/netpoll.go:351 +0x85 fp=0xc000246600 sp=0xc0002465e0 pc=0x55e139425525 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*pollDesc).wait(0xc0004ac300?, 0xc00040a641?, 0x0) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000246628 sp=0xc000246600 pc=0x55e13947b367 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*pollDesc).waitRead(...) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_poll_runtime.go:89 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll.(*FD).Read(0xc0004ac300, {0xc00040a641, 0x1, 0x1}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: internal/poll/fd_unix.go:165 +0x27a fp=0xc0002466c0 sp=0xc000246628 pc=0x55e13947beba Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*netFD).Read(0xc0004ac300, {0xc00040a641?, 0x55e1394909af?, 0xc000246750?}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/fd_posix.go:55 +0x25 fp=0xc000246708 sp=0xc0002466c0 pc=0x55e1394f40c5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*conn).Read(0xc00043e090, {0xc00040a641?, 0x0?, 0xc000318008?}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/net.go:189 +0x45 fp=0xc000246750 sp=0xc000246708 pc=0x55e1394fdac5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net.(*TCPConn).Read(0xc000318000?, {0xc00040a641?, 0x0?, 0x0?}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: <autogenerated>:1 +0x25 fp=0xc000246780 sp=0xc000246750 pc=0x55e13950ab65 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*connReader).backgroundRead(0xc00040a630) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:690 +0x37 fp=0xc0002467c8 sp=0xc000246780 pc=0x55e13962b8b7 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*connReader).startBackgroundRead.gowrap2() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:686 +0x25 fp=0xc0002467e0 sp=0xc0002467c8 pc=0x55e13962b7e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0002467e8 sp=0xc0002467e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by net/http.(*connReader).startBackgroundRead in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:686 +0xb6 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 210 gp=0xc000185180 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc000196798?, 0x70?, 0x1f?, 0x55e139440d33?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000101f38 sp=0xc000101f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000101fc8 sp=0xc000101f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000101fe0 sp=0xc000101fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000101fe8 sp=0xc000101fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 158 gp=0xc000185340 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc000196798?, 0x70?, 0x27?, 0x55e139440d33?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000102738 sp=0xc000102718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001027c8 sp=0xc000102738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001027e0 sp=0xc0001027c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001027e8 sp=0xc0001027e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 161 gp=0xc000185500 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc000196798?, 0x70?, 0x2f?, 0x55e139440d33?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000102f38 sp=0xc000102f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000102fc8 sp=0xc000102f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000102fe0 sp=0xc000102fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000102fe8 sp=0xc000102fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 159 gp=0xc0001856c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc0001429d8?, 0x70?, 0x37?, 0x55e139440d33?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000103738 sp=0xc000103718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001037c8 sp=0xc000103738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001037e0 sp=0xc0001037c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001037e8 sp=0xc0001037e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 160 gp=0xc000185880 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0xc000196798?, 0x70?, 0x3f?, 0x55e139440d33?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000103f38 sp=0xc000103f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000103fc8 sp=0xc000103f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000103fe0 sp=0xc000103fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000103fe8 sp=0xc000103fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 197 gp=0xc000185a40 m=nil [select]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0xc00050da68?, 0x2?, 0x4d?, 0x66?, 0xc00050d834?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00050d6a0 sp=0xc00050d680 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.selectgo(0xc00050da68, 0xc00050d830, 0xc0005a2100?, 0x0, 0x1?, 0x1) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/select.go:335 +0x7a5 fp=0xc00050d7c8 sp=0xc00050d6a0 pc=0x55e139404485 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.(*Server).completion(0xc000220000, {0x55e139a6bc58, 0xc0001580e0}, 0xc000152f00) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc00050dac0 sp=0xc00050d7c8 pc=0x55e139668146 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x55e139a6bc58?, 0xc0001580e0?}, 0x55e139639747?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: <autogenerated>:1 +0x36 fp=0xc00050daf0 sp=0xc00050dac0 pc=0x55e13966b5f6 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.HandlerFunc.ServeHTTP(0xc00023a0e0?, {0x55e139a6bc58?, 0xc0001580e0?}, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:2220 +0x29 fp=0xc00050db18 sp=0xc00050daf0 pc=0x55e139632309 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*ServeMux).ServeHTTP(0x55e1393c7ea5?, {0x55e139a6bc58, 0xc0001580e0}, 0xc000152f00) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:2747 +0x1ca fp=0xc00050db68 sp=0xc00050db18 pc=0x55e1396341aa Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.serverHandler.ServeHTTP({0x55e139a6ad10?}, {0x55e139a6bc58?, 0xc0001580e0?}, 0x6?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:3210 +0x8e fp=0xc00050db98 sp=0xc00050db68 pc=0x55e13963b0ae Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*conn).serve(0xc000412360, {0x55e139a6c088, 0xc000218360}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:2092 +0x5d0 fp=0xc00050dfb8 sp=0xc00050db98 pc=0x55e139630f30 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http.(*Server).Serve.gowrap3() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:3360 +0x28 fp=0xc00050dfe0 sp=0xc00050dfb8 pc=0x55e139635848 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00050dfe8 sp=0xc00050dfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by net/http.(*Server).Serve in goroutine 1 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: net/http/server.go:3360 +0x485 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 211 gp=0xc000007500 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000105738 sp=0xc000105718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001057c8 sp=0xc000105738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001057e0 sp=0xc0001057c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001057e8 sp=0xc0001057e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 212 gp=0xc0000076c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000105f38 sp=0xc000105f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000105fc8 sp=0xc000105f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000105fe0 sp=0xc000105fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000105fe8 sp=0xc000105fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 213 gp=0xc000007880 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000106738 sp=0xc000106718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001067c8 sp=0xc000106738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001067e0 sp=0xc0001067c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001067e8 sp=0xc0001067e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 214 gp=0xc000007a40 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000106f38 sp=0xc000106f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000106fc8 sp=0xc000106f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000106fe0 sp=0xc000106fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000106fe8 sp=0xc000106fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 215 gp=0xc000007c00 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000107738 sp=0xc000107718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0001077c8 sp=0xc000107738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0001077e0 sp=0xc0001077c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0001077e8 sp=0xc0001077e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 216 gp=0xc000007dc0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000107f38 sp=0xc000107f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000107fc8 sp=0xc000107f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000107fe0 sp=0xc000107fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000107fe8 sp=0xc000107fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 217 gp=0xc000558000 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055e738 sp=0xc00055e718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055e7c8 sp=0xc00055e738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055e7e0 sp=0xc00055e7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055e7e8 sp=0xc00055e7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 218 gp=0xc0005581c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055ef38 sp=0xc00055ef18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055efc8 sp=0xc00055ef38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055efe0 sp=0xc00055efc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055efe8 sp=0xc00055efe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 219 gp=0xc000558380 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055f738 sp=0xc00055f718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055f7c8 sp=0xc00055f738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055f7e0 sp=0xc00055f7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055f7e8 sp=0xc00055f7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 220 gp=0xc000558540 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055ff38 sp=0xc00055ff18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055ffc8 sp=0xc00055ff38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055ffe0 sp=0xc00055ffc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055ffe8 sp=0xc00055ffe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 221 gp=0xc000558700 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000560738 sp=0xc000560718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005607c8 sp=0xc000560738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005607e0 sp=0xc0005607c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005607e8 sp=0xc0005607e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 222 gp=0xc0005588c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000560f38 sp=0xc000560f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000560fc8 sp=0xc000560f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000560fe0 sp=0xc000560fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000560fe8 sp=0xc000560fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 223 gp=0xc000558a80 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000561738 sp=0xc000561718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005617c8 sp=0xc000561738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005617e0 sp=0xc0005617c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005617e8 sp=0xc0005617e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 224 gp=0xc000558c40 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000561f38 sp=0xc000561f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000561fc8 sp=0xc000561f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000561fe0 sp=0xc000561fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000561fe8 sp=0xc000561fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 225 gp=0xc000558e00 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055a738 sp=0xc00055a718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055a7c8 sp=0xc00055a738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055a7e0 sp=0xc00055a7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055a7e8 sp=0xc00055a7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 226 gp=0xc000558fc0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055af38 sp=0xc00055af18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055afc8 sp=0xc00055af38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055afe0 sp=0xc00055afc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055afe8 sp=0xc00055afe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 227 gp=0xc000559180 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055b738 sp=0xc00055b718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055b7c8 sp=0xc00055b738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055b7e0 sp=0xc00055b7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055b7e8 sp=0xc00055b7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 228 gp=0xc000559340 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055bf38 sp=0xc00055bf18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055bfc8 sp=0xc00055bf38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055bfe0 sp=0xc00055bfc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055bfe8 sp=0xc00055bfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 229 gp=0xc000559500 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055c738 sp=0xc00055c718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055c7c8 sp=0xc00055c738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055c7e0 sp=0xc00055c7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055c7e8 sp=0xc00055c7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 230 gp=0xc0005596c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055cf38 sp=0xc00055cf18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055cfc8 sp=0xc00055cf38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055cfe0 sp=0xc00055cfc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055cfe8 sp=0xc00055cfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 231 gp=0xc000559880 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055d738 sp=0xc00055d718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055d7c8 sp=0xc00055d738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055d7e0 sp=0xc00055d7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055d7e8 sp=0xc00055d7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 232 gp=0xc000559a40 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00055df38 sp=0xc00055df18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00055dfc8 sp=0xc00055df38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00055dfe0 sp=0xc00055dfc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00055dfe8 sp=0xc00055dfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 233 gp=0xc000559c00 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000566738 sp=0xc000566718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005667c8 sp=0xc000566738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005667e0 sp=0xc0005667c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005667e8 sp=0xc0005667e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 234 gp=0xc000559dc0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000566f38 sp=0xc000566f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000566fc8 sp=0xc000566f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000566fe0 sp=0xc000566fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000566fe8 sp=0xc000566fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 235 gp=0xc00056a000 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000567738 sp=0xc000567718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005677c8 sp=0xc000567738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005677e0 sp=0xc0005677c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005677e8 sp=0xc0005677e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 236 gp=0xc00056a1c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000567f38 sp=0xc000567f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000567fc8 sp=0xc000567f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000567fe0 sp=0xc000567fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000567fe8 sp=0xc000567fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 237 gp=0xc00056a380 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000568738 sp=0xc000568718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005687c8 sp=0xc000568738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005687e0 sp=0xc0005687c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005687e8 sp=0xc0005687e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 238 gp=0xc00056a540 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000568f38 sp=0xc000568f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000568fc8 sp=0xc000568f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000568fe0 sp=0xc000568fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000568fe8 sp=0xc000568fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 239 gp=0xc00056a700 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000569738 sp=0xc000569718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005697c8 sp=0xc000569738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005697e0 sp=0xc0005697c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005697e8 sp=0xc0005697e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 240 gp=0xc00056a8c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000569f38 sp=0xc000569f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000569fc8 sp=0xc000569f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000569fe0 sp=0xc000569fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000569fe8 sp=0xc000569fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 241 gp=0xc00056aa80 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000562738 sp=0xc000562718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005627c8 sp=0xc000562738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005627e0 sp=0xc0005627c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005627e8 sp=0xc0005627e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 242 gp=0xc00056ac40 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000562f38 sp=0xc000562f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000562fc8 sp=0xc000562f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000562fe0 sp=0xc000562fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000562fe8 sp=0xc000562fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 243 gp=0xc00056ae00 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000563738 sp=0xc000563718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005637c8 sp=0xc000563738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005637e0 sp=0xc0005637c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005637e8 sp=0xc0005637e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 244 gp=0xc00056afc0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000563f38 sp=0xc000563f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000563fc8 sp=0xc000563f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000563fe0 sp=0xc000563fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000563fe8 sp=0xc000563fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 245 gp=0xc00056b180 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000564738 sp=0xc000564718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005647c8 sp=0xc000564738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005647e0 sp=0xc0005647c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005647e8 sp=0xc0005647e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 246 gp=0xc00056b340 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000564f38 sp=0xc000564f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000564fc8 sp=0xc000564f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000564fe0 sp=0xc000564fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000564fe8 sp=0xc000564fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 247 gp=0xc00056b500 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000565738 sp=0xc000565718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005657c8 sp=0xc000565738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005657e0 sp=0xc0005657c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005657e8 sp=0xc0005657e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 248 gp=0xc00056b6c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000565f38 sp=0xc000565f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000565fc8 sp=0xc000565f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000565fe0 sp=0xc000565fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000565fe8 sp=0xc000565fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 249 gp=0xc00056b880 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000570738 sp=0xc000570718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005707c8 sp=0xc000570738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005707e0 sp=0xc0005707c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005707e8 sp=0xc0005707e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 250 gp=0xc00056ba40 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000570f38 sp=0xc000570f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000570fc8 sp=0xc000570f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000570fe0 sp=0xc000570fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000570fe8 sp=0xc000570fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 251 gp=0xc00056bc00 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000571738 sp=0xc000571718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005717c8 sp=0xc000571738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005717e0 sp=0xc0005717c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005717e8 sp=0xc0005717e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 252 gp=0xc00056bdc0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000571f38 sp=0xc000571f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000571fc8 sp=0xc000571f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000571fe0 sp=0xc000571fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000571fe8 sp=0xc000571fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 253 gp=0xc000574000 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000572738 sp=0xc000572718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005727c8 sp=0xc000572738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005727e0 sp=0xc0005727c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005727e8 sp=0xc0005727e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 254 gp=0xc0005741c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000572f38 sp=0xc000572f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000572fc8 sp=0xc000572f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000572fe0 sp=0xc000572fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000572fe8 sp=0xc000572fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 255 gp=0xc000574380 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000573738 sp=0xc000573718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005737c8 sp=0xc000573738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005737e0 sp=0xc0005737c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005737e8 sp=0xc0005737e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 256 gp=0xc000574540 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000573f38 sp=0xc000573f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000573fc8 sp=0xc000573f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000573fe0 sp=0xc000573fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000573fe8 sp=0xc000573fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 257 gp=0xc000574700 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056c738 sp=0xc00056c718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056c7c8 sp=0xc00056c738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056c7e0 sp=0xc00056c7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056c7e8 sp=0xc00056c7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 258 gp=0xc0005748c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056cf38 sp=0xc00056cf18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056cfc8 sp=0xc00056cf38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056cfe0 sp=0xc00056cfc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056cfe8 sp=0xc00056cfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 259 gp=0xc000574a80 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056d738 sp=0xc00056d718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056d7c8 sp=0xc00056d738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056d7e0 sp=0xc00056d7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056d7e8 sp=0xc00056d7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 260 gp=0xc000574c40 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056df38 sp=0xc00056df18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056dfc8 sp=0xc00056df38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056dfe0 sp=0xc00056dfc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056dfe8 sp=0xc00056dfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 261 gp=0xc000574e00 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056e738 sp=0xc00056e718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056e7c8 sp=0xc00056e738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056e7e0 sp=0xc00056e7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056e7e8 sp=0xc00056e7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 262 gp=0xc000574fc0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056ef38 sp=0xc00056ef18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056efc8 sp=0xc00056ef38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056efe0 sp=0xc00056efc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056efe8 sp=0xc00056efe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 263 gp=0xc000575180 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056f738 sp=0xc00056f718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056f7c8 sp=0xc00056f738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056f7e0 sp=0xc00056f7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056f7e8 sp=0xc00056f7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 264 gp=0xc000575340 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00056ff38 sp=0xc00056ff18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00056ffc8 sp=0xc00056ff38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00056ffe0 sp=0xc00056ffc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00056ffe8 sp=0xc00056ffe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 265 gp=0xc000575500 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057a738 sp=0xc00057a718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057a7c8 sp=0xc00057a738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057a7e0 sp=0xc00057a7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057a7e8 sp=0xc00057a7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 266 gp=0xc0005756c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057af38 sp=0xc00057af18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057afc8 sp=0xc00057af38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057afe0 sp=0xc00057afc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057afe8 sp=0xc00057afe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 267 gp=0xc000575880 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057b738 sp=0xc00057b718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057b7c8 sp=0xc00057b738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057b7e0 sp=0xc00057b7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057b7e8 sp=0xc00057b7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 268 gp=0xc000575a40 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057bf38 sp=0xc00057bf18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057bfc8 sp=0xc00057bf38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057bfe0 sp=0xc00057bfc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057bfe8 sp=0xc00057bfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 269 gp=0xc000575c00 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057c738 sp=0xc00057c718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057c7c8 sp=0xc00057c738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057c7e0 sp=0xc00057c7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057c7e8 sp=0xc00057c7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 270 gp=0xc000575dc0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057cf38 sp=0xc00057cf18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057cfc8 sp=0xc00057cf38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057cfe0 sp=0xc00057cfc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057cfe8 sp=0xc00057cfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 271 gp=0xc00057e000 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057d738 sp=0xc00057d718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057d7c8 sp=0xc00057d738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057d7e0 sp=0xc00057d7c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057d7e8 sp=0xc00057d7e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 272 gp=0xc00057e1c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc00057df38 sp=0xc00057df18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc00057dfc8 sp=0xc00057df38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc00057dfe0 sp=0xc00057dfc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc00057dfe8 sp=0xc00057dfe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 273 gp=0xc00057e380 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000576738 sp=0xc000576718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005767c8 sp=0xc000576738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005767e0 sp=0xc0005767c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005767e8 sp=0xc0005767e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 274 gp=0xc00057e540 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000576f38 sp=0xc000576f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000576fc8 sp=0xc000576f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000576fe0 sp=0xc000576fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000576fe8 sp=0xc000576fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 275 gp=0xc00057e700 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000577738 sp=0xc000577718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005777c8 sp=0xc000577738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005777e0 sp=0xc0005777c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005777e8 sp=0xc0005777e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 276 gp=0xc00057e8c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000577f38 sp=0xc000577f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000577fc8 sp=0xc000577f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000577fe0 sp=0xc000577fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000577fe8 sp=0xc000577fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 277 gp=0xc00057ea80 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000578738 sp=0xc000578718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005787c8 sp=0xc000578738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005787e0 sp=0xc0005787c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005787e8 sp=0xc0005787e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 278 gp=0xc00057ec40 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000578f38 sp=0xc000578f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000578fc8 sp=0xc000578f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000578fe0 sp=0xc000578fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000578fe8 sp=0xc000578fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 279 gp=0xc00057ee00 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000579738 sp=0xc000579718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005797c8 sp=0xc000579738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005797e0 sp=0xc0005797c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005797e8 sp=0xc0005797e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 280 gp=0xc00057efc0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000579f38 sp=0xc000579f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000579fc8 sp=0xc000579f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000579fe0 sp=0xc000579fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000579fe8 sp=0xc000579fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 281 gp=0xc00057f180 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1e16507eb5d35?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000584738 sp=0xc000584718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005847c8 sp=0xc000584738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005847e0 sp=0xc0005847c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005847e8 sp=0xc0005847e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 282 gp=0xc00057f340 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x55e139cfd540?, 0x1?, 0x6d?, 0x2d?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000584f38 sp=0xc000584f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000584fc8 sp=0xc000584f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000584fe0 sp=0xc000584fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000584fe8 sp=0xc000584fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 283 gp=0xc00057f500 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1e16507eb0a72?, 0x1?, 0xcd?, 0x27?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000585738 sp=0xc000585718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005857c8 sp=0xc000585738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005857e0 sp=0xc0005857c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005857e8 sp=0xc0005857e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 284 gp=0xc00057f6c0 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1e16507eb15a3?, 0x0?, 0x0?, 0x0?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000585f38 sp=0xc000585f18 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc000585fc8 sp=0xc000585f38 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc000585fe0 sp=0xc000585fc8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc000585fe8 sp=0xc000585fe0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: goroutine 285 gp=0xc00057f880 m=nil [GC worker (idle)]: Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gopark(0x1e16507ebbeff?, 0x1?, 0x5b?, 0xfb?, 0x0?) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/proc.go:424 +0xce fp=0xc000586738 sp=0xc000586718 pc=0x55e13942622e Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkWorker(0xc000023340) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1412 +0xe9 fp=0xc0005867c8 sp=0xc000586738 pc=0x55e1393d3b09 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.gcBgMarkStartWorkers.gowrap1() Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x25 fp=0xc0005867e0 sp=0xc0005867c8 pc=0x55e1393d39e5 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime.goexit({}) Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/asm_amd64.s:1700 +0x1 fp=0xc0005867e8 sp=0xc0005867e0 pc=0x55e13942de61 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: created by runtime.gcBgMarkStartWorkers in goroutine 197 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: runtime/mgc.go:1328 +0x105 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rax 0x0 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rbx 0x0 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rcx 0x7ffaa60ece87 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rdx 0x0 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rdi 0x2 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rsi 0x7ff9f9347560 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rbp 0x7ff9f93477d0 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rsp 0x7ff9f9347560 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r8 0x0 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r9 0x7ff9f9347560 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r10 0x8 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r11 0x246 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r12 0x55e13996bf48 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r13 0x2ec0 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r14 0x1 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: r15 0x7ff91af8a710 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rip 0x7ffaa60ece87 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: rflags 0x246 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: cs 0x33 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: fs 0x0 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: gs 0x0 Feb 04 22:45:43 ecs-ubuntu03 ollama[19745]: [GIN] 2025/02/04 - 22:45:43 | 200 | 48.16866113s | 127.0.0.1 | POST "/api/chat"
Author
Owner

@rick-github commented on GitHub (Feb 4, 2025):

Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq = 2048

You previously had a context size of 2048 tokens.

Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.529+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=62 layers.split=8,8,8,8,8,8,7,7 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="230.1 GiB" memory.required.partial="230.1 GiB" memory.required.kv="38.1 GiB" memory.required.allocations="[28.3 GiB 28.3 GiB 28.3 GiB 31.0 GiB 31.0 GiB 28.4 GiB 27.4 GiB 27.4 GiB]" memory.weights.total="194.2 GiB" memory.weights.repeating="193.5 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="3.0 GiB" memory.graph.partial="3.0 GiB"

Context space required was 38G. This reduced size allowed all of the model to fit in the GPU VRAM, giving higher token generation rate.

You can reduce the total size of context by setting OLLAMA_NUM_PARALLEL=1 in the server environment. This will reduce the total context size to around 9G, allowing you to increase the context window to around 8k. Any more than this and the model will start to spill into system RAM because VRAM is pretty much filled up with model weights. If you want to reduce the probability of a crash:

echo FROM deepseek-r1:671b > Modelfile
echo PARAMETER num_ctx 8192 >> Modelfile
echo PARAMETER num_predict 2048 >> Modelfile
ollama create deepseek-r1:671b-c8k

Any prompts longer than 8192 tokens will cause a crash. The model is limited to creating 2048 tokens as output. If the combination of input tokens + output tokens exceeds the context size (eg, 7000 tokens input, 2000 tokens output) the model will crash.

If you are willing to accept a slight decrease in token generation while reducing the possibility of a crash:

echo FROM deepseek-r1:671b > Modelfile
echo PARAMETER num_ctx 12288 >> Modelfile
echo PARAMETER num_predict 3072 >> Modelfile
ollama create deepseek-r1:671b-c12k

This will offer an input token length of 9k with an output token length of 3k. This will also cause some portion of the model to be loaded into system RAM, resulting in slower token generation rate, but not as slow as the original configuration with the 24576/8192 split.

<!-- gh-comment-id:2634281921 --> @rick-github commented on GitHub (Feb 4, 2025): ``` Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq = 2048 ``` You previously had a context size of 2048 tokens. ``` Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.529+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=62 layers.split=8,8,8,8,8,8,7,7 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="230.1 GiB" memory.required.partial="230.1 GiB" memory.required.kv="38.1 GiB" memory.required.allocations="[28.3 GiB 28.3 GiB 28.3 GiB 31.0 GiB 31.0 GiB 28.4 GiB 27.4 GiB 27.4 GiB]" memory.weights.total="194.2 GiB" memory.weights.repeating="193.5 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="3.0 GiB" memory.graph.partial="3.0 GiB" ``` Context space required was 38G. This reduced size allowed all of the model to fit in the GPU VRAM, giving higher token generation rate. You can reduce the total size of context by setting `OLLAMA_NUM_PARALLEL=1` in the server environment. This will reduce the total context size to around 9G, allowing you to increase the context window to around 8k. Any more than this and the model will start to spill into system RAM because VRAM is pretty much filled up with model weights. If you want to reduce the probability of a crash: ```console echo FROM deepseek-r1:671b > Modelfile echo PARAMETER num_ctx 8192 >> Modelfile echo PARAMETER num_predict 2048 >> Modelfile ollama create deepseek-r1:671b-c8k ``` Any prompts longer than 8192 tokens will cause a crash. The model is limited to creating 2048 tokens as output. If the combination of input tokens + output tokens exceeds the context size (eg, 7000 tokens input, 2000 tokens output) the model will crash. If you are willing to accept a slight decrease in token generation while reducing the possibility of a crash: ```console echo FROM deepseek-r1:671b > Modelfile echo PARAMETER num_ctx 12288 >> Modelfile echo PARAMETER num_predict 3072 >> Modelfile ollama create deepseek-r1:671b-c12k ``` This will offer an input token length of 9k with an output token length of 3k. This will also cause some portion of the model to be loaded into system RAM, resulting in slower token generation rate, but not as slow as the original configuration with the 24576/8192 split.
Author
Owner

@WHUEugene commented on GitHub (Feb 7, 2025):

Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq = 2048

You previously had a context size of 2048 tokens.您以前的上下文大小为 2048 个令牌。

Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.529+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=62 layers.split=8,8,8,8,8,8,7,7 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="230.1 GiB" memory.required.partial="230.1 GiB" memory.required.kv="38.1 GiB" memory.required.allocations="[28.3 GiB 28.3 GiB 28.3 GiB 31.0 GiB 31.0 GiB 28.4 GiB 27.4 GiB 27.4 GiB]" memory.weights.total="194.2 GiB" memory.weights.repeating="193.5 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="3.0 GiB" memory.graph.partial="3.0 GiB"

Context space required was 38G. This reduced size allowed all of the model to fit in the GPU VRAM, giving higher token generation rate.所需的上下文空间为 38G。这种减小的大小使所有模型都适合 GPU VRAM,从而提供更高的令牌生成率。

You can reduce the total size of context by setting OLLAMA_NUM_PARALLEL=1 in the server environment. This will reduce the total context size to around 9G, allowing you to increase the context window to around 8k. Any more than this and the model will start to spill into system RAM because VRAM is pretty much filled up with model weights. If you want to reduce the probability of a crash:您可以通过在服务器环境中设置 OLLAMA_NUM_PARALLEL=1 来减小上下文的总大小。这会将总上下文大小减少到大约 9G,从而允许您将上下文窗口增加到 8k 左右。超过这个数字,模型将开始溢出到系统 RAM 中,因为 VRAM 几乎被模型权重填满了。如果您想降低崩溃的可能性:

echo FROM deepseek-r1:671b > Modelfile
echo PARAMETER num_ctx 8192 >> Modelfile
echo PARAMETER num_predict 2048 >> Modelfile
ollama create deepseek-r1:671b-c8k
Any prompts longer than 8192 tokens will cause a crash. The model is limited to creating 2048 tokens as output. If the combination of input tokens + output tokens exceeds the context size (eg, 7000 tokens input, 2000 tokens output) the model will crash.任何超过 8192 个令牌的提示都会导致崩溃。该模型仅限于创建 2048 个令牌作为输出。如果输入令牌 + 输出令牌的组合超过上下文大小(例如,7000 个令牌输入,2000 个令牌输出),则模型将崩溃。

If you are willing to accept a slight decrease in token generation while reducing the possibility of a crash:如果您愿意接受令牌生成的轻微减少,同时降低崩溃的可能性:

echo FROM deepseek-r1:671b > Modelfile
echo PARAMETER num_ctx 12288 >> Modelfile
echo PARAMETER num_predict 3072 >> Modelfile
ollama create deepseek-r1:671b-c12k
This will offer an input token length of 9k with an output token length of 3k. This will also cause some portion of the model to be loaded into system RAM, resulting in slower token generation rate, but not as slow as the original configuration with the 24576/8192 split.这将提供 9k 的输入令牌长度和 3k 的输出令牌长度。这也将导致模型的某些部分被加载到系统 RAM 中,从而导致令牌生成速率变慢,但不会像 24576/8192 拆分的原始配置那样慢。

感谢你,当我提高输出令牌长度为8196之后解决了这一报错。确实提高输入令牌长度会极大的增加显存占用量,这个应该如何计算来选取一个合适的占用量呢?

<!-- gh-comment-id:2643265957 --> @WHUEugene commented on GitHub (Feb 7, 2025): > ``` > Feb 04 22:41:11 ecs-ubuntu03 ollama[19745]: llama_new_context_with_model: n_ctx_per_seq = 2048 > ``` > > You previously had a context size of 2048 tokens.您以前的上下文大小为 2048 个令牌。 > > ``` > Feb 04 22:40:34 ecs-ubuntu03 ollama[19745]: time=2025-02-04T22:40:34.529+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=62 layers.split=8,8,8,8,8,8,7,7 memory.available="[31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB 31.4 GiB]" memory.gpu_overhead="0 B" memory.required.full="230.1 GiB" memory.required.partial="230.1 GiB" memory.required.kv="38.1 GiB" memory.required.allocations="[28.3 GiB 28.3 GiB 28.3 GiB 31.0 GiB 31.0 GiB 28.4 GiB 27.4 GiB 27.4 GiB]" memory.weights.total="194.2 GiB" memory.weights.repeating="193.5 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="3.0 GiB" memory.graph.partial="3.0 GiB" > ``` > > Context space required was 38G. This reduced size allowed all of the model to fit in the GPU VRAM, giving higher token generation rate.所需的上下文空间为 38G。这种减小的大小使所有模型都适合 GPU VRAM,从而提供更高的令牌生成率。 > > You can reduce the total size of context by setting `OLLAMA_NUM_PARALLEL=1` in the server environment. This will reduce the total context size to around 9G, allowing you to increase the context window to around 8k. Any more than this and the model will start to spill into system RAM because VRAM is pretty much filled up with model weights. If you want to reduce the probability of a crash:您可以通过在服务器环境中设置 `OLLAMA_NUM_PARALLEL=1` 来减小上下文的总大小。这会将总上下文大小减少到大约 9G,从而允许您将上下文窗口增加到 8k 左右。超过这个数字,模型将开始溢出到系统 RAM 中,因为 VRAM 几乎被模型权重填满了。如果您想降低崩溃的可能性: > > echo FROM deepseek-r1:671b > Modelfile > echo PARAMETER num_ctx 8192 >> Modelfile > echo PARAMETER num_predict 2048 >> Modelfile > ollama create deepseek-r1:671b-c8k > Any prompts longer than 8192 tokens will cause a crash. The model is limited to creating 2048 tokens as output. If the combination of input tokens + output tokens exceeds the context size (eg, 7000 tokens input, 2000 tokens output) the model will crash.任何超过 8192 个令牌的提示都会导致崩溃。该模型仅限于创建 2048 个令牌作为输出。如果输入令牌 + 输出令牌的组合超过上下文大小(例如,7000 个令牌输入,2000 个令牌输出),则模型将崩溃。 > > If you are willing to accept a slight decrease in token generation while reducing the possibility of a crash:如果您愿意接受令牌生成的轻微减少,同时降低崩溃的可能性: > > echo FROM deepseek-r1:671b > Modelfile > echo PARAMETER num_ctx 12288 >> Modelfile > echo PARAMETER num_predict 3072 >> Modelfile > ollama create deepseek-r1:671b-c12k > This will offer an input token length of 9k with an output token length of 3k. This will also cause some portion of the model to be loaded into system RAM, resulting in slower token generation rate, but not as slow as the original configuration with the 24576/8192 split.这将提供 9k 的输入令牌长度和 3k 的输出令牌长度。这也将导致模型的某些部分被加载到系统 RAM 中,从而导致令牌生成速率变慢,但不会像 24576/8192 拆分的原始配置那样慢。 感谢你,当我提高输出令牌长度为8196之后解决了这一报错。确实提高输入令牌长度会极大的增加显存占用量,这个应该如何计算来选取一个合适的占用量呢?
Author
Owner

@WHUEugene commented on GitHub (Feb 7, 2025):

Error: an error was encountered while running the model: unexpected EOF
查看日志为:
SIGBUS: bus error应该是内存分配报错但是粗查内存和显存均富裕
同时发现长上下文会稳定触发bug。得出结论:
任何超过 8192 个令牌的提示都会导致崩溃。该模型仅限于创建 2048 个令牌作为输出。如果输入令牌 + 输出令牌的组合超过上下文大小(例如,7000 个令牌输入,2000 个令牌输出),则模型将崩溃。

调整模型的上下文和输出令牌配置并根据显存修改并行措施即可:
SIGJNF/deepseek-r1-671b-1.58bit:latest

echo FROM SIGJNF/deepseek-r1-671b-1.58bit > Modelfile
echo PARAMETER num_ctx 16384 >> Modelfile
echo PARAMETER num_predict 8196 >> Modelfile
ollama create deepseek-r1:671b-c16k

<!-- gh-comment-id:2643280728 --> @WHUEugene commented on GitHub (Feb 7, 2025): Error: an error was encountered while running the model: unexpected EOF 查看日志为: SIGBUS: bus error应该是内存分配报错但是粗查内存和显存均富裕 同时发现长上下文会稳定触发bug。得出结论: 任何超过 8192 个令牌的提示都会导致崩溃。该模型仅限于创建 2048 个令牌作为输出。如果输入令牌 + 输出令牌的组合超过上下文大小(例如,7000 个令牌输入,2000 个令牌输出),则模型将崩溃。 调整模型的上下文和输出令牌配置并根据显存修改并行措施即可: SIGJNF/deepseek-r1-671b-1.58bit:latest echo FROM SIGJNF/deepseek-r1-671b-1.58bit > Modelfile echo PARAMETER num_ctx 16384 >> Modelfile echo PARAMETER num_predict 8196 >> Modelfile ollama create deepseek-r1:671b-c16k
Author
Owner

@rick-github commented on GitHub (Feb 7, 2025):

这个应该如何计算来选取一个合适的占用量呢?

It depends on your requirements. If you need long inputs, decrease num_predict. If you need long outputs, send short prompts and increase num_predict. There is a requirement that the client sends the correct length of prompt.

<!-- gh-comment-id:2643312072 --> @rick-github commented on GitHub (Feb 7, 2025): > 这个应该如何计算来选取一个合适的占用量呢? It depends on your requirements. If you need long inputs, decrease `num_predict`. If you need long outputs, send short prompts and increase `num_predict`. There is a requirement that the client sends the correct length of prompt.
Author
Owner

@WHUEugene commented on GitHub (Feb 7, 2025):

这个应该如何计算来选取一个合适的占用量呢?

It depends on your requirements. If you need long inputs, decrease num_predict. If you need long outputs, send short prompts and increase num_predict. There is a requirement that the client sends the correct length of prompt.

我很好奇官方app使用了多少的上下文和输出令牌来达到一个很好的效果。我注意到api平台是否提供了128K的长上下文?

<!-- gh-comment-id:2643332385 --> @WHUEugene commented on GitHub (Feb 7, 2025): > > 这个应该如何计算来选取一个合适的占用量呢? > > It depends on your requirements. If you need long inputs, decrease `num_predict`. If you need long outputs, send short prompts and increase `num_predict`. There is a requirement that the client sends the correct length of prompt. 我很好奇官方app使用了多少的上下文和输出令牌来达到一个很好的效果。我注意到api平台是否提供了128K的长上下文?
Author
Owner

@rick-github commented on GitHub (Feb 7, 2025):

If you have the VRAM available, set num_ctx as large as you want. 2048 tokens = 9G, 128K = 500G(?) The API platform also probably doesn't use llama.cpp for inference, and so don't suffer from the K-shift problem.

<!-- gh-comment-id:2643349068 --> @rick-github commented on GitHub (Feb 7, 2025): If you have the VRAM available, set `num_ctx` as large as you want. 2048 tokens = 9G, 128K = 500G(?) The API platform also probably doesn't use llama.cpp for inference, and so don't suffer from the K-shift problem.
Author
Owner

@Hugh-yw commented on GitHub (Feb 11, 2025):

8*h100 run deepseek:671b The same problem occurred

ollama server log :

[GIN] 2025/02/11 - 17:38:47 | 200 |         1m24s |       127.0.0.1 | POST     "/api/chat"
llama_model_loader: loaded meta data with 42 key-value pairs and 1025 tensors from /root/.ollama/models/blobs/sha256-9801e7fce27dbf3d0bfb468b7b21f1d132131a546dfc43e50518631b8b1800a9 (version GGUF V3 (latest))
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
llama_model_loader: - kv   0:                       general.architecture str              = deepseek2
llama_model_loader: - kv   1:                               general.type str              = model
llama_model_loader: - kv   2:                         general.size_label str              = 256x20B
llama_model_loader: - kv   3:                      deepseek2.block_count u32              = 61
llama_model_loader: - kv   4:                   deepseek2.context_length u32              = 163840
llama_model_loader: - kv   5:                 deepseek2.embedding_length u32              = 7168
llama_model_loader: - kv   6:              deepseek2.feed_forward_length u32              = 18432
llama_model_loader: - kv   7:             deepseek2.attention.head_count u32              = 128
llama_model_loader: - kv   8:          deepseek2.attention.head_count_kv u32              = 128
llama_model_loader: - kv   9:                   deepseek2.rope.freq_base f32              = 10000.000000
llama_model_loader: - kv  10: deepseek2.attention.layer_norm_rms_epsilon f32              = 0.000001
llama_model_loader: - kv  11:                deepseek2.expert_used_count u32              = 8
llama_model_loader: - kv  12:        deepseek2.leading_dense_block_count u32              = 3
llama_model_loader: - kv  13:                       deepseek2.vocab_size u32              = 129280
llama_model_loader: - kv  14:            deepseek2.attention.q_lora_rank u32              = 1536
llama_model_loader: - kv  15:           deepseek2.attention.kv_lora_rank u32              = 512
llama_model_loader: - kv  16:             deepseek2.attention.key_length u32              = 192
llama_model_loader: - kv  17:           deepseek2.attention.value_length u32              = 128
llama_model_loader: - kv  18:       deepseek2.expert_feed_forward_length u32              = 2048
llama_model_loader: - kv  19:                     deepseek2.expert_count u32              = 256
llama_model_loader: - kv  20:              deepseek2.expert_shared_count u32              = 1
llama_model_loader: - kv  21:             deepseek2.expert_weights_scale f32              = 2.500000
llama_model_loader: - kv  22:              deepseek2.expert_weights_norm bool             = true
llama_model_loader: - kv  23:               deepseek2.expert_gating_func u32              = 2
llama_model_loader: - kv  24:             deepseek2.rope.dimension_count u32              = 64
llama_model_loader: - kv  25:                deepseek2.rope.scaling.type str              = yarn
llama_model_loader: - kv  26:              deepseek2.rope.scaling.factor f32              = 40.000000
llama_model_loader: - kv  27: deepseek2.rope.scaling.original_context_length u32              = 4096
llama_model_loader: - kv  28: deepseek2.rope.scaling.yarn_log_multiplier f32              = 0.100000
llama_model_loader: - kv  29:                       tokenizer.ggml.model str              = gpt2
llama_model_loader: - kv  30:                         tokenizer.ggml.pre str              = deepseek-v3
llama_model_loader: - kv  31:                      tokenizer.ggml.tokens arr[str,129280]  = ["<|begin▁of▁sentence|>", "<�...
llama_model_loader: - kv  32:                  tokenizer.ggml.token_type arr[i32,129280]  = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
llama_model_loader: - kv  33:                      tokenizer.ggml.merges arr[str,127741]  = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e...
llama_model_loader: - kv  34:                tokenizer.ggml.bos_token_id u32              = 0
llama_model_loader: - kv  35:                tokenizer.ggml.eos_token_id u32              = 1
llama_model_loader: - kv  36:            tokenizer.ggml.padding_token_id u32              = 1
llama_model_loader: - kv  37:               tokenizer.ggml.add_bos_token bool             = true
llama_model_loader: - kv  38:               tokenizer.ggml.add_eos_token bool             = false
llama_model_loader: - kv  39:                    tokenizer.chat_template str              = {% if not add_generation_prompt is de...
llama_model_loader: - kv  40:               general.quantization_version u32              = 2
llama_model_loader: - kv  41:                          general.file_type u32              = 15
llama_model_loader: - type  f32:  361 tensors
llama_model_loader: - type q4_K:  606 tensors
llama_model_loader: - type q6_K:   58 tensors
llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect
llm_load_vocab: special tokens cache size = 818
llm_load_vocab: token to piece cache size = 0.8223 MB
llm_load_print_meta: format           = GGUF V3 (latest)
llm_load_print_meta: arch             = deepseek2
llm_load_print_meta: vocab type       = BPE
llm_load_print_meta: n_vocab          = 129280
llm_load_print_meta: n_merges         = 127741
llm_load_print_meta: vocab_only       = 1
llm_load_print_meta: model type       = ?B
llm_load_print_meta: model ftype      = all F32
llm_load_print_meta: model params     = 671.03 B
llm_load_print_meta: model size       = 376.65 GiB (4.82 BPW) 
llm_load_print_meta: general.name     = n/a
llm_load_print_meta: BOS token        = 0 '<|begin▁of▁sentence|>'
llm_load_print_meta: EOS token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: EOT token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: PAD token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: LF token         = 131 'Ä'
llm_load_print_meta: FIM PRE token    = 128801 '<|fim▁begin|>'
llm_load_print_meta: FIM SUF token    = 128800 '<|fim▁hole|>'
llm_load_print_meta: FIM MID token    = 128802 '<|fim▁end|>'
llm_load_print_meta: EOG token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: max token length = 256
llm_load_print_meta: n_layer_dense_lead   = 0
llm_load_print_meta: n_lora_q             = 0
llm_load_print_meta: n_lora_kv            = 0
llm_load_print_meta: n_ff_exp             = 0
llm_load_print_meta: n_expert_shared      = 0
llm_load_print_meta: expert_weights_scale = 0.0
llm_load_print_meta: expert_weights_norm  = 0
llm_load_print_meta: expert_gating_func   = unknown
llm_load_print_meta: rope_yarn_log_mul    = 0.0000
llama_model_load: vocab only - skipping tensors






llama.cpp:11942: The current context does not support K-shift
SIGSEGV: segmentation violation
PC=0x7f2719860c57 m=15 sigcode=1 addr=0x228803fa8
signal arrived during cgo execution

goroutine 211 gp=0xc000585340 m=15 mp=0xc000700708 [syscall]:
runtime.cgocall(0x55615ab33120, 0xc00022fba0)
        runtime/cgocall.go:167 +0x4b fp=0xc00022fb78 sp=0xc00022fb40 pc=0x556159f8baab
github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7f24398be750, {0x1, 0x7f2439d277b0, 0x0, 0x0, 0x7f243a3df420, 0x7f243a3e1430, 0x7f2439ed3df0, 0x7f23c91fbac0})
        _cgo_gotypes.go:545 +0x4f fp=0xc00022fba0 sp=0xc00022fb78 pc=0x55615a34094f
github.com/ollama/ollama/llama.(*Context).Decode.func1(0x55615a34f94b?, 0x7f24398be750?)
        github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc00022fc90 sp=0xc00022fba0 pc=0x55615a343675
github.com/ollama/ollama/llama.(*Context).Decode(0x55615b9b7c20?, 0x0?)
        github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc00022fcd8 sp=0xc00022fc90 pc=0x55615a3434f3
github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc00037fa70, 0xc000298a80, 0xc00022ff20)
        github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc00022fee0 sp=0xc00022fcd8 pc=0x55615a34e73f
github.com/ollama/ollama/llama/runner.(*Server).run(0xc00037fa70, {0x55615b15efa0, 0xc0006f5310})
        github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc00022ffb8 sp=0xc00022fee0 pc=0x55615a34e175
github.com/ollama/ollama/llama/runner.Execute.gowrap2()
        github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc00022ffe0 sp=0xc00022ffb8 pc=0x55615a353068
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00022ffe8 sp=0xc00022ffe0 pc=0x556159f9a581
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
        github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5

goroutine 1 gp=0xc0000061c0 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0005c35e8 sp=0xc0005c35c8 pc=0x556159f921ae
runtime.netpollblock(0xc0005c3638?, 0x59f28fc6?, 0x61?)
        runtime/netpoll.go:575 +0xf7 fp=0xc0005c3620 sp=0xc0005c35e8 pc=0x556159f55e17
internal/poll.runtime_pollWait(0x7f27c954bdf0, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc0005c3640 sp=0xc0005c3620 pc=0x556159f914a5
internal/poll.(*pollDesc).wait(0xc000730980?, 0x900000036?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0005c3668 sp=0xc0005c3640 pc=0x55615a018c67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000730980)
        internal/poll/fd_unix.go:620 +0x295 fp=0xc0005c3710 sp=0xc0005c3668 pc=0x55615a01e035
net.(*netFD).accept(0xc000730980)
        net/fd_unix.go:172 +0x29 fp=0xc0005c37c8 sp=0xc0005c3710 pc=0x55615a087129
net.(*TCPListener).accept(0xc000910000)
        net/tcpsock_posix.go:159 +0x1e fp=0xc0005c3818 sp=0xc0005c37c8 pc=0x55615a09cd9e
net.(*TCPListener).Accept(0xc000910000)
        net/tcpsock.go:372 +0x30 fp=0xc0005c3848 sp=0xc0005c3818 pc=0x55615a09bc50
net/http.(*onceCloseListener).Accept(0xc000238090?)
        <autogenerated>:1 +0x24 fp=0xc0005c3860 sp=0xc0005c3848 pc=0x55615a2e5ec4
net/http.(*Server).Serve(0xc0009142d0, {0x55615b15cc50, 0xc000910000})
        net/http/server.go:3330 +0x30c fp=0xc0005c3990 sp=0xc0005c3860 pc=0x55615a2bde4c
github.com/ollama/ollama/llama/runner.Execute({0xc00032e010?, 0x0?, 0x0?})
        github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc0005c3d30 sp=0xc0005c3990 pc=0x55615a352d49
github.com/ollama/ollama/cmd.NewCLI.func2(0xc000744c00?, {0x55615ad1f01a?, 0x4?, 0x55615ad1f01e?})
        github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc0005c3d58 sp=0xc0005c3d30 pc=0x55615ab32685
github.com/spf13/cobra.(*Command).execute(0xc000748308, {0xc000744e00, 0x10, 0x10})
        github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc0005c3e78 sp=0xc0005c3d58 pc=0x55615a0ffe62
github.com/spf13/cobra.(*Command).ExecuteC(0xc00067db08)
        github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc0005c3f30 sp=0xc0005c3e78 pc=0x55615a1006a5
github.com/spf13/cobra.(*Command).Execute(...)
        github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
        github.com/ollama/ollama/main.go:12 +0x4d fp=0xc0005c3f50 sp=0xc0005c3f30 pc=0x55615ab32a0d
runtime.main()
        runtime/proc.go:272 +0x29d fp=0xc0005c3fe0 sp=0xc0005c3f50 pc=0x556159f5d4bd
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0005c3fe8 sp=0xc0005c3fe0 pc=0x556159f9a581

goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 2 minutes]:
runtime.gopark(0x1a3bc257b8f29?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x556159f921ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.forcegchelper()
        runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x556159f5d7f8
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x556159f9a581
created by runtime.init.7 in goroutine 1
        runtime/proc.go:325 +0x1a

goroutine 18 gp=0xc000284380 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000216780 sp=0xc000216760 pc=0x556159f921ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.bgsweep(0xc000292000)
        runtime/mgcsweep.go:317 +0xdf fp=0xc0002167c8 sp=0xc000216780 pc=0x556159f47e9f
runtime.gcenable.gowrap1()
        runtime/mgc.go:204 +0x25 fp=0xc0002167e0 sp=0xc0002167c8 pc=0x556159f3c4e5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002167e8 sp=0xc0002167e0 pc=0x556159f9a581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:204 +0x66

goroutine 19 gp=0xc000284540 m=nil [GC scavenge wait]:
runtime.gopark(0x3b9d222c?, 0x3b9aca00?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000216f78 sp=0xc000216f58 pc=0x556159f921ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.(*scavengerState).park(0x55615b90b820)
        runtime/mgcscavenge.go:425 +0x49 fp=0xc000216fa8 sp=0xc000216f78 pc=0x556159f45869
runtime.bgscavenge(0xc000292000)
        runtime/mgcscavenge.go:658 +0x59 fp=0xc000216fc8 sp=0xc000216fa8 pc=0x556159f45df9
runtime.gcenable.gowrap2()
        runtime/mgc.go:205 +0x25 fp=0xc000216fe0 sp=0xc000216fc8 pc=0x556159f3c485
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000216fe8 sp=0xc000216fe0 pc=0x556159f9a581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:205 +0xa5

goroutine 34 gp=0xc000306380 m=nil [finalizer wait]:
runtime.gopark(0x0?, 0x55615b14c6f0?, 0x0?, 0x80?, 0x1000000010?)
        runtime/proc.go:424 +0xce fp=0xc00021a620 sp=0xc00021a600 pc=0x556159f921ae
runtime.runfinq()
        runtime/mfinal.go:193 +0x107 fp=0xc00021a7e0 sp=0xc00021a620 pc=0x556159f3b567
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021a7e8 sp=0xc00021a7e0 pc=0x556159f9a581
created by runtime.createfing in goroutine 1
        runtime/mfinal.go:163 +0x3d

goroutine 198 gp=0xc0005221c0 m=nil [GC worker (idle)]:
runtime.gopark(0x55615b9b9e80?, 0x1?, 0xd8?, 0x43?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00051ff38 sp=0xc00051ff18 pc=0x556159f921ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00051ffc8 sp=0xc00051ff38 pc=0x556159f3e849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00051ffe0 sp=0xc00051ffc8 pc=0x556159f3e725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00051ffe8 sp=0xc00051ffe0 pc=0x556159f9a581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 199 gp=0xc000522380 m=nil [GC worker (idle)]:
runtime.gopark(0x55615b9b9e80?, 0x1?, 0xe6?, 0xa1?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000520738 sp=0xc000520718 pc=0x556159f921ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0005207c8 sp=0xc000520738 pc=0x556159f3e849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0005207e0 sp=0xc0005207c8 pc=0x556159f3e725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0005207e8 sp=0xc0005207e0 pc=0x556159f9a581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 200 gp=0xc000522540 m=nil [GC worker (idle)]:
runtime.gopark(0x1a3bc25a94de3?, 0x1?, 0xe9?, 0x44?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000520f38 sp=0xc000520f18 pc=0x556159f921ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000520fc8 sp=0xc000520f38 pc=0x556159f3e849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000520fe0 sp=0xc000520fc8 pc=0x556159f3e725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000520fe8 sp=0xc000520fe0 pc=0x556159f9a581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 627 gp=0xc00029fdc0 m=nil [select]:
runtime.gopark(0xc0005c1a68?, 0x2?, 0xd?, 0xfa?, 0xc0005c1834?)
        runtime/proc.go:424 +0xce fp=0xc0005c16a0 sp=0xc0005c1680 pc=0x556159f921ae
runtime.selectgo(0xc0005c1a68, 0xc0005c1830, 0xc000658f00?, 0x0, 0x1?, 0x1)
        runtime/select.go:335 +0x7a5 fp=0xc0005c17c8 sp=0xc0005c16a0 pc=0x556159f6f4a5
github.com/ollama/ollama/llama/runner.(*Server).completion(0xc00037fa70, {0x55615b15ce60, 0xc0009120e0}, 0xc000732140)
        github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc0005c1ac0 sp=0xc0005c17c8 pc=0x55615a350466
github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x55615b15ce60?, 0xc0009120e0?}, 0x55615a2c7c27?)
        <autogenerated>:1 +0x36 fp=0xc0005c1af0 sp=0xc0005c1ac0 pc=0x55615a353916
net/http.HandlerFunc.ServeHTTP(0xc000912000?, {0x55615b15ce60?, 0xc0009120e0?}, 0x0?)
        net/http/server.go:2220 +0x29 fp=0xc0005c1b18 sp=0xc0005c1af0 pc=0x55615a2ba449
net/http.(*ServeMux).ServeHTTP(0x556159f329e5?, {0x55615b15ce60, 0xc0009120e0}, 0xc000732140)
        net/http/server.go:2747 +0x1ca fp=0xc0005c1b68 sp=0xc0005c1b18 pc=0x55615a2bc34a
net/http.serverHandler.ServeHTTP({0x55615b159950?}, {0x55615b15ce60?, 0xc0009120e0?}, 0x6?)
        net/http/server.go:3210 +0x8e fp=0xc0005c1b98 sp=0xc0005c1b68 pc=0x55615a2d98ae
net/http.(*conn).serve(0xc000238090, {0x55615b15ef68, 0xc0007393b0})
        net/http/server.go:2092 +0x5d0 fp=0xc0005c1fb8 sp=0xc0005c1b98 pc=0x55615a2b8df0
net/http.(*Server).Serve.gowrap3()
        net/http/server.go:3360 +0x28 fp=0xc0005c1fe0 sp=0xc0005c1fb8 pc=0x55615a2be248
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0005c1fe8 sp=0xc0005c1fe0 pc=0x556159f9a581
created by net/http.(*Server).Serve in goroutine 1
        net/http/server.go:3360 +0x485

goroutine 642 gp=0xc000684a80 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?)
        runtime/proc.go:424 +0xce fp=0xc000884da8 sp=0xc000884d88 pc=0x556159f921ae
runtime.netpollblock(0x556159fb5578?, 0x59f28fc6?, 0x61?)
        runtime/netpoll.go:575 +0xf7 fp=0xc000884de0 sp=0xc000884da8 pc=0x556159f55e17
internal/poll.runtime_pollWait(0x7f27c954bcd8, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc000884e00 sp=0xc000884de0 pc=0x556159f914a5
internal/poll.(*pollDesc).wait(0xc0003b6080?, 0xc0006981c1?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000884e28 sp=0xc000884e00 pc=0x55615a018c67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0003b6080, {0xc0006981c1, 0x1, 0x1})
        internal/poll/fd_unix.go:165 +0x27a fp=0xc000884ec0 sp=0xc000884e28 pc=0x55615a019f5a
net.(*netFD).Read(0xc0003b6080, {0xc0006981c1?, 0x0?, 0x0?})
        net/fd_posix.go:55 +0x25 fp=0xc000884f08 sp=0xc000884ec0 pc=0x55615a085165
net.(*conn).Read(0xc000916000, {0xc0006981c1?, 0x0?, 0x0?})
        net/net.go:189 +0x45 fp=0xc000884f50 sp=0xc000884f08 pc=0x55615a093765
net.(*TCPConn).Read(0x0?, {0xc0006981c1?, 0x0?, 0x0?})
        <autogenerated>:1 +0x25 fp=0xc000884f80 sp=0xc000884f50 pc=0x55615a0a6965
net/http.(*connReader).backgroundRead(0xc0006981b0)
        net/http/server.go:690 +0x37 fp=0xc000884fc8 sp=0xc000884f80 pc=0x55615a2b3777
net/http.(*connReader).startBackgroundRead.gowrap2()
        net/http/server.go:686 +0x25 fp=0xc000884fe0 sp=0xc000884fc8 pc=0x55615a2b36a5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000884fe8 sp=0xc000884fe0 pc=0x556159f9a581
created by net/http.(*connReader).startBackgroundRead in goroutine 627
        net/http/server.go:686 +0xb6

rax    0x228803fa8
rbx    0x7f24392c7790
rcx    0xfea
rdx    0x7f2438e1ddf0
rdi    0x7f2438e1de00
rsi    0x0
rbp    0x7f278fffe550
rsp    0x7f278fffe530
r8     0x0
r9     0x0
r10    0x0
r11    0x246
r12    0x7f2798006550
r13    0x7f2438e1de00
r14    0x0
r15    0x7f27c0002d00
rip    0x7f2719860c57
rflags 0x10297
cs     0x33
fs     0x0
gs     0x0
SIGABRT: abort
PC=0x7f28120e000b m=15 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 211 gp=0xc000585340 m=15 mp=0xc000700708 [syscall]:
runtime.cgocall(0x55615ab33120, 0xc00022fba0)
        runtime/cgocall.go:167 +0x4b fp=0xc00022fb78 sp=0xc00022fb40 pc=0x556159f8baab
github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7f24398be750, {0x1, 0x7f2439d277b0, 0x0, 0x0, 0x7f243a3df420, 0x7f243a3e1430, 0x7f2439ed3df0, 0x7f23c91fbac0})
        _cgo_gotypes.go:545 +0x4f fp=0xc00022fba0 sp=0xc00022fb78 pc=0x55615a34094f
github.com/ollama/ollama/llama.(*Context).Decode.func1(0x55615a34f94b?, 0x7f24398be750?)
        github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc00022fc90 sp=0xc00022fba0 pc=0x55615a343675
github.com/ollama/ollama/llama.(*Context).Decode(0x55615b9b7c20?, 0x0?)
        github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc00022fcd8 sp=0xc00022fc90 pc=0x55615a3434f3
github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc00037fa70, 0xc000298a80, 0xc00022ff20)
        github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc00022fee0 sp=0xc00022fcd8 pc=0x55615a34e73f
github.com/ollama/ollama/llama/runner.(*Server).run(0xc00037fa70, {0x55615b15efa0, 0xc0006f5310})
        github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc00022ffb8 sp=0xc00022fee0 pc=0x55615a34e175
github.com/ollama/ollama/llama/runner.Execute.gowrap2()
        github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc00022ffe0 sp=0xc00022ffb8 pc=0x55615a353068
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00022ffe8 sp=0xc00022ffe0 pc=0x556159f9a581
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
        github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5

goroutine 1 gp=0xc0000061c0 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0005c35e8 sp=0xc0005c35c8 pc=0x556159f921ae
runtime.netpollblock(0xc0005c3638?, 0x59f28fc6?, 0x61?)
        runtime/netpoll.go:575 +0xf7 fp=0xc0005c3620 sp=0xc0005c35e8 pc=0x556159f55e17
internal/poll.runtime_pollWait(0x7f27c954bdf0, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc0005c3640 sp=0xc0005c3620 pc=0x556159f914a5
internal/poll.(*pollDesc).wait(0xc000730980?, 0x900000036?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0005c3668 sp=0xc0005c3640 pc=0x55615a018c67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000730980)
        internal/poll/fd_unix.go:620 +0x295 fp=0xc0005c3710 sp=0xc0005c3668 pc=0x55615a01e035
net.(*netFD).accept(0xc000730980)
        net/fd_unix.go:172 +0x29 fp=0xc0005c37c8 sp=0xc0005c3710 pc=0x55615a087129
net.(*TCPListener).accept(0xc000910000)
        net/tcpsock_posix.go:159 +0x1e fp=0xc0005c3818 sp=0xc0005c37c8 pc=0x55615a09cd9e
net.(*TCPListener).Accept(0xc000910000)
        net/tcpsock.go:372 +0x30 fp=0xc0005c3848 sp=0xc0005c3818 pc=0x55615a09bc50
net/http.(*onceCloseListener).Accept(0xc000238090?)
        <autogenerated>:1 +0x24 fp=0xc0005c3860 sp=0xc0005c3848 pc=0x55615a2e5ec4
net/http.(*Server).Serve(0xc0009142d0, {0x55615b15cc50, 0xc000910000})
        net/http/server.go:3330 +0x30c fp=0xc0005c3990 sp=0xc0005c3860 pc=0x55615a2bde4c
github.com/ollama/ollama/llama/runner.Execute({0xc00032e010?, 0x0?, 0x0?})
        github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc0005c3d30 sp=0xc0005c3990 pc=0x55615a352d49
github.com/ollama/ollama/cmd.NewCLI.func2(0xc000744c00?, {0x55615ad1f01a?, 0x4?, 0x55615ad1f01e?})
        github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc0005c3d58 sp=0xc0005c3d30 pc=0x55615ab32685
github.com/spf13/cobra.(*Command).execute(0xc000748308, {0xc000744e00, 0x10, 0x10})
        github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc0005c3e78 sp=0xc0005c3d58 pc=0x55615a0ffe62
github.com/spf13/cobra.(*Command).ExecuteC(0xc00067db08)
        github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc0005c3f30 sp=0xc0005c3e78 pc=0x55615a1006a5
github.com/spf13/cobra.(*Command).Execute(...)
        github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
        github.com/ollama/ollama/main.go:12 +0x4d fp=0xc0005c3f50 sp=0xc0005c3f30 pc=0x55615ab32a0d
runtime.main()
        runtime/proc.go:272 +0x29d fp=0xc0005c3fe0 sp=0xc0005c3f50 pc=0x556159f5d4bd
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0005c3fe8 sp=0xc0005c3fe0 pc=0x556159f9a581

goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 2 minutes]:
runtime.gopark(0x1a3bc257b8f29?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x556159f921ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.forcegchelper()
        runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x556159f5d7f8
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x556159f9a581
created by runtime.init.7 in goroutine 1
        runtime/proc.go:325 +0x1a

goroutine 18 gp=0xc000284380 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000216780 sp=0xc000216760 pc=0x556159f921ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.bgsweep(0xc000292000)
        runtime/mgcsweep.go:317 +0xdf fp=0xc0002167c8 sp=0xc000216780 pc=0x556159f47e9f
runtime.gcenable.gowrap1()
        runtime/mgc.go:204 +0x25 fp=0xc0002167e0 sp=0xc0002167c8 pc=0x556159f3c4e5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002167e8 sp=0xc0002167e0 pc=0x556159f9a581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:204 +0x66

goroutine 19 gp=0xc000284540 m=nil [GC scavenge wait]:
runtime.gopark(0x3b9d222c?, 0x3b9aca00?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000216f78 sp=0xc000216f58 pc=0x556159f921ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.(*scavengerState).park(0x55615b90b820)
        runtime/mgcscavenge.go:425 +0x49 fp=0xc000216fa8 sp=0xc000216f78 pc=0x556159f45869
runtime.bgscavenge(0xc000292000)
        runtime/mgcscavenge.go:658 +0x59 fp=0xc000216fc8 sp=0xc000216fa8 pc=0x556159f45df9
runtime.gcenable.gowrap2()
        runtime/mgc.go:205 +0x25 fp=0xc000216fe0 sp=0xc000216fc8 pc=0x556159f3c485
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000216fe8 sp=0xc000216fe0 pc=0x556159f9a581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:205 +0xa5

......

goroutine 198 gp=0xc0005221c0 m=nil [GC worker (idle)]:
runtime.gopark(0x55615b9b9e80?, 0x1?, 0xd8?, 0x43?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00051ff38 sp=0xc00051ff18 pc=0x556159f921ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00051ffc8 sp=0xc00051ff38 pc=0x556159f3e849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00051ffe0 sp=0xc00051ffc8 pc=0x556159f3e725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00051ffe8 sp=0xc00051ffe0 pc=0x556159f9a581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 199 gp=0xc000522380 m=nil [GC worker (idle)]:
runtime.gopark(0x55615b9b9e80?, 0x1?, 0xe6?, 0xa1?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000520738 sp=0xc000520718 pc=0x556159f921ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0005207c8 sp=0xc000520738 pc=0x556159f3e849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0005207e0 sp=0xc0005207c8 pc=0x556159f3e725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0005207e8 sp=0xc0005207e0 pc=0x556159f9a581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 200 gp=0xc000522540 m=nil [GC worker (idle)]:
runtime.gopark(0x1a3bc25a94de3?, 0x1?, 0xe9?, 0x44?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000520f38 sp=0xc000520f18 pc=0x556159f921ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000520fc8 sp=0xc000520f38 pc=0x556159f3e849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000520fe0 sp=0xc000520fc8 pc=0x556159f3e725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000520fe8 sp=0xc000520fe0 pc=0x556159f9a581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 627 gp=0xc00029fdc0 m=nil [select]:
runtime.gopark(0xc0005c1a68?, 0x2?, 0xd?, 0xfa?, 0xc0005c1834?)
        runtime/proc.go:424 +0xce fp=0xc0005c16a0 sp=0xc0005c1680 pc=0x556159f921ae
runtime.selectgo(0xc0005c1a68, 0xc0005c1830, 0xc000658f00?, 0x0, 0x1?, 0x1)
        runtime/select.go:335 +0x7a5 fp=0xc0005c17c8 sp=0xc0005c16a0 pc=0x556159f6f4a5
github.com/ollama/ollama/llama/runner.(*Server).completion(0xc00037fa70, {0x55615b15ce60, 0xc0009120e0}, 0xc000732140)
        github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc0005c1ac0 sp=0xc0005c17c8 pc=0x55615a350466
github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x55615b15ce60?, 0xc0009120e0?}, 0x55615a2c7c27?)
        <autogenerated>:1 +0x36 fp=0xc0005c1af0 sp=0xc0005c1ac0 pc=0x55615a353916
net/http.HandlerFunc.ServeHTTP(0xc000912000?, {0x55615b15ce60?, 0xc0009120e0?}, 0x0?)
        net/http/server.go:2220 +0x29 fp=0xc0005c1b18 sp=0xc0005c1af0 pc=0x55615a2ba449
net/http.(*ServeMux).ServeHTTP(0x556159f329e5?, {0x55615b15ce60, 0xc0009120e0}, 0xc000732140)
        net/http/server.go:2747 +0x1ca fp=0xc0005c1b68 sp=0xc0005c1b18 pc=0x55615a2bc34a
net/http.serverHandler.ServeHTTP({0x55615b159950?}, {0x55615b15ce60?, 0xc0009120e0?}, 0x6?)
        net/http/server.go:3210 +0x8e fp=0xc0005c1b98 sp=0xc0005c1b68 pc=0x55615a2d98ae
net/http.(*conn).serve(0xc000238090, {0x55615b15ef68, 0xc0007393b0})
        net/http/server.go:2092 +0x5d0 fp=0xc0005c1fb8 sp=0xc0005c1b98 pc=0x55615a2b8df0
net/http.(*Server).Serve.gowrap3()
        net/http/server.go:3360 +0x28 fp=0xc0005c1fe0 sp=0xc0005c1fb8 pc=0x55615a2be248
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0005c1fe8 sp=0xc0005c1fe0 pc=0x556159f9a581
created by net/http.(*Server).Serve in goroutine 1
        net/http/server.go:3360 +0x485

goroutine 642 gp=0xc000684a80 m=nil [IO wait]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?)
        runtime/proc.go:424 +0xce fp=0xc000884da8 sp=0xc000884d88 pc=0x556159f921ae
runtime.netpollblock(0x556159fb5578?, 0x59f28fc6?, 0x61?)
        runtime/netpoll.go:575 +0xf7 fp=0xc000884de0 sp=0xc000884da8 pc=0x556159f55e17
internal/poll.runtime_pollWait(0x7f27c954bcd8, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc000884e00 sp=0xc000884de0 pc=0x556159f914a5
internal/poll.(*pollDesc).wait(0xc0003b6080?, 0xc0006981c1?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000884e28 sp=0xc000884e00 pc=0x55615a018c67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0003b6080, {0xc0006981c1, 0x1, 0x1})
        internal/poll/fd_unix.go:165 +0x27a fp=0xc000884ec0 sp=0xc000884e28 pc=0x55615a019f5a
net.(*netFD).Read(0xc0003b6080, {0xc0006981c1?, 0x0?, 0x0?})
        net/fd_posix.go:55 +0x25 fp=0xc000884f08 sp=0xc000884ec0 pc=0x55615a085165
net.(*conn).Read(0xc000916000, {0xc0006981c1?, 0x0?, 0x0?})
        net/net.go:189 +0x45 fp=0xc000884f50 sp=0xc000884f08 pc=0x55615a093765
net.(*TCPConn).Read(0x0?, {0xc0006981c1?, 0x0?, 0x0?})
        <autogenerated>:1 +0x25 fp=0xc000884f80 sp=0xc000884f50 pc=0x55615a0a6965
net/http.(*connReader).backgroundRead(0xc0006981b0)
        net/http/server.go:690 +0x37 fp=0xc000884fc8 sp=0xc000884f80 pc=0x55615a2b3777
net/http.(*connReader).startBackgroundRead.gowrap2()
        net/http/server.go:686 +0x25 fp=0xc000884fe0 sp=0xc000884fc8 pc=0x55615a2b36a5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000884fe8 sp=0xc000884fe0 pc=0x556159f9a581
created by net/http.(*connReader).startBackgroundRead in goroutine 627
        net/http/server.go:686 +0xb6

rax    0x0
rbx    0x7f278ffff700
rcx    0x7f28120e000b
rdx    0x0
rdi    0x2
rsi    0x7f278fffe550
rbp    0x55615aef3990
rsp    0x7f278fffe550
r8     0x0
r9     0x7f278fffe550
r10    0x8
r11    0x246
r12    0x55615aee3faf
r13    0x2ea6
r14    0x60
r15    0x7f24398be750
rip    0x7f28120e000b
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
[GIN] 2025/02/11 - 17:40:14 | 200 | 21.304427679s |       127.0.0.1 | POST     "/api/chat"
<!-- gh-comment-id:2650296598 --> @Hugh-yw commented on GitHub (Feb 11, 2025): 8*h100 run deepseek:671b The same problem occurred ollama server log : ``` [GIN] 2025/02/11 - 17:38:47 | 200 | 1m24s | 127.0.0.1 | POST "/api/chat" llama_model_loader: loaded meta data with 42 key-value pairs and 1025 tensors from /root/.ollama/models/blobs/sha256-9801e7fce27dbf3d0bfb468b7b21f1d132131a546dfc43e50518631b8b1800a9 (version GGUF V3 (latest)) llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output. llama_model_loader: - kv 0: general.architecture str = deepseek2 llama_model_loader: - kv 1: general.type str = model llama_model_loader: - kv 2: general.size_label str = 256x20B llama_model_loader: - kv 3: deepseek2.block_count u32 = 61 llama_model_loader: - kv 4: deepseek2.context_length u32 = 163840 llama_model_loader: - kv 5: deepseek2.embedding_length u32 = 7168 llama_model_loader: - kv 6: deepseek2.feed_forward_length u32 = 18432 llama_model_loader: - kv 7: deepseek2.attention.head_count u32 = 128 llama_model_loader: - kv 8: deepseek2.attention.head_count_kv u32 = 128 llama_model_loader: - kv 9: deepseek2.rope.freq_base f32 = 10000.000000 llama_model_loader: - kv 10: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001 llama_model_loader: - kv 11: deepseek2.expert_used_count u32 = 8 llama_model_loader: - kv 12: deepseek2.leading_dense_block_count u32 = 3 llama_model_loader: - kv 13: deepseek2.vocab_size u32 = 129280 llama_model_loader: - kv 14: deepseek2.attention.q_lora_rank u32 = 1536 llama_model_loader: - kv 15: deepseek2.attention.kv_lora_rank u32 = 512 llama_model_loader: - kv 16: deepseek2.attention.key_length u32 = 192 llama_model_loader: - kv 17: deepseek2.attention.value_length u32 = 128 llama_model_loader: - kv 18: deepseek2.expert_feed_forward_length u32 = 2048 llama_model_loader: - kv 19: deepseek2.expert_count u32 = 256 llama_model_loader: - kv 20: deepseek2.expert_shared_count u32 = 1 llama_model_loader: - kv 21: deepseek2.expert_weights_scale f32 = 2.500000 llama_model_loader: - kv 22: deepseek2.expert_weights_norm bool = true llama_model_loader: - kv 23: deepseek2.expert_gating_func u32 = 2 llama_model_loader: - kv 24: deepseek2.rope.dimension_count u32 = 64 llama_model_loader: - kv 25: deepseek2.rope.scaling.type str = yarn llama_model_loader: - kv 26: deepseek2.rope.scaling.factor f32 = 40.000000 llama_model_loader: - kv 27: deepseek2.rope.scaling.original_context_length u32 = 4096 llama_model_loader: - kv 28: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000 llama_model_loader: - kv 29: tokenizer.ggml.model str = gpt2 llama_model_loader: - kv 30: tokenizer.ggml.pre str = deepseek-v3 llama_model_loader: - kv 31: tokenizer.ggml.tokens arr[str,129280] = ["<|begin▁of▁sentence|>", "<�... llama_model_loader: - kv 32: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... llama_model_loader: - kv 33: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e... llama_model_loader: - kv 34: tokenizer.ggml.bos_token_id u32 = 0 llama_model_loader: - kv 35: tokenizer.ggml.eos_token_id u32 = 1 llama_model_loader: - kv 36: tokenizer.ggml.padding_token_id u32 = 1 llama_model_loader: - kv 37: tokenizer.ggml.add_bos_token bool = true llama_model_loader: - kv 38: tokenizer.ggml.add_eos_token bool = false llama_model_loader: - kv 39: tokenizer.chat_template str = {% if not add_generation_prompt is de... llama_model_loader: - kv 40: general.quantization_version u32 = 2 llama_model_loader: - kv 41: general.file_type u32 = 15 llama_model_loader: - type f32: 361 tensors llama_model_loader: - type q4_K: 606 tensors llama_model_loader: - type q6_K: 58 tensors llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect llm_load_vocab: special tokens cache size = 818 llm_load_vocab: token to piece cache size = 0.8223 MB llm_load_print_meta: format = GGUF V3 (latest) llm_load_print_meta: arch = deepseek2 llm_load_print_meta: vocab type = BPE llm_load_print_meta: n_vocab = 129280 llm_load_print_meta: n_merges = 127741 llm_load_print_meta: vocab_only = 1 llm_load_print_meta: model type = ?B llm_load_print_meta: model ftype = all F32 llm_load_print_meta: model params = 671.03 B llm_load_print_meta: model size = 376.65 GiB (4.82 BPW) llm_load_print_meta: general.name = n/a llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>' llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: PAD token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: LF token = 131 'Ä' llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>' llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>' llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>' llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: max token length = 256 llm_load_print_meta: n_layer_dense_lead = 0 llm_load_print_meta: n_lora_q = 0 llm_load_print_meta: n_lora_kv = 0 llm_load_print_meta: n_ff_exp = 0 llm_load_print_meta: n_expert_shared = 0 llm_load_print_meta: expert_weights_scale = 0.0 llm_load_print_meta: expert_weights_norm = 0 llm_load_print_meta: expert_gating_func = unknown llm_load_print_meta: rope_yarn_log_mul = 0.0000 llama_model_load: vocab only - skipping tensors llama.cpp:11942: The current context does not support K-shift SIGSEGV: segmentation violation PC=0x7f2719860c57 m=15 sigcode=1 addr=0x228803fa8 signal arrived during cgo execution goroutine 211 gp=0xc000585340 m=15 mp=0xc000700708 [syscall]: runtime.cgocall(0x55615ab33120, 0xc00022fba0) runtime/cgocall.go:167 +0x4b fp=0xc00022fb78 sp=0xc00022fb40 pc=0x556159f8baab github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7f24398be750, {0x1, 0x7f2439d277b0, 0x0, 0x0, 0x7f243a3df420, 0x7f243a3e1430, 0x7f2439ed3df0, 0x7f23c91fbac0}) _cgo_gotypes.go:545 +0x4f fp=0xc00022fba0 sp=0xc00022fb78 pc=0x55615a34094f github.com/ollama/ollama/llama.(*Context).Decode.func1(0x55615a34f94b?, 0x7f24398be750?) github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc00022fc90 sp=0xc00022fba0 pc=0x55615a343675 github.com/ollama/ollama/llama.(*Context).Decode(0x55615b9b7c20?, 0x0?) github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc00022fcd8 sp=0xc00022fc90 pc=0x55615a3434f3 github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc00037fa70, 0xc000298a80, 0xc00022ff20) github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc00022fee0 sp=0xc00022fcd8 pc=0x55615a34e73f github.com/ollama/ollama/llama/runner.(*Server).run(0xc00037fa70, {0x55615b15efa0, 0xc0006f5310}) github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc00022ffb8 sp=0xc00022fee0 pc=0x55615a34e175 github.com/ollama/ollama/llama/runner.Execute.gowrap2() github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc00022ffe0 sp=0xc00022ffb8 pc=0x55615a353068 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00022ffe8 sp=0xc00022ffe0 pc=0x556159f9a581 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5 goroutine 1 gp=0xc0000061c0 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0005c35e8 sp=0xc0005c35c8 pc=0x556159f921ae runtime.netpollblock(0xc0005c3638?, 0x59f28fc6?, 0x61?) runtime/netpoll.go:575 +0xf7 fp=0xc0005c3620 sp=0xc0005c35e8 pc=0x556159f55e17 internal/poll.runtime_pollWait(0x7f27c954bdf0, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc0005c3640 sp=0xc0005c3620 pc=0x556159f914a5 internal/poll.(*pollDesc).wait(0xc000730980?, 0x900000036?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0005c3668 sp=0xc0005c3640 pc=0x55615a018c67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000730980) internal/poll/fd_unix.go:620 +0x295 fp=0xc0005c3710 sp=0xc0005c3668 pc=0x55615a01e035 net.(*netFD).accept(0xc000730980) net/fd_unix.go:172 +0x29 fp=0xc0005c37c8 sp=0xc0005c3710 pc=0x55615a087129 net.(*TCPListener).accept(0xc000910000) net/tcpsock_posix.go:159 +0x1e fp=0xc0005c3818 sp=0xc0005c37c8 pc=0x55615a09cd9e net.(*TCPListener).Accept(0xc000910000) net/tcpsock.go:372 +0x30 fp=0xc0005c3848 sp=0xc0005c3818 pc=0x55615a09bc50 net/http.(*onceCloseListener).Accept(0xc000238090?) <autogenerated>:1 +0x24 fp=0xc0005c3860 sp=0xc0005c3848 pc=0x55615a2e5ec4 net/http.(*Server).Serve(0xc0009142d0, {0x55615b15cc50, 0xc000910000}) net/http/server.go:3330 +0x30c fp=0xc0005c3990 sp=0xc0005c3860 pc=0x55615a2bde4c github.com/ollama/ollama/llama/runner.Execute({0xc00032e010?, 0x0?, 0x0?}) github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc0005c3d30 sp=0xc0005c3990 pc=0x55615a352d49 github.com/ollama/ollama/cmd.NewCLI.func2(0xc000744c00?, {0x55615ad1f01a?, 0x4?, 0x55615ad1f01e?}) github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc0005c3d58 sp=0xc0005c3d30 pc=0x55615ab32685 github.com/spf13/cobra.(*Command).execute(0xc000748308, {0xc000744e00, 0x10, 0x10}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc0005c3e78 sp=0xc0005c3d58 pc=0x55615a0ffe62 github.com/spf13/cobra.(*Command).ExecuteC(0xc00067db08) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc0005c3f30 sp=0xc0005c3e78 pc=0x55615a1006a5 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985 main.main() github.com/ollama/ollama/main.go:12 +0x4d fp=0xc0005c3f50 sp=0xc0005c3f30 pc=0x55615ab32a0d runtime.main() runtime/proc.go:272 +0x29d fp=0xc0005c3fe0 sp=0xc0005c3f50 pc=0x556159f5d4bd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0005c3fe8 sp=0xc0005c3fe0 pc=0x556159f9a581 goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 2 minutes]: runtime.gopark(0x1a3bc257b8f29?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x556159f921ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.forcegchelper() runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x556159f5d7f8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x556159f9a581 created by runtime.init.7 in goroutine 1 runtime/proc.go:325 +0x1a goroutine 18 gp=0xc000284380 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000216780 sp=0xc000216760 pc=0x556159f921ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.bgsweep(0xc000292000) runtime/mgcsweep.go:317 +0xdf fp=0xc0002167c8 sp=0xc000216780 pc=0x556159f47e9f runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc0002167e0 sp=0xc0002167c8 pc=0x556159f3c4e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002167e8 sp=0xc0002167e0 pc=0x556159f9a581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 19 gp=0xc000284540 m=nil [GC scavenge wait]: runtime.gopark(0x3b9d222c?, 0x3b9aca00?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000216f78 sp=0xc000216f58 pc=0x556159f921ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.(*scavengerState).park(0x55615b90b820) runtime/mgcscavenge.go:425 +0x49 fp=0xc000216fa8 sp=0xc000216f78 pc=0x556159f45869 runtime.bgscavenge(0xc000292000) runtime/mgcscavenge.go:658 +0x59 fp=0xc000216fc8 sp=0xc000216fa8 pc=0x556159f45df9 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc000216fe0 sp=0xc000216fc8 pc=0x556159f3c485 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000216fe8 sp=0xc000216fe0 pc=0x556159f9a581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 34 gp=0xc000306380 m=nil [finalizer wait]: runtime.gopark(0x0?, 0x55615b14c6f0?, 0x0?, 0x80?, 0x1000000010?) runtime/proc.go:424 +0xce fp=0xc00021a620 sp=0xc00021a600 pc=0x556159f921ae runtime.runfinq() runtime/mfinal.go:193 +0x107 fp=0xc00021a7e0 sp=0xc00021a620 pc=0x556159f3b567 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021a7e8 sp=0xc00021a7e0 pc=0x556159f9a581 created by runtime.createfing in goroutine 1 runtime/mfinal.go:163 +0x3d goroutine 198 gp=0xc0005221c0 m=nil [GC worker (idle)]: runtime.gopark(0x55615b9b9e80?, 0x1?, 0xd8?, 0x43?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00051ff38 sp=0xc00051ff18 pc=0x556159f921ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00051ffc8 sp=0xc00051ff38 pc=0x556159f3e849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00051ffe0 sp=0xc00051ffc8 pc=0x556159f3e725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00051ffe8 sp=0xc00051ffe0 pc=0x556159f9a581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 199 gp=0xc000522380 m=nil [GC worker (idle)]: runtime.gopark(0x55615b9b9e80?, 0x1?, 0xe6?, 0xa1?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000520738 sp=0xc000520718 pc=0x556159f921ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0005207c8 sp=0xc000520738 pc=0x556159f3e849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0005207e0 sp=0xc0005207c8 pc=0x556159f3e725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0005207e8 sp=0xc0005207e0 pc=0x556159f9a581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 200 gp=0xc000522540 m=nil [GC worker (idle)]: runtime.gopark(0x1a3bc25a94de3?, 0x1?, 0xe9?, 0x44?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000520f38 sp=0xc000520f18 pc=0x556159f921ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000520fc8 sp=0xc000520f38 pc=0x556159f3e849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000520fe0 sp=0xc000520fc8 pc=0x556159f3e725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000520fe8 sp=0xc000520fe0 pc=0x556159f9a581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 627 gp=0xc00029fdc0 m=nil [select]: runtime.gopark(0xc0005c1a68?, 0x2?, 0xd?, 0xfa?, 0xc0005c1834?) runtime/proc.go:424 +0xce fp=0xc0005c16a0 sp=0xc0005c1680 pc=0x556159f921ae runtime.selectgo(0xc0005c1a68, 0xc0005c1830, 0xc000658f00?, 0x0, 0x1?, 0x1) runtime/select.go:335 +0x7a5 fp=0xc0005c17c8 sp=0xc0005c16a0 pc=0x556159f6f4a5 github.com/ollama/ollama/llama/runner.(*Server).completion(0xc00037fa70, {0x55615b15ce60, 0xc0009120e0}, 0xc000732140) github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc0005c1ac0 sp=0xc0005c17c8 pc=0x55615a350466 github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x55615b15ce60?, 0xc0009120e0?}, 0x55615a2c7c27?) <autogenerated>:1 +0x36 fp=0xc0005c1af0 sp=0xc0005c1ac0 pc=0x55615a353916 net/http.HandlerFunc.ServeHTTP(0xc000912000?, {0x55615b15ce60?, 0xc0009120e0?}, 0x0?) net/http/server.go:2220 +0x29 fp=0xc0005c1b18 sp=0xc0005c1af0 pc=0x55615a2ba449 net/http.(*ServeMux).ServeHTTP(0x556159f329e5?, {0x55615b15ce60, 0xc0009120e0}, 0xc000732140) net/http/server.go:2747 +0x1ca fp=0xc0005c1b68 sp=0xc0005c1b18 pc=0x55615a2bc34a net/http.serverHandler.ServeHTTP({0x55615b159950?}, {0x55615b15ce60?, 0xc0009120e0?}, 0x6?) net/http/server.go:3210 +0x8e fp=0xc0005c1b98 sp=0xc0005c1b68 pc=0x55615a2d98ae net/http.(*conn).serve(0xc000238090, {0x55615b15ef68, 0xc0007393b0}) net/http/server.go:2092 +0x5d0 fp=0xc0005c1fb8 sp=0xc0005c1b98 pc=0x55615a2b8df0 net/http.(*Server).Serve.gowrap3() net/http/server.go:3360 +0x28 fp=0xc0005c1fe0 sp=0xc0005c1fb8 pc=0x55615a2be248 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0005c1fe8 sp=0xc0005c1fe0 pc=0x556159f9a581 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3360 +0x485 goroutine 642 gp=0xc000684a80 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:424 +0xce fp=0xc000884da8 sp=0xc000884d88 pc=0x556159f921ae runtime.netpollblock(0x556159fb5578?, 0x59f28fc6?, 0x61?) runtime/netpoll.go:575 +0xf7 fp=0xc000884de0 sp=0xc000884da8 pc=0x556159f55e17 internal/poll.runtime_pollWait(0x7f27c954bcd8, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000884e00 sp=0xc000884de0 pc=0x556159f914a5 internal/poll.(*pollDesc).wait(0xc0003b6080?, 0xc0006981c1?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000884e28 sp=0xc000884e00 pc=0x55615a018c67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0003b6080, {0xc0006981c1, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc000884ec0 sp=0xc000884e28 pc=0x55615a019f5a net.(*netFD).Read(0xc0003b6080, {0xc0006981c1?, 0x0?, 0x0?}) net/fd_posix.go:55 +0x25 fp=0xc000884f08 sp=0xc000884ec0 pc=0x55615a085165 net.(*conn).Read(0xc000916000, {0xc0006981c1?, 0x0?, 0x0?}) net/net.go:189 +0x45 fp=0xc000884f50 sp=0xc000884f08 pc=0x55615a093765 net.(*TCPConn).Read(0x0?, {0xc0006981c1?, 0x0?, 0x0?}) <autogenerated>:1 +0x25 fp=0xc000884f80 sp=0xc000884f50 pc=0x55615a0a6965 net/http.(*connReader).backgroundRead(0xc0006981b0) net/http/server.go:690 +0x37 fp=0xc000884fc8 sp=0xc000884f80 pc=0x55615a2b3777 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc000884fe0 sp=0xc000884fc8 pc=0x55615a2b36a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000884fe8 sp=0xc000884fe0 pc=0x556159f9a581 created by net/http.(*connReader).startBackgroundRead in goroutine 627 net/http/server.go:686 +0xb6 rax 0x228803fa8 rbx 0x7f24392c7790 rcx 0xfea rdx 0x7f2438e1ddf0 rdi 0x7f2438e1de00 rsi 0x0 rbp 0x7f278fffe550 rsp 0x7f278fffe530 r8 0x0 r9 0x0 r10 0x0 r11 0x246 r12 0x7f2798006550 r13 0x7f2438e1de00 r14 0x0 r15 0x7f27c0002d00 rip 0x7f2719860c57 rflags 0x10297 cs 0x33 fs 0x0 gs 0x0 SIGABRT: abort PC=0x7f28120e000b m=15 sigcode=18446744073709551610 signal arrived during cgo execution goroutine 211 gp=0xc000585340 m=15 mp=0xc000700708 [syscall]: runtime.cgocall(0x55615ab33120, 0xc00022fba0) runtime/cgocall.go:167 +0x4b fp=0xc00022fb78 sp=0xc00022fb40 pc=0x556159f8baab github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7f24398be750, {0x1, 0x7f2439d277b0, 0x0, 0x0, 0x7f243a3df420, 0x7f243a3e1430, 0x7f2439ed3df0, 0x7f23c91fbac0}) _cgo_gotypes.go:545 +0x4f fp=0xc00022fba0 sp=0xc00022fb78 pc=0x55615a34094f github.com/ollama/ollama/llama.(*Context).Decode.func1(0x55615a34f94b?, 0x7f24398be750?) github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc00022fc90 sp=0xc00022fba0 pc=0x55615a343675 github.com/ollama/ollama/llama.(*Context).Decode(0x55615b9b7c20?, 0x0?) github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc00022fcd8 sp=0xc00022fc90 pc=0x55615a3434f3 github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc00037fa70, 0xc000298a80, 0xc00022ff20) github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc00022fee0 sp=0xc00022fcd8 pc=0x55615a34e73f github.com/ollama/ollama/llama/runner.(*Server).run(0xc00037fa70, {0x55615b15efa0, 0xc0006f5310}) github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc00022ffb8 sp=0xc00022fee0 pc=0x55615a34e175 github.com/ollama/ollama/llama/runner.Execute.gowrap2() github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc00022ffe0 sp=0xc00022ffb8 pc=0x55615a353068 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00022ffe8 sp=0xc00022ffe0 pc=0x556159f9a581 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5 goroutine 1 gp=0xc0000061c0 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0005c35e8 sp=0xc0005c35c8 pc=0x556159f921ae runtime.netpollblock(0xc0005c3638?, 0x59f28fc6?, 0x61?) runtime/netpoll.go:575 +0xf7 fp=0xc0005c3620 sp=0xc0005c35e8 pc=0x556159f55e17 internal/poll.runtime_pollWait(0x7f27c954bdf0, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc0005c3640 sp=0xc0005c3620 pc=0x556159f914a5 internal/poll.(*pollDesc).wait(0xc000730980?, 0x900000036?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0005c3668 sp=0xc0005c3640 pc=0x55615a018c67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000730980) internal/poll/fd_unix.go:620 +0x295 fp=0xc0005c3710 sp=0xc0005c3668 pc=0x55615a01e035 net.(*netFD).accept(0xc000730980) net/fd_unix.go:172 +0x29 fp=0xc0005c37c8 sp=0xc0005c3710 pc=0x55615a087129 net.(*TCPListener).accept(0xc000910000) net/tcpsock_posix.go:159 +0x1e fp=0xc0005c3818 sp=0xc0005c37c8 pc=0x55615a09cd9e net.(*TCPListener).Accept(0xc000910000) net/tcpsock.go:372 +0x30 fp=0xc0005c3848 sp=0xc0005c3818 pc=0x55615a09bc50 net/http.(*onceCloseListener).Accept(0xc000238090?) <autogenerated>:1 +0x24 fp=0xc0005c3860 sp=0xc0005c3848 pc=0x55615a2e5ec4 net/http.(*Server).Serve(0xc0009142d0, {0x55615b15cc50, 0xc000910000}) net/http/server.go:3330 +0x30c fp=0xc0005c3990 sp=0xc0005c3860 pc=0x55615a2bde4c github.com/ollama/ollama/llama/runner.Execute({0xc00032e010?, 0x0?, 0x0?}) github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc0005c3d30 sp=0xc0005c3990 pc=0x55615a352d49 github.com/ollama/ollama/cmd.NewCLI.func2(0xc000744c00?, {0x55615ad1f01a?, 0x4?, 0x55615ad1f01e?}) github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc0005c3d58 sp=0xc0005c3d30 pc=0x55615ab32685 github.com/spf13/cobra.(*Command).execute(0xc000748308, {0xc000744e00, 0x10, 0x10}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc0005c3e78 sp=0xc0005c3d58 pc=0x55615a0ffe62 github.com/spf13/cobra.(*Command).ExecuteC(0xc00067db08) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc0005c3f30 sp=0xc0005c3e78 pc=0x55615a1006a5 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985 main.main() github.com/ollama/ollama/main.go:12 +0x4d fp=0xc0005c3f50 sp=0xc0005c3f30 pc=0x55615ab32a0d runtime.main() runtime/proc.go:272 +0x29d fp=0xc0005c3fe0 sp=0xc0005c3f50 pc=0x556159f5d4bd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0005c3fe8 sp=0xc0005c3fe0 pc=0x556159f9a581 goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 2 minutes]: runtime.gopark(0x1a3bc257b8f29?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x556159f921ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.forcegchelper() runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x556159f5d7f8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x556159f9a581 created by runtime.init.7 in goroutine 1 runtime/proc.go:325 +0x1a goroutine 18 gp=0xc000284380 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000216780 sp=0xc000216760 pc=0x556159f921ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.bgsweep(0xc000292000) runtime/mgcsweep.go:317 +0xdf fp=0xc0002167c8 sp=0xc000216780 pc=0x556159f47e9f runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc0002167e0 sp=0xc0002167c8 pc=0x556159f3c4e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002167e8 sp=0xc0002167e0 pc=0x556159f9a581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 19 gp=0xc000284540 m=nil [GC scavenge wait]: runtime.gopark(0x3b9d222c?, 0x3b9aca00?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000216f78 sp=0xc000216f58 pc=0x556159f921ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.(*scavengerState).park(0x55615b90b820) runtime/mgcscavenge.go:425 +0x49 fp=0xc000216fa8 sp=0xc000216f78 pc=0x556159f45869 runtime.bgscavenge(0xc000292000) runtime/mgcscavenge.go:658 +0x59 fp=0xc000216fc8 sp=0xc000216fa8 pc=0x556159f45df9 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc000216fe0 sp=0xc000216fc8 pc=0x556159f3c485 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000216fe8 sp=0xc000216fe0 pc=0x556159f9a581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 ...... goroutine 198 gp=0xc0005221c0 m=nil [GC worker (idle)]: runtime.gopark(0x55615b9b9e80?, 0x1?, 0xd8?, 0x43?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00051ff38 sp=0xc00051ff18 pc=0x556159f921ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00051ffc8 sp=0xc00051ff38 pc=0x556159f3e849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00051ffe0 sp=0xc00051ffc8 pc=0x556159f3e725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00051ffe8 sp=0xc00051ffe0 pc=0x556159f9a581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 199 gp=0xc000522380 m=nil [GC worker (idle)]: runtime.gopark(0x55615b9b9e80?, 0x1?, 0xe6?, 0xa1?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000520738 sp=0xc000520718 pc=0x556159f921ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0005207c8 sp=0xc000520738 pc=0x556159f3e849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0005207e0 sp=0xc0005207c8 pc=0x556159f3e725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0005207e8 sp=0xc0005207e0 pc=0x556159f9a581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 200 gp=0xc000522540 m=nil [GC worker (idle)]: runtime.gopark(0x1a3bc25a94de3?, 0x1?, 0xe9?, 0x44?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000520f38 sp=0xc000520f18 pc=0x556159f921ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000520fc8 sp=0xc000520f38 pc=0x556159f3e849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000520fe0 sp=0xc000520fc8 pc=0x556159f3e725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000520fe8 sp=0xc000520fe0 pc=0x556159f9a581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 627 gp=0xc00029fdc0 m=nil [select]: runtime.gopark(0xc0005c1a68?, 0x2?, 0xd?, 0xfa?, 0xc0005c1834?) runtime/proc.go:424 +0xce fp=0xc0005c16a0 sp=0xc0005c1680 pc=0x556159f921ae runtime.selectgo(0xc0005c1a68, 0xc0005c1830, 0xc000658f00?, 0x0, 0x1?, 0x1) runtime/select.go:335 +0x7a5 fp=0xc0005c17c8 sp=0xc0005c16a0 pc=0x556159f6f4a5 github.com/ollama/ollama/llama/runner.(*Server).completion(0xc00037fa70, {0x55615b15ce60, 0xc0009120e0}, 0xc000732140) github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc0005c1ac0 sp=0xc0005c17c8 pc=0x55615a350466 github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x55615b15ce60?, 0xc0009120e0?}, 0x55615a2c7c27?) <autogenerated>:1 +0x36 fp=0xc0005c1af0 sp=0xc0005c1ac0 pc=0x55615a353916 net/http.HandlerFunc.ServeHTTP(0xc000912000?, {0x55615b15ce60?, 0xc0009120e0?}, 0x0?) net/http/server.go:2220 +0x29 fp=0xc0005c1b18 sp=0xc0005c1af0 pc=0x55615a2ba449 net/http.(*ServeMux).ServeHTTP(0x556159f329e5?, {0x55615b15ce60, 0xc0009120e0}, 0xc000732140) net/http/server.go:2747 +0x1ca fp=0xc0005c1b68 sp=0xc0005c1b18 pc=0x55615a2bc34a net/http.serverHandler.ServeHTTP({0x55615b159950?}, {0x55615b15ce60?, 0xc0009120e0?}, 0x6?) net/http/server.go:3210 +0x8e fp=0xc0005c1b98 sp=0xc0005c1b68 pc=0x55615a2d98ae net/http.(*conn).serve(0xc000238090, {0x55615b15ef68, 0xc0007393b0}) net/http/server.go:2092 +0x5d0 fp=0xc0005c1fb8 sp=0xc0005c1b98 pc=0x55615a2b8df0 net/http.(*Server).Serve.gowrap3() net/http/server.go:3360 +0x28 fp=0xc0005c1fe0 sp=0xc0005c1fb8 pc=0x55615a2be248 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0005c1fe8 sp=0xc0005c1fe0 pc=0x556159f9a581 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3360 +0x485 goroutine 642 gp=0xc000684a80 m=nil [IO wait]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:424 +0xce fp=0xc000884da8 sp=0xc000884d88 pc=0x556159f921ae runtime.netpollblock(0x556159fb5578?, 0x59f28fc6?, 0x61?) runtime/netpoll.go:575 +0xf7 fp=0xc000884de0 sp=0xc000884da8 pc=0x556159f55e17 internal/poll.runtime_pollWait(0x7f27c954bcd8, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000884e00 sp=0xc000884de0 pc=0x556159f914a5 internal/poll.(*pollDesc).wait(0xc0003b6080?, 0xc0006981c1?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000884e28 sp=0xc000884e00 pc=0x55615a018c67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0003b6080, {0xc0006981c1, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc000884ec0 sp=0xc000884e28 pc=0x55615a019f5a net.(*netFD).Read(0xc0003b6080, {0xc0006981c1?, 0x0?, 0x0?}) net/fd_posix.go:55 +0x25 fp=0xc000884f08 sp=0xc000884ec0 pc=0x55615a085165 net.(*conn).Read(0xc000916000, {0xc0006981c1?, 0x0?, 0x0?}) net/net.go:189 +0x45 fp=0xc000884f50 sp=0xc000884f08 pc=0x55615a093765 net.(*TCPConn).Read(0x0?, {0xc0006981c1?, 0x0?, 0x0?}) <autogenerated>:1 +0x25 fp=0xc000884f80 sp=0xc000884f50 pc=0x55615a0a6965 net/http.(*connReader).backgroundRead(0xc0006981b0) net/http/server.go:690 +0x37 fp=0xc000884fc8 sp=0xc000884f80 pc=0x55615a2b3777 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc000884fe0 sp=0xc000884fc8 pc=0x55615a2b36a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000884fe8 sp=0xc000884fe0 pc=0x556159f9a581 created by net/http.(*connReader).startBackgroundRead in goroutine 627 net/http/server.go:686 +0xb6 rax 0x0 rbx 0x7f278ffff700 rcx 0x7f28120e000b rdx 0x0 rdi 0x2 rsi 0x7f278fffe550 rbp 0x55615aef3990 rsp 0x7f278fffe550 r8 0x0 r9 0x7f278fffe550 r10 0x8 r11 0x246 r12 0x55615aee3faf r13 0x2ea6 r14 0x60 r15 0x7f24398be750 rip 0x7f28120e000b rflags 0x246 cs 0x33 fs 0x0 gs 0x0 [GIN] 2025/02/11 - 17:40:14 | 200 | 21.304427679s | 127.0.0.1 | POST "/api/chat" ```
Author
Owner

@rick-github commented on GitHub (Feb 11, 2025):

And the same answer applies.

<!-- gh-comment-id:2650301355 --> @rick-github commented on GitHub (Feb 11, 2025): And the same answer applies.
Author
Owner

@Hugh-yw commented on GitHub (Feb 11, 2025):

The hardware environment configuration is as follows:
CPU:192c
Mem:2TB
GPU:H100 * 8

I executed the operation

cat >Modelfile <<EOF
FROM deepseek-r1:671b 
PARAMETER num_ctx 24576
PARAMETER num_predict 8192
EOF

ollama create deepseek-r1:671b-fixed -f Modelfile

The following new questions arise

root@ollama-7c5887969-6z87z:~# ollama run deepseek-r1:671b-fixed --verbose
>>> 请你介绍一下docker核心技术原理
Error: POST predict: Post "http://127.0.0.1:34113/completion": EOF

ollama server log:

time=2025-02-11T18:01:41.721+08:00 level=INFO source=server.go:597 msg="llama runner started in 192.06 seconds"
[GIN] 2025/02/11 - 18:01:41 | 200 |         3m21s |       127.0.0.1 | POST     "/api/generate"

//ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:449: GGML_ASSERT(ggml_nbytes(src1) <= INT_MAX) failed
SIGSEGV: segmentation violation
PC=0x7fd45da4dc57 m=8 sigcode=1 addr=0x228803fc4
signal arrived during cgo execution

goroutine 210 gp=0xc000522fc0 m=8 mp=0xc000324a08 [syscall]:
runtime.cgocall(0x563e2b53c120, 0xc00022aba0)
        runtime/cgocall.go:167 +0x4b fp=0xc00022ab78 sp=0xc00022ab40 pc=0x563e2a994aab
github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7fd0f58be2b0, {0x8, 0x7fd0f5d0f0a0, 0x0, 0x0, 0x7fd0f63eedb0, 0x7fd0f5d27290, 0x7fd0f5ed3990, 0x7fd08518a780})
        _cgo_gotypes.go:545 +0x4f fp=0xc00022aba0 sp=0xc00022ab78 pc=0x563e2ad4994f
github.com/ollama/ollama/llama.(*Context).Decode.func1(0x563e2ad5894b?, 0x7fd0f58be2b0?)
        github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc00022ac90 sp=0xc00022aba0 pc=0x563e2ad4c675
github.com/ollama/ollama/llama.(*Context).Decode(0xc000526578?, 0x0?)
        github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc00022acd8 sp=0xc00022ac90 pc=0x563e2ad4c4f3
github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc0002799e0, 0xc000292d20, 0xc000526720)
        github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc00022aee0 sp=0xc00022acd8 pc=0x563e2ad5773f
github.com/ollama/ollama/llama/runner.(*Server).run(0xc0002799e0, {0x563e2bb67fa0, 0xc00069d0e0})
        github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc00022afb8 sp=0xc00022aee0 pc=0x563e2ad57175
github.com/ollama/ollama/llama/runner.Execute.gowrap2()
        github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc00022afe0 sp=0xc00022afb8 pc=0x563e2ad5c068
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00022afe8 sp=0xc00022afe0 pc=0x563e2a9a3581
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
        github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5

goroutine 1 gp=0xc0000061c0 m=nil [IO wait, 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00004b5e8 sp=0xc00004b5c8 pc=0x563e2a99b1ae
runtime.netpollblock(0xc0004e3f80?, 0x2a931fc6?, 0x3e?)
        runtime/netpoll.go:575 +0xf7 fp=0xc00004b620 sp=0xc00004b5e8 pc=0x563e2a95ee17
internal/poll.runtime_pollWait(0x7fd484bb9640, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc00004b640 sp=0xc00004b620 pc=0x563e2a99a4a5
internal/poll.(*pollDesc).wait(0xc000700280?, 0x2c?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00004b668 sp=0xc00004b640 pc=0x563e2aa21c67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000700280)
        internal/poll/fd_unix.go:620 +0x295 fp=0xc00004b710 sp=0xc00004b668 pc=0x563e2aa27035
net.(*netFD).accept(0xc000700280)
        net/fd_unix.go:172 +0x29 fp=0xc00004b7c8 sp=0xc00004b710 pc=0x563e2aa90129
net.(*TCPListener).accept(0xc0006c6fc0)
        net/tcpsock_posix.go:159 +0x1e fp=0xc00004b818 sp=0xc00004b7c8 pc=0x563e2aaa5d9e
net.(*TCPListener).Accept(0xc0006c6fc0)
        net/tcpsock.go:372 +0x30 fp=0xc00004b848 sp=0xc00004b818 pc=0x563e2aaa4c50
net/http.(*onceCloseListener).Accept(0xc0004e0000?)
        <autogenerated>:1 +0x24 fp=0xc00004b860 sp=0xc00004b848 pc=0x563e2aceeec4
net/http.(*Server).Serve(0xc000479590, {0x563e2bb65c50, 0xc0006c6fc0})
        net/http/server.go:3330 +0x30c fp=0xc00004b990 sp=0xc00004b860 pc=0x563e2acc6e4c
github.com/ollama/ollama/llama/runner.Execute({0xc000036130?, 0x0?, 0x0?})
        github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00004bd30 sp=0xc00004b990 pc=0x563e2ad5bd49
github.com/ollama/ollama/cmd.NewCLI.func2(0xc00059ea00?, {0x563e2b72801a?, 0x4?, 0x563e2b72801e?})
        github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc00004bd58 sp=0xc00004bd30 pc=0x563e2b53b685
github.com/spf13/cobra.(*Command).execute(0xc0006d8008, {0xc00059ec00, 0x10, 0x10})
        github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc00004be78 sp=0xc00004bd58 pc=0x563e2ab08e62
github.com/spf13/cobra.(*Command).ExecuteC(0xc000647808)
        github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc00004bf30 sp=0xc00004be78 pc=0x563e2ab096a5
github.com/spf13/cobra.(*Command).Execute(...)
        github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
        github.com/ollama/ollama/main.go:12 +0x4d fp=0xc00004bf50 sp=0xc00004bf30 pc=0x563e2b53ba0d
runtime.main()
        runtime/proc.go:272 +0x29d fp=0xc00004bfe0 sp=0xc00004bf50 pc=0x563e2a9664bd
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x563e2a9a3581

goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 3 minutes]:
runtime.gopark(0x1a4dd771c5bf4?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x563e2a99b1ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.forcegchelper()
        runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x563e2a9667f8
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x563e2a9a3581
created by runtime.init.7 in goroutine 1
        runtime/proc.go:325 +0x1a

goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021b780 sp=0xc00021b760 pc=0x563e2a99b1ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.bgsweep(0xc00003c100)
        runtime/mgcsweep.go:317 +0xdf fp=0xc00021b7c8 sp=0xc00021b780 pc=0x563e2a950e9f
runtime.gcenable.gowrap1()
        runtime/mgc.go:204 +0x25 fp=0xc00021b7e0 sp=0xc00021b7c8 pc=0x563e2a9454e5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021b7e8 sp=0xc00021b7e0 pc=0x563e2a9a3581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x563e2b8ceb90?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021bf78 sp=0xc00021bf58 pc=0x563e2a99b1ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.(*scavengerState).park(0x563e2c314820)
        runtime/mgcscavenge.go:425 +0x49 fp=0xc00021bfa8 sp=0xc00021bf78 pc=0x563e2a94e869
runtime.bgscavenge(0xc00003c100)
        runtime/mgcscavenge.go:658 +0x59 fp=0xc00021bfc8 sp=0xc00021bfa8 pc=0x563e2a94edf9
runtime.gcenable.gowrap2()
        runtime/mgc.go:205 +0x25 fp=0xc00021bfe0 sp=0xc00021bfc8 pc=0x563e2a945485
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021bfe8 sp=0xc00021bfe0 pc=0x563e2a9a3581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:205 +0xa5

goroutine 5 gp=0xc000007c00 m=nil [finalizer wait]:
runtime.gopark(0x0?, 0x563e2bb556f0?, 0x0?, 0x20?, 0x1000000010?)
        runtime/proc.go:424 +0xce fp=0xc00021a620 sp=0xc00021a600 pc=0x563e2a99b1ae
runtime.runfinq()
        runtime/mfinal.go:193 +0x107 fp=0xc00021a7e0 sp=0xc00021a620 pc=0x563e2a944567
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021a7e8 sp=0xc00021a7e0 pc=0x563e2a9a3581
created by runtime.createfing in goroutine 1
        runtime/mfinal.go:163 +0x3d

goroutine 6 gp=0xc00036f500 m=nil [chan receive]:
runtime.gopark(0xc00021c760?, 0x563e2aa777a5?, 0x70?, 0xc8?, 0x563e2bb798e0?)
        runtime/proc.go:424 +0xce fp=0xc00021c718 sp=0xc00021c6f8 pc=0x563e2a99b1ae
runtime.chanrecv(0xc000250310, 0x0, 0x1)
        runtime/chan.go:639 +0x41c fp=0xc00021c790 sp=0xc00021c718 pc=0x563e2a934bdc
runtime.chanrecv1(0x0?, 0x0?)
        runtime/chan.go:489 +0x12 fp=0xc00021c7b8 sp=0xc00021c790 pc=0x563e2a934792
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
        runtime/mgc.go:1781
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        runtime/mgc.go:1784 +0x2f fp=0xc00021c7e0 sp=0xc00021c7b8 pc=0x563e2a94854f
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021c7e8 sp=0xc00021c7e0 pc=0x563e2a9a3581
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        runtime/mgc.go:1779 +0x96

goroutine 170 gp=0xc0004bac40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x563e2c3c2e80?, 0x1?, 0x83?, 0x10?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b9f38 sp=0xc0002b9f18 pc=0x563e2a99b1ae
runtime.gcBgMarkWorker(0xc000250380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b9fc8 sp=0xc0002b9f38 pc=0x563e2a947849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b9fe0 sp=0xc0002b9fc8 pc=0x563e2a947725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b9fe8 sp=0xc0002b9fe0 pc=0x563e2a9a3581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 207 gp=0xc000522c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x563e2c3c2e80?, 0x1?, 0xbb?, 0xe2?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00052af38 sp=0xc00052af18 pc=0x563e2a99b1ae
runtime.gcBgMarkWorker(0xc000250380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00052afc8 sp=0xc00052af38 pc=0x563e2a947849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00052afe0 sp=0xc00052afc8 pc=0x563e2a947725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00052afe8 sp=0xc00052afe0 pc=0x563e2a9a3581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 171 gp=0xc0002bf340 m=nil [select]:
runtime.gopark(0xc0006e9a68?, 0x2?, 0x4e?, 0x3a?, 0xc0006e9834?)
        runtime/proc.go:424 +0xce fp=0xc0006e96a0 sp=0xc0006e9680 pc=0x563e2a99b1ae
runtime.selectgo(0xc0006e9a68, 0xc0006e9830, 0x8?, 0x0, 0x1?, 0x1)
        runtime/select.go:335 +0x7a5 fp=0xc0006e97c8 sp=0xc0006e96a0 pc=0x563e2a9784a5
github.com/ollama/ollama/llama/runner.(*Server).completion(0xc0002799e0, {0x563e2bb65e60, 0xc0004e5c00}, 0xc0004ed400)
        github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc0006e9ac0 sp=0xc0006e97c8 pc=0x563e2ad59466
github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x563e2bb65e60?, 0xc0004e5c00?}, 0x563e2acd0c27?)
        <autogenerated>:1 +0x36 fp=0xc0006e9af0 sp=0xc0006e9ac0 pc=0x563e2ad5c916
net/http.HandlerFunc.ServeHTTP(0xc0006677a0?, {0x563e2bb65e60?, 0xc0004e5c00?}, 0x0?)
        net/http/server.go:2220 +0x29 fp=0xc0006e9b18 sp=0xc0006e9af0 pc=0x563e2acc3449
net/http.(*ServeMux).ServeHTTP(0x563e2a93b9e5?, {0x563e2bb65e60, 0xc0004e5c00}, 0xc0004ed400)
        net/http/server.go:2747 +0x1ca fp=0xc0006e9b68 sp=0xc0006e9b18 pc=0x563e2acc534a
net/http.serverHandler.ServeHTTP({0x563e2bb62950?}, {0x563e2bb65e60?, 0xc0004e5c00?}, 0x6?)
        net/http/server.go:3210 +0x8e fp=0xc0006e9b98 sp=0xc0006e9b68 pc=0x563e2ace28ae
net/http.(*conn).serve(0xc0004e0000, {0x563e2bb67f68, 0xc0006cfe00})
        net/http/server.go:2092 +0x5d0 fp=0xc0006e9fb8 sp=0xc0006e9b98 pc=0x563e2acc1df0
net/http.(*Server).Serve.gowrap3()
        net/http/server.go:3360 +0x28 fp=0xc0006e9fe0 sp=0xc0006e9fb8 pc=0x563e2acc7248
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0006e9fe8 sp=0xc0006e9fe0 pc=0x563e2a9a3581
created by net/http.(*Server).Serve in goroutine 1
        net/http/server.go:3360 +0x485

goroutine 1000 gp=0xc000604700 m=nil [IO wait]:
runtime.gopark(0x563e2a93fec5?, 0x0?, 0x0?, 0x0?, 0xb?)
        runtime/proc.go:424 +0xce fp=0xc00083eda8 sp=0xc00083ed88 pc=0x563e2a99b1ae
runtime.netpollblock(0x563e2a9be578?, 0x2a931fc6?, 0x3e?)
        runtime/netpoll.go:575 +0xf7 fp=0xc00083ede0 sp=0xc00083eda8 pc=0x563e2a95ee17
internal/poll.runtime_pollWait(0x7fd484bb9528, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc00083ee00 sp=0xc00083ede0 pc=0x563e2a99a4a5
internal/poll.(*pollDesc).wait(0xc0004da000?, 0xc0004dc0d1?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00083ee28 sp=0xc00083ee00 pc=0x563e2aa21c67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0004da000, {0xc0004dc0d1, 0x1, 0x1})
        internal/poll/fd_unix.go:165 +0x27a fp=0xc00083eec0 sp=0xc00083ee28 pc=0x563e2aa22f5a
net.(*netFD).Read(0xc0004da000, {0xc0004dc0d1?, 0xc00083ef48?, 0x563e2a99ce30?})
        net/fd_posix.go:55 +0x25 fp=0xc00083ef08 sp=0xc00083eec0 pc=0x563e2aa8e165
net.(*conn).Read(0xc0004de000, {0xc0004dc0d1?, 0x0?, 0xc0004dc0c8?})
        net/net.go:189 +0x45 fp=0xc00083ef50 sp=0xc00083ef08 pc=0x563e2aa9c765
net.(*TCPConn).Read(0xc0004dc0c0?, {0xc0004dc0d1?, 0x0?, 0x0?})
        <autogenerated>:1 +0x25 fp=0xc00083ef80 sp=0xc00083ef50 pc=0x563e2aaaf965
net/http.(*connReader).backgroundRead(0xc0004dc0c0)
        net/http/server.go:690 +0x37 fp=0xc00083efc8 sp=0xc00083ef80 pc=0x563e2acbc777
net/http.(*connReader).startBackgroundRead.gowrap2()
        net/http/server.go:686 +0x25 fp=0xc00083efe0 sp=0xc00083efc8 pc=0x563e2acbc6a5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00083efe8 sp=0xc00083efe0 pc=0x563e2a9a3581
created by net/http.(*connReader).startBackgroundRead in goroutine 171
        net/http/server.go:686 +0xb6

rax    0x228803fc4
rbx    0x7fd0f52c7280
rcx    0xff1
rdx    0x7fd0f4e1d8e0
rdi    0x7fd0f4e1d8f0
rsi    0x0
rbp    0x7fd47d7f9550
rsp    0x7fd47d7f9530
r8     0x0
r9     0x0
r10    0x0
r11    0x246
r12    0x7fd08515ea50
r13    0x7fd0f4e1d8f0
r14    0x0
r15    0x7fd464002ba0
rip    0x7fd45da4dc57
rflags 0x10297
cs     0x33
fs     0x0
gs     0x0
SIGABRT: abort
PC=0x7fd4cb70800b m=8 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 210 gp=0xc000522fc0 m=8 mp=0xc000324a08 [syscall]:
runtime.cgocall(0x563e2b53c120, 0xc00022aba0)
        runtime/cgocall.go:167 +0x4b fp=0xc00022ab78 sp=0xc00022ab40 pc=0x563e2a994aab
github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7fd0f58be2b0, {0x8, 0x7fd0f5d0f0a0, 0x0, 0x0, 0x7fd0f63eedb0, 0x7fd0f5d27290, 0x7fd0f5ed3990, 0x7fd08518a780})
        _cgo_gotypes.go:545 +0x4f fp=0xc00022aba0 sp=0xc00022ab78 pc=0x563e2ad4994f
github.com/ollama/ollama/llama.(*Context).Decode.func1(0x563e2ad5894b?, 0x7fd0f58be2b0?)
        github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc00022ac90 sp=0xc00022aba0 pc=0x563e2ad4c675
github.com/ollama/ollama/llama.(*Context).Decode(0xc000526578?, 0x0?)
        github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc00022acd8 sp=0xc00022ac90 pc=0x563e2ad4c4f3
github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc0002799e0, 0xc000292d20, 0xc000526720)
        github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc00022aee0 sp=0xc00022acd8 pc=0x563e2ad5773f
github.com/ollama/ollama/llama/runner.(*Server).run(0xc0002799e0, {0x563e2bb67fa0, 0xc00069d0e0})
        github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc00022afb8 sp=0xc00022aee0 pc=0x563e2ad57175
github.com/ollama/ollama/llama/runner.Execute.gowrap2()
        github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc00022afe0 sp=0xc00022afb8 pc=0x563e2ad5c068
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00022afe8 sp=0xc00022afe0 pc=0x563e2a9a3581
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
        github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5

goroutine 1 gp=0xc0000061c0 m=nil [IO wait, 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00004b5e8 sp=0xc00004b5c8 pc=0x563e2a99b1ae
runtime.netpollblock(0xc0004e3f80?, 0x2a931fc6?, 0x3e?)
        runtime/netpoll.go:575 +0xf7 fp=0xc00004b620 sp=0xc00004b5e8 pc=0x563e2a95ee17
internal/poll.runtime_pollWait(0x7fd484bb9640, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc00004b640 sp=0xc00004b620 pc=0x563e2a99a4a5
internal/poll.(*pollDesc).wait(0xc000700280?, 0x2c?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00004b668 sp=0xc00004b640 pc=0x563e2aa21c67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc000700280)
        internal/poll/fd_unix.go:620 +0x295 fp=0xc00004b710 sp=0xc00004b668 pc=0x563e2aa27035
net.(*netFD).accept(0xc000700280)
        net/fd_unix.go:172 +0x29 fp=0xc00004b7c8 sp=0xc00004b710 pc=0x563e2aa90129
net.(*TCPListener).accept(0xc0006c6fc0)
        net/tcpsock_posix.go:159 +0x1e fp=0xc00004b818 sp=0xc00004b7c8 pc=0x563e2aaa5d9e
net.(*TCPListener).Accept(0xc0006c6fc0)
        net/tcpsock.go:372 +0x30 fp=0xc00004b848 sp=0xc00004b818 pc=0x563e2aaa4c50
net/http.(*onceCloseListener).Accept(0xc0004e0000?)
        <autogenerated>:1 +0x24 fp=0xc00004b860 sp=0xc00004b848 pc=0x563e2aceeec4
net/http.(*Server).Serve(0xc000479590, {0x563e2bb65c50, 0xc0006c6fc0})
        net/http/server.go:3330 +0x30c fp=0xc00004b990 sp=0xc00004b860 pc=0x563e2acc6e4c
github.com/ollama/ollama/llama/runner.Execute({0xc000036130?, 0x0?, 0x0?})
        github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00004bd30 sp=0xc00004b990 pc=0x563e2ad5bd49
github.com/ollama/ollama/cmd.NewCLI.func2(0xc00059ea00?, {0x563e2b72801a?, 0x4?, 0x563e2b72801e?})
        github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc00004bd58 sp=0xc00004bd30 pc=0x563e2b53b685
github.com/spf13/cobra.(*Command).execute(0xc0006d8008, {0xc00059ec00, 0x10, 0x10})
        github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc00004be78 sp=0xc00004bd58 pc=0x563e2ab08e62
github.com/spf13/cobra.(*Command).ExecuteC(0xc000647808)
        github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc00004bf30 sp=0xc00004be78 pc=0x563e2ab096a5
github.com/spf13/cobra.(*Command).Execute(...)
        github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
        github.com/ollama/ollama/main.go:12 +0x4d fp=0xc00004bf50 sp=0xc00004bf30 pc=0x563e2b53ba0d
runtime.main()
        runtime/proc.go:272 +0x29d fp=0xc00004bfe0 sp=0xc00004bf50 pc=0x563e2a9664bd
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x563e2a9a3581

goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 3 minutes]:
runtime.gopark(0x1a4dd771c5bf4?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x563e2a99b1ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.forcegchelper()
        runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x563e2a9667f8
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x563e2a9a3581
created by runtime.init.7 in goroutine 1
        runtime/proc.go:325 +0x1a

goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021b780 sp=0xc00021b760 pc=0x563e2a99b1ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.bgsweep(0xc00003c100)
        runtime/mgcsweep.go:317 +0xdf fp=0xc00021b7c8 sp=0xc00021b780 pc=0x563e2a950e9f
runtime.gcenable.gowrap1()
        runtime/mgc.go:204 +0x25 fp=0xc00021b7e0 sp=0xc00021b7c8 pc=0x563e2a9454e5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021b7e8 sp=0xc00021b7e0 pc=0x563e2a9a3581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x563e2b8ceb90?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021bf78 sp=0xc00021bf58 pc=0x563e2a99b1ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.(*scavengerState).park(0x563e2c314820)
        runtime/mgcscavenge.go:425 +0x49 fp=0xc00021bfa8 sp=0xc00021bf78 pc=0x563e2a94e869
runtime.bgscavenge(0xc00003c100)
        runtime/mgcscavenge.go:658 +0x59 fp=0xc00021bfc8 sp=0xc00021bfa8 pc=0x563e2a94edf9
runtime.gcenable.gowrap2()
        runtime/mgc.go:205 +0x25 fp=0xc00021bfe0 sp=0xc00021bfc8 pc=0x563e2a945485
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021bfe8 sp=0xc00021bfe0 pc=0x563e2a9a3581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:205 +0xa5

goroutine 5 gp=0xc000007c00 m=nil [finalizer wait]:
runtime.gopark(0x0?, 0x563e2bb556f0?, 0x0?, 0x20?, 0x1000000010?)
        runtime/proc.go:424 +0xce fp=0xc00021a620 sp=0xc00021a600 pc=0x563e2a99b1ae
runtime.runfinq()
        runtime/mfinal.go:193 +0x107 fp=0xc00021a7e0 sp=0xc00021a620 pc=0x563e2a944567
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021a7e8 sp=0xc00021a7e0 pc=0x563e2a9a3581
created by runtime.createfing in goroutine 1
        runtime/mfinal.go:163 +0x3d

goroutine 6 gp=0xc00036f500 m=nil [chan receive]:
runtime.gopark(0xc00021c760?, 0x563e2aa777a5?, 0x70?, 0xc8?, 0x563e2bb798e0?)
        runtime/proc.go:424 +0xce fp=0xc00021c718 sp=0xc00021c6f8 pc=0x563e2a99b1ae
runtime.chanrecv(0xc000250310, 0x0, 0x1)
        runtime/chan.go:639 +0x41c fp=0xc00021c790 sp=0xc00021c718 pc=0x563e2a934bdc
runtime.chanrecv1(0x0?, 0x0?)
        runtime/chan.go:489 +0x12 fp=0xc00021c7b8 sp=0xc00021c790 pc=0x563e2a934792
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
        runtime/mgc.go:1781
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        runtime/mgc.go:1784 +0x2f fp=0xc00021c7e0 sp=0xc00021c7b8 pc=0x563e2a94854f
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021c7e8 sp=0xc00021c7e0 pc=0x563e2a9a3581
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        runtime/mgc.go:1779 +0x96

goroutine 170 gp=0xc0004bac40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x563e2c3c2e80?, 0x1?, 0x83?, 0x10?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b9f38 sp=0xc0002b9f18 pc=0x563e2a99b1ae
runtime.gcBgMarkWorker(0xc000250380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b9fc8 sp=0xc0002b9f38 pc=0x563e2a947849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b9fe0 sp=0xc0002b9fc8 pc=0x563e2a947725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b9fe8 sp=0xc0002b9fe0 pc=0x563e2a9a3581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 207 gp=0xc000522c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x563e2c3c2e80?, 0x1?, 0xbb?, 0xe2?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00052af38 sp=0xc00052af18 pc=0x563e2a99b1ae
runtime.gcBgMarkWorker(0xc000250380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00052afc8 sp=0xc00052af38 pc=0x563e2a947849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00052afe0 sp=0xc00052afc8 pc=0x563e2a947725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00052afe8 sp=0xc00052afe0 pc=0x563e2a9a3581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 171 gp=0xc0002bf340 m=nil [select]:
runtime.gopark(0xc0006e9a68?, 0x2?, 0x4e?, 0x3a?, 0xc0006e9834?)
        runtime/proc.go:424 +0xce fp=0xc0006e96a0 sp=0xc0006e9680 pc=0x563e2a99b1ae
runtime.selectgo(0xc0006e9a68, 0xc0006e9830, 0x8?, 0x0, 0x1?, 0x1)
        runtime/select.go:335 +0x7a5 fp=0xc0006e97c8 sp=0xc0006e96a0 pc=0x563e2a9784a5
github.com/ollama/ollama/llama/runner.(*Server).completion(0xc0002799e0, {0x563e2bb65e60, 0xc0004e5c00}, 0xc0004ed400)
        github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc0006e9ac0 sp=0xc0006e97c8 pc=0x563e2ad59466
github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x563e2bb65e60?, 0xc0004e5c00?}, 0x563e2acd0c27?)
        <autogenerated>:1 +0x36 fp=0xc0006e9af0 sp=0xc0006e9ac0 pc=0x563e2ad5c916
net/http.HandlerFunc.ServeHTTP(0xc0006677a0?, {0x563e2bb65e60?, 0xc0004e5c00?}, 0x0?)
        net/http/server.go:2220 +0x29 fp=0xc0006e9b18 sp=0xc0006e9af0 pc=0x563e2acc3449
net/http.(*ServeMux).ServeHTTP(0x563e2a93b9e5?, {0x563e2bb65e60, 0xc0004e5c00}, 0xc0004ed400)
        net/http/server.go:2747 +0x1ca fp=0xc0006e9b68 sp=0xc0006e9b18 pc=0x563e2acc534a
net/http.serverHandler.ServeHTTP({0x563e2bb62950?}, {0x563e2bb65e60?, 0xc0004e5c00?}, 0x6?)
        net/http/server.go:3210 +0x8e fp=0xc0006e9b98 sp=0xc0006e9b68 pc=0x563e2ace28ae
net/http.(*conn).serve(0xc0004e0000, {0x563e2bb67f68, 0xc0006cfe00})
        net/http/server.go:2092 +0x5d0 fp=0xc0006e9fb8 sp=0xc0006e9b98 pc=0x563e2acc1df0
net/http.(*Server).Serve.gowrap3()
        net/http/server.go:3360 +0x28 fp=0xc0006e9fe0 sp=0xc0006e9fb8 pc=0x563e2acc7248
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0006e9fe8 sp=0xc0006e9fe0 pc=0x563e2a9a3581
created by net/http.(*Server).Serve in goroutine 1
        net/http/server.go:3360 +0x485

goroutine 1000 gp=0xc000604700 m=nil [IO wait]:
runtime.gopark(0x563e2a93fec5?, 0x0?, 0x0?, 0x0?, 0xb?)
        runtime/proc.go:424 +0xce fp=0xc00083eda8 sp=0xc00083ed88 pc=0x563e2a99b1ae
runtime.netpollblock(0x563e2a9be578?, 0x2a931fc6?, 0x3e?)
        runtime/netpoll.go:575 +0xf7 fp=0xc00083ede0 sp=0xc00083eda8 pc=0x563e2a95ee17
internal/poll.runtime_pollWait(0x7fd484bb9528, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc00083ee00 sp=0xc00083ede0 pc=0x563e2a99a4a5
internal/poll.(*pollDesc).wait(0xc0004da000?, 0xc0004dc0d1?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00083ee28 sp=0xc00083ee00 pc=0x563e2aa21c67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0004da000, {0xc0004dc0d1, 0x1, 0x1})
        internal/poll/fd_unix.go:165 +0x27a fp=0xc00083eec0 sp=0xc00083ee28 pc=0x563e2aa22f5a
net.(*netFD).Read(0xc0004da000, {0xc0004dc0d1?, 0xc00083ef48?, 0x563e2a99ce30?})
        net/fd_posix.go:55 +0x25 fp=0xc00083ef08 sp=0xc00083eec0 pc=0x563e2aa8e165
net.(*conn).Read(0xc0004de000, {0xc0004dc0d1?, 0x0?, 0xc0004dc0c8?})
        net/net.go:189 +0x45 fp=0xc00083ef50 sp=0xc00083ef08 pc=0x563e2aa9c765
net.(*TCPConn).Read(0xc0004dc0c0?, {0xc0004dc0d1?, 0x0?, 0x0?})
        <autogenerated>:1 +0x25 fp=0xc00083ef80 sp=0xc00083ef50 pc=0x563e2aaaf965
net/http.(*connReader).backgroundRead(0xc0004dc0c0)
        net/http/server.go:690 +0x37 fp=0xc00083efc8 sp=0xc00083ef80 pc=0x563e2acbc777
net/http.(*connReader).startBackgroundRead.gowrap2()
        net/http/server.go:686 +0x25 fp=0xc00083efe0 sp=0xc00083efc8 pc=0x563e2acbc6a5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00083efe8 sp=0xc00083efe0 pc=0x563e2a9a3581
created by net/http.(*connReader).startBackgroundRead in goroutine 171
        net/http/server.go:686 +0xb6

rax    0x0
rbx    0x7fd47d7fa700
rcx    0x7fd4cb70800b
rdx    0x0
rdi    0x2
rsi    0x7fd47d7f9550
rbp    0x7fd40e6b80bf
rsp    0x7fd47d7f9550
r8     0x0
r9     0x7fd47d7f9550
r10    0x8
r11    0x246
r12    0x7fd40e6fbc00
r13    0x1c1
r14    0x80000000
r15    0x7fd08515f480
rip    0x7fd4cb70800b
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
[GIN] 2025/02/11 - 18:02:12 | 200 | 18.997770737s |       127.0.0.1 | POST     "/api/chat"
time=2025-02-11T18:02:13.380+08:00 level=ERROR source=server.go:422 msg="llama runner terminated" error="exit status 2"

@rick-github Please help me take a look

<!-- gh-comment-id:2650337708 --> @Hugh-yw commented on GitHub (Feb 11, 2025): The hardware environment configuration is as follows: CPU:192c Mem:2TB GPU:H100 * 8 I executed the operation ``` cat >Modelfile <<EOF FROM deepseek-r1:671b PARAMETER num_ctx 24576 PARAMETER num_predict 8192 EOF ollama create deepseek-r1:671b-fixed -f Modelfile ``` The following new questions arise ``` root@ollama-7c5887969-6z87z:~# ollama run deepseek-r1:671b-fixed --verbose >>> 请你介绍一下docker核心技术原理 Error: POST predict: Post "http://127.0.0.1:34113/completion": EOF ``` ollama server log: ``` time=2025-02-11T18:01:41.721+08:00 level=INFO source=server.go:597 msg="llama runner started in 192.06 seconds" [GIN] 2025/02/11 - 18:01:41 | 200 | 3m21s | 127.0.0.1 | POST "/api/generate" //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:449: GGML_ASSERT(ggml_nbytes(src1) <= INT_MAX) failed SIGSEGV: segmentation violation PC=0x7fd45da4dc57 m=8 sigcode=1 addr=0x228803fc4 signal arrived during cgo execution goroutine 210 gp=0xc000522fc0 m=8 mp=0xc000324a08 [syscall]: runtime.cgocall(0x563e2b53c120, 0xc00022aba0) runtime/cgocall.go:167 +0x4b fp=0xc00022ab78 sp=0xc00022ab40 pc=0x563e2a994aab github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7fd0f58be2b0, {0x8, 0x7fd0f5d0f0a0, 0x0, 0x0, 0x7fd0f63eedb0, 0x7fd0f5d27290, 0x7fd0f5ed3990, 0x7fd08518a780}) _cgo_gotypes.go:545 +0x4f fp=0xc00022aba0 sp=0xc00022ab78 pc=0x563e2ad4994f github.com/ollama/ollama/llama.(*Context).Decode.func1(0x563e2ad5894b?, 0x7fd0f58be2b0?) github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc00022ac90 sp=0xc00022aba0 pc=0x563e2ad4c675 github.com/ollama/ollama/llama.(*Context).Decode(0xc000526578?, 0x0?) github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc00022acd8 sp=0xc00022ac90 pc=0x563e2ad4c4f3 github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc0002799e0, 0xc000292d20, 0xc000526720) github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc00022aee0 sp=0xc00022acd8 pc=0x563e2ad5773f github.com/ollama/ollama/llama/runner.(*Server).run(0xc0002799e0, {0x563e2bb67fa0, 0xc00069d0e0}) github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc00022afb8 sp=0xc00022aee0 pc=0x563e2ad57175 github.com/ollama/ollama/llama/runner.Execute.gowrap2() github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc00022afe0 sp=0xc00022afb8 pc=0x563e2ad5c068 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00022afe8 sp=0xc00022afe0 pc=0x563e2a9a3581 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5 goroutine 1 gp=0xc0000061c0 m=nil [IO wait, 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00004b5e8 sp=0xc00004b5c8 pc=0x563e2a99b1ae runtime.netpollblock(0xc0004e3f80?, 0x2a931fc6?, 0x3e?) runtime/netpoll.go:575 +0xf7 fp=0xc00004b620 sp=0xc00004b5e8 pc=0x563e2a95ee17 internal/poll.runtime_pollWait(0x7fd484bb9640, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc00004b640 sp=0xc00004b620 pc=0x563e2a99a4a5 internal/poll.(*pollDesc).wait(0xc000700280?, 0x2c?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00004b668 sp=0xc00004b640 pc=0x563e2aa21c67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000700280) internal/poll/fd_unix.go:620 +0x295 fp=0xc00004b710 sp=0xc00004b668 pc=0x563e2aa27035 net.(*netFD).accept(0xc000700280) net/fd_unix.go:172 +0x29 fp=0xc00004b7c8 sp=0xc00004b710 pc=0x563e2aa90129 net.(*TCPListener).accept(0xc0006c6fc0) net/tcpsock_posix.go:159 +0x1e fp=0xc00004b818 sp=0xc00004b7c8 pc=0x563e2aaa5d9e net.(*TCPListener).Accept(0xc0006c6fc0) net/tcpsock.go:372 +0x30 fp=0xc00004b848 sp=0xc00004b818 pc=0x563e2aaa4c50 net/http.(*onceCloseListener).Accept(0xc0004e0000?) <autogenerated>:1 +0x24 fp=0xc00004b860 sp=0xc00004b848 pc=0x563e2aceeec4 net/http.(*Server).Serve(0xc000479590, {0x563e2bb65c50, 0xc0006c6fc0}) net/http/server.go:3330 +0x30c fp=0xc00004b990 sp=0xc00004b860 pc=0x563e2acc6e4c github.com/ollama/ollama/llama/runner.Execute({0xc000036130?, 0x0?, 0x0?}) github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00004bd30 sp=0xc00004b990 pc=0x563e2ad5bd49 github.com/ollama/ollama/cmd.NewCLI.func2(0xc00059ea00?, {0x563e2b72801a?, 0x4?, 0x563e2b72801e?}) github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc00004bd58 sp=0xc00004bd30 pc=0x563e2b53b685 github.com/spf13/cobra.(*Command).execute(0xc0006d8008, {0xc00059ec00, 0x10, 0x10}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc00004be78 sp=0xc00004bd58 pc=0x563e2ab08e62 github.com/spf13/cobra.(*Command).ExecuteC(0xc000647808) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc00004bf30 sp=0xc00004be78 pc=0x563e2ab096a5 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985 main.main() github.com/ollama/ollama/main.go:12 +0x4d fp=0xc00004bf50 sp=0xc00004bf30 pc=0x563e2b53ba0d runtime.main() runtime/proc.go:272 +0x29d fp=0xc00004bfe0 sp=0xc00004bf50 pc=0x563e2a9664bd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x563e2a9a3581 goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 3 minutes]: runtime.gopark(0x1a4dd771c5bf4?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x563e2a99b1ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.forcegchelper() runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x563e2a9667f8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x563e2a9a3581 created by runtime.init.7 in goroutine 1 runtime/proc.go:325 +0x1a goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021b780 sp=0xc00021b760 pc=0x563e2a99b1ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.bgsweep(0xc00003c100) runtime/mgcsweep.go:317 +0xdf fp=0xc00021b7c8 sp=0xc00021b780 pc=0x563e2a950e9f runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc00021b7e0 sp=0xc00021b7c8 pc=0x563e2a9454e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021b7e8 sp=0xc00021b7e0 pc=0x563e2a9a3581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x563e2b8ceb90?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021bf78 sp=0xc00021bf58 pc=0x563e2a99b1ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.(*scavengerState).park(0x563e2c314820) runtime/mgcscavenge.go:425 +0x49 fp=0xc00021bfa8 sp=0xc00021bf78 pc=0x563e2a94e869 runtime.bgscavenge(0xc00003c100) runtime/mgcscavenge.go:658 +0x59 fp=0xc00021bfc8 sp=0xc00021bfa8 pc=0x563e2a94edf9 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc00021bfe0 sp=0xc00021bfc8 pc=0x563e2a945485 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021bfe8 sp=0xc00021bfe0 pc=0x563e2a9a3581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc000007c00 m=nil [finalizer wait]: runtime.gopark(0x0?, 0x563e2bb556f0?, 0x0?, 0x20?, 0x1000000010?) runtime/proc.go:424 +0xce fp=0xc00021a620 sp=0xc00021a600 pc=0x563e2a99b1ae runtime.runfinq() runtime/mfinal.go:193 +0x107 fp=0xc00021a7e0 sp=0xc00021a620 pc=0x563e2a944567 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021a7e8 sp=0xc00021a7e0 pc=0x563e2a9a3581 created by runtime.createfing in goroutine 1 runtime/mfinal.go:163 +0x3d goroutine 6 gp=0xc00036f500 m=nil [chan receive]: runtime.gopark(0xc00021c760?, 0x563e2aa777a5?, 0x70?, 0xc8?, 0x563e2bb798e0?) runtime/proc.go:424 +0xce fp=0xc00021c718 sp=0xc00021c6f8 pc=0x563e2a99b1ae runtime.chanrecv(0xc000250310, 0x0, 0x1) runtime/chan.go:639 +0x41c fp=0xc00021c790 sp=0xc00021c718 pc=0x563e2a934bdc runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:489 +0x12 fp=0xc00021c7b8 sp=0xc00021c790 pc=0x563e2a934792 runtime.unique_runtime_registerUniqueMapCleanup.func1(...) runtime/mgc.go:1781 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1784 +0x2f fp=0xc00021c7e0 sp=0xc00021c7b8 pc=0x563e2a94854f runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021c7e8 sp=0xc00021c7e0 pc=0x563e2a9a3581 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1779 +0x96 goroutine 170 gp=0xc0004bac40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x563e2c3c2e80?, 0x1?, 0x83?, 0x10?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b9f38 sp=0xc0002b9f18 pc=0x563e2a99b1ae runtime.gcBgMarkWorker(0xc000250380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b9fc8 sp=0xc0002b9f38 pc=0x563e2a947849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b9fe0 sp=0xc0002b9fc8 pc=0x563e2a947725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b9fe8 sp=0xc0002b9fe0 pc=0x563e2a9a3581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 207 gp=0xc000522c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x563e2c3c2e80?, 0x1?, 0xbb?, 0xe2?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00052af38 sp=0xc00052af18 pc=0x563e2a99b1ae runtime.gcBgMarkWorker(0xc000250380) runtime/mgc.go:1412 +0xe9 fp=0xc00052afc8 sp=0xc00052af38 pc=0x563e2a947849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00052afe0 sp=0xc00052afc8 pc=0x563e2a947725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00052afe8 sp=0xc00052afe0 pc=0x563e2a9a3581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 171 gp=0xc0002bf340 m=nil [select]: runtime.gopark(0xc0006e9a68?, 0x2?, 0x4e?, 0x3a?, 0xc0006e9834?) runtime/proc.go:424 +0xce fp=0xc0006e96a0 sp=0xc0006e9680 pc=0x563e2a99b1ae runtime.selectgo(0xc0006e9a68, 0xc0006e9830, 0x8?, 0x0, 0x1?, 0x1) runtime/select.go:335 +0x7a5 fp=0xc0006e97c8 sp=0xc0006e96a0 pc=0x563e2a9784a5 github.com/ollama/ollama/llama/runner.(*Server).completion(0xc0002799e0, {0x563e2bb65e60, 0xc0004e5c00}, 0xc0004ed400) github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc0006e9ac0 sp=0xc0006e97c8 pc=0x563e2ad59466 github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x563e2bb65e60?, 0xc0004e5c00?}, 0x563e2acd0c27?) <autogenerated>:1 +0x36 fp=0xc0006e9af0 sp=0xc0006e9ac0 pc=0x563e2ad5c916 net/http.HandlerFunc.ServeHTTP(0xc0006677a0?, {0x563e2bb65e60?, 0xc0004e5c00?}, 0x0?) net/http/server.go:2220 +0x29 fp=0xc0006e9b18 sp=0xc0006e9af0 pc=0x563e2acc3449 net/http.(*ServeMux).ServeHTTP(0x563e2a93b9e5?, {0x563e2bb65e60, 0xc0004e5c00}, 0xc0004ed400) net/http/server.go:2747 +0x1ca fp=0xc0006e9b68 sp=0xc0006e9b18 pc=0x563e2acc534a net/http.serverHandler.ServeHTTP({0x563e2bb62950?}, {0x563e2bb65e60?, 0xc0004e5c00?}, 0x6?) net/http/server.go:3210 +0x8e fp=0xc0006e9b98 sp=0xc0006e9b68 pc=0x563e2ace28ae net/http.(*conn).serve(0xc0004e0000, {0x563e2bb67f68, 0xc0006cfe00}) net/http/server.go:2092 +0x5d0 fp=0xc0006e9fb8 sp=0xc0006e9b98 pc=0x563e2acc1df0 net/http.(*Server).Serve.gowrap3() net/http/server.go:3360 +0x28 fp=0xc0006e9fe0 sp=0xc0006e9fb8 pc=0x563e2acc7248 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0006e9fe8 sp=0xc0006e9fe0 pc=0x563e2a9a3581 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3360 +0x485 goroutine 1000 gp=0xc000604700 m=nil [IO wait]: runtime.gopark(0x563e2a93fec5?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:424 +0xce fp=0xc00083eda8 sp=0xc00083ed88 pc=0x563e2a99b1ae runtime.netpollblock(0x563e2a9be578?, 0x2a931fc6?, 0x3e?) runtime/netpoll.go:575 +0xf7 fp=0xc00083ede0 sp=0xc00083eda8 pc=0x563e2a95ee17 internal/poll.runtime_pollWait(0x7fd484bb9528, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc00083ee00 sp=0xc00083ede0 pc=0x563e2a99a4a5 internal/poll.(*pollDesc).wait(0xc0004da000?, 0xc0004dc0d1?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00083ee28 sp=0xc00083ee00 pc=0x563e2aa21c67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0004da000, {0xc0004dc0d1, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc00083eec0 sp=0xc00083ee28 pc=0x563e2aa22f5a net.(*netFD).Read(0xc0004da000, {0xc0004dc0d1?, 0xc00083ef48?, 0x563e2a99ce30?}) net/fd_posix.go:55 +0x25 fp=0xc00083ef08 sp=0xc00083eec0 pc=0x563e2aa8e165 net.(*conn).Read(0xc0004de000, {0xc0004dc0d1?, 0x0?, 0xc0004dc0c8?}) net/net.go:189 +0x45 fp=0xc00083ef50 sp=0xc00083ef08 pc=0x563e2aa9c765 net.(*TCPConn).Read(0xc0004dc0c0?, {0xc0004dc0d1?, 0x0?, 0x0?}) <autogenerated>:1 +0x25 fp=0xc00083ef80 sp=0xc00083ef50 pc=0x563e2aaaf965 net/http.(*connReader).backgroundRead(0xc0004dc0c0) net/http/server.go:690 +0x37 fp=0xc00083efc8 sp=0xc00083ef80 pc=0x563e2acbc777 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc00083efe0 sp=0xc00083efc8 pc=0x563e2acbc6a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00083efe8 sp=0xc00083efe0 pc=0x563e2a9a3581 created by net/http.(*connReader).startBackgroundRead in goroutine 171 net/http/server.go:686 +0xb6 rax 0x228803fc4 rbx 0x7fd0f52c7280 rcx 0xff1 rdx 0x7fd0f4e1d8e0 rdi 0x7fd0f4e1d8f0 rsi 0x0 rbp 0x7fd47d7f9550 rsp 0x7fd47d7f9530 r8 0x0 r9 0x0 r10 0x0 r11 0x246 r12 0x7fd08515ea50 r13 0x7fd0f4e1d8f0 r14 0x0 r15 0x7fd464002ba0 rip 0x7fd45da4dc57 rflags 0x10297 cs 0x33 fs 0x0 gs 0x0 SIGABRT: abort PC=0x7fd4cb70800b m=8 sigcode=18446744073709551610 signal arrived during cgo execution goroutine 210 gp=0xc000522fc0 m=8 mp=0xc000324a08 [syscall]: runtime.cgocall(0x563e2b53c120, 0xc00022aba0) runtime/cgocall.go:167 +0x4b fp=0xc00022ab78 sp=0xc00022ab40 pc=0x563e2a994aab github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7fd0f58be2b0, {0x8, 0x7fd0f5d0f0a0, 0x0, 0x0, 0x7fd0f63eedb0, 0x7fd0f5d27290, 0x7fd0f5ed3990, 0x7fd08518a780}) _cgo_gotypes.go:545 +0x4f fp=0xc00022aba0 sp=0xc00022ab78 pc=0x563e2ad4994f github.com/ollama/ollama/llama.(*Context).Decode.func1(0x563e2ad5894b?, 0x7fd0f58be2b0?) github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc00022ac90 sp=0xc00022aba0 pc=0x563e2ad4c675 github.com/ollama/ollama/llama.(*Context).Decode(0xc000526578?, 0x0?) github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc00022acd8 sp=0xc00022ac90 pc=0x563e2ad4c4f3 github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc0002799e0, 0xc000292d20, 0xc000526720) github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc00022aee0 sp=0xc00022acd8 pc=0x563e2ad5773f github.com/ollama/ollama/llama/runner.(*Server).run(0xc0002799e0, {0x563e2bb67fa0, 0xc00069d0e0}) github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc00022afb8 sp=0xc00022aee0 pc=0x563e2ad57175 github.com/ollama/ollama/llama/runner.Execute.gowrap2() github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc00022afe0 sp=0xc00022afb8 pc=0x563e2ad5c068 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00022afe8 sp=0xc00022afe0 pc=0x563e2a9a3581 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5 goroutine 1 gp=0xc0000061c0 m=nil [IO wait, 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00004b5e8 sp=0xc00004b5c8 pc=0x563e2a99b1ae runtime.netpollblock(0xc0004e3f80?, 0x2a931fc6?, 0x3e?) runtime/netpoll.go:575 +0xf7 fp=0xc00004b620 sp=0xc00004b5e8 pc=0x563e2a95ee17 internal/poll.runtime_pollWait(0x7fd484bb9640, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc00004b640 sp=0xc00004b620 pc=0x563e2a99a4a5 internal/poll.(*pollDesc).wait(0xc000700280?, 0x2c?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00004b668 sp=0xc00004b640 pc=0x563e2aa21c67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc000700280) internal/poll/fd_unix.go:620 +0x295 fp=0xc00004b710 sp=0xc00004b668 pc=0x563e2aa27035 net.(*netFD).accept(0xc000700280) net/fd_unix.go:172 +0x29 fp=0xc00004b7c8 sp=0xc00004b710 pc=0x563e2aa90129 net.(*TCPListener).accept(0xc0006c6fc0) net/tcpsock_posix.go:159 +0x1e fp=0xc00004b818 sp=0xc00004b7c8 pc=0x563e2aaa5d9e net.(*TCPListener).Accept(0xc0006c6fc0) net/tcpsock.go:372 +0x30 fp=0xc00004b848 sp=0xc00004b818 pc=0x563e2aaa4c50 net/http.(*onceCloseListener).Accept(0xc0004e0000?) <autogenerated>:1 +0x24 fp=0xc00004b860 sp=0xc00004b848 pc=0x563e2aceeec4 net/http.(*Server).Serve(0xc000479590, {0x563e2bb65c50, 0xc0006c6fc0}) net/http/server.go:3330 +0x30c fp=0xc00004b990 sp=0xc00004b860 pc=0x563e2acc6e4c github.com/ollama/ollama/llama/runner.Execute({0xc000036130?, 0x0?, 0x0?}) github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00004bd30 sp=0xc00004b990 pc=0x563e2ad5bd49 github.com/ollama/ollama/cmd.NewCLI.func2(0xc00059ea00?, {0x563e2b72801a?, 0x4?, 0x563e2b72801e?}) github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc00004bd58 sp=0xc00004bd30 pc=0x563e2b53b685 github.com/spf13/cobra.(*Command).execute(0xc0006d8008, {0xc00059ec00, 0x10, 0x10}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc00004be78 sp=0xc00004bd58 pc=0x563e2ab08e62 github.com/spf13/cobra.(*Command).ExecuteC(0xc000647808) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc00004bf30 sp=0xc00004be78 pc=0x563e2ab096a5 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985 main.main() github.com/ollama/ollama/main.go:12 +0x4d fp=0xc00004bf50 sp=0xc00004bf30 pc=0x563e2b53ba0d runtime.main() runtime/proc.go:272 +0x29d fp=0xc00004bfe0 sp=0xc00004bf50 pc=0x563e2a9664bd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x563e2a9a3581 goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 3 minutes]: runtime.gopark(0x1a4dd771c5bf4?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x563e2a99b1ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.forcegchelper() runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x563e2a9667f8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x563e2a9a3581 created by runtime.init.7 in goroutine 1 runtime/proc.go:325 +0x1a goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021b780 sp=0xc00021b760 pc=0x563e2a99b1ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.bgsweep(0xc00003c100) runtime/mgcsweep.go:317 +0xdf fp=0xc00021b7c8 sp=0xc00021b780 pc=0x563e2a950e9f runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc00021b7e0 sp=0xc00021b7c8 pc=0x563e2a9454e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021b7e8 sp=0xc00021b7e0 pc=0x563e2a9a3581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x563e2b8ceb90?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021bf78 sp=0xc00021bf58 pc=0x563e2a99b1ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.(*scavengerState).park(0x563e2c314820) runtime/mgcscavenge.go:425 +0x49 fp=0xc00021bfa8 sp=0xc00021bf78 pc=0x563e2a94e869 runtime.bgscavenge(0xc00003c100) runtime/mgcscavenge.go:658 +0x59 fp=0xc00021bfc8 sp=0xc00021bfa8 pc=0x563e2a94edf9 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc00021bfe0 sp=0xc00021bfc8 pc=0x563e2a945485 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021bfe8 sp=0xc00021bfe0 pc=0x563e2a9a3581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 5 gp=0xc000007c00 m=nil [finalizer wait]: runtime.gopark(0x0?, 0x563e2bb556f0?, 0x0?, 0x20?, 0x1000000010?) runtime/proc.go:424 +0xce fp=0xc00021a620 sp=0xc00021a600 pc=0x563e2a99b1ae runtime.runfinq() runtime/mfinal.go:193 +0x107 fp=0xc00021a7e0 sp=0xc00021a620 pc=0x563e2a944567 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021a7e8 sp=0xc00021a7e0 pc=0x563e2a9a3581 created by runtime.createfing in goroutine 1 runtime/mfinal.go:163 +0x3d goroutine 6 gp=0xc00036f500 m=nil [chan receive]: runtime.gopark(0xc00021c760?, 0x563e2aa777a5?, 0x70?, 0xc8?, 0x563e2bb798e0?) runtime/proc.go:424 +0xce fp=0xc00021c718 sp=0xc00021c6f8 pc=0x563e2a99b1ae runtime.chanrecv(0xc000250310, 0x0, 0x1) runtime/chan.go:639 +0x41c fp=0xc00021c790 sp=0xc00021c718 pc=0x563e2a934bdc runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:489 +0x12 fp=0xc00021c7b8 sp=0xc00021c790 pc=0x563e2a934792 runtime.unique_runtime_registerUniqueMapCleanup.func1(...) runtime/mgc.go:1781 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1784 +0x2f fp=0xc00021c7e0 sp=0xc00021c7b8 pc=0x563e2a94854f runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021c7e8 sp=0xc00021c7e0 pc=0x563e2a9a3581 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1779 +0x96 goroutine 170 gp=0xc0004bac40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x563e2c3c2e80?, 0x1?, 0x83?, 0x10?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b9f38 sp=0xc0002b9f18 pc=0x563e2a99b1ae runtime.gcBgMarkWorker(0xc000250380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b9fc8 sp=0xc0002b9f38 pc=0x563e2a947849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b9fe0 sp=0xc0002b9fc8 pc=0x563e2a947725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b9fe8 sp=0xc0002b9fe0 pc=0x563e2a9a3581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 207 gp=0xc000522c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x563e2c3c2e80?, 0x1?, 0xbb?, 0xe2?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00052af38 sp=0xc00052af18 pc=0x563e2a99b1ae runtime.gcBgMarkWorker(0xc000250380) runtime/mgc.go:1412 +0xe9 fp=0xc00052afc8 sp=0xc00052af38 pc=0x563e2a947849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00052afe0 sp=0xc00052afc8 pc=0x563e2a947725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00052afe8 sp=0xc00052afe0 pc=0x563e2a9a3581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 171 gp=0xc0002bf340 m=nil [select]: runtime.gopark(0xc0006e9a68?, 0x2?, 0x4e?, 0x3a?, 0xc0006e9834?) runtime/proc.go:424 +0xce fp=0xc0006e96a0 sp=0xc0006e9680 pc=0x563e2a99b1ae runtime.selectgo(0xc0006e9a68, 0xc0006e9830, 0x8?, 0x0, 0x1?, 0x1) runtime/select.go:335 +0x7a5 fp=0xc0006e97c8 sp=0xc0006e96a0 pc=0x563e2a9784a5 github.com/ollama/ollama/llama/runner.(*Server).completion(0xc0002799e0, {0x563e2bb65e60, 0xc0004e5c00}, 0xc0004ed400) github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc0006e9ac0 sp=0xc0006e97c8 pc=0x563e2ad59466 github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x563e2bb65e60?, 0xc0004e5c00?}, 0x563e2acd0c27?) <autogenerated>:1 +0x36 fp=0xc0006e9af0 sp=0xc0006e9ac0 pc=0x563e2ad5c916 net/http.HandlerFunc.ServeHTTP(0xc0006677a0?, {0x563e2bb65e60?, 0xc0004e5c00?}, 0x0?) net/http/server.go:2220 +0x29 fp=0xc0006e9b18 sp=0xc0006e9af0 pc=0x563e2acc3449 net/http.(*ServeMux).ServeHTTP(0x563e2a93b9e5?, {0x563e2bb65e60, 0xc0004e5c00}, 0xc0004ed400) net/http/server.go:2747 +0x1ca fp=0xc0006e9b68 sp=0xc0006e9b18 pc=0x563e2acc534a net/http.serverHandler.ServeHTTP({0x563e2bb62950?}, {0x563e2bb65e60?, 0xc0004e5c00?}, 0x6?) net/http/server.go:3210 +0x8e fp=0xc0006e9b98 sp=0xc0006e9b68 pc=0x563e2ace28ae net/http.(*conn).serve(0xc0004e0000, {0x563e2bb67f68, 0xc0006cfe00}) net/http/server.go:2092 +0x5d0 fp=0xc0006e9fb8 sp=0xc0006e9b98 pc=0x563e2acc1df0 net/http.(*Server).Serve.gowrap3() net/http/server.go:3360 +0x28 fp=0xc0006e9fe0 sp=0xc0006e9fb8 pc=0x563e2acc7248 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0006e9fe8 sp=0xc0006e9fe0 pc=0x563e2a9a3581 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3360 +0x485 goroutine 1000 gp=0xc000604700 m=nil [IO wait]: runtime.gopark(0x563e2a93fec5?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:424 +0xce fp=0xc00083eda8 sp=0xc00083ed88 pc=0x563e2a99b1ae runtime.netpollblock(0x563e2a9be578?, 0x2a931fc6?, 0x3e?) runtime/netpoll.go:575 +0xf7 fp=0xc00083ede0 sp=0xc00083eda8 pc=0x563e2a95ee17 internal/poll.runtime_pollWait(0x7fd484bb9528, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc00083ee00 sp=0xc00083ede0 pc=0x563e2a99a4a5 internal/poll.(*pollDesc).wait(0xc0004da000?, 0xc0004dc0d1?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00083ee28 sp=0xc00083ee00 pc=0x563e2aa21c67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc0004da000, {0xc0004dc0d1, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc00083eec0 sp=0xc00083ee28 pc=0x563e2aa22f5a net.(*netFD).Read(0xc0004da000, {0xc0004dc0d1?, 0xc00083ef48?, 0x563e2a99ce30?}) net/fd_posix.go:55 +0x25 fp=0xc00083ef08 sp=0xc00083eec0 pc=0x563e2aa8e165 net.(*conn).Read(0xc0004de000, {0xc0004dc0d1?, 0x0?, 0xc0004dc0c8?}) net/net.go:189 +0x45 fp=0xc00083ef50 sp=0xc00083ef08 pc=0x563e2aa9c765 net.(*TCPConn).Read(0xc0004dc0c0?, {0xc0004dc0d1?, 0x0?, 0x0?}) <autogenerated>:1 +0x25 fp=0xc00083ef80 sp=0xc00083ef50 pc=0x563e2aaaf965 net/http.(*connReader).backgroundRead(0xc0004dc0c0) net/http/server.go:690 +0x37 fp=0xc00083efc8 sp=0xc00083ef80 pc=0x563e2acbc777 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc00083efe0 sp=0xc00083efc8 pc=0x563e2acbc6a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00083efe8 sp=0xc00083efe0 pc=0x563e2a9a3581 created by net/http.(*connReader).startBackgroundRead in goroutine 171 net/http/server.go:686 +0xb6 rax 0x0 rbx 0x7fd47d7fa700 rcx 0x7fd4cb70800b rdx 0x0 rdi 0x2 rsi 0x7fd47d7f9550 rbp 0x7fd40e6b80bf rsp 0x7fd47d7f9550 r8 0x0 r9 0x7fd47d7f9550 r10 0x8 r11 0x246 r12 0x7fd40e6fbc00 r13 0x1c1 r14 0x80000000 r15 0x7fd08515f480 rip 0x7fd4cb70800b rflags 0x246 cs 0x33 fs 0x0 gs 0x0 [GIN] 2025/02/11 - 18:02:12 | 200 | 18.997770737s | 127.0.0.1 | POST "/api/chat" time=2025-02-11T18:02:13.380+08:00 level=ERROR source=server.go:422 msg="llama runner terminated" error="exit status 2" ``` @rick-github Please help me take a look
Author
Owner

@rick-github commented on GitHub (Feb 11, 2025):

//ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:449: GGML_ASSERT(ggml_nbytes(src1) <= INT_MAX) failed

I haven't seen this before. Could you add the full log so we can see device detection, memory allocation, etc.

<!-- gh-comment-id:2650358651 --> @rick-github commented on GitHub (Feb 11, 2025): ``` //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:449: GGML_ASSERT(ggml_nbytes(src1) <= INT_MAX) failed ``` I haven't seen this before. Could you add the full log so we can see device detection, memory allocation, etc.
Author
Owner

@Hugh-yw commented on GitHub (Feb 11, 2025):

//ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:449: GGML_ASSERT(ggml_nbytes(src1) <= INT_MAX) failed

我以前没见过这种情况。你能添加完整的日志吗,这样我们就能查看设备检测、内存分配等。

[GIN] 2025/02/11 - 18:18:28 | 200 |      96.791µs |       127.0.0.1 | HEAD     "/"
[GIN] 2025/02/11 - 18:18:28 | 200 |   49.645878ms |       127.0.0.1 | POST     "/api/show"
time=2025-02-11T18:18:30.603+08:00 level=INFO source=server.go:100 msg="system memory" total="2015.5 GiB" free="1979.9 GiB" free_swap="0 B"
time=2025-02-11T18:18:30.605+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=19 layers.split=3,3,3,2,2,2,2,2 memory.available="[78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB]" memory.gpu_overhead="0 B" memory.required.full="1188.0 GiB" memory.required.partial="580.8 GiB" memory.required.kv="457.5 GiB" memory.required.allocations="[76.6 GiB 77.5 GiB 77.5 GiB 69.7 GiB 70.6 GiB 69.7 GiB 69.7 GiB 69.7 GiB]" memory.weights.total="833.0 GiB" memory.weights.repeating="832.2 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="33.4 GiB" memory.graph.partial="33.4 GiB"
time=2025-02-11T18:18:30.605+08:00 level=INFO source=server.go:381 msg="starting llama server" cmd="/usr/bin/ollama runner --model /root/.ollama/models/blobs/sha256-9801e7fce27dbf3d0bfb468b7b21f1d132131a546dfc43e50518631b8b1800a9 --ctx-size 98304 --batch-size 512 --n-gpu-layers 19 --threads 96 --parallel 4 --tensor-split 3,3,3,2,2,2,2,2 --port 40737"
time=2025-02-11T18:18:30.605+08:00 level=INFO source=sched.go:449 msg="loaded runners" count=1
time=2025-02-11T18:18:30.606+08:00 level=INFO source=server.go:558 msg="waiting for llama runner to start responding"
time=2025-02-11T18:18:30.608+08:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server error"
time=2025-02-11T18:18:30.669+08:00 level=INFO source=runner.go:936 msg="starting go runner"
time=2025-02-11T18:18:30.670+08:00 level=INFO source=runner.go:937 msg=system info="CPU : LLAMAFILE = 1 | CPU : LLAMAFILE = 1 | cgo(gcc)" threads=96
time=2025-02-11T18:18:30.670+08:00 level=INFO source=runner.go:995 msg="Server listening on 127.0.0.1:40737"
time=2025-02-11T18:18:30.860+08:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server loading model"
ggml_cuda_init: GGML_CUDA_FORCE_MMQ:    no
ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
ggml_cuda_init: found 8 CUDA devices:
  Device 0: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes
  Device 1: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes
  Device 2: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes
  Device 3: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes
  Device 4: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes
  Device 5: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes
  Device 6: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes
  Device 7: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes
load_backend: loaded CUDA backend from /usr/lib/ollama/cuda_v12/libggml-cuda.so
load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-sapphirerapids.so
llama_load_model_from_file: using device CUDA3 (NVIDIA H100 80GB HBM3) - 80816 MiB free
llama_load_model_from_file: using device CUDA5 (NVIDIA H100 80GB HBM3) - 80816 MiB free
llama_load_model_from_file: using device CUDA7 (NVIDIA H100 80GB HBM3) - 80816 MiB free
llama_load_model_from_file: using device CUDA0 (NVIDIA H100 80GB HBM3) - 80816 MiB free
llama_load_model_from_file: using device CUDA4 (NVIDIA H100 80GB HBM3) - 80816 MiB free
llama_load_model_from_file: using device CUDA1 (NVIDIA H100 80GB HBM3) - 80816 MiB free
llama_load_model_from_file: using device CUDA6 (NVIDIA H100 80GB HBM3) - 80816 MiB free
llama_load_model_from_file: using device CUDA2 (NVIDIA H100 80GB HBM3) - 80816 MiB free
llama_model_loader: loaded meta data with 42 key-value pairs and 1025 tensors from /root/.ollama/models/blobs/sha256-9801e7fce27dbf3d0bfb468b7b21f1d132131a546dfc43e50518631b8b1800a9 (version GGUF V3 (latest))
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
llama_model_loader: - kv   0:                       general.architecture str              = deepseek2
llama_model_loader: - kv   1:                               general.type str              = model
llama_model_loader: - kv   2:                         general.size_label str              = 256x20B
llama_model_loader: - kv   3:                      deepseek2.block_count u32              = 61
llama_model_loader: - kv   4:                   deepseek2.context_length u32              = 163840
llama_model_loader: - kv   5:                 deepseek2.embedding_length u32              = 7168
llama_model_loader: - kv   6:              deepseek2.feed_forward_length u32              = 18432
llama_model_loader: - kv   7:             deepseek2.attention.head_count u32              = 128
llama_model_loader: - kv   8:          deepseek2.attention.head_count_kv u32              = 128
llama_model_loader: - kv   9:                   deepseek2.rope.freq_base f32              = 10000.000000
llama_model_loader: - kv  10: deepseek2.attention.layer_norm_rms_epsilon f32              = 0.000001
llama_model_loader: - kv  11:                deepseek2.expert_used_count u32              = 8
llama_model_loader: - kv  12:        deepseek2.leading_dense_block_count u32              = 3
llama_model_loader: - kv  13:                       deepseek2.vocab_size u32              = 129280
llama_model_loader: - kv  14:            deepseek2.attention.q_lora_rank u32              = 1536
llama_model_loader: - kv  15:           deepseek2.attention.kv_lora_rank u32              = 512
llama_model_loader: - kv  16:             deepseek2.attention.key_length u32              = 192
llama_model_loader: - kv  17:           deepseek2.attention.value_length u32              = 128
llama_model_loader: - kv  18:       deepseek2.expert_feed_forward_length u32              = 2048
llama_model_loader: - kv  19:                     deepseek2.expert_count u32              = 256
llama_model_loader: - kv  20:              deepseek2.expert_shared_count u32              = 1
llama_model_loader: - kv  21:             deepseek2.expert_weights_scale f32              = 2.500000
llama_model_loader: - kv  22:              deepseek2.expert_weights_norm bool             = true
llama_model_loader: - kv  23:               deepseek2.expert_gating_func u32              = 2
llama_model_loader: - kv  24:             deepseek2.rope.dimension_count u32              = 64
llama_model_loader: - kv  25:                deepseek2.rope.scaling.type str              = yarn
llama_model_loader: - kv  26:              deepseek2.rope.scaling.factor f32              = 40.000000
llama_model_loader: - kv  27: deepseek2.rope.scaling.original_context_length u32              = 4096
llama_model_loader: - kv  28: deepseek2.rope.scaling.yarn_log_multiplier f32              = 0.100000
llama_model_loader: - kv  29:                       tokenizer.ggml.model str              = gpt2
llama_model_loader: - kv  30:                         tokenizer.ggml.pre str              = deepseek-v3
llama_model_loader: - kv  31:                      tokenizer.ggml.tokens arr[str,129280]  = ["<|begin▁of▁sentence|>", "<�...
llama_model_loader: - kv  32:                  tokenizer.ggml.token_type arr[i32,129280]  = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
llama_model_loader: - kv  33:                      tokenizer.ggml.merges arr[str,127741]  = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e...
llama_model_loader: - kv  34:                tokenizer.ggml.bos_token_id u32              = 0
llama_model_loader: - kv  35:                tokenizer.ggml.eos_token_id u32              = 1
llama_model_loader: - kv  36:            tokenizer.ggml.padding_token_id u32              = 1
llama_model_loader: - kv  37:               tokenizer.ggml.add_bos_token bool             = true
llama_model_loader: - kv  38:               tokenizer.ggml.add_eos_token bool             = false
llama_model_loader: - kv  39:                    tokenizer.chat_template str              = {% if not add_generation_prompt is de...
llama_model_loader: - kv  40:               general.quantization_version u32              = 2
llama_model_loader: - kv  41:                          general.file_type u32              = 15
llama_model_loader: - type  f32:  361 tensors
llama_model_loader: - type q4_K:  606 tensors
llama_model_loader: - type q6_K:   58 tensors
llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect
llm_load_vocab: special tokens cache size = 818
llm_load_vocab: token to piece cache size = 0.8223 MB
llm_load_print_meta: format           = GGUF V3 (latest)
llm_load_print_meta: arch             = deepseek2
llm_load_print_meta: vocab type       = BPE
llm_load_print_meta: n_vocab          = 129280
llm_load_print_meta: n_merges         = 127741
llm_load_print_meta: vocab_only       = 0
llm_load_print_meta: n_ctx_train      = 163840
llm_load_print_meta: n_embd           = 7168
llm_load_print_meta: n_layer          = 61
llm_load_print_meta: n_head           = 128
llm_load_print_meta: n_head_kv        = 128
llm_load_print_meta: n_rot            = 64
llm_load_print_meta: n_swa            = 0
llm_load_print_meta: n_embd_head_k    = 192
llm_load_print_meta: n_embd_head_v    = 128
llm_load_print_meta: n_gqa            = 1
llm_load_print_meta: n_embd_k_gqa     = 24576
llm_load_print_meta: n_embd_v_gqa     = 16384
llm_load_print_meta: f_norm_eps       = 0.0e+00
llm_load_print_meta: f_norm_rms_eps   = 1.0e-06
llm_load_print_meta: f_clamp_kqv      = 0.0e+00
llm_load_print_meta: f_max_alibi_bias = 0.0e+00
llm_load_print_meta: f_logit_scale    = 0.0e+00
llm_load_print_meta: n_ff             = 18432
llm_load_print_meta: n_expert         = 256
llm_load_print_meta: n_expert_used    = 8
llm_load_print_meta: causal attn      = 1
llm_load_print_meta: pooling type     = 0
llm_load_print_meta: rope type        = 0
llm_load_print_meta: rope scaling     = yarn
llm_load_print_meta: freq_base_train  = 10000.0
llm_load_print_meta: freq_scale_train = 0.025
llm_load_print_meta: n_ctx_orig_yarn  = 4096
llm_load_print_meta: rope_finetuned   = unknown
llm_load_print_meta: ssm_d_conv       = 0
llm_load_print_meta: ssm_d_inner      = 0
llm_load_print_meta: ssm_d_state      = 0
llm_load_print_meta: ssm_dt_rank      = 0
llm_load_print_meta: ssm_dt_b_c_rms   = 0
llm_load_print_meta: model type       = 671B
llm_load_print_meta: model ftype      = Q4_K - Medium
llm_load_print_meta: model params     = 671.03 B
llm_load_print_meta: model size       = 376.65 GiB (4.82 BPW) 
llm_load_print_meta: general.name     = n/a
llm_load_print_meta: BOS token        = 0 '<|begin▁of▁sentence|>'
llm_load_print_meta: EOS token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: EOT token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: PAD token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: LF token         = 131 'Ä'
llm_load_print_meta: FIM PRE token    = 128801 '<|fim▁begin|>'
llm_load_print_meta: FIM SUF token    = 128800 '<|fim▁hole|>'
llm_load_print_meta: FIM MID token    = 128802 '<|fim▁end|>'
llm_load_print_meta: EOG token        = 1 '<|end▁of▁sentence|>'
llm_load_print_meta: max token length = 256
llm_load_print_meta: n_layer_dense_lead   = 3
llm_load_print_meta: n_lora_q             = 1536
llm_load_print_meta: n_lora_kv            = 512
llm_load_print_meta: n_ff_exp             = 2048
llm_load_print_meta: n_expert_shared      = 1
llm_load_print_meta: expert_weights_scale = 2.5
llm_load_print_meta: expert_weights_norm  = 1
llm_load_print_meta: expert_gating_func   = sigmoid
llm_load_print_meta: rope_yarn_log_mul    = 0.1000
time=2025-02-11T18:18:45.606+08:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server not responding"
time=2025-02-11T18:19:17.167+08:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server loading model"
llm_load_tensors: offloading 19 repeating layers to GPU
llm_load_tensors: offloaded 19/62 layers to GPU
llm_load_tensors:          AMX model buffer size =  6802.61 MiB
llm_load_tensors:        CUDA0 model buffer size = 13285.73 MiB
llm_load_tensors:        CUDA1 model buffer size = 14213.34 MiB
llm_load_tensors:        CUDA2 model buffer size = 14213.34 MiB
llm_load_tensors:        CUDA3 model buffer size = 19464.79 MiB
llm_load_tensors:        CUDA4 model buffer size = 14213.34 MiB
llm_load_tensors:        CUDA5 model buffer size = 19464.79 MiB
llm_load_tensors:        CUDA6 model buffer size = 14213.34 MiB
llm_load_tensors:        CUDA7 model buffer size = 19464.79 MiB
llm_load_tensors:   CPU_Mapped model buffer size = 256423.35 MiB
ggml_backend_amx_buffer_set_tensor: amx repack tensor output.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.ffn_gate.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.ffn_down.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.ffn_up.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.ffn_gate.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.ffn_down.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.ffn_up.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.ffn_gate.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.ffn_down.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.ffn_up.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.ffn_down_shexp.weight of type q6_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.ffn_up_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_q_a.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_q_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_kv_a_mqa.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_kv_b.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_output.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.ffn_gate_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.ffn_down_shexp.weight of type q4_K
ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.ffn_up_shexp.weight of type q4_K
llama_new_context_with_model: n_seq_max     = 4
llama_new_context_with_model: n_ctx         = 98304
llama_new_context_with_model: n_ctx_per_seq = 24576
llama_new_context_with_model: n_batch       = 2048
llama_new_context_with_model: n_ubatch      = 512
llama_new_context_with_model: flash_attn    = 0
llama_new_context_with_model: freq_base     = 10000.0
llama_new_context_with_model: freq_scale    = 0.025
llama_new_context_with_model: n_ctx_per_seq (24576) < n_ctx_train (163840) -- the full capacity of the model will not be utilized
llama_kv_cache_init: kv_size = 98304, offload = 1, type_k = 'f16', type_v = 'f16', n_layer = 61, can_shift = 0
llama_kv_cache_init:      CUDA0 KV buffer size = 15360.00 MiB
llama_kv_cache_init:      CUDA1 KV buffer size = 15360.00 MiB
llama_kv_cache_init:      CUDA2 KV buffer size = 15360.00 MiB
llama_kv_cache_init:      CUDA3 KV buffer size = 23040.00 MiB
llama_kv_cache_init:      CUDA4 KV buffer size = 15360.00 MiB
llama_kv_cache_init:      CUDA5 KV buffer size = 23040.00 MiB
llama_kv_cache_init:      CUDA6 KV buffer size = 15360.00 MiB
llama_kv_cache_init:      CUDA7 KV buffer size = 23040.00 MiB

llama_kv_cache_init:        CPU KV buffer size = 322560.00 MiB
llama_new_context_with_model: KV self size  = 468480.00 MiB, K (f16): 281088.00 MiB, V (f16): 187392.00 MiB
llama_new_context_with_model:        CPU  output buffer size =     2.08 MiB
llama_new_context_with_model:      CUDA3 compute buffer size = 34137.16 MiB
llama_new_context_with_model:      CUDA5 compute buffer size = 24922.00 MiB
llama_new_context_with_model:      CUDA7 compute buffer size = 24922.00 MiB
llama_new_context_with_model:      CUDA0 compute buffer size = 24922.00 MiB
llama_new_context_with_model:      CUDA4 compute buffer size = 24922.00 MiB
llama_new_context_with_model:      CUDA1 compute buffer size = 24922.00 MiB
llama_new_context_with_model:      CUDA6 compute buffer size = 24922.00 MiB
llama_new_context_with_model:      CUDA2 compute buffer size = 24922.00 MiB
llama_new_context_with_model:  CUDA_Host compute buffer size =   272.01 MiB
llama_new_context_with_model: graph nodes  = 5025
llama_new_context_with_model: graph splits = 794 (with bs=512), 10 (with bs=1)
time=2025-02-11T18:21:42.599+08:00 level=INFO source=server.go:597 msg="llama runner started in 191.99 seconds"
[GIN] 2025/02/11 - 18:21:42 | 200 |         3m14s |       127.0.0.1 | POST     "/api/generate"
//ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:449: GGML_ASSERT(ggml_nbytes(src1) <= INT_MAX) failed
SIGSEGV: segmentation violation
PC=0x7fbd30a4bc57 m=8 sigcode=1 addr=0x228803fc4
signal arrived during cgo execution

goroutine 175 gp=0xc0004fc8c0 m=8 mp=0xc000462708 [syscall]:
runtime.cgocall(0x5632f29e6120, 0xc000228ba0)
        runtime/cgocall.go:167 +0x4b fp=0xc000228b78 sp=0xc000228b40 pc=0x5632f1e3eaab
github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7fb9d18bf120, {0x6, 0x7fb9d1d0fef0, 0x0, 0x0, 0x7fb9d1d28150, 0x7fb9d1b6a310, 0x7fb9d1ed4770, 0x7fb96118a1e0})
        _cgo_gotypes.go:545 +0x4f fp=0xc000228ba0 sp=0xc000228b78 pc=0x5632f21f394f
github.com/ollama/ollama/llama.(*Context).Decode.func1(0x5632f220294b?, 0x7fb9d18bf120?)
        github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc000228c90 sp=0xc000228ba0 pc=0x5632f21f6675
github.com/ollama/ollama/llama.(*Context).Decode(0xc0004eed78?, 0x0?)
        github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc000228cd8 sp=0xc000228c90 pc=0x5632f21f64f3
github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc000624120, 0xc0002921e0, 0xc0004eef20)
        github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc000228ee0 sp=0xc000228cd8 pc=0x5632f220173f
github.com/ollama/ollama/llama/runner.(*Server).run(0xc000624120, {0x5632f3011fa0, 0xc0006c00a0})
        github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc000228fb8 sp=0xc000228ee0 pc=0x5632f2201175
github.com/ollama/ollama/llama/runner.Execute.gowrap2()
        github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000228fe0 sp=0xc000228fb8 pc=0x5632f2206068
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000228fe8 sp=0xc000228fe0 pc=0x5632f1e4d581
created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1
        github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5

goroutine 1 gp=0xc0000061c0 m=nil [IO wait, 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00004b5e8 sp=0xc00004b5c8 pc=0x5632f1e451ae
runtime.netpollblock(0xc000807638?, 0xf1ddbfc6?, 0x32?)
        runtime/netpoll.go:575 +0xf7 fp=0xc00004b620 sp=0xc00004b5e8 pc=0x5632f1e08e17
internal/poll.runtime_pollWait(0x7fbd5c3e1df0, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc00004b640 sp=0xc00004b620 pc=0x5632f1e444a5
internal/poll.(*pollDesc).wait(0xc0007a0280?, 0x900000036?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00004b668 sp=0xc00004b640 pc=0x5632f1ecbc67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc0007a0280)
        internal/poll/fd_unix.go:620 +0x295 fp=0xc00004b710 sp=0xc00004b668 pc=0x5632f1ed1035
net.(*netFD).accept(0xc0007a0280)
        net/fd_unix.go:172 +0x29 fp=0xc00004b7c8 sp=0xc00004b710 pc=0x5632f1f3a129
net.(*TCPListener).accept(0xc0006d24c0)
        net/tcpsock_posix.go:159 +0x1e fp=0xc00004b818 sp=0xc00004b7c8 pc=0x5632f1f4fd9e
net.(*TCPListener).Accept(0xc0006d24c0)
        net/tcpsock.go:372 +0x30 fp=0xc00004b848 sp=0xc00004b818 pc=0x5632f1f4ec50
net/http.(*onceCloseListener).Accept(0xc000533290?)
        <autogenerated>:1 +0x24 fp=0xc00004b860 sp=0xc00004b848 pc=0x5632f2198ec4
net/http.(*Server).Serve(0xc0007205a0, {0x5632f300fc50, 0xc0006d24c0})
        net/http/server.go:3330 +0x30c fp=0xc00004b990 sp=0xc00004b860 pc=0x5632f2170e4c
github.com/ollama/ollama/llama/runner.Execute({0xc00032e010?, 0x0?, 0x0?})
        github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00004bd30 sp=0xc00004b990 pc=0x5632f2205d49
github.com/ollama/ollama/cmd.NewCLI.func2(0xc0007a2500?, {0x5632f2bd201a?, 0x4?, 0x5632f2bd201e?})
        github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc00004bd58 sp=0xc00004bd30 pc=0x5632f29e5685
github.com/spf13/cobra.(*Command).execute(0xc000708308, {0xc0007a2700, 0x10, 0x10})
        github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc00004be78 sp=0xc00004bd58 pc=0x5632f1fb2e62
github.com/spf13/cobra.(*Command).ExecuteC(0xc000665b08)
        github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc00004bf30 sp=0xc00004be78 pc=0x5632f1fb36a5
github.com/spf13/cobra.(*Command).Execute(...)
        github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
        github.com/ollama/ollama/main.go:12 +0x4d fp=0xc00004bf50 sp=0xc00004bf30 pc=0x5632f29e5a0d
runtime.main()
        runtime/proc.go:272 +0x29d fp=0xc00004bfe0 sp=0xc00004bf50 pc=0x5632f1e104bd
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x5632f1e4d581

goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 3 minutes]:
runtime.gopark(0x1a5f510ef19a3?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x5632f1e451ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.forcegchelper()
        runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x5632f1e107f8
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x5632f1e4d581
created by runtime.init.7 in goroutine 1
        runtime/proc.go:325 +0x1a

goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021b780 sp=0xc00021b760 pc=0x5632f1e451ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.bgsweep(0xc00003c100)
        runtime/mgcsweep.go:317 +0xdf fp=0xc00021b7c8 sp=0xc00021b780 pc=0x5632f1dfae9f
runtime.gcenable.gowrap1()
        runtime/mgc.go:204 +0x25 fp=0xc00021b7e0 sp=0xc00021b7c8 pc=0x5632f1def4e5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021b7e8 sp=0xc00021b7e0 pc=0x5632f1e4d581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:204 +0x66

goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x5632f2d78b90?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021bf78 sp=0xc00021bf58 pc=0x5632f1e451ae
runtime.goparkunlock(...)
        runtime/proc.go:430
runtime.(*scavengerState).park(0x5632f37be820)
        runtime/mgcscavenge.go:425 +0x49 fp=0xc00021bfa8 sp=0xc00021bf78 pc=0x5632f1df8869
runtime.bgscavenge(0xc00003c100)
        runtime/mgcscavenge.go:658 +0x59 fp=0xc00021bfc8 sp=0xc00021bfa8 pc=0x5632f1df8df9
runtime.gcenable.gowrap2()
        runtime/mgc.go:205 +0x25 fp=0xc00021bfe0 sp=0xc00021bfc8 pc=0x5632f1def485
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021bfe8 sp=0xc00021bfe0 pc=0x5632f1e4d581
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:205 +0xa5

goroutine 18 gp=0xc000306380 m=nil [finalizer wait]:
runtime.gopark(0x0?, 0x5632f2fff6f0?, 0x0?, 0x40?, 0x1000000010?)
        runtime/proc.go:424 +0xce fp=0xc00021a620 sp=0xc00021a600 pc=0x5632f1e451ae
runtime.runfinq()
        runtime/mfinal.go:193 +0x107 fp=0xc00021a7e0 sp=0xc00021a620 pc=0x5632f1dee567
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021a7e8 sp=0xc00021a7e0 pc=0x5632f1e4d581
created by runtime.createfing in goroutine 1
        runtime/mfinal.go:163 +0x3d

goroutine 19 gp=0xc000307c00 m=nil [chan receive]:
runtime.gopark(0xc000216760?, 0x5632f1f217a5?, 0x70?, 0x28?, 0x5632f30238e0?)
        runtime/proc.go:424 +0xce fp=0xc000216718 sp=0xc0002166f8 pc=0x5632f1e451ae
runtime.chanrecv(0xc000300310, 0x0, 0x1)
        runtime/chan.go:639 +0x41c fp=0xc000216790 sp=0xc000216718 pc=0x5632f1ddebdc
runtime.chanrecv1(0x0?, 0x0?)
        runtime/chan.go:489 +0x12 fp=0xc0002167b8 sp=0xc000216790 pc=0x5632f1dde792
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
        runtime/mgc.go:1781
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
        runtime/mgc.go:1784 +0x2f fp=0xc0002167e0 sp=0xc0002167b8 pc=0x5632f1df254f
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002167e8 sp=0xc0002167e0 pc=0x5632f1e4d581
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
        runtime/mgc.go:1779 +0x96

goroutine 20 gp=0xc000307dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000216f38 sp=0xc000216f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000216fc8 sp=0xc000216f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000216fe0 sp=0xc000216fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000216fe8 sp=0xc000216fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 21 gp=0xc0004c4000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000217738 sp=0xc000217718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002177c8 sp=0xc000217738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002177e0 sp=0xc0002177c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002177e8 sp=0xc0002177e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 22 gp=0xc0004c41c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000217f38 sp=0xc000217f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000217fc8 sp=0xc000217f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000217fe0 sp=0xc000217fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000217fe8 sp=0xc000217fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 23 gp=0xc0004c4380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000218738 sp=0xc000218718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002187c8 sp=0xc000218738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002187e0 sp=0xc0002187c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002187e8 sp=0xc0002187e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 34 gp=0xc000284380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029c738 sp=0xc00029c718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029c7c8 sp=0xc00029c738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029c7e0 sp=0xc00029c7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029c7e8 sp=0xc00029c7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 35 gp=0xc000284540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029cf38 sp=0xc00029cf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029cfc8 sp=0xc00029cf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029cfe0 sp=0xc00029cfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029cfe8 sp=0xc00029cfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 36 gp=0xc000284700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029d738 sp=0xc00029d718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029d7c8 sp=0xc00029d738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029d7e0 sp=0xc00029d7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029d7e8 sp=0xc00029d7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 37 gp=0xc0002848c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029df38 sp=0xc00029df18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029dfc8 sp=0xc00029df38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029dfe0 sp=0xc00029dfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029dfe8 sp=0xc00029dfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 38 gp=0xc000284a80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029e738 sp=0xc00029e718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029e7c8 sp=0xc00029e738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029e7e0 sp=0xc00029e7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029e7e8 sp=0xc00029e7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 39 gp=0xc000284c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029ef38 sp=0xc00029ef18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029efc8 sp=0xc00029ef38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029efe0 sp=0xc00029efc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029efe8 sp=0xc00029efe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 40 gp=0xc000284e00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029f738 sp=0xc00029f718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029f7c8 sp=0xc00029f738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029f7e0 sp=0xc00029f7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029f7e8 sp=0xc00029f7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 41 gp=0xc000284fc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029ff38 sp=0xc00029ff18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029ffc8 sp=0xc00029ff38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029ffe0 sp=0xc00029ffc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029ffe8 sp=0xc00029ffe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 42 gp=0xc000285180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000298738 sp=0xc000298718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002987c8 sp=0xc000298738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002987e0 sp=0xc0002987c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002987e8 sp=0xc0002987e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 43 gp=0xc000285340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000298f38 sp=0xc000298f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000298fc8 sp=0xc000298f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000298fe0 sp=0xc000298fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000298fe8 sp=0xc000298fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 5 gp=0xc000007880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021c738 sp=0xc00021c718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00021c7c8 sp=0xc00021c738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00021c7e0 sp=0xc00021c7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021c7e8 sp=0xc00021c7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 44 gp=0xc000285500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000299738 sp=0xc000299718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002997c8 sp=0xc000299738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002997e0 sp=0xc0002997c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002997e8 sp=0xc0002997e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 6 gp=0xc000007a40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021cf38 sp=0xc00021cf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00021cfc8 sp=0xc00021cf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00021cfe0 sp=0xc00021cfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021cfe8 sp=0xc00021cfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 7 gp=0xc000007c00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021d738 sp=0xc00021d718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00021d7c8 sp=0xc00021d738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00021d7e0 sp=0xc00021d7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021d7e8 sp=0xc00021d7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 8 gp=0xc000007dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00021df38 sp=0xc00021df18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00021dfc8 sp=0xc00021df38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00021dfe0 sp=0xc00021dfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00021dfe8 sp=0xc00021dfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 9 gp=0xc000250000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000256738 sp=0xc000256718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002567c8 sp=0xc000256738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002567e0 sp=0xc0002567c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002567e8 sp=0xc0002567e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 10 gp=0xc0002501c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000256f38 sp=0xc000256f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000256fc8 sp=0xc000256f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000256fe0 sp=0xc000256fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000256fe8 sp=0xc000256fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 45 gp=0xc0002856c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000299f38 sp=0xc000299f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000299fc8 sp=0xc000299f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000299fe0 sp=0xc000299fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000299fe8 sp=0xc000299fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 11 gp=0xc000250380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000257738 sp=0xc000257718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002577c8 sp=0xc000257738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002577e0 sp=0xc0002577c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002577e8 sp=0xc0002577e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 12 gp=0xc000250540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000257f38 sp=0xc000257f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000257fc8 sp=0xc000257f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000257fe0 sp=0xc000257fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000257fe8 sp=0xc000257fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 13 gp=0xc000250700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000258738 sp=0xc000258718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002587c8 sp=0xc000258738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002587e0 sp=0xc0002587c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002587e8 sp=0xc0002587e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 14 gp=0xc0002508c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000258f38 sp=0xc000258f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000258fc8 sp=0xc000258f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000258fe0 sp=0xc000258fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000258fe8 sp=0xc000258fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 15 gp=0xc000250a80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000259738 sp=0xc000259718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002597c8 sp=0xc000259738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002597e0 sp=0xc0002597c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002597e8 sp=0xc0002597e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 16 gp=0xc000250c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000259f38 sp=0xc000259f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000259fc8 sp=0xc000259f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000259fe0 sp=0xc000259fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000259fe8 sp=0xc000259fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 50 gp=0xc000250e00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000252738 sp=0xc000252718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002527c8 sp=0xc000252738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002527e0 sp=0xc0002527c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002527e8 sp=0xc0002527e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 46 gp=0xc000285880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029a738 sp=0xc00029a718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029a7c8 sp=0xc00029a738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029a7e0 sp=0xc00029a7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029a7e8 sp=0xc00029a7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 51 gp=0xc000250fc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000252f38 sp=0xc000252f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000252fc8 sp=0xc000252f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000252fe0 sp=0xc000252fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000252fe8 sp=0xc000252fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 47 gp=0xc000285a40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029af38 sp=0xc00029af18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029afc8 sp=0xc00029af38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029afe0 sp=0xc00029afc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029afe8 sp=0xc00029afe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 52 gp=0xc000251180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000253738 sp=0xc000253718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002537c8 sp=0xc000253738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002537e0 sp=0xc0002537c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002537e8 sp=0xc0002537e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 48 gp=0xc000285c00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029b738 sp=0xc00029b718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029b7c8 sp=0xc00029b738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029b7e0 sp=0xc00029b7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029b7e8 sp=0xc00029b7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 49 gp=0xc000285dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00029bf38 sp=0xc00029bf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00029bfc8 sp=0xc00029bf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00029bfe0 sp=0xc00029bfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00029bfe8 sp=0xc00029bfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 66 gp=0xc0002a2000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a8738 sp=0xc0002a8718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a87c8 sp=0xc0002a8738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a87e0 sp=0xc0002a87c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a87e8 sp=0xc0002a87e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 67 gp=0xc0002a21c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a8f38 sp=0xc0002a8f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a8fc8 sp=0xc0002a8f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a8fe0 sp=0xc0002a8fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a8fe8 sp=0xc0002a8fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 24 gp=0xc0004c4540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000218f38 sp=0xc000218f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000218fc8 sp=0xc000218f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000218fe0 sp=0xc000218fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000218fe8 sp=0xc000218fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 25 gp=0xc0004c4700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000219738 sp=0xc000219718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002197c8 sp=0xc000219738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002197e0 sp=0xc0002197c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002197e8 sp=0xc0002197e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 26 gp=0xc0004c48c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000219f38 sp=0xc000219f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000219fc8 sp=0xc000219f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000219fe0 sp=0xc000219fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000219fe8 sp=0xc000219fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 27 gp=0xc0004c4a80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a4738 sp=0xc0002a4718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a47c8 sp=0xc0002a4738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a47e0 sp=0xc0002a47c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a47e8 sp=0xc0002a47e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 28 gp=0xc0004c4c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a4f38 sp=0xc0002a4f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a4fc8 sp=0xc0002a4f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a4fe0 sp=0xc0002a4fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a4fe8 sp=0xc0002a4fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 29 gp=0xc0004c4e00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a5738 sp=0xc0002a5718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a57c8 sp=0xc0002a5738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a57e0 sp=0xc0002a57c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a57e8 sp=0xc0002a57e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 30 gp=0xc0004c4fc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a5f38 sp=0xc0002a5f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a5fc8 sp=0xc0002a5f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a5fe0 sp=0xc0002a5fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a5fe8 sp=0xc0002a5fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 31 gp=0xc0004c5180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a6738 sp=0xc0002a6718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a67c8 sp=0xc0002a6738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a67e0 sp=0xc0002a67c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a67e8 sp=0xc0002a67e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 32 gp=0xc0004c5340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a6f38 sp=0xc0002a6f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a6fc8 sp=0xc0002a6f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a6fe0 sp=0xc0002a6fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a6fe8 sp=0xc0002a6fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 33 gp=0xc0004c5500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a7738 sp=0xc0002a7718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a77c8 sp=0xc0002a7738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a77e0 sp=0xc0002a77c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a77e8 sp=0xc0002a77e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 82 gp=0xc0004c56c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a7f38 sp=0xc0002a7f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a7fc8 sp=0xc0002a7f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a7fe0 sp=0xc0002a7fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a7fe8 sp=0xc0002a7fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 83 gp=0xc0004c5880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004ca738 sp=0xc0004ca718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004ca7c8 sp=0xc0004ca738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004ca7e0 sp=0xc0004ca7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ca7e8 sp=0xc0004ca7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 84 gp=0xc0004c5a40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004caf38 sp=0xc0004caf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004cafc8 sp=0xc0004caf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004cafe0 sp=0xc0004cafc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cafe8 sp=0xc0004cafe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 85 gp=0xc0004c5c00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004cb738 sp=0xc0004cb718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004cb7c8 sp=0xc0004cb738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004cb7e0 sp=0xc0004cb7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cb7e8 sp=0xc0004cb7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 86 gp=0xc0004c5dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004cbf38 sp=0xc0004cbf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004cbfc8 sp=0xc0004cbf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004cbfe0 sp=0xc0004cbfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cbfe8 sp=0xc0004cbfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 87 gp=0xc0004ce000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004cc738 sp=0xc0004cc718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004cc7c8 sp=0xc0004cc738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004cc7e0 sp=0xc0004cc7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cc7e8 sp=0xc0004cc7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 88 gp=0xc0004ce1c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004ccf38 sp=0xc0004ccf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004ccfc8 sp=0xc0004ccf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004ccfe0 sp=0xc0004ccfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ccfe8 sp=0xc0004ccfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 53 gp=0xc000251340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000253f38 sp=0xc000253f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000253fc8 sp=0xc000253f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000253fe0 sp=0xc000253fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000253fe8 sp=0xc000253fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 89 gp=0xc0004ce380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004cd738 sp=0xc0004cd718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004cd7c8 sp=0xc0004cd738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004cd7e0 sp=0xc0004cd7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cd7e8 sp=0xc0004cd7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 54 gp=0xc000251500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000254738 sp=0xc000254718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002547c8 sp=0xc000254738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002547e0 sp=0xc0002547c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002547e8 sp=0xc0002547e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 90 gp=0xc0004ce540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004cdf38 sp=0xc0004cdf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004cdfc8 sp=0xc0004cdf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004cdfe0 sp=0xc0004cdfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cdfe8 sp=0xc0004cdfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 91 gp=0xc0004ce700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004c6738 sp=0xc0004c6718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004c67c8 sp=0xc0004c6738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004c67e0 sp=0xc0004c67c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c67e8 sp=0xc0004c67e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 92 gp=0xc0004ce8c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004c6f38 sp=0xc0004c6f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004c6fc8 sp=0xc0004c6f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004c6fe0 sp=0xc0004c6fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c6fe8 sp=0xc0004c6fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 93 gp=0xc0004cea80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004c7738 sp=0xc0004c7718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004c77c8 sp=0xc0004c7738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004c77e0 sp=0xc0004c77c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c77e8 sp=0xc0004c77e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 94 gp=0xc0004cec40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004c7f38 sp=0xc0004c7f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004c7fc8 sp=0xc0004c7f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004c7fe0 sp=0xc0004c7fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c7fe8 sp=0xc0004c7fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 95 gp=0xc0004cee00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004c8738 sp=0xc0004c8718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004c87c8 sp=0xc0004c8738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004c87e0 sp=0xc0004c87c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c87e8 sp=0xc0004c87e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 96 gp=0xc0004cefc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004c8f38 sp=0xc0004c8f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004c8fc8 sp=0xc0004c8f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004c8fe0 sp=0xc0004c8fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c8fe8 sp=0xc0004c8fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 97 gp=0xc0004cf180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004c9738 sp=0xc0004c9718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004c97c8 sp=0xc0004c9738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004c97e0 sp=0xc0004c97c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c97e8 sp=0xc0004c97e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 98 gp=0xc0004cf340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004c9f38 sp=0xc0004c9f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004c9fc8 sp=0xc0004c9f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004c9fe0 sp=0xc0004c9fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c9fe8 sp=0xc0004c9fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 99 gp=0xc0004cf500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d4738 sp=0xc0004d4718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d47c8 sp=0xc0004d4738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d47e0 sp=0xc0004d47c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d47e8 sp=0xc0004d47e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 100 gp=0xc0004cf6c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d4f38 sp=0xc0004d4f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d4fc8 sp=0xc0004d4f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d4fe0 sp=0xc0004d4fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d4fe8 sp=0xc0004d4fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 68 gp=0xc0002a2380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a9738 sp=0xc0002a9718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a97c8 sp=0xc0002a9738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a97e0 sp=0xc0002a97c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a97e8 sp=0xc0002a97e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 69 gp=0xc0002a2540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002a9f38 sp=0xc0002a9f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002a9fc8 sp=0xc0002a9f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002a9fe0 sp=0xc0002a9fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a9fe8 sp=0xc0002a9fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 70 gp=0xc0002a2700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002aa738 sp=0xc0002aa718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002aa7c8 sp=0xc0002aa738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002aa7e0 sp=0xc0002aa7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002aa7e8 sp=0xc0002aa7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 71 gp=0xc0002a28c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002aaf38 sp=0xc0002aaf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002aafc8 sp=0xc0002aaf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002aafe0 sp=0xc0002aafc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002aafe8 sp=0xc0002aafe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 72 gp=0xc0002a2a80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002ab738 sp=0xc0002ab718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002ab7c8 sp=0xc0002ab738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002ab7e0 sp=0xc0002ab7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ab7e8 sp=0xc0002ab7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 73 gp=0xc0002a2c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002abf38 sp=0xc0002abf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002abfc8 sp=0xc0002abf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002abfe0 sp=0xc0002abfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002abfe8 sp=0xc0002abfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 74 gp=0xc0002a2e00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d0738 sp=0xc0004d0718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d07c8 sp=0xc0004d0738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d07e0 sp=0xc0004d07c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d07e8 sp=0xc0004d07e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 75 gp=0xc0002a2fc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d0f38 sp=0xc0004d0f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d0fc8 sp=0xc0004d0f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d0fe0 sp=0xc0004d0fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d0fe8 sp=0xc0004d0fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 76 gp=0xc0002a3180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d1738 sp=0xc0004d1718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d17c8 sp=0xc0004d1738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d17e0 sp=0xc0004d17c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d17e8 sp=0xc0004d17e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 77 gp=0xc0002a3340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d1f38 sp=0xc0004d1f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d1fc8 sp=0xc0004d1f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d1fe0 sp=0xc0004d1fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d1fe8 sp=0xc0004d1fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 78 gp=0xc0002a3500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d2738 sp=0xc0004d2718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d27c8 sp=0xc0004d2738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d27e0 sp=0xc0004d27c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d27e8 sp=0xc0004d27e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 79 gp=0xc0002a36c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d2f38 sp=0xc0004d2f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d2fc8 sp=0xc0004d2f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d2fe0 sp=0xc0004d2fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d2fe8 sp=0xc0004d2fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 80 gp=0xc0002a3880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d3738 sp=0xc0004d3718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d37c8 sp=0xc0004d3738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d37e0 sp=0xc0004d37c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d37e8 sp=0xc0004d37e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 81 gp=0xc0002a3a40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d3f38 sp=0xc0004d3f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d3fc8 sp=0xc0004d3f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d3fe0 sp=0xc0004d3fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d3fe8 sp=0xc0004d3fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 114 gp=0xc0002a3c00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b0738 sp=0xc0002b0718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b07c8 sp=0xc0002b0738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b07e0 sp=0xc0002b07c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b07e8 sp=0xc0002b07e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 115 gp=0xc0002a3dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b0f38 sp=0xc0002b0f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b0fc8 sp=0xc0002b0f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b0fe0 sp=0xc0002b0fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b0fe8 sp=0xc0002b0fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 116 gp=0xc0002b4000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b1738 sp=0xc0002b1718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b17c8 sp=0xc0002b1738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b17e0 sp=0xc0002b17c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b17e8 sp=0xc0002b17e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 117 gp=0xc0002b41c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b1f38 sp=0xc0002b1f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b1fc8 sp=0xc0002b1f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b1fe0 sp=0xc0002b1fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b1fe8 sp=0xc0002b1fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 118 gp=0xc0002b4380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b2738 sp=0xc0002b2718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b27c8 sp=0xc0002b2738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b27e0 sp=0xc0002b27c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b27e8 sp=0xc0002b27e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 119 gp=0xc0002b4540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b2f38 sp=0xc0002b2f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b2fc8 sp=0xc0002b2f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b2fe0 sp=0xc0002b2fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b2fe8 sp=0xc0002b2fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 120 gp=0xc0002b4700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b3738 sp=0xc0002b3718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b37c8 sp=0xc0002b3738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b37e0 sp=0xc0002b37c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b37e8 sp=0xc0002b37e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 121 gp=0xc0002b48c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b3f38 sp=0xc0002b3f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b3fc8 sp=0xc0002b3f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b3fe0 sp=0xc0002b3fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b3fe8 sp=0xc0002b3fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 122 gp=0xc0002b4a80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002ac738 sp=0xc0002ac718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002ac7c8 sp=0xc0002ac738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002ac7e0 sp=0xc0002ac7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ac7e8 sp=0xc0002ac7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 123 gp=0xc0002b4c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002acf38 sp=0xc0002acf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002acfc8 sp=0xc0002acf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002acfe0 sp=0xc0002acfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002acfe8 sp=0xc0002acfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 124 gp=0xc0002b4e00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002ad738 sp=0xc0002ad718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002ad7c8 sp=0xc0002ad738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002ad7e0 sp=0xc0002ad7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ad7e8 sp=0xc0002ad7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 125 gp=0xc0002b4fc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002adf38 sp=0xc0002adf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002adfc8 sp=0xc0002adf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002adfe0 sp=0xc0002adfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002adfe8 sp=0xc0002adfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 126 gp=0xc0002b5180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002ae738 sp=0xc0002ae718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002ae7c8 sp=0xc0002ae738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002ae7e0 sp=0xc0002ae7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ae7e8 sp=0xc0002ae7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 127 gp=0xc0002b5340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002aef38 sp=0xc0002aef18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002aefc8 sp=0xc0002aef38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002aefe0 sp=0xc0002aefc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002aefe8 sp=0xc0002aefe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 128 gp=0xc0002b5500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002af738 sp=0xc0002af718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002af7c8 sp=0xc0002af738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002af7e0 sp=0xc0002af7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002af7e8 sp=0xc0002af7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 129 gp=0xc0002b56c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002aff38 sp=0xc0002aff18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002affc8 sp=0xc0002aff38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002affe0 sp=0xc0002affc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002affe8 sp=0xc0002affe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 130 gp=0xc0002b5880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002ba738 sp=0xc0002ba718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002ba7c8 sp=0xc0002ba738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002ba7e0 sp=0xc0002ba7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ba7e8 sp=0xc0002ba7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 131 gp=0xc0002b5a40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002baf38 sp=0xc0002baf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002bafc8 sp=0xc0002baf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002bafe0 sp=0xc0002bafc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bafe8 sp=0xc0002bafe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 132 gp=0xc0002b5c00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002bb738 sp=0xc0002bb718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002bb7c8 sp=0xc0002bb738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002bb7e0 sp=0xc0002bb7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bb7e8 sp=0xc0002bb7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 133 gp=0xc0002b5dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002bbf38 sp=0xc0002bbf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002bbfc8 sp=0xc0002bbf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002bbfe0 sp=0xc0002bbfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bbfe8 sp=0xc0002bbfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 134 gp=0xc0002be000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002bc738 sp=0xc0002bc718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002bc7c8 sp=0xc0002bc738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002bc7e0 sp=0xc0002bc7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bc7e8 sp=0xc0002bc7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 135 gp=0xc0002be1c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002bcf38 sp=0xc0002bcf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002bcfc8 sp=0xc0002bcf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002bcfe0 sp=0xc0002bcfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bcfe8 sp=0xc0002bcfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 136 gp=0xc0002be380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002bd738 sp=0xc0002bd718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002bd7c8 sp=0xc0002bd738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002bd7e0 sp=0xc0002bd7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bd7e8 sp=0xc0002bd7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 137 gp=0xc0002be540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002bdf38 sp=0xc0002bdf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002bdfc8 sp=0xc0002bdf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002bdfe0 sp=0xc0002bdfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bdfe8 sp=0xc0002bdfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 138 gp=0xc0002be700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b6738 sp=0xc0002b6718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b67c8 sp=0xc0002b6738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b67e0 sp=0xc0002b67c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b67e8 sp=0xc0002b67e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 139 gp=0xc0002be8c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b6f38 sp=0xc0002b6f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b6fc8 sp=0xc0002b6f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b6fe0 sp=0xc0002b6fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b6fe8 sp=0xc0002b6fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 55 gp=0xc0002516c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000254f38 sp=0xc000254f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000254fc8 sp=0xc000254f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000254fe0 sp=0xc000254fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000254fe8 sp=0xc000254fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 56 gp=0xc000251880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000255738 sp=0xc000255718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002557c8 sp=0xc000255738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002557e0 sp=0xc0002557c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002557e8 sp=0xc0002557e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 57 gp=0xc000251a40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000255f38 sp=0xc000255f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000255fc8 sp=0xc000255f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000255fe0 sp=0xc000255fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000255fe8 sp=0xc000255fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 101 gp=0xc0004cf880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d5738 sp=0xc0004d5718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d57c8 sp=0xc0004d5738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d57e0 sp=0xc0004d57c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d57e8 sp=0xc0004d57e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 58 gp=0xc000251c00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000260738 sp=0xc000260718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002607c8 sp=0xc000260738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002607e0 sp=0xc0002607c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002607e8 sp=0xc0002607e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 59 gp=0xc000251dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000260f38 sp=0xc000260f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000260fc8 sp=0xc000260f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000260fe0 sp=0xc000260fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000260fe8 sp=0xc000260fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 60 gp=0xc000264000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000261738 sp=0xc000261718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002617c8 sp=0xc000261738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002617e0 sp=0xc0002617c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002617e8 sp=0xc0002617e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 61 gp=0xc0002641c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000261f38 sp=0xc000261f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000261fc8 sp=0xc000261f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000261fe0 sp=0xc000261fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000261fe8 sp=0xc000261fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 102 gp=0xc0004cfa40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d5f38 sp=0xc0004d5f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d5fc8 sp=0xc0004d5f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d5fe0 sp=0xc0004d5fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d5fe8 sp=0xc0004d5fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 140 gp=0xc0002bea80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0002b7738 sp=0xc0002b7718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002b77c8 sp=0xc0002b7738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002b77e0 sp=0xc0002b77c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b77e8 sp=0xc0002b77e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 103 gp=0xc0004cfc00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d6738 sp=0xc0004d6718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d67c8 sp=0xc0004d6738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d67e0 sp=0xc0004d67c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d67e8 sp=0xc0004d67e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 104 gp=0xc0004cfdc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d6f38 sp=0xc0004d6f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d6fc8 sp=0xc0004d6f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d6fe0 sp=0xc0004d6fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d6fe8 sp=0xc0004d6fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 146 gp=0xc000504000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00025c738 sp=0xc00025c718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00025c7c8 sp=0xc00025c738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00025c7e0 sp=0xc00025c7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00025c7e8 sp=0xc00025c7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 147 gp=0xc0005041c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00025cf38 sp=0xc00025cf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00025cfc8 sp=0xc00025cf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00025cfe0 sp=0xc00025cfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00025cfe8 sp=0xc00025cfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 148 gp=0xc000504380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00025d738 sp=0xc00025d718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00025d7c8 sp=0xc00025d738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00025d7e0 sp=0xc00025d7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00025d7e8 sp=0xc00025d7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 149 gp=0xc000504540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00025df38 sp=0xc00025df18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00025dfc8 sp=0xc00025df38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00025dfe0 sp=0xc00025dfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00025dfe8 sp=0xc00025dfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 150 gp=0xc000504700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00025e738 sp=0xc00025e718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00025e7c8 sp=0xc00025e738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00025e7e0 sp=0xc00025e7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00025e7e8 sp=0xc00025e7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 151 gp=0xc0005048c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00025ef38 sp=0xc00025ef18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00025efc8 sp=0xc00025ef38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00025efe0 sp=0xc00025efc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00025efe8 sp=0xc00025efe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 152 gp=0xc000504a80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00025f738 sp=0xc00025f718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00025f7c8 sp=0xc00025f738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00025f7e0 sp=0xc00025f7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00025f7e8 sp=0xc00025f7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 153 gp=0xc000504c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00025ff38 sp=0xc00025ff18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00025ffc8 sp=0xc00025ff38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00025ffe0 sp=0xc00025ffc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00025ffe8 sp=0xc00025ffe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 62 gp=0xc000264380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000262738 sp=0xc000262718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002627c8 sp=0xc000262738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002627e0 sp=0xc0002627c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002627e8 sp=0xc0002627e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 105 gp=0xc0004d8000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d7738 sp=0xc0004d7718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d77c8 sp=0xc0004d7738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d77e0 sp=0xc0004d77c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d77e8 sp=0xc0004d77e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 106 gp=0xc0004d81c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004d7f38 sp=0xc0004d7f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004d7fc8 sp=0xc0004d7f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004d7fe0 sp=0xc0004d7fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d7fe8 sp=0xc0004d7fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 63 gp=0xc000264540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000262f38 sp=0xc000262f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000262fc8 sp=0xc000262f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000262fe0 sp=0xc000262fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000262fe8 sp=0xc000262fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 107 gp=0xc0004d8380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004de738 sp=0xc0004de718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004de7c8 sp=0xc0004de738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004de7e0 sp=0xc0004de7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004de7e8 sp=0xc0004de7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 108 gp=0xc0004d8540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004def38 sp=0xc0004def18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004defc8 sp=0xc0004def38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004defe0 sp=0xc0004defc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004defe8 sp=0xc0004defe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 109 gp=0xc0004d8700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004df738 sp=0xc0004df718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004df7c8 sp=0xc0004df738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004df7e0 sp=0xc0004df7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004df7e8 sp=0xc0004df7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 110 gp=0xc0004d88c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004dff38 sp=0xc0004dff18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004dffc8 sp=0xc0004dff38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004dffe0 sp=0xc0004dffc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dffe8 sp=0xc0004dffe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 64 gp=0xc000264700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000263738 sp=0xc000263718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0002637c8 sp=0xc000263738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0002637e0 sp=0xc0002637c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0002637e8 sp=0xc0002637e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 111 gp=0xc0004d8a80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e0738 sp=0xc0004e0718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e07c8 sp=0xc0004e0738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e07e0 sp=0xc0004e07c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e07e8 sp=0xc0004e07e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 65 gp=0xc0002648c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000263f38 sp=0xc000263f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000263fc8 sp=0xc000263f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000263fe0 sp=0xc000263fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000263fe8 sp=0xc000263fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 112 gp=0xc0004d8c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e0f38 sp=0xc0004e0f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e0fc8 sp=0xc0004e0f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e0fe0 sp=0xc0004e0fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e0fe8 sp=0xc0004e0fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 162 gp=0xc000264a80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004da738 sp=0xc0004da718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004da7c8 sp=0xc0004da738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004da7e0 sp=0xc0004da7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004da7e8 sp=0xc0004da7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 113 gp=0xc0004d8e00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e1738 sp=0xc0004e1718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e17c8 sp=0xc0004e1738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e17e0 sp=0xc0004e17c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e17e8 sp=0xc0004e17e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 178 gp=0xc0004d8fc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e1f38 sp=0xc0004e1f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e1fc8 sp=0xc0004e1f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e1fe0 sp=0xc0004e1fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e1fe8 sp=0xc0004e1fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 179 gp=0xc0004d9180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e6738 sp=0xc0004e6718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e67c8 sp=0xc0004e6738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e67e0 sp=0xc0004e67c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e67e8 sp=0xc0004e67e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 163 gp=0xc000264c40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004daf38 sp=0xc0004daf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004dafc8 sp=0xc0004daf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004dafe0 sp=0xc0004dafc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dafe8 sp=0xc0004dafe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 180 gp=0xc0004d9340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e6f38 sp=0xc0004e6f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e6fc8 sp=0xc0004e6f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e6fe0 sp=0xc0004e6fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e6fe8 sp=0xc0004e6fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 181 gp=0xc0004d9500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e7738 sp=0xc0004e7718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e77c8 sp=0xc0004e7738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e77e0 sp=0xc0004e77c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e77e8 sp=0xc0004e77e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 182 gp=0xc0004d96c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e7f38 sp=0xc0004e7f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e7fc8 sp=0xc0004e7f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e7fe0 sp=0xc0004e7fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e7fe8 sp=0xc0004e7fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 183 gp=0xc0004d9880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e8738 sp=0xc0004e8718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e87c8 sp=0xc0004e8738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e87e0 sp=0xc0004e87c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e87e8 sp=0xc0004e87e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 184 gp=0xc0004d9a40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e8f38 sp=0xc0004e8f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e8fc8 sp=0xc0004e8f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e8fe0 sp=0xc0004e8fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e8fe8 sp=0xc0004e8fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 185 gp=0xc0004d9c00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e9738 sp=0xc0004e9718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e97c8 sp=0xc0004e9738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e97e0 sp=0xc0004e97c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e97e8 sp=0xc0004e97e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 186 gp=0xc0004d9dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e9f38 sp=0xc0004e9f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e9fc8 sp=0xc0004e9f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e9fe0 sp=0xc0004e9fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e9fe8 sp=0xc0004e9fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 187 gp=0xc0004ea000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e2738 sp=0xc0004e2718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e27c8 sp=0xc0004e2738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e27e0 sp=0xc0004e27c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e27e8 sp=0xc0004e27e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 188 gp=0xc0004ea1c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e2f38 sp=0xc0004e2f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e2fc8 sp=0xc0004e2f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e2fe0 sp=0xc0004e2fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e2fe8 sp=0xc0004e2fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 189 gp=0xc0004ea380 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e3738 sp=0xc0004e3718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e37c8 sp=0xc0004e3738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e37e0 sp=0xc0004e37c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e37e8 sp=0xc0004e37e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 190 gp=0xc0004ea540 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e3f38 sp=0xc0004e3f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e3fc8 sp=0xc0004e3f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e3fe0 sp=0xc0004e3fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e3fe8 sp=0xc0004e3fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 191 gp=0xc0004ea700 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e4738 sp=0xc0004e4718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e47c8 sp=0xc0004e4738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e47e0 sp=0xc0004e47c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e47e8 sp=0xc0004e47e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 192 gp=0xc0004ea8c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e4f38 sp=0xc0004e4f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e4fc8 sp=0xc0004e4f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e4fe0 sp=0xc0004e4fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e4fe8 sp=0xc0004e4fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 193 gp=0xc0004eaa80 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e5738 sp=0xc0004e5718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e57c8 sp=0xc0004e5738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e57e0 sp=0xc0004e57c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e57e8 sp=0xc0004e57e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 194 gp=0xc0004eac40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004e5f38 sp=0xc0004e5f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004e5fc8 sp=0xc0004e5f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004e5fe0 sp=0xc0004e5fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e5fe8 sp=0xc0004e5fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 195 gp=0xc0004eae00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f0738 sp=0xc0004f0718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f07c8 sp=0xc0004f0738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f07e0 sp=0xc0004f07c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f07e8 sp=0xc0004f07e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 196 gp=0xc0004eafc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f0f38 sp=0xc0004f0f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f0fc8 sp=0xc0004f0f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f0fe0 sp=0xc0004f0fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f0fe8 sp=0xc0004f0fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 164 gp=0xc000264e00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004db738 sp=0xc0004db718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004db7c8 sp=0xc0004db738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004db7e0 sp=0xc0004db7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004db7e8 sp=0xc0004db7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 165 gp=0xc000264fc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004dbf38 sp=0xc0004dbf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004dbfc8 sp=0xc0004dbf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004dbfe0 sp=0xc0004dbfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dbfe8 sp=0xc0004dbfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 166 gp=0xc000265180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004dc738 sp=0xc0004dc718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004dc7c8 sp=0xc0004dc738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004dc7e0 sp=0xc0004dc7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dc7e8 sp=0xc0004dc7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 167 gp=0xc000265340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004dcf38 sp=0xc0004dcf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004dcfc8 sp=0xc0004dcf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004dcfe0 sp=0xc0004dcfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dcfe8 sp=0xc0004dcfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 168 gp=0xc000265500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004dd738 sp=0xc0004dd718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004dd7c8 sp=0xc0004dd738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004dd7e0 sp=0xc0004dd7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dd7e8 sp=0xc0004dd7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 169 gp=0xc0002656c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004ddf38 sp=0xc0004ddf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004ddfc8 sp=0xc0004ddf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004ddfe0 sp=0xc0004ddfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ddfe8 sp=0xc0004ddfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 170 gp=0xc000265880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004ec738 sp=0xc0004ec718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004ec7c8 sp=0xc0004ec738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004ec7e0 sp=0xc0004ec7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ec7e8 sp=0xc0004ec7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 171 gp=0xc000265a40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004ecf38 sp=0xc0004ecf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004ecfc8 sp=0xc0004ecf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004ecfe0 sp=0xc0004ecfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ecfe8 sp=0xc0004ecfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 172 gp=0xc000265c00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004ed738 sp=0xc0004ed718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004ed7c8 sp=0xc0004ed738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004ed7e0 sp=0xc0004ed7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ed7e8 sp=0xc0004ed7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 173 gp=0xc000265dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004edf38 sp=0xc0004edf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004edfc8 sp=0xc0004edf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004edfe0 sp=0xc0004edfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004edfe8 sp=0xc0004edfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 154 gp=0xc000504e00 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00050a7c8 sp=0xc00050a738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 155 gp=0xc000504fc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00050af38 sp=0xc00050af18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00050afc8 sp=0xc00050af38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00050afe0 sp=0xc00050afc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 197 gp=0xc0004eb180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f1738 sp=0xc0004f1718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f17c8 sp=0xc0004f1738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f17e0 sp=0xc0004f17c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f17e8 sp=0xc0004f17e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 156 gp=0xc000505180 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00050b738 sp=0xc00050b718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00050b7c8 sp=0xc00050b738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00050b7e0 sp=0xc00050b7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00050b7e8 sp=0xc00050b7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 198 gp=0xc0004eb340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f1f38 sp=0xc0004f1f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f1fc8 sp=0xc0004f1f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f1fe0 sp=0xc0004f1fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f1fe8 sp=0xc0004f1fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 157 gp=0xc000505340 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00050bf38 sp=0xc00050bf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00050bfc8 sp=0xc00050bf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00050bfe0 sp=0xc00050bfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00050bfe8 sp=0xc00050bfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 199 gp=0xc0004eb500 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f2738 sp=0xc0004f2718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f27c8 sp=0xc0004f2738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f27e0 sp=0xc0004f27c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f27e8 sp=0xc0004f27e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 158 gp=0xc000505500 m=nil [GC worker (idle)]:
runtime.gopark(0x1a5f5111b7f3c?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00050c738 sp=0xc00050c718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00050c7c8 sp=0xc00050c738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00050c7e0 sp=0xc00050c7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00050c7e8 sp=0xc00050c7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 159 gp=0xc0005056c0 m=nil [GC worker (idle)]:
runtime.gopark(0x1a5f5111790be?, 0x1?, 0x99?, 0xb9?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00050cf38 sp=0xc00050cf18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00050cfc8 sp=0xc00050cf38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00050cfe0 sp=0xc00050cfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00050cfe8 sp=0xc00050cfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 160 gp=0xc000505880 m=nil [GC worker (idle)]:
runtime.gopark(0x1a5f511179acd?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00050d738 sp=0xc00050d718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00050d7c8 sp=0xc00050d738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00050d7e0 sp=0xc00050d7c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00050d7e8 sp=0xc00050d7e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 200 gp=0xc0004eb6c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x5632f386ce80?, 0x1?, 0xe7?, 0x3a?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f2f38 sp=0xc0004f2f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f2fc8 sp=0xc0004f2f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f2fe0 sp=0xc0004f2fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f2fe8 sp=0xc0004f2fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 161 gp=0xc000505a40 m=nil [GC worker (idle)]:
runtime.gopark(0x1a5f51117d689?, 0x1?, 0xa7?, 0xc8?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc00050df38 sp=0xc00050df18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc00050dfc8 sp=0xc00050df38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc00050dfe0 sp=0xc00050dfc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc00050dfe8 sp=0xc00050dfe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 210 gp=0xc000505c00 m=nil [GC worker (idle)]:
runtime.gopark(0x5632f386ce80?, 0x1?, 0xf5?, 0x3a?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000506738 sp=0xc000506718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0005067c8 sp=0xc000506738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0005067e0 sp=0xc0005067c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0005067e8 sp=0xc0005067e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 211 gp=0xc000505dc0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x5632f386ce80?, 0x1?, 0x56?, 0x32?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000506f38 sp=0xc000506f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000506fc8 sp=0xc000506f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000506fe0 sp=0xc000506fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000506fe8 sp=0xc000506fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 201 gp=0xc0004eb880 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x5632f386ce80?, 0x1?, 0xf6?, 0x97?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f3738 sp=0xc0004f3718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f37c8 sp=0xc0004f3738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f37e0 sp=0xc0004f37c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f37e8 sp=0xc0004f37e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 212 gp=0xc00050e000 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x5632f386ce80?, 0x1?, 0x95?, 0x7f?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000507738 sp=0xc000507718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0005077c8 sp=0xc000507738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0005077e0 sp=0xc0005077c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0005077e8 sp=0xc0005077e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 213 gp=0xc00050e1c0 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x5632f386ce80?, 0x1?, 0xfa?, 0x2a?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc000507f38 sp=0xc000507f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc000507fc8 sp=0xc000507f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc000507fe0 sp=0xc000507fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 202 gp=0xc0004eba40 m=nil [GC worker (idle), 3 minutes]:
runtime.gopark(0x5632f386ce80?, 0x1?, 0x1d?, 0x7e?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f3f38 sp=0xc0004f3f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f3fc8 sp=0xc0004f3f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f3fe0 sp=0xc0004f3fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f3fe8 sp=0xc0004f3fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 203 gp=0xc0004ebc00 m=nil [GC worker (idle)]:
runtime.gopark(0x1a5f5111b454c?, 0xc000356de0?, 0x1a?, 0xa?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f8738 sp=0xc0004f8718 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f87c8 sp=0xc0004f8738 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f87e0 sp=0xc0004f87c8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f87e8 sp=0xc0004f87e0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 204 gp=0xc0004ebdc0 m=nil [GC worker (idle)]:
runtime.gopark(0x1a5f511178773?, 0x1?, 0x3c?, 0x57?, 0x0?)
        runtime/proc.go:424 +0xce fp=0xc0004f8f38 sp=0xc0004f8f18 pc=0x5632f1e451ae
runtime.gcBgMarkWorker(0xc000300380)
        runtime/mgc.go:1412 +0xe9 fp=0xc0004f8fc8 sp=0xc0004f8f38 pc=0x5632f1df1849
runtime.gcBgMarkStartWorkers.gowrap1()
        runtime/mgc.go:1328 +0x25 fp=0xc0004f8fe0 sp=0xc0004f8fc8 pc=0x5632f1df1725
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f8fe8 sp=0xc0004f8fe0 pc=0x5632f1e4d581
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1328 +0x105

goroutine 1038 gp=0xc0004fc700 m=nil [IO wait]:
runtime.gopark(0x5632f1de9ec5?, 0x0?, 0x0?, 0x0?, 0xb?)
        runtime/proc.go:424 +0xce fp=0xc000c1b5a8 sp=0xc000c1b588 pc=0x5632f1e451ae
runtime.netpollblock(0x5632f1e68578?, 0xf1ddbfc6?, 0x32?)
        runtime/netpoll.go:575 +0xf7 fp=0xc000c1b5e0 sp=0xc000c1b5a8 pc=0x5632f1e08e17
internal/poll.runtime_pollWait(0x7fbd5c3e1cd8, 0x72)
        runtime/netpoll.go:351 +0x85 fp=0xc000c1b600 sp=0xc000c1b5e0 pc=0x5632f1e444a5
internal/poll.(*pollDesc).wait(0xc00053cc00?, 0xc000538c11?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000c1b628 sp=0xc000c1b600 pc=0x5632f1ecbc67
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc00053cc00, {0xc000538c11, 0x1, 0x1})
        internal/poll/fd_unix.go:165 +0x27a fp=0xc000c1b6c0 sp=0xc000c1b628 pc=0x5632f1eccf5a
net.(*netFD).Read(0xc00053cc00, {0xc000538c11?, 0xc000c1b748?, 0x5632f1e46e30?})
        net/fd_posix.go:55 +0x25 fp=0xc000c1b708 sp=0xc000c1b6c0 pc=0x5632f1f38165
net.(*conn).Read(0xc00052e228, {0xc000538c11?, 0x0?, 0xc000538c08?})
        net/net.go:189 +0x45 fp=0xc000c1b750 sp=0xc000c1b708 pc=0x5632f1f46765
net.(*TCPConn).Read(0x5632f37218c0?, {0xc000538c11?, 0x0?, 0x0?})
        <autogenerated>:1 +0x25 fp=0xc000c1b780 sp=0xc000c1b750 pc=0x5632f1f59965
net/http.(*connReader).backgroundRead(0xc000538c00)
        net/http/server.go:690 +0x37 fp=0xc000c1b7c8 sp=0xc000c1b780 pc=0x5632f2166777
net/http.(*connReader).startBackgroundRead.gowrap2()
        net/http/server.go:686 +0x25 fp=0xc000c1b7e0 sp=0xc000c1b7c8 pc=0x5632f21666a5
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000c1b7e8 sp=0xc000c1b7e0 pc=0x5632f1e4d581
created by net/http.(*connReader).startBackgroundRead in goroutine 501
        net/http/server.go:686 +0xb6

goroutine 501 gp=0xc00056a8c0 m=nil [select]:
runtime.gopark(0xc000733a68?, 0x2?, 0x4e?, 0xda?, 0xc000733834?)
        runtime/proc.go:424 +0xce fp=0xc0007336a0 sp=0xc000733680 pc=0x5632f1e451ae
runtime.selectgo(0xc000733a68, 0xc000733830, 0x6?, 0x0, 0x1?, 0x1)
        runtime/select.go:335 +0x7a5 fp=0xc0007337c8 sp=0xc0007336a0 pc=0x5632f1e224a5
github.com/ollama/ollama/llama/runner.(*Server).completion(0xc000624120, {0x5632f300fe60, 0xc00077f500}, 0xc000639a40)
        github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc000733ac0 sp=0xc0007337c8 pc=0x5632f2203466
github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x5632f300fe60?, 0xc00077f500?}, 0x5632f217ac27?)
        <autogenerated>:1 +0x36 fp=0xc000733af0 sp=0xc000733ac0 pc=0x5632f2206916
net/http.HandlerFunc.ServeHTTP(0xc0006b20e0?, {0x5632f300fe60?, 0xc00077f500?}, 0x0?)
        net/http/server.go:2220 +0x29 fp=0xc000733b18 sp=0xc000733af0 pc=0x5632f216d449
net/http.(*ServeMux).ServeHTTP(0x5632f1de59e5?, {0x5632f300fe60, 0xc00077f500}, 0xc000639a40)
        net/http/server.go:2747 +0x1ca fp=0xc000733b68 sp=0xc000733b18 pc=0x5632f216f34a
net/http.serverHandler.ServeHTTP({0x5632f300c950?}, {0x5632f300fe60?, 0xc00077f500?}, 0x6?)
        net/http/server.go:3210 +0x8e fp=0xc000733b98 sp=0xc000733b68 pc=0x5632f218c8ae
net/http.(*conn).serve(0xc000533290, {0x5632f3011f68, 0xc0006f9da0})
        net/http/server.go:2092 +0x5d0 fp=0xc000733fb8 sp=0xc000733b98 pc=0x5632f216bdf0
net/http.(*Server).Serve.gowrap3()
        net/http/server.go:3360 +0x28 fp=0xc000733fe0 sp=0xc000733fb8 pc=0x5632f2171248
runtime.goexit({})
        runtime/asm_amd64.s:1700 +0x1 fp=0xc000733fe8 sp=0xc000733fe0 pc=0x5632f1e4d581
created by net/http.(*Server).Serve in goroutine 1
        net/http/server.go:3360 +0x485

rax    0x228803fc4
rbx    0x7fb9d12c8120
rcx    0xff1
rdx    0x7fbd400031d0
rdi    0x7fbd400031e0
rsi    0x0
rbp    0x7fbd55ffa550
rsp    0x7fbd55ffa530
r8     0x0
r9     0x0
r10    0x0
r11    0x246
r12    0x7fb96115f1d0
r13    0x7fbd400031e0
r14    0x0
r15    0x7fbd40002ba0
rip    0x7fbd30a4bc57
rflags 0x10297
cs     0x33
fs     0x0
gs     0x0
<!-- gh-comment-id:2650375470 --> @Hugh-yw commented on GitHub (Feb 11, 2025): > ``` > //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:449: GGML_ASSERT(ggml_nbytes(src1) <= INT_MAX) failed > ``` > > 我以前没见过这种情况。你能添加完整的日志吗,这样我们就能查看设备检测、内存分配等。 ``` [GIN] 2025/02/11 - 18:18:28 | 200 | 96.791µs | 127.0.0.1 | HEAD "/" [GIN] 2025/02/11 - 18:18:28 | 200 | 49.645878ms | 127.0.0.1 | POST "/api/show" time=2025-02-11T18:18:30.603+08:00 level=INFO source=server.go:100 msg="system memory" total="2015.5 GiB" free="1979.9 GiB" free_swap="0 B" time=2025-02-11T18:18:30.605+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=19 layers.split=3,3,3,2,2,2,2,2 memory.available="[78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB]" memory.gpu_overhead="0 B" memory.required.full="1188.0 GiB" memory.required.partial="580.8 GiB" memory.required.kv="457.5 GiB" memory.required.allocations="[76.6 GiB 77.5 GiB 77.5 GiB 69.7 GiB 70.6 GiB 69.7 GiB 69.7 GiB 69.7 GiB]" memory.weights.total="833.0 GiB" memory.weights.repeating="832.2 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="33.4 GiB" memory.graph.partial="33.4 GiB" time=2025-02-11T18:18:30.605+08:00 level=INFO source=server.go:381 msg="starting llama server" cmd="/usr/bin/ollama runner --model /root/.ollama/models/blobs/sha256-9801e7fce27dbf3d0bfb468b7b21f1d132131a546dfc43e50518631b8b1800a9 --ctx-size 98304 --batch-size 512 --n-gpu-layers 19 --threads 96 --parallel 4 --tensor-split 3,3,3,2,2,2,2,2 --port 40737" time=2025-02-11T18:18:30.605+08:00 level=INFO source=sched.go:449 msg="loaded runners" count=1 time=2025-02-11T18:18:30.606+08:00 level=INFO source=server.go:558 msg="waiting for llama runner to start responding" time=2025-02-11T18:18:30.608+08:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server error" time=2025-02-11T18:18:30.669+08:00 level=INFO source=runner.go:936 msg="starting go runner" time=2025-02-11T18:18:30.670+08:00 level=INFO source=runner.go:937 msg=system info="CPU : LLAMAFILE = 1 | CPU : LLAMAFILE = 1 | cgo(gcc)" threads=96 time=2025-02-11T18:18:30.670+08:00 level=INFO source=runner.go:995 msg="Server listening on 127.0.0.1:40737" time=2025-02-11T18:18:30.860+08:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server loading model" ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no ggml_cuda_init: found 8 CUDA devices: Device 0: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes Device 1: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes Device 2: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes Device 3: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes Device 4: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes Device 5: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes Device 6: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes Device 7: NVIDIA H100 80GB HBM3, compute capability 9.0, VMM: yes load_backend: loaded CUDA backend from /usr/lib/ollama/cuda_v12/libggml-cuda.so load_backend: loaded CPU backend from /usr/lib/ollama/libggml-cpu-sapphirerapids.so llama_load_model_from_file: using device CUDA3 (NVIDIA H100 80GB HBM3) - 80816 MiB free llama_load_model_from_file: using device CUDA5 (NVIDIA H100 80GB HBM3) - 80816 MiB free llama_load_model_from_file: using device CUDA7 (NVIDIA H100 80GB HBM3) - 80816 MiB free llama_load_model_from_file: using device CUDA0 (NVIDIA H100 80GB HBM3) - 80816 MiB free llama_load_model_from_file: using device CUDA4 (NVIDIA H100 80GB HBM3) - 80816 MiB free llama_load_model_from_file: using device CUDA1 (NVIDIA H100 80GB HBM3) - 80816 MiB free llama_load_model_from_file: using device CUDA6 (NVIDIA H100 80GB HBM3) - 80816 MiB free llama_load_model_from_file: using device CUDA2 (NVIDIA H100 80GB HBM3) - 80816 MiB free llama_model_loader: loaded meta data with 42 key-value pairs and 1025 tensors from /root/.ollama/models/blobs/sha256-9801e7fce27dbf3d0bfb468b7b21f1d132131a546dfc43e50518631b8b1800a9 (version GGUF V3 (latest)) llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output. llama_model_loader: - kv 0: general.architecture str = deepseek2 llama_model_loader: - kv 1: general.type str = model llama_model_loader: - kv 2: general.size_label str = 256x20B llama_model_loader: - kv 3: deepseek2.block_count u32 = 61 llama_model_loader: - kv 4: deepseek2.context_length u32 = 163840 llama_model_loader: - kv 5: deepseek2.embedding_length u32 = 7168 llama_model_loader: - kv 6: deepseek2.feed_forward_length u32 = 18432 llama_model_loader: - kv 7: deepseek2.attention.head_count u32 = 128 llama_model_loader: - kv 8: deepseek2.attention.head_count_kv u32 = 128 llama_model_loader: - kv 9: deepseek2.rope.freq_base f32 = 10000.000000 llama_model_loader: - kv 10: deepseek2.attention.layer_norm_rms_epsilon f32 = 0.000001 llama_model_loader: - kv 11: deepseek2.expert_used_count u32 = 8 llama_model_loader: - kv 12: deepseek2.leading_dense_block_count u32 = 3 llama_model_loader: - kv 13: deepseek2.vocab_size u32 = 129280 llama_model_loader: - kv 14: deepseek2.attention.q_lora_rank u32 = 1536 llama_model_loader: - kv 15: deepseek2.attention.kv_lora_rank u32 = 512 llama_model_loader: - kv 16: deepseek2.attention.key_length u32 = 192 llama_model_loader: - kv 17: deepseek2.attention.value_length u32 = 128 llama_model_loader: - kv 18: deepseek2.expert_feed_forward_length u32 = 2048 llama_model_loader: - kv 19: deepseek2.expert_count u32 = 256 llama_model_loader: - kv 20: deepseek2.expert_shared_count u32 = 1 llama_model_loader: - kv 21: deepseek2.expert_weights_scale f32 = 2.500000 llama_model_loader: - kv 22: deepseek2.expert_weights_norm bool = true llama_model_loader: - kv 23: deepseek2.expert_gating_func u32 = 2 llama_model_loader: - kv 24: deepseek2.rope.dimension_count u32 = 64 llama_model_loader: - kv 25: deepseek2.rope.scaling.type str = yarn llama_model_loader: - kv 26: deepseek2.rope.scaling.factor f32 = 40.000000 llama_model_loader: - kv 27: deepseek2.rope.scaling.original_context_length u32 = 4096 llama_model_loader: - kv 28: deepseek2.rope.scaling.yarn_log_multiplier f32 = 0.100000 llama_model_loader: - kv 29: tokenizer.ggml.model str = gpt2 llama_model_loader: - kv 30: tokenizer.ggml.pre str = deepseek-v3 llama_model_loader: - kv 31: tokenizer.ggml.tokens arr[str,129280] = ["<|begin▁of▁sentence|>", "<�... llama_model_loader: - kv 32: tokenizer.ggml.token_type arr[i32,129280] = [3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, ... llama_model_loader: - kv 33: tokenizer.ggml.merges arr[str,127741] = ["Ġ t", "Ġ a", "i n", "Ġ Ġ", "h e... llama_model_loader: - kv 34: tokenizer.ggml.bos_token_id u32 = 0 llama_model_loader: - kv 35: tokenizer.ggml.eos_token_id u32 = 1 llama_model_loader: - kv 36: tokenizer.ggml.padding_token_id u32 = 1 llama_model_loader: - kv 37: tokenizer.ggml.add_bos_token bool = true llama_model_loader: - kv 38: tokenizer.ggml.add_eos_token bool = false llama_model_loader: - kv 39: tokenizer.chat_template str = {% if not add_generation_prompt is de... llama_model_loader: - kv 40: general.quantization_version u32 = 2 llama_model_loader: - kv 41: general.file_type u32 = 15 llama_model_loader: - type f32: 361 tensors llama_model_loader: - type q4_K: 606 tensors llama_model_loader: - type q6_K: 58 tensors llm_load_vocab: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect llm_load_vocab: special tokens cache size = 818 llm_load_vocab: token to piece cache size = 0.8223 MB llm_load_print_meta: format = GGUF V3 (latest) llm_load_print_meta: arch = deepseek2 llm_load_print_meta: vocab type = BPE llm_load_print_meta: n_vocab = 129280 llm_load_print_meta: n_merges = 127741 llm_load_print_meta: vocab_only = 0 llm_load_print_meta: n_ctx_train = 163840 llm_load_print_meta: n_embd = 7168 llm_load_print_meta: n_layer = 61 llm_load_print_meta: n_head = 128 llm_load_print_meta: n_head_kv = 128 llm_load_print_meta: n_rot = 64 llm_load_print_meta: n_swa = 0 llm_load_print_meta: n_embd_head_k = 192 llm_load_print_meta: n_embd_head_v = 128 llm_load_print_meta: n_gqa = 1 llm_load_print_meta: n_embd_k_gqa = 24576 llm_load_print_meta: n_embd_v_gqa = 16384 llm_load_print_meta: f_norm_eps = 0.0e+00 llm_load_print_meta: f_norm_rms_eps = 1.0e-06 llm_load_print_meta: f_clamp_kqv = 0.0e+00 llm_load_print_meta: f_max_alibi_bias = 0.0e+00 llm_load_print_meta: f_logit_scale = 0.0e+00 llm_load_print_meta: n_ff = 18432 llm_load_print_meta: n_expert = 256 llm_load_print_meta: n_expert_used = 8 llm_load_print_meta: causal attn = 1 llm_load_print_meta: pooling type = 0 llm_load_print_meta: rope type = 0 llm_load_print_meta: rope scaling = yarn llm_load_print_meta: freq_base_train = 10000.0 llm_load_print_meta: freq_scale_train = 0.025 llm_load_print_meta: n_ctx_orig_yarn = 4096 llm_load_print_meta: rope_finetuned = unknown llm_load_print_meta: ssm_d_conv = 0 llm_load_print_meta: ssm_d_inner = 0 llm_load_print_meta: ssm_d_state = 0 llm_load_print_meta: ssm_dt_rank = 0 llm_load_print_meta: ssm_dt_b_c_rms = 0 llm_load_print_meta: model type = 671B llm_load_print_meta: model ftype = Q4_K - Medium llm_load_print_meta: model params = 671.03 B llm_load_print_meta: model size = 376.65 GiB (4.82 BPW) llm_load_print_meta: general.name = n/a llm_load_print_meta: BOS token = 0 '<|begin▁of▁sentence|>' llm_load_print_meta: EOS token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: EOT token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: PAD token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: LF token = 131 'Ä' llm_load_print_meta: FIM PRE token = 128801 '<|fim▁begin|>' llm_load_print_meta: FIM SUF token = 128800 '<|fim▁hole|>' llm_load_print_meta: FIM MID token = 128802 '<|fim▁end|>' llm_load_print_meta: EOG token = 1 '<|end▁of▁sentence|>' llm_load_print_meta: max token length = 256 llm_load_print_meta: n_layer_dense_lead = 3 llm_load_print_meta: n_lora_q = 1536 llm_load_print_meta: n_lora_kv = 512 llm_load_print_meta: n_ff_exp = 2048 llm_load_print_meta: n_expert_shared = 1 llm_load_print_meta: expert_weights_scale = 2.5 llm_load_print_meta: expert_weights_norm = 1 llm_load_print_meta: expert_gating_func = sigmoid llm_load_print_meta: rope_yarn_log_mul = 0.1000 time=2025-02-11T18:18:45.606+08:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server not responding" time=2025-02-11T18:19:17.167+08:00 level=INFO source=server.go:592 msg="waiting for server to become available" status="llm server loading model" llm_load_tensors: offloading 19 repeating layers to GPU llm_load_tensors: offloaded 19/62 layers to GPU llm_load_tensors: AMX model buffer size = 6802.61 MiB llm_load_tensors: CUDA0 model buffer size = 13285.73 MiB llm_load_tensors: CUDA1 model buffer size = 14213.34 MiB llm_load_tensors: CUDA2 model buffer size = 14213.34 MiB llm_load_tensors: CUDA3 model buffer size = 19464.79 MiB llm_load_tensors: CUDA4 model buffer size = 14213.34 MiB llm_load_tensors: CUDA5 model buffer size = 19464.79 MiB llm_load_tensors: CUDA6 model buffer size = 14213.34 MiB llm_load_tensors: CUDA7 model buffer size = 19464.79 MiB llm_load_tensors: CPU_Mapped model buffer size = 256423.35 MiB ggml_backend_amx_buffer_set_tensor: amx repack tensor output.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.ffn_gate.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.ffn_down.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.0.ffn_up.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.ffn_gate.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.ffn_down.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.1.ffn_up.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.ffn_gate.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.ffn_down.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.2.ffn_up.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.3.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.4.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.5.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.6.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.7.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.8.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.9.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.10.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.11.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.12.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.13.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.14.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.15.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.16.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.17.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.18.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.19.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.20.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.21.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.22.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.23.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.24.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.25.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.26.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.27.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.28.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.29.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.30.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.31.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.32.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.33.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.34.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.35.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.36.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.37.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.38.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.ffn_down_shexp.weight of type q6_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.39.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.40.ffn_up_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_q_a.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_q_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_kv_a_mqa.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_kv_b.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.attn_output.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.ffn_gate_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.ffn_down_shexp.weight of type q4_K ggml_backend_amx_buffer_set_tensor: amx repack tensor blk.41.ffn_up_shexp.weight of type q4_K llama_new_context_with_model: n_seq_max = 4 llama_new_context_with_model: n_ctx = 98304 llama_new_context_with_model: n_ctx_per_seq = 24576 llama_new_context_with_model: n_batch = 2048 llama_new_context_with_model: n_ubatch = 512 llama_new_context_with_model: flash_attn = 0 llama_new_context_with_model: freq_base = 10000.0 llama_new_context_with_model: freq_scale = 0.025 llama_new_context_with_model: n_ctx_per_seq (24576) < n_ctx_train (163840) -- the full capacity of the model will not be utilized llama_kv_cache_init: kv_size = 98304, offload = 1, type_k = 'f16', type_v = 'f16', n_layer = 61, can_shift = 0 llama_kv_cache_init: CUDA0 KV buffer size = 15360.00 MiB llama_kv_cache_init: CUDA1 KV buffer size = 15360.00 MiB llama_kv_cache_init: CUDA2 KV buffer size = 15360.00 MiB llama_kv_cache_init: CUDA3 KV buffer size = 23040.00 MiB llama_kv_cache_init: CUDA4 KV buffer size = 15360.00 MiB llama_kv_cache_init: CUDA5 KV buffer size = 23040.00 MiB llama_kv_cache_init: CUDA6 KV buffer size = 15360.00 MiB llama_kv_cache_init: CUDA7 KV buffer size = 23040.00 MiB llama_kv_cache_init: CPU KV buffer size = 322560.00 MiB llama_new_context_with_model: KV self size = 468480.00 MiB, K (f16): 281088.00 MiB, V (f16): 187392.00 MiB llama_new_context_with_model: CPU output buffer size = 2.08 MiB llama_new_context_with_model: CUDA3 compute buffer size = 34137.16 MiB llama_new_context_with_model: CUDA5 compute buffer size = 24922.00 MiB llama_new_context_with_model: CUDA7 compute buffer size = 24922.00 MiB llama_new_context_with_model: CUDA0 compute buffer size = 24922.00 MiB llama_new_context_with_model: CUDA4 compute buffer size = 24922.00 MiB llama_new_context_with_model: CUDA1 compute buffer size = 24922.00 MiB llama_new_context_with_model: CUDA6 compute buffer size = 24922.00 MiB llama_new_context_with_model: CUDA2 compute buffer size = 24922.00 MiB llama_new_context_with_model: CUDA_Host compute buffer size = 272.01 MiB llama_new_context_with_model: graph nodes = 5025 llama_new_context_with_model: graph splits = 794 (with bs=512), 10 (with bs=1) time=2025-02-11T18:21:42.599+08:00 level=INFO source=server.go:597 msg="llama runner started in 191.99 seconds" [GIN] 2025/02/11 - 18:21:42 | 200 | 3m14s | 127.0.0.1 | POST "/api/generate" //ml/backend/ggml/ggml/src/ggml-cuda/cpy.cu:449: GGML_ASSERT(ggml_nbytes(src1) <= INT_MAX) failed SIGSEGV: segmentation violation PC=0x7fbd30a4bc57 m=8 sigcode=1 addr=0x228803fc4 signal arrived during cgo execution goroutine 175 gp=0xc0004fc8c0 m=8 mp=0xc000462708 [syscall]: runtime.cgocall(0x5632f29e6120, 0xc000228ba0) runtime/cgocall.go:167 +0x4b fp=0xc000228b78 sp=0xc000228b40 pc=0x5632f1e3eaab github.com/ollama/ollama/llama._Cfunc_llama_decode(0x7fb9d18bf120, {0x6, 0x7fb9d1d0fef0, 0x0, 0x0, 0x7fb9d1d28150, 0x7fb9d1b6a310, 0x7fb9d1ed4770, 0x7fb96118a1e0}) _cgo_gotypes.go:545 +0x4f fp=0xc000228ba0 sp=0xc000228b78 pc=0x5632f21f394f github.com/ollama/ollama/llama.(*Context).Decode.func1(0x5632f220294b?, 0x7fb9d18bf120?) github.com/ollama/ollama/llama/llama.go:163 +0xf5 fp=0xc000228c90 sp=0xc000228ba0 pc=0x5632f21f6675 github.com/ollama/ollama/llama.(*Context).Decode(0xc0004eed78?, 0x0?) github.com/ollama/ollama/llama/llama.go:163 +0x13 fp=0xc000228cd8 sp=0xc000228c90 pc=0x5632f21f64f3 github.com/ollama/ollama/llama/runner.(*Server).processBatch(0xc000624120, 0xc0002921e0, 0xc0004eef20) github.com/ollama/ollama/llama/runner/runner.go:434 +0x23f fp=0xc000228ee0 sp=0xc000228cd8 pc=0x5632f220173f github.com/ollama/ollama/llama/runner.(*Server).run(0xc000624120, {0x5632f3011fa0, 0xc0006c00a0}) github.com/ollama/ollama/llama/runner/runner.go:342 +0x1d5 fp=0xc000228fb8 sp=0xc000228ee0 pc=0x5632f2201175 github.com/ollama/ollama/llama/runner.Execute.gowrap2() github.com/ollama/ollama/llama/runner/runner.go:975 +0x28 fp=0xc000228fe0 sp=0xc000228fb8 pc=0x5632f2206068 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000228fe8 sp=0xc000228fe0 pc=0x5632f1e4d581 created by github.com/ollama/ollama/llama/runner.Execute in goroutine 1 github.com/ollama/ollama/llama/runner/runner.go:975 +0xde5 goroutine 1 gp=0xc0000061c0 m=nil [IO wait, 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00004b5e8 sp=0xc00004b5c8 pc=0x5632f1e451ae runtime.netpollblock(0xc000807638?, 0xf1ddbfc6?, 0x32?) runtime/netpoll.go:575 +0xf7 fp=0xc00004b620 sp=0xc00004b5e8 pc=0x5632f1e08e17 internal/poll.runtime_pollWait(0x7fbd5c3e1df0, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc00004b640 sp=0xc00004b620 pc=0x5632f1e444a5 internal/poll.(*pollDesc).wait(0xc0007a0280?, 0x900000036?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc00004b668 sp=0xc00004b640 pc=0x5632f1ecbc67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Accept(0xc0007a0280) internal/poll/fd_unix.go:620 +0x295 fp=0xc00004b710 sp=0xc00004b668 pc=0x5632f1ed1035 net.(*netFD).accept(0xc0007a0280) net/fd_unix.go:172 +0x29 fp=0xc00004b7c8 sp=0xc00004b710 pc=0x5632f1f3a129 net.(*TCPListener).accept(0xc0006d24c0) net/tcpsock_posix.go:159 +0x1e fp=0xc00004b818 sp=0xc00004b7c8 pc=0x5632f1f4fd9e net.(*TCPListener).Accept(0xc0006d24c0) net/tcpsock.go:372 +0x30 fp=0xc00004b848 sp=0xc00004b818 pc=0x5632f1f4ec50 net/http.(*onceCloseListener).Accept(0xc000533290?) <autogenerated>:1 +0x24 fp=0xc00004b860 sp=0xc00004b848 pc=0x5632f2198ec4 net/http.(*Server).Serve(0xc0007205a0, {0x5632f300fc50, 0xc0006d24c0}) net/http/server.go:3330 +0x30c fp=0xc00004b990 sp=0xc00004b860 pc=0x5632f2170e4c github.com/ollama/ollama/llama/runner.Execute({0xc00032e010?, 0x0?, 0x0?}) github.com/ollama/ollama/llama/runner/runner.go:996 +0x11a9 fp=0xc00004bd30 sp=0xc00004b990 pc=0x5632f2205d49 github.com/ollama/ollama/cmd.NewCLI.func2(0xc0007a2500?, {0x5632f2bd201a?, 0x4?, 0x5632f2bd201e?}) github.com/ollama/ollama/cmd/cmd.go:1277 +0x45 fp=0xc00004bd58 sp=0xc00004bd30 pc=0x5632f29e5685 github.com/spf13/cobra.(*Command).execute(0xc000708308, {0xc0007a2700, 0x10, 0x10}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x862 fp=0xc00004be78 sp=0xc00004bd58 pc=0x5632f1fb2e62 github.com/spf13/cobra.(*Command).ExecuteC(0xc000665b08) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc00004bf30 sp=0xc00004be78 pc=0x5632f1fb36a5 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985 main.main() github.com/ollama/ollama/main.go:12 +0x4d fp=0xc00004bf50 sp=0xc00004bf30 pc=0x5632f29e5a0d runtime.main() runtime/proc.go:272 +0x29d fp=0xc00004bfe0 sp=0xc00004bf50 pc=0x5632f1e104bd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00004bfe8 sp=0xc00004bfe0 pc=0x5632f1e4d581 goroutine 2 gp=0xc000006c40 m=nil [force gc (idle), 3 minutes]: runtime.gopark(0x1a5f510ef19a3?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021afa8 sp=0xc00021af88 pc=0x5632f1e451ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.forcegchelper() runtime/proc.go:337 +0xb8 fp=0xc00021afe0 sp=0xc00021afa8 pc=0x5632f1e107f8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021afe8 sp=0xc00021afe0 pc=0x5632f1e4d581 created by runtime.init.7 in goroutine 1 runtime/proc.go:325 +0x1a goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021b780 sp=0xc00021b760 pc=0x5632f1e451ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.bgsweep(0xc00003c100) runtime/mgcsweep.go:317 +0xdf fp=0xc00021b7c8 sp=0xc00021b780 pc=0x5632f1dfae9f runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc00021b7e0 sp=0xc00021b7c8 pc=0x5632f1def4e5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021b7e8 sp=0xc00021b7e0 pc=0x5632f1e4d581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 4 gp=0xc000007340 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x5632f2d78b90?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021bf78 sp=0xc00021bf58 pc=0x5632f1e451ae runtime.goparkunlock(...) runtime/proc.go:430 runtime.(*scavengerState).park(0x5632f37be820) runtime/mgcscavenge.go:425 +0x49 fp=0xc00021bfa8 sp=0xc00021bf78 pc=0x5632f1df8869 runtime.bgscavenge(0xc00003c100) runtime/mgcscavenge.go:658 +0x59 fp=0xc00021bfc8 sp=0xc00021bfa8 pc=0x5632f1df8df9 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc00021bfe0 sp=0xc00021bfc8 pc=0x5632f1def485 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021bfe8 sp=0xc00021bfe0 pc=0x5632f1e4d581 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 18 gp=0xc000306380 m=nil [finalizer wait]: runtime.gopark(0x0?, 0x5632f2fff6f0?, 0x0?, 0x40?, 0x1000000010?) runtime/proc.go:424 +0xce fp=0xc00021a620 sp=0xc00021a600 pc=0x5632f1e451ae runtime.runfinq() runtime/mfinal.go:193 +0x107 fp=0xc00021a7e0 sp=0xc00021a620 pc=0x5632f1dee567 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021a7e8 sp=0xc00021a7e0 pc=0x5632f1e4d581 created by runtime.createfing in goroutine 1 runtime/mfinal.go:163 +0x3d goroutine 19 gp=0xc000307c00 m=nil [chan receive]: runtime.gopark(0xc000216760?, 0x5632f1f217a5?, 0x70?, 0x28?, 0x5632f30238e0?) runtime/proc.go:424 +0xce fp=0xc000216718 sp=0xc0002166f8 pc=0x5632f1e451ae runtime.chanrecv(0xc000300310, 0x0, 0x1) runtime/chan.go:639 +0x41c fp=0xc000216790 sp=0xc000216718 pc=0x5632f1ddebdc runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:489 +0x12 fp=0xc0002167b8 sp=0xc000216790 pc=0x5632f1dde792 runtime.unique_runtime_registerUniqueMapCleanup.func1(...) runtime/mgc.go:1781 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1784 +0x2f fp=0xc0002167e0 sp=0xc0002167b8 pc=0x5632f1df254f runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002167e8 sp=0xc0002167e0 pc=0x5632f1e4d581 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1779 +0x96 goroutine 20 gp=0xc000307dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000216f38 sp=0xc000216f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000216fc8 sp=0xc000216f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000216fe0 sp=0xc000216fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000216fe8 sp=0xc000216fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 21 gp=0xc0004c4000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000217738 sp=0xc000217718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002177c8 sp=0xc000217738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002177e0 sp=0xc0002177c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002177e8 sp=0xc0002177e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 22 gp=0xc0004c41c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000217f38 sp=0xc000217f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000217fc8 sp=0xc000217f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000217fe0 sp=0xc000217fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000217fe8 sp=0xc000217fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 23 gp=0xc0004c4380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000218738 sp=0xc000218718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002187c8 sp=0xc000218738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002187e0 sp=0xc0002187c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002187e8 sp=0xc0002187e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 34 gp=0xc000284380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029c738 sp=0xc00029c718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029c7c8 sp=0xc00029c738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029c7e0 sp=0xc00029c7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029c7e8 sp=0xc00029c7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 35 gp=0xc000284540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029cf38 sp=0xc00029cf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029cfc8 sp=0xc00029cf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029cfe0 sp=0xc00029cfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029cfe8 sp=0xc00029cfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 36 gp=0xc000284700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029d738 sp=0xc00029d718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029d7c8 sp=0xc00029d738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029d7e0 sp=0xc00029d7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029d7e8 sp=0xc00029d7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 37 gp=0xc0002848c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029df38 sp=0xc00029df18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029dfc8 sp=0xc00029df38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029dfe0 sp=0xc00029dfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029dfe8 sp=0xc00029dfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 38 gp=0xc000284a80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029e738 sp=0xc00029e718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029e7c8 sp=0xc00029e738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029e7e0 sp=0xc00029e7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029e7e8 sp=0xc00029e7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 39 gp=0xc000284c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029ef38 sp=0xc00029ef18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029efc8 sp=0xc00029ef38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029efe0 sp=0xc00029efc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029efe8 sp=0xc00029efe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 40 gp=0xc000284e00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029f738 sp=0xc00029f718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029f7c8 sp=0xc00029f738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029f7e0 sp=0xc00029f7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029f7e8 sp=0xc00029f7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 41 gp=0xc000284fc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029ff38 sp=0xc00029ff18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029ffc8 sp=0xc00029ff38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029ffe0 sp=0xc00029ffc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029ffe8 sp=0xc00029ffe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 42 gp=0xc000285180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000298738 sp=0xc000298718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002987c8 sp=0xc000298738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002987e0 sp=0xc0002987c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002987e8 sp=0xc0002987e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 43 gp=0xc000285340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000298f38 sp=0xc000298f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000298fc8 sp=0xc000298f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000298fe0 sp=0xc000298fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000298fe8 sp=0xc000298fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 5 gp=0xc000007880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021c738 sp=0xc00021c718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00021c7c8 sp=0xc00021c738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00021c7e0 sp=0xc00021c7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021c7e8 sp=0xc00021c7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 44 gp=0xc000285500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000299738 sp=0xc000299718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002997c8 sp=0xc000299738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002997e0 sp=0xc0002997c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002997e8 sp=0xc0002997e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 6 gp=0xc000007a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021cf38 sp=0xc00021cf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00021cfc8 sp=0xc00021cf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00021cfe0 sp=0xc00021cfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021cfe8 sp=0xc00021cfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 7 gp=0xc000007c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021d738 sp=0xc00021d718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00021d7c8 sp=0xc00021d738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00021d7e0 sp=0xc00021d7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021d7e8 sp=0xc00021d7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 8 gp=0xc000007dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00021df38 sp=0xc00021df18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00021dfc8 sp=0xc00021df38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00021dfe0 sp=0xc00021dfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00021dfe8 sp=0xc00021dfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 9 gp=0xc000250000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000256738 sp=0xc000256718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002567c8 sp=0xc000256738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002567e0 sp=0xc0002567c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002567e8 sp=0xc0002567e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 10 gp=0xc0002501c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000256f38 sp=0xc000256f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000256fc8 sp=0xc000256f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000256fe0 sp=0xc000256fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000256fe8 sp=0xc000256fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 45 gp=0xc0002856c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000299f38 sp=0xc000299f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000299fc8 sp=0xc000299f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000299fe0 sp=0xc000299fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000299fe8 sp=0xc000299fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 11 gp=0xc000250380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000257738 sp=0xc000257718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002577c8 sp=0xc000257738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002577e0 sp=0xc0002577c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002577e8 sp=0xc0002577e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 12 gp=0xc000250540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000257f38 sp=0xc000257f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000257fc8 sp=0xc000257f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000257fe0 sp=0xc000257fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000257fe8 sp=0xc000257fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 13 gp=0xc000250700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000258738 sp=0xc000258718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002587c8 sp=0xc000258738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002587e0 sp=0xc0002587c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002587e8 sp=0xc0002587e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 14 gp=0xc0002508c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000258f38 sp=0xc000258f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000258fc8 sp=0xc000258f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000258fe0 sp=0xc000258fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000258fe8 sp=0xc000258fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 15 gp=0xc000250a80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000259738 sp=0xc000259718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002597c8 sp=0xc000259738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002597e0 sp=0xc0002597c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002597e8 sp=0xc0002597e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 16 gp=0xc000250c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000259f38 sp=0xc000259f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000259fc8 sp=0xc000259f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000259fe0 sp=0xc000259fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000259fe8 sp=0xc000259fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 50 gp=0xc000250e00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000252738 sp=0xc000252718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002527c8 sp=0xc000252738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002527e0 sp=0xc0002527c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002527e8 sp=0xc0002527e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 46 gp=0xc000285880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029a738 sp=0xc00029a718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029a7c8 sp=0xc00029a738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029a7e0 sp=0xc00029a7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029a7e8 sp=0xc00029a7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 51 gp=0xc000250fc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000252f38 sp=0xc000252f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000252fc8 sp=0xc000252f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000252fe0 sp=0xc000252fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000252fe8 sp=0xc000252fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 47 gp=0xc000285a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029af38 sp=0xc00029af18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029afc8 sp=0xc00029af38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029afe0 sp=0xc00029afc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029afe8 sp=0xc00029afe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 52 gp=0xc000251180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000253738 sp=0xc000253718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002537c8 sp=0xc000253738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002537e0 sp=0xc0002537c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002537e8 sp=0xc0002537e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 48 gp=0xc000285c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029b738 sp=0xc00029b718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029b7c8 sp=0xc00029b738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029b7e0 sp=0xc00029b7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029b7e8 sp=0xc00029b7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 49 gp=0xc000285dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00029bf38 sp=0xc00029bf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00029bfc8 sp=0xc00029bf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00029bfe0 sp=0xc00029bfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00029bfe8 sp=0xc00029bfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 66 gp=0xc0002a2000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a8738 sp=0xc0002a8718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a87c8 sp=0xc0002a8738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a87e0 sp=0xc0002a87c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a87e8 sp=0xc0002a87e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 67 gp=0xc0002a21c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a8f38 sp=0xc0002a8f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a8fc8 sp=0xc0002a8f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a8fe0 sp=0xc0002a8fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a8fe8 sp=0xc0002a8fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 24 gp=0xc0004c4540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000218f38 sp=0xc000218f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000218fc8 sp=0xc000218f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000218fe0 sp=0xc000218fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000218fe8 sp=0xc000218fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 25 gp=0xc0004c4700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000219738 sp=0xc000219718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002197c8 sp=0xc000219738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002197e0 sp=0xc0002197c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002197e8 sp=0xc0002197e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 26 gp=0xc0004c48c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000219f38 sp=0xc000219f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000219fc8 sp=0xc000219f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000219fe0 sp=0xc000219fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000219fe8 sp=0xc000219fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 27 gp=0xc0004c4a80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a4738 sp=0xc0002a4718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a47c8 sp=0xc0002a4738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a47e0 sp=0xc0002a47c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a47e8 sp=0xc0002a47e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 28 gp=0xc0004c4c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a4f38 sp=0xc0002a4f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a4fc8 sp=0xc0002a4f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a4fe0 sp=0xc0002a4fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a4fe8 sp=0xc0002a4fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 29 gp=0xc0004c4e00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a5738 sp=0xc0002a5718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a57c8 sp=0xc0002a5738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a57e0 sp=0xc0002a57c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a57e8 sp=0xc0002a57e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 30 gp=0xc0004c4fc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a5f38 sp=0xc0002a5f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a5fc8 sp=0xc0002a5f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a5fe0 sp=0xc0002a5fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a5fe8 sp=0xc0002a5fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 31 gp=0xc0004c5180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a6738 sp=0xc0002a6718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a67c8 sp=0xc0002a6738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a67e0 sp=0xc0002a67c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a67e8 sp=0xc0002a67e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 32 gp=0xc0004c5340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a6f38 sp=0xc0002a6f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a6fc8 sp=0xc0002a6f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a6fe0 sp=0xc0002a6fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a6fe8 sp=0xc0002a6fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 33 gp=0xc0004c5500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a7738 sp=0xc0002a7718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a77c8 sp=0xc0002a7738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a77e0 sp=0xc0002a77c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a77e8 sp=0xc0002a77e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 82 gp=0xc0004c56c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a7f38 sp=0xc0002a7f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a7fc8 sp=0xc0002a7f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a7fe0 sp=0xc0002a7fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a7fe8 sp=0xc0002a7fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 83 gp=0xc0004c5880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004ca738 sp=0xc0004ca718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004ca7c8 sp=0xc0004ca738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004ca7e0 sp=0xc0004ca7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ca7e8 sp=0xc0004ca7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 84 gp=0xc0004c5a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004caf38 sp=0xc0004caf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004cafc8 sp=0xc0004caf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004cafe0 sp=0xc0004cafc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cafe8 sp=0xc0004cafe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 85 gp=0xc0004c5c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004cb738 sp=0xc0004cb718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004cb7c8 sp=0xc0004cb738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004cb7e0 sp=0xc0004cb7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cb7e8 sp=0xc0004cb7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 86 gp=0xc0004c5dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004cbf38 sp=0xc0004cbf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004cbfc8 sp=0xc0004cbf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004cbfe0 sp=0xc0004cbfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cbfe8 sp=0xc0004cbfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 87 gp=0xc0004ce000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004cc738 sp=0xc0004cc718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004cc7c8 sp=0xc0004cc738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004cc7e0 sp=0xc0004cc7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cc7e8 sp=0xc0004cc7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 88 gp=0xc0004ce1c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004ccf38 sp=0xc0004ccf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004ccfc8 sp=0xc0004ccf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004ccfe0 sp=0xc0004ccfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ccfe8 sp=0xc0004ccfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 53 gp=0xc000251340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000253f38 sp=0xc000253f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000253fc8 sp=0xc000253f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000253fe0 sp=0xc000253fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000253fe8 sp=0xc000253fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 89 gp=0xc0004ce380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004cd738 sp=0xc0004cd718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004cd7c8 sp=0xc0004cd738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004cd7e0 sp=0xc0004cd7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cd7e8 sp=0xc0004cd7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 54 gp=0xc000251500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000254738 sp=0xc000254718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002547c8 sp=0xc000254738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002547e0 sp=0xc0002547c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002547e8 sp=0xc0002547e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 90 gp=0xc0004ce540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004cdf38 sp=0xc0004cdf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004cdfc8 sp=0xc0004cdf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004cdfe0 sp=0xc0004cdfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004cdfe8 sp=0xc0004cdfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 91 gp=0xc0004ce700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004c6738 sp=0xc0004c6718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004c67c8 sp=0xc0004c6738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004c67e0 sp=0xc0004c67c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c67e8 sp=0xc0004c67e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 92 gp=0xc0004ce8c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004c6f38 sp=0xc0004c6f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004c6fc8 sp=0xc0004c6f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004c6fe0 sp=0xc0004c6fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c6fe8 sp=0xc0004c6fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 93 gp=0xc0004cea80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004c7738 sp=0xc0004c7718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004c77c8 sp=0xc0004c7738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004c77e0 sp=0xc0004c77c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c77e8 sp=0xc0004c77e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 94 gp=0xc0004cec40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004c7f38 sp=0xc0004c7f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004c7fc8 sp=0xc0004c7f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004c7fe0 sp=0xc0004c7fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c7fe8 sp=0xc0004c7fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 95 gp=0xc0004cee00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004c8738 sp=0xc0004c8718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004c87c8 sp=0xc0004c8738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004c87e0 sp=0xc0004c87c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c87e8 sp=0xc0004c87e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 96 gp=0xc0004cefc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004c8f38 sp=0xc0004c8f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004c8fc8 sp=0xc0004c8f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004c8fe0 sp=0xc0004c8fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c8fe8 sp=0xc0004c8fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 97 gp=0xc0004cf180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004c9738 sp=0xc0004c9718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004c97c8 sp=0xc0004c9738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004c97e0 sp=0xc0004c97c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c97e8 sp=0xc0004c97e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 98 gp=0xc0004cf340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004c9f38 sp=0xc0004c9f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004c9fc8 sp=0xc0004c9f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004c9fe0 sp=0xc0004c9fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004c9fe8 sp=0xc0004c9fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 99 gp=0xc0004cf500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d4738 sp=0xc0004d4718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d47c8 sp=0xc0004d4738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d47e0 sp=0xc0004d47c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d47e8 sp=0xc0004d47e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 100 gp=0xc0004cf6c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d4f38 sp=0xc0004d4f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d4fc8 sp=0xc0004d4f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d4fe0 sp=0xc0004d4fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d4fe8 sp=0xc0004d4fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 68 gp=0xc0002a2380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a9738 sp=0xc0002a9718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a97c8 sp=0xc0002a9738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a97e0 sp=0xc0002a97c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a97e8 sp=0xc0002a97e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 69 gp=0xc0002a2540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002a9f38 sp=0xc0002a9f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002a9fc8 sp=0xc0002a9f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002a9fe0 sp=0xc0002a9fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002a9fe8 sp=0xc0002a9fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 70 gp=0xc0002a2700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002aa738 sp=0xc0002aa718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002aa7c8 sp=0xc0002aa738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002aa7e0 sp=0xc0002aa7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002aa7e8 sp=0xc0002aa7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 71 gp=0xc0002a28c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002aaf38 sp=0xc0002aaf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002aafc8 sp=0xc0002aaf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002aafe0 sp=0xc0002aafc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002aafe8 sp=0xc0002aafe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 72 gp=0xc0002a2a80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002ab738 sp=0xc0002ab718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002ab7c8 sp=0xc0002ab738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002ab7e0 sp=0xc0002ab7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ab7e8 sp=0xc0002ab7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 73 gp=0xc0002a2c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002abf38 sp=0xc0002abf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002abfc8 sp=0xc0002abf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002abfe0 sp=0xc0002abfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002abfe8 sp=0xc0002abfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 74 gp=0xc0002a2e00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d0738 sp=0xc0004d0718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d07c8 sp=0xc0004d0738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d07e0 sp=0xc0004d07c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d07e8 sp=0xc0004d07e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 75 gp=0xc0002a2fc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d0f38 sp=0xc0004d0f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d0fc8 sp=0xc0004d0f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d0fe0 sp=0xc0004d0fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d0fe8 sp=0xc0004d0fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 76 gp=0xc0002a3180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d1738 sp=0xc0004d1718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d17c8 sp=0xc0004d1738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d17e0 sp=0xc0004d17c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d17e8 sp=0xc0004d17e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 77 gp=0xc0002a3340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d1f38 sp=0xc0004d1f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d1fc8 sp=0xc0004d1f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d1fe0 sp=0xc0004d1fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d1fe8 sp=0xc0004d1fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 78 gp=0xc0002a3500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d2738 sp=0xc0004d2718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d27c8 sp=0xc0004d2738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d27e0 sp=0xc0004d27c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d27e8 sp=0xc0004d27e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 79 gp=0xc0002a36c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d2f38 sp=0xc0004d2f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d2fc8 sp=0xc0004d2f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d2fe0 sp=0xc0004d2fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d2fe8 sp=0xc0004d2fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 80 gp=0xc0002a3880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d3738 sp=0xc0004d3718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d37c8 sp=0xc0004d3738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d37e0 sp=0xc0004d37c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d37e8 sp=0xc0004d37e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 81 gp=0xc0002a3a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d3f38 sp=0xc0004d3f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d3fc8 sp=0xc0004d3f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d3fe0 sp=0xc0004d3fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d3fe8 sp=0xc0004d3fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 114 gp=0xc0002a3c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b0738 sp=0xc0002b0718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b07c8 sp=0xc0002b0738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b07e0 sp=0xc0002b07c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b07e8 sp=0xc0002b07e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 115 gp=0xc0002a3dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b0f38 sp=0xc0002b0f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b0fc8 sp=0xc0002b0f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b0fe0 sp=0xc0002b0fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b0fe8 sp=0xc0002b0fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 116 gp=0xc0002b4000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b1738 sp=0xc0002b1718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b17c8 sp=0xc0002b1738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b17e0 sp=0xc0002b17c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b17e8 sp=0xc0002b17e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 117 gp=0xc0002b41c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b1f38 sp=0xc0002b1f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b1fc8 sp=0xc0002b1f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b1fe0 sp=0xc0002b1fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b1fe8 sp=0xc0002b1fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 118 gp=0xc0002b4380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b2738 sp=0xc0002b2718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b27c8 sp=0xc0002b2738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b27e0 sp=0xc0002b27c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b27e8 sp=0xc0002b27e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 119 gp=0xc0002b4540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b2f38 sp=0xc0002b2f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b2fc8 sp=0xc0002b2f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b2fe0 sp=0xc0002b2fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b2fe8 sp=0xc0002b2fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 120 gp=0xc0002b4700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b3738 sp=0xc0002b3718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b37c8 sp=0xc0002b3738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b37e0 sp=0xc0002b37c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b37e8 sp=0xc0002b37e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 121 gp=0xc0002b48c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b3f38 sp=0xc0002b3f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b3fc8 sp=0xc0002b3f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b3fe0 sp=0xc0002b3fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b3fe8 sp=0xc0002b3fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 122 gp=0xc0002b4a80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002ac738 sp=0xc0002ac718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002ac7c8 sp=0xc0002ac738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002ac7e0 sp=0xc0002ac7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ac7e8 sp=0xc0002ac7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 123 gp=0xc0002b4c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002acf38 sp=0xc0002acf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002acfc8 sp=0xc0002acf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002acfe0 sp=0xc0002acfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002acfe8 sp=0xc0002acfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 124 gp=0xc0002b4e00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002ad738 sp=0xc0002ad718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002ad7c8 sp=0xc0002ad738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002ad7e0 sp=0xc0002ad7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ad7e8 sp=0xc0002ad7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 125 gp=0xc0002b4fc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002adf38 sp=0xc0002adf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002adfc8 sp=0xc0002adf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002adfe0 sp=0xc0002adfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002adfe8 sp=0xc0002adfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 126 gp=0xc0002b5180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002ae738 sp=0xc0002ae718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002ae7c8 sp=0xc0002ae738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002ae7e0 sp=0xc0002ae7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ae7e8 sp=0xc0002ae7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 127 gp=0xc0002b5340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002aef38 sp=0xc0002aef18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002aefc8 sp=0xc0002aef38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002aefe0 sp=0xc0002aefc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002aefe8 sp=0xc0002aefe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 128 gp=0xc0002b5500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002af738 sp=0xc0002af718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002af7c8 sp=0xc0002af738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002af7e0 sp=0xc0002af7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002af7e8 sp=0xc0002af7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 129 gp=0xc0002b56c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002aff38 sp=0xc0002aff18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002affc8 sp=0xc0002aff38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002affe0 sp=0xc0002affc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002affe8 sp=0xc0002affe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 130 gp=0xc0002b5880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002ba738 sp=0xc0002ba718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002ba7c8 sp=0xc0002ba738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002ba7e0 sp=0xc0002ba7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002ba7e8 sp=0xc0002ba7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 131 gp=0xc0002b5a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002baf38 sp=0xc0002baf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002bafc8 sp=0xc0002baf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002bafe0 sp=0xc0002bafc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bafe8 sp=0xc0002bafe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 132 gp=0xc0002b5c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002bb738 sp=0xc0002bb718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002bb7c8 sp=0xc0002bb738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002bb7e0 sp=0xc0002bb7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bb7e8 sp=0xc0002bb7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 133 gp=0xc0002b5dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002bbf38 sp=0xc0002bbf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002bbfc8 sp=0xc0002bbf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002bbfe0 sp=0xc0002bbfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bbfe8 sp=0xc0002bbfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 134 gp=0xc0002be000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002bc738 sp=0xc0002bc718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002bc7c8 sp=0xc0002bc738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002bc7e0 sp=0xc0002bc7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bc7e8 sp=0xc0002bc7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 135 gp=0xc0002be1c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002bcf38 sp=0xc0002bcf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002bcfc8 sp=0xc0002bcf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002bcfe0 sp=0xc0002bcfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bcfe8 sp=0xc0002bcfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 136 gp=0xc0002be380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002bd738 sp=0xc0002bd718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002bd7c8 sp=0xc0002bd738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002bd7e0 sp=0xc0002bd7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bd7e8 sp=0xc0002bd7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 137 gp=0xc0002be540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002bdf38 sp=0xc0002bdf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002bdfc8 sp=0xc0002bdf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002bdfe0 sp=0xc0002bdfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002bdfe8 sp=0xc0002bdfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 138 gp=0xc0002be700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b6738 sp=0xc0002b6718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b67c8 sp=0xc0002b6738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b67e0 sp=0xc0002b67c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b67e8 sp=0xc0002b67e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 139 gp=0xc0002be8c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b6f38 sp=0xc0002b6f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b6fc8 sp=0xc0002b6f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b6fe0 sp=0xc0002b6fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b6fe8 sp=0xc0002b6fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 55 gp=0xc0002516c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000254f38 sp=0xc000254f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000254fc8 sp=0xc000254f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000254fe0 sp=0xc000254fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000254fe8 sp=0xc000254fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 56 gp=0xc000251880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000255738 sp=0xc000255718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002557c8 sp=0xc000255738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002557e0 sp=0xc0002557c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002557e8 sp=0xc0002557e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 57 gp=0xc000251a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000255f38 sp=0xc000255f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000255fc8 sp=0xc000255f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000255fe0 sp=0xc000255fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000255fe8 sp=0xc000255fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 101 gp=0xc0004cf880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d5738 sp=0xc0004d5718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d57c8 sp=0xc0004d5738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d57e0 sp=0xc0004d57c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d57e8 sp=0xc0004d57e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 58 gp=0xc000251c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000260738 sp=0xc000260718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002607c8 sp=0xc000260738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002607e0 sp=0xc0002607c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002607e8 sp=0xc0002607e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 59 gp=0xc000251dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000260f38 sp=0xc000260f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000260fc8 sp=0xc000260f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000260fe0 sp=0xc000260fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000260fe8 sp=0xc000260fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 60 gp=0xc000264000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000261738 sp=0xc000261718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002617c8 sp=0xc000261738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002617e0 sp=0xc0002617c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002617e8 sp=0xc0002617e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 61 gp=0xc0002641c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000261f38 sp=0xc000261f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000261fc8 sp=0xc000261f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000261fe0 sp=0xc000261fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000261fe8 sp=0xc000261fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 102 gp=0xc0004cfa40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d5f38 sp=0xc0004d5f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d5fc8 sp=0xc0004d5f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d5fe0 sp=0xc0004d5fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d5fe8 sp=0xc0004d5fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 140 gp=0xc0002bea80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0002b7738 sp=0xc0002b7718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002b77c8 sp=0xc0002b7738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002b77e0 sp=0xc0002b77c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002b77e8 sp=0xc0002b77e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 103 gp=0xc0004cfc00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d6738 sp=0xc0004d6718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d67c8 sp=0xc0004d6738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d67e0 sp=0xc0004d67c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d67e8 sp=0xc0004d67e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 104 gp=0xc0004cfdc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d6f38 sp=0xc0004d6f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d6fc8 sp=0xc0004d6f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d6fe0 sp=0xc0004d6fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d6fe8 sp=0xc0004d6fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 146 gp=0xc000504000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00025c738 sp=0xc00025c718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00025c7c8 sp=0xc00025c738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00025c7e0 sp=0xc00025c7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00025c7e8 sp=0xc00025c7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 147 gp=0xc0005041c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00025cf38 sp=0xc00025cf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00025cfc8 sp=0xc00025cf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00025cfe0 sp=0xc00025cfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00025cfe8 sp=0xc00025cfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 148 gp=0xc000504380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00025d738 sp=0xc00025d718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00025d7c8 sp=0xc00025d738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00025d7e0 sp=0xc00025d7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00025d7e8 sp=0xc00025d7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 149 gp=0xc000504540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00025df38 sp=0xc00025df18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00025dfc8 sp=0xc00025df38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00025dfe0 sp=0xc00025dfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00025dfe8 sp=0xc00025dfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 150 gp=0xc000504700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00025e738 sp=0xc00025e718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00025e7c8 sp=0xc00025e738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00025e7e0 sp=0xc00025e7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00025e7e8 sp=0xc00025e7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 151 gp=0xc0005048c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00025ef38 sp=0xc00025ef18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00025efc8 sp=0xc00025ef38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00025efe0 sp=0xc00025efc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00025efe8 sp=0xc00025efe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 152 gp=0xc000504a80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00025f738 sp=0xc00025f718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00025f7c8 sp=0xc00025f738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00025f7e0 sp=0xc00025f7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00025f7e8 sp=0xc00025f7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 153 gp=0xc000504c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00025ff38 sp=0xc00025ff18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00025ffc8 sp=0xc00025ff38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00025ffe0 sp=0xc00025ffc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00025ffe8 sp=0xc00025ffe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 62 gp=0xc000264380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000262738 sp=0xc000262718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002627c8 sp=0xc000262738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002627e0 sp=0xc0002627c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002627e8 sp=0xc0002627e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 105 gp=0xc0004d8000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d7738 sp=0xc0004d7718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d77c8 sp=0xc0004d7738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d77e0 sp=0xc0004d77c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d77e8 sp=0xc0004d77e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 106 gp=0xc0004d81c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004d7f38 sp=0xc0004d7f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004d7fc8 sp=0xc0004d7f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004d7fe0 sp=0xc0004d7fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004d7fe8 sp=0xc0004d7fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 63 gp=0xc000264540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000262f38 sp=0xc000262f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000262fc8 sp=0xc000262f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000262fe0 sp=0xc000262fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000262fe8 sp=0xc000262fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 107 gp=0xc0004d8380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004de738 sp=0xc0004de718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004de7c8 sp=0xc0004de738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004de7e0 sp=0xc0004de7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004de7e8 sp=0xc0004de7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 108 gp=0xc0004d8540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004def38 sp=0xc0004def18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004defc8 sp=0xc0004def38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004defe0 sp=0xc0004defc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004defe8 sp=0xc0004defe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 109 gp=0xc0004d8700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004df738 sp=0xc0004df718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004df7c8 sp=0xc0004df738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004df7e0 sp=0xc0004df7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004df7e8 sp=0xc0004df7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 110 gp=0xc0004d88c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004dff38 sp=0xc0004dff18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004dffc8 sp=0xc0004dff38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004dffe0 sp=0xc0004dffc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dffe8 sp=0xc0004dffe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 64 gp=0xc000264700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000263738 sp=0xc000263718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0002637c8 sp=0xc000263738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0002637e0 sp=0xc0002637c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0002637e8 sp=0xc0002637e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 111 gp=0xc0004d8a80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e0738 sp=0xc0004e0718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e07c8 sp=0xc0004e0738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e07e0 sp=0xc0004e07c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e07e8 sp=0xc0004e07e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 65 gp=0xc0002648c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000263f38 sp=0xc000263f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000263fc8 sp=0xc000263f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000263fe0 sp=0xc000263fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000263fe8 sp=0xc000263fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 112 gp=0xc0004d8c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e0f38 sp=0xc0004e0f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e0fc8 sp=0xc0004e0f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e0fe0 sp=0xc0004e0fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e0fe8 sp=0xc0004e0fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 162 gp=0xc000264a80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004da738 sp=0xc0004da718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004da7c8 sp=0xc0004da738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004da7e0 sp=0xc0004da7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004da7e8 sp=0xc0004da7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 113 gp=0xc0004d8e00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e1738 sp=0xc0004e1718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e17c8 sp=0xc0004e1738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e17e0 sp=0xc0004e17c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e17e8 sp=0xc0004e17e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 178 gp=0xc0004d8fc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e1f38 sp=0xc0004e1f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e1fc8 sp=0xc0004e1f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e1fe0 sp=0xc0004e1fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e1fe8 sp=0xc0004e1fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 179 gp=0xc0004d9180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e6738 sp=0xc0004e6718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e67c8 sp=0xc0004e6738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e67e0 sp=0xc0004e67c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e67e8 sp=0xc0004e67e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 163 gp=0xc000264c40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004daf38 sp=0xc0004daf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004dafc8 sp=0xc0004daf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004dafe0 sp=0xc0004dafc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dafe8 sp=0xc0004dafe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 180 gp=0xc0004d9340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e6f38 sp=0xc0004e6f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e6fc8 sp=0xc0004e6f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e6fe0 sp=0xc0004e6fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e6fe8 sp=0xc0004e6fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 181 gp=0xc0004d9500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e7738 sp=0xc0004e7718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e77c8 sp=0xc0004e7738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e77e0 sp=0xc0004e77c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e77e8 sp=0xc0004e77e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 182 gp=0xc0004d96c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e7f38 sp=0xc0004e7f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e7fc8 sp=0xc0004e7f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e7fe0 sp=0xc0004e7fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e7fe8 sp=0xc0004e7fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 183 gp=0xc0004d9880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e8738 sp=0xc0004e8718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e87c8 sp=0xc0004e8738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e87e0 sp=0xc0004e87c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e87e8 sp=0xc0004e87e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 184 gp=0xc0004d9a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e8f38 sp=0xc0004e8f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e8fc8 sp=0xc0004e8f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e8fe0 sp=0xc0004e8fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e8fe8 sp=0xc0004e8fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 185 gp=0xc0004d9c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e9738 sp=0xc0004e9718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e97c8 sp=0xc0004e9738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e97e0 sp=0xc0004e97c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e97e8 sp=0xc0004e97e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 186 gp=0xc0004d9dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e9f38 sp=0xc0004e9f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e9fc8 sp=0xc0004e9f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e9fe0 sp=0xc0004e9fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e9fe8 sp=0xc0004e9fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 187 gp=0xc0004ea000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e2738 sp=0xc0004e2718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e27c8 sp=0xc0004e2738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e27e0 sp=0xc0004e27c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e27e8 sp=0xc0004e27e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 188 gp=0xc0004ea1c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e2f38 sp=0xc0004e2f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e2fc8 sp=0xc0004e2f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e2fe0 sp=0xc0004e2fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e2fe8 sp=0xc0004e2fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 189 gp=0xc0004ea380 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e3738 sp=0xc0004e3718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e37c8 sp=0xc0004e3738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e37e0 sp=0xc0004e37c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e37e8 sp=0xc0004e37e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 190 gp=0xc0004ea540 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e3f38 sp=0xc0004e3f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e3fc8 sp=0xc0004e3f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e3fe0 sp=0xc0004e3fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e3fe8 sp=0xc0004e3fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 191 gp=0xc0004ea700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e4738 sp=0xc0004e4718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e47c8 sp=0xc0004e4738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e47e0 sp=0xc0004e47c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e47e8 sp=0xc0004e47e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 192 gp=0xc0004ea8c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e4f38 sp=0xc0004e4f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e4fc8 sp=0xc0004e4f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e4fe0 sp=0xc0004e4fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e4fe8 sp=0xc0004e4fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 193 gp=0xc0004eaa80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e5738 sp=0xc0004e5718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e57c8 sp=0xc0004e5738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e57e0 sp=0xc0004e57c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e57e8 sp=0xc0004e57e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 194 gp=0xc0004eac40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004e5f38 sp=0xc0004e5f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004e5fc8 sp=0xc0004e5f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004e5fe0 sp=0xc0004e5fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004e5fe8 sp=0xc0004e5fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 195 gp=0xc0004eae00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f0738 sp=0xc0004f0718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f07c8 sp=0xc0004f0738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f07e0 sp=0xc0004f07c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f07e8 sp=0xc0004f07e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 196 gp=0xc0004eafc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f0f38 sp=0xc0004f0f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f0fc8 sp=0xc0004f0f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f0fe0 sp=0xc0004f0fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f0fe8 sp=0xc0004f0fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 164 gp=0xc000264e00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004db738 sp=0xc0004db718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004db7c8 sp=0xc0004db738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004db7e0 sp=0xc0004db7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004db7e8 sp=0xc0004db7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 165 gp=0xc000264fc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004dbf38 sp=0xc0004dbf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004dbfc8 sp=0xc0004dbf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004dbfe0 sp=0xc0004dbfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dbfe8 sp=0xc0004dbfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 166 gp=0xc000265180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004dc738 sp=0xc0004dc718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004dc7c8 sp=0xc0004dc738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004dc7e0 sp=0xc0004dc7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dc7e8 sp=0xc0004dc7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 167 gp=0xc000265340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004dcf38 sp=0xc0004dcf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004dcfc8 sp=0xc0004dcf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004dcfe0 sp=0xc0004dcfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dcfe8 sp=0xc0004dcfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 168 gp=0xc000265500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004dd738 sp=0xc0004dd718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004dd7c8 sp=0xc0004dd738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004dd7e0 sp=0xc0004dd7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004dd7e8 sp=0xc0004dd7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 169 gp=0xc0002656c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004ddf38 sp=0xc0004ddf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004ddfc8 sp=0xc0004ddf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004ddfe0 sp=0xc0004ddfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ddfe8 sp=0xc0004ddfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 170 gp=0xc000265880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004ec738 sp=0xc0004ec718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004ec7c8 sp=0xc0004ec738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004ec7e0 sp=0xc0004ec7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ec7e8 sp=0xc0004ec7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 171 gp=0xc000265a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004ecf38 sp=0xc0004ecf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004ecfc8 sp=0xc0004ecf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004ecfe0 sp=0xc0004ecfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ecfe8 sp=0xc0004ecfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 172 gp=0xc000265c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004ed738 sp=0xc0004ed718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004ed7c8 sp=0xc0004ed738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004ed7e0 sp=0xc0004ed7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ed7e8 sp=0xc0004ed7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 173 gp=0xc000265dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004edf38 sp=0xc0004edf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004edfc8 sp=0xc0004edf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004edfe0 sp=0xc0004edfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004edfe8 sp=0xc0004edfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 154 gp=0xc000504e00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00050a738 sp=0xc00050a718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00050a7c8 sp=0xc00050a738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00050a7e0 sp=0xc00050a7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00050a7e8 sp=0xc00050a7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 155 gp=0xc000504fc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00050af38 sp=0xc00050af18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00050afc8 sp=0xc00050af38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00050afe0 sp=0xc00050afc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00050afe8 sp=0xc00050afe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 197 gp=0xc0004eb180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f1738 sp=0xc0004f1718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f17c8 sp=0xc0004f1738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f17e0 sp=0xc0004f17c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f17e8 sp=0xc0004f17e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 156 gp=0xc000505180 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00050b738 sp=0xc00050b718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00050b7c8 sp=0xc00050b738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00050b7e0 sp=0xc00050b7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00050b7e8 sp=0xc00050b7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 198 gp=0xc0004eb340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f1f38 sp=0xc0004f1f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f1fc8 sp=0xc0004f1f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f1fe0 sp=0xc0004f1fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f1fe8 sp=0xc0004f1fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 157 gp=0xc000505340 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00050bf38 sp=0xc00050bf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00050bfc8 sp=0xc00050bf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00050bfe0 sp=0xc00050bfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00050bfe8 sp=0xc00050bfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 199 gp=0xc0004eb500 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f2738 sp=0xc0004f2718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f27c8 sp=0xc0004f2738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f27e0 sp=0xc0004f27c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f27e8 sp=0xc0004f27e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 158 gp=0xc000505500 m=nil [GC worker (idle)]: runtime.gopark(0x1a5f5111b7f3c?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00050c738 sp=0xc00050c718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00050c7c8 sp=0xc00050c738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00050c7e0 sp=0xc00050c7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00050c7e8 sp=0xc00050c7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 159 gp=0xc0005056c0 m=nil [GC worker (idle)]: runtime.gopark(0x1a5f5111790be?, 0x1?, 0x99?, 0xb9?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00050cf38 sp=0xc00050cf18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00050cfc8 sp=0xc00050cf38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00050cfe0 sp=0xc00050cfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00050cfe8 sp=0xc00050cfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 160 gp=0xc000505880 m=nil [GC worker (idle)]: runtime.gopark(0x1a5f511179acd?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00050d738 sp=0xc00050d718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00050d7c8 sp=0xc00050d738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00050d7e0 sp=0xc00050d7c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00050d7e8 sp=0xc00050d7e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 200 gp=0xc0004eb6c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x5632f386ce80?, 0x1?, 0xe7?, 0x3a?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f2f38 sp=0xc0004f2f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f2fc8 sp=0xc0004f2f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f2fe0 sp=0xc0004f2fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f2fe8 sp=0xc0004f2fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 161 gp=0xc000505a40 m=nil [GC worker (idle)]: runtime.gopark(0x1a5f51117d689?, 0x1?, 0xa7?, 0xc8?, 0x0?) runtime/proc.go:424 +0xce fp=0xc00050df38 sp=0xc00050df18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc00050dfc8 sp=0xc00050df38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc00050dfe0 sp=0xc00050dfc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00050dfe8 sp=0xc00050dfe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 210 gp=0xc000505c00 m=nil [GC worker (idle)]: runtime.gopark(0x5632f386ce80?, 0x1?, 0xf5?, 0x3a?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000506738 sp=0xc000506718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0005067c8 sp=0xc000506738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0005067e0 sp=0xc0005067c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0005067e8 sp=0xc0005067e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 211 gp=0xc000505dc0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x5632f386ce80?, 0x1?, 0x56?, 0x32?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000506f38 sp=0xc000506f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000506fc8 sp=0xc000506f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000506fe0 sp=0xc000506fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000506fe8 sp=0xc000506fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 201 gp=0xc0004eb880 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x5632f386ce80?, 0x1?, 0xf6?, 0x97?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f3738 sp=0xc0004f3718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f37c8 sp=0xc0004f3738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f37e0 sp=0xc0004f37c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f37e8 sp=0xc0004f37e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 212 gp=0xc00050e000 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x5632f386ce80?, 0x1?, 0x95?, 0x7f?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000507738 sp=0xc000507718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0005077c8 sp=0xc000507738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0005077e0 sp=0xc0005077c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0005077e8 sp=0xc0005077e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 213 gp=0xc00050e1c0 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x5632f386ce80?, 0x1?, 0xfa?, 0x2a?, 0x0?) runtime/proc.go:424 +0xce fp=0xc000507f38 sp=0xc000507f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc000507fc8 sp=0xc000507f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc000507fe0 sp=0xc000507fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000507fe8 sp=0xc000507fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 202 gp=0xc0004eba40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x5632f386ce80?, 0x1?, 0x1d?, 0x7e?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f3f38 sp=0xc0004f3f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f3fc8 sp=0xc0004f3f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f3fe0 sp=0xc0004f3fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f3fe8 sp=0xc0004f3fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 203 gp=0xc0004ebc00 m=nil [GC worker (idle)]: runtime.gopark(0x1a5f5111b454c?, 0xc000356de0?, 0x1a?, 0xa?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f8738 sp=0xc0004f8718 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f87c8 sp=0xc0004f8738 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f87e0 sp=0xc0004f87c8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f87e8 sp=0xc0004f87e0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 204 gp=0xc0004ebdc0 m=nil [GC worker (idle)]: runtime.gopark(0x1a5f511178773?, 0x1?, 0x3c?, 0x57?, 0x0?) runtime/proc.go:424 +0xce fp=0xc0004f8f38 sp=0xc0004f8f18 pc=0x5632f1e451ae runtime.gcBgMarkWorker(0xc000300380) runtime/mgc.go:1412 +0xe9 fp=0xc0004f8fc8 sp=0xc0004f8f38 pc=0x5632f1df1849 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1328 +0x25 fp=0xc0004f8fe0 sp=0xc0004f8fc8 pc=0x5632f1df1725 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004f8fe8 sp=0xc0004f8fe0 pc=0x5632f1e4d581 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1328 +0x105 goroutine 1038 gp=0xc0004fc700 m=nil [IO wait]: runtime.gopark(0x5632f1de9ec5?, 0x0?, 0x0?, 0x0?, 0xb?) runtime/proc.go:424 +0xce fp=0xc000c1b5a8 sp=0xc000c1b588 pc=0x5632f1e451ae runtime.netpollblock(0x5632f1e68578?, 0xf1ddbfc6?, 0x32?) runtime/netpoll.go:575 +0xf7 fp=0xc000c1b5e0 sp=0xc000c1b5a8 pc=0x5632f1e08e17 internal/poll.runtime_pollWait(0x7fbd5c3e1cd8, 0x72) runtime/netpoll.go:351 +0x85 fp=0xc000c1b600 sp=0xc000c1b5e0 pc=0x5632f1e444a5 internal/poll.(*pollDesc).wait(0xc00053cc00?, 0xc000538c11?, 0x0) internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc000c1b628 sp=0xc000c1b600 pc=0x5632f1ecbc67 internal/poll.(*pollDesc).waitRead(...) internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc00053cc00, {0xc000538c11, 0x1, 0x1}) internal/poll/fd_unix.go:165 +0x27a fp=0xc000c1b6c0 sp=0xc000c1b628 pc=0x5632f1eccf5a net.(*netFD).Read(0xc00053cc00, {0xc000538c11?, 0xc000c1b748?, 0x5632f1e46e30?}) net/fd_posix.go:55 +0x25 fp=0xc000c1b708 sp=0xc000c1b6c0 pc=0x5632f1f38165 net.(*conn).Read(0xc00052e228, {0xc000538c11?, 0x0?, 0xc000538c08?}) net/net.go:189 +0x45 fp=0xc000c1b750 sp=0xc000c1b708 pc=0x5632f1f46765 net.(*TCPConn).Read(0x5632f37218c0?, {0xc000538c11?, 0x0?, 0x0?}) <autogenerated>:1 +0x25 fp=0xc000c1b780 sp=0xc000c1b750 pc=0x5632f1f59965 net/http.(*connReader).backgroundRead(0xc000538c00) net/http/server.go:690 +0x37 fp=0xc000c1b7c8 sp=0xc000c1b780 pc=0x5632f2166777 net/http.(*connReader).startBackgroundRead.gowrap2() net/http/server.go:686 +0x25 fp=0xc000c1b7e0 sp=0xc000c1b7c8 pc=0x5632f21666a5 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000c1b7e8 sp=0xc000c1b7e0 pc=0x5632f1e4d581 created by net/http.(*connReader).startBackgroundRead in goroutine 501 net/http/server.go:686 +0xb6 goroutine 501 gp=0xc00056a8c0 m=nil [select]: runtime.gopark(0xc000733a68?, 0x2?, 0x4e?, 0xda?, 0xc000733834?) runtime/proc.go:424 +0xce fp=0xc0007336a0 sp=0xc000733680 pc=0x5632f1e451ae runtime.selectgo(0xc000733a68, 0xc000733830, 0x6?, 0x0, 0x1?, 0x1) runtime/select.go:335 +0x7a5 fp=0xc0007337c8 sp=0xc0007336a0 pc=0x5632f1e224a5 github.com/ollama/ollama/llama/runner.(*Server).completion(0xc000624120, {0x5632f300fe60, 0xc00077f500}, 0xc000639a40) github.com/ollama/ollama/llama/runner/runner.go:687 +0xa86 fp=0xc000733ac0 sp=0xc0007337c8 pc=0x5632f2203466 github.com/ollama/ollama/llama/runner.(*Server).completion-fm({0x5632f300fe60?, 0xc00077f500?}, 0x5632f217ac27?) <autogenerated>:1 +0x36 fp=0xc000733af0 sp=0xc000733ac0 pc=0x5632f2206916 net/http.HandlerFunc.ServeHTTP(0xc0006b20e0?, {0x5632f300fe60?, 0xc00077f500?}, 0x0?) net/http/server.go:2220 +0x29 fp=0xc000733b18 sp=0xc000733af0 pc=0x5632f216d449 net/http.(*ServeMux).ServeHTTP(0x5632f1de59e5?, {0x5632f300fe60, 0xc00077f500}, 0xc000639a40) net/http/server.go:2747 +0x1ca fp=0xc000733b68 sp=0xc000733b18 pc=0x5632f216f34a net/http.serverHandler.ServeHTTP({0x5632f300c950?}, {0x5632f300fe60?, 0xc00077f500?}, 0x6?) net/http/server.go:3210 +0x8e fp=0xc000733b98 sp=0xc000733b68 pc=0x5632f218c8ae net/http.(*conn).serve(0xc000533290, {0x5632f3011f68, 0xc0006f9da0}) net/http/server.go:2092 +0x5d0 fp=0xc000733fb8 sp=0xc000733b98 pc=0x5632f216bdf0 net/http.(*Server).Serve.gowrap3() net/http/server.go:3360 +0x28 fp=0xc000733fe0 sp=0xc000733fb8 pc=0x5632f2171248 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000733fe8 sp=0xc000733fe0 pc=0x5632f1e4d581 created by net/http.(*Server).Serve in goroutine 1 net/http/server.go:3360 +0x485 rax 0x228803fc4 rbx 0x7fb9d12c8120 rcx 0xff1 rdx 0x7fbd400031d0 rdi 0x7fbd400031e0 rsi 0x0 rbp 0x7fbd55ffa550 rsp 0x7fbd55ffa530 r8 0x0 r9 0x0 r10 0x0 r11 0x246 r12 0x7fb96115f1d0 r13 0x7fbd400031e0 r14 0x0 r15 0x7fbd40002ba0 rip 0x7fbd30a4bc57 rflags 0x10297 cs 0x33 fs 0x0 gs 0x0 ```
Author
Owner

@rick-github commented on GitHub (Feb 11, 2025):

time=2025-02-11T18:18:30.605+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=19 layers.split=3,3,3,2,2,2,2,2 memory.available="[78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB]" memory.gpu_overhead="0 B" memory.required.full="1188.0 GiB" memory.required.partial="580.8 GiB" memory.required.kv="457.5 GiB" memory.required.allocations="[76.6 GiB 77.5 GiB 77.5 GiB 69.7 GiB 70.6 GiB 69.7 GiB 69.7 GiB 69.7 GiB]" memory.weights.total="833.0 GiB" memory.weights.repeating="832.2 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="33.4 GiB" memory.graph.partial="33.4 GiB"

457G is being allocated to the context buffer because numParallel = 4. Since this is not the full log I can't tell if this is intentional, but you can reduce this and allow more of the model to reside in VRAM by setting OLLAMA_NUM_PARALLEL=1 in the server environment. I don't know if this will help with the ggml_nbytes(src1) <= INT_MAX issue though, still looking for a cause for that.

<!-- gh-comment-id:2650399232 --> @rick-github commented on GitHub (Feb 11, 2025): ``` time=2025-02-11T18:18:30.605+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=19 layers.split=3,3,3,2,2,2,2,2 memory.available="[78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB]" memory.gpu_overhead="0 B" memory.required.full="1188.0 GiB" memory.required.partial="580.8 GiB" memory.required.kv="457.5 GiB" memory.required.allocations="[76.6 GiB 77.5 GiB 77.5 GiB 69.7 GiB 70.6 GiB 69.7 GiB 69.7 GiB 69.7 GiB]" memory.weights.total="833.0 GiB" memory.weights.repeating="832.2 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="33.4 GiB" memory.graph.partial="33.4 GiB" ``` 457G is being allocated to the context buffer because numParallel = 4. Since this is not the full log I can't tell if this is intentional, but you can reduce this and allow more of the model to reside in VRAM by setting `OLLAMA_NUM_PARALLEL=1` in the server environment. I don't know if this will help with the `ggml_nbytes(src1) <= INT_MAX` issue though, still looking for a cause for that.
Author
Owner

@Hugh-yw commented on GitHub (Feb 11, 2025):

time=2025-02-11T18:18:30.605+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=19 layers.split=3,3,3,2,2,2,2,2 memory.available="[78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB]" memory.gpu_overhead="0 B" memory.required.full="1188.0 GiB" memory.required.partial="580.8 GiB" memory.required.kv="457.5 GiB" memory.required.allocations="[76.6 GiB 77.5 GiB 77.5 GiB 69.7 GiB 70.6 GiB 69.7 GiB 69.7 GiB 69.7 GiB]" memory.weights.total="833.0 GiB" memory.weights.repeating="832.2 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="33.4 GiB" memory.graph.partial="33.4 GiB"

457G is being allocated to the context buffer because numParallel = 4. Since this is not the full log I can't tell if this is intentional, but you can reduce this and allow more of the model to reside in VRAM by setting OLLAMA_NUM_PARALLEL=1 in the server environment. I don't know if this will help with the ggml_nbytes(src1) <= INT_MAX issue though, still looking for a cause for that.

Adjusting OLLAMA_NUM_PARALLEL=4 to 1 works fine, but the value of tokens/s decreases

The current configuration is as follows:

          env:
            - name: OLLAMA_KEEP_ALIVE
              value: "24h"
            - name: OLLAMA_NUM_PARALLEL
              value: "1"   #old value is 4
            - name: OLLAMA_MAX_LOADED_MODELS
              value: "4"
            - name: OLLAMA_SCHED_SPREAD
              value: "1"
            - name: OLLAMA_LOAD_TIMEOUT
              value: "60m"
<!-- gh-comment-id:2650428532 --> @Hugh-yw commented on GitHub (Feb 11, 2025): > ``` > time=2025-02-11T18:18:30.605+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=19 layers.split=3,3,3,2,2,2,2,2 memory.available="[78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB]" memory.gpu_overhead="0 B" memory.required.full="1188.0 GiB" memory.required.partial="580.8 GiB" memory.required.kv="457.5 GiB" memory.required.allocations="[76.6 GiB 77.5 GiB 77.5 GiB 69.7 GiB 70.6 GiB 69.7 GiB 69.7 GiB 69.7 GiB]" memory.weights.total="833.0 GiB" memory.weights.repeating="832.2 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="33.4 GiB" memory.graph.partial="33.4 GiB" > ``` > > 457G is being allocated to the context buffer because numParallel = 4. Since this is not the full log I can't tell if this is intentional, but you can reduce this and allow more of the model to reside in VRAM by setting `OLLAMA_NUM_PARALLEL=1` in the server environment. I don't know if this will help with the `ggml_nbytes(src1) <= INT_MAX` issue though, still looking for a cause for that. Adjusting OLLAMA_NUM_PARALLEL=4 to 1 works fine, but the value of tokens/s decreases The current configuration is as follows: ``` env: - name: OLLAMA_KEEP_ALIVE value: "24h" - name: OLLAMA_NUM_PARALLEL value: "1" #old value is 4 - name: OLLAMA_MAX_LOADED_MODELS value: "4" - name: OLLAMA_SCHED_SPREAD value: "1" - name: OLLAMA_LOAD_TIMEOUT value: "60m" ```
Author
Owner

@Hugh-yw commented on GitHub (Feb 11, 2025):

time=2025-02-11T18:18:30.605+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=19 layers.split=3,3,3,2,2,2,2,2 memory.available="[78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB]" memory.gpu_overhead="0 B" memory.required.full="1188.0 GiB" memory.required.partial="580.8 GiB" memory.required.kv="457.5 GiB" memory.required.allocations="[76.6 GiB 77.5 GiB 77.5 GiB 69.7 GiB 70.6 GiB 69.7 GiB 69.7 GiB 69.7 GiB]" memory.weights.total="833.0 GiB" memory.weights.repeating="832.2 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="33.4 GiB" memory.graph.partial="33.4 GiB"

457G is being allocated to the context buffer because numParallel = 4. Since this is not the full log I can't tell if this is intentional, but you can reduce this and allow more of the model to reside in VRAM by setting OLLAMA_NUM_PARALLEL=1 in the server environment. I don't know if this will help with the ggml_nbytes(src1) <= INT_MAX issue though, still looking for a cause for that.

Adjusting OLLAMA_NUM_PARALLEL=4 to 1 works fine, but the value of tokens/s decreases

The current configuration is as follows:

          env:
            - name: OLLAMA_KEEP_ALIVE
              value: "24h"
            - name: OLLAMA_NUM_PARALLEL
              value: "1"   #old value is 4
            - name: OLLAMA_MAX_LOADED_MODELS
              value: "4"
            - name: OLLAMA_SCHED_SPREAD
              value: "1"
            - name: OLLAMA_LOAD_TIMEOUT
              value: "60m"
total duration:       1m31.224767819s
load duration:        16.999889ms
prompt eval count:    4574 token(s)
prompt eval duration: 5.877s
prompt eval rate:     778.29 tokens/s
eval count:           1601 token(s)
eval duration:        1m25.183s
eval rate:            18.79 tokens/s
<!-- gh-comment-id:2650433907 --> @Hugh-yw commented on GitHub (Feb 11, 2025): > > ``` > > time=2025-02-11T18:18:30.605+08:00 level=INFO source=memory.go:356 msg="offload to cuda" layers.requested=-1 layers.model=62 layers.offload=19 layers.split=3,3,3,2,2,2,2,2 memory.available="[78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB 78.9 GiB]" memory.gpu_overhead="0 B" memory.required.full="1188.0 GiB" memory.required.partial="580.8 GiB" memory.required.kv="457.5 GiB" memory.required.allocations="[76.6 GiB 77.5 GiB 77.5 GiB 69.7 GiB 70.6 GiB 69.7 GiB 69.7 GiB 69.7 GiB]" memory.weights.total="833.0 GiB" memory.weights.repeating="832.2 GiB" memory.weights.nonrepeating="725.0 MiB" memory.graph.full="33.4 GiB" memory.graph.partial="33.4 GiB" > > ``` > > > > > > > > > > > > > > > > > > > > > > > > 457G is being allocated to the context buffer because numParallel = 4. Since this is not the full log I can't tell if this is intentional, but you can reduce this and allow more of the model to reside in VRAM by setting `OLLAMA_NUM_PARALLEL=1` in the server environment. I don't know if this will help with the `ggml_nbytes(src1) <= INT_MAX` issue though, still looking for a cause for that. > > Adjusting OLLAMA_NUM_PARALLEL=4 to 1 works fine, but the value of tokens/s decreases > > The current configuration is as follows: > > ``` > env: > - name: OLLAMA_KEEP_ALIVE > value: "24h" > - name: OLLAMA_NUM_PARALLEL > value: "1" #old value is 4 > - name: OLLAMA_MAX_LOADED_MODELS > value: "4" > - name: OLLAMA_SCHED_SPREAD > value: "1" > - name: OLLAMA_LOAD_TIMEOUT > value: "60m" > ``` ``` total duration: 1m31.224767819s load duration: 16.999889ms prompt eval count: 4574 token(s) prompt eval duration: 5.877s prompt eval rate: 778.29 tokens/s eval count: 1601 token(s) eval duration: 1m25.183s eval rate: 18.79 tokens/s ```
Author
Owner

@rick-github commented on GitHub (Feb 11, 2025):

Adjusting OLLAMA_NUM_PARALLEL=4 to 1 works fine, but the value of tokens/s decreases

That's interesting, it implies that your CPU+RAM is faster at processing model weights than your GPU+VRAM. There's a bottleneck when moving the results from one GPU to the next but it's normally insignificant compared to the overall system. Maybe in this case the effect is big enough to be noticeable. What's the token generation rate if you set num_gpu:0?

<!-- gh-comment-id:2650465298 --> @rick-github commented on GitHub (Feb 11, 2025): > Adjusting OLLAMA_NUM_PARALLEL=4 to 1 works fine, but the value of tokens/s decreases That's interesting, it implies that your CPU+RAM is faster at processing model weights than your GPU+VRAM. There's a bottleneck when moving the results from one GPU to the next but it's normally insignificant compared to the overall system. Maybe in this case the effect is big enough to be noticeable. What's the token generation rate if you set `num_gpu:0`?
Author
Owner

@Hugh-yw commented on GitHub (Feb 11, 2025):

Adjusting OLLAMA_NUM_PARALLEL=4 to 1 works fine, but the value of tokens/s decreases

That's interesting, it implies that your CPU+RAM is faster at processing model weights than your GPU+VRAM. There's a bottleneck when moving the results from one GPU to the next but it's normally insignificant compared to the overall system. Maybe in this case the effect is big enough to be noticeable. What's the token generation rate if you set num_gpu:0?

num_gpu No configuration

<!-- gh-comment-id:2650678340 --> @Hugh-yw commented on GitHub (Feb 11, 2025): > > Adjusting OLLAMA_NUM_PARALLEL=4 to 1 works fine, but the value of tokens/s decreases > > That's interesting, it implies that your CPU+RAM is faster at processing model weights than your GPU+VRAM. There's a bottleneck when moving the results from one GPU to the next but it's normally insignificant compared to the overall system. Maybe in this case the effect is big enough to be noticeable. What's the token generation rate if you set `num_gpu:0`? `num_gpu` No configuration
Author
Owner

@rick-github commented on GitHub (Feb 11, 2025):

Note there will be a delay after setting num_gpu as the model is reloaded into RAM.

$ ollama run deepseek-r1:671b-fixed --verbose
>>> hello
...
eval rate:            18.79 tokens/s
>>> /set parameter num_gpu 0
Set parameter 'num_gpu' to '0'
>>> hello
...
eval rate:            ??.?? tokens/s
>>> /bye
<!-- gh-comment-id:2650695919 --> @rick-github commented on GitHub (Feb 11, 2025): Note there will be a delay after setting `num_gpu` as the model is reloaded into RAM. ```console $ ollama run deepseek-r1:671b-fixed --verbose >>> hello ... eval rate: 18.79 tokens/s >>> /set parameter num_gpu 0 Set parameter 'num_gpu' to '0' >>> hello ... eval rate: ??.?? tokens/s >>> /bye
Author
Owner

@Hugh-yw commented on GitHub (Feb 12, 2025):

Note there will be a delay after setting num_gpu as the model is reloaded into RAM.

$ ollama run deepseek-r1:671b-fixed --verbose

hello
...
eval rate: 18.79 tokens/s
/set parameter num_gpu 0
Set parameter 'num_gpu' to '0'
hello
...
eval rate: ??.?? tokens/s
/bye

Found a special card and waited for half an hour but still didn't return

root@ollama-745c66dcc4-jxhwm:/# ollama run deepseek-r1:671b-fixed --verbose
>>> hello
<think>

</think>

Hello! How can I assist you today? 😊

total duration:       4.26325581s
load duration:        44.463197ms
prompt eval count:    4 token(s)
prompt eval duration: 89ms
prompt eval rate:     44.94 tokens/s
eval count:           16 token(s)
eval duration:        677ms
eval rate:            23.63 tokens/s
>>> 
>>> /set parameter num_gpu 0
Set parameter 'num_gpu' to '0'
>>> 
>>> hello
<!-- gh-comment-id:2652454032 --> @Hugh-yw commented on GitHub (Feb 12, 2025): > Note there will be a delay after setting `num_gpu` as the model is reloaded into RAM. > > $ ollama run deepseek-r1:671b-fixed --verbose > >>> hello > ... > eval rate: 18.79 tokens/s > >>> /set parameter num_gpu 0 > Set parameter 'num_gpu' to '0' > >>> hello > ... > eval rate: ??.?? tokens/s > >>> /bye Found a special card and waited for half an hour but still didn't return ``` root@ollama-745c66dcc4-jxhwm:/# ollama run deepseek-r1:671b-fixed --verbose >>> hello <think> </think> Hello! How can I assist you today? 😊 total duration: 4.26325581s load duration: 44.463197ms prompt eval count: 4 token(s) prompt eval duration: 89ms prompt eval rate: 44.94 tokens/s eval count: 16 token(s) eval duration: 677ms eval rate: 23.63 tokens/s >>> >>> /set parameter num_gpu 0 Set parameter 'num_gpu' to '0' >>> >>> hello ```
Author
Owner

@Hugh-yw commented on GitHub (Feb 12, 2025):

Note there will be a delay after setting num_gpu as the model is reloaded into RAM.
$ ollama run deepseek-r1:671b-fixed --verbose

hello
...
eval rate: 18.79 tokens/s
/set parameter num_gpu 0
Set parameter 'num_gpu' to '0'
hello
...
eval rate: ??.?? tokens/s
/bye

set parameter num_gpu 0 ,等待半个多小时并未返回数据

root@ollama-745c66dcc4-jxhwm:/# ollama run deepseek-r1:671b-fixed --verbose
>>> hello
<think>

</think>

Hello! How can I assist you today? 😊

total duration:       4.26325581s
load duration:        44.463197ms
prompt eval count:    4 token(s)
prompt eval duration: 89ms
prompt eval rate:     44.94 tokens/s
eval count:           16 token(s)
eval duration:        677ms
eval rate:            23.63 tokens/s
>>> 
>>> /set parameter num_gpu 0
Set parameter 'num_gpu' to '0'
>>> 
>>> hello

The hardware environment configuration is as follows:
CPU:192c
Mem:2TB
GPU:H100 * 8
Video memory capacity:640GB

I want to support 4 concurrent connections. What are the appropriate values ​​for num_ctx and num_predict?

<!-- gh-comment-id:2652459196 --> @Hugh-yw commented on GitHub (Feb 12, 2025): > > Note there will be a delay after setting `num_gpu` as the model is reloaded into RAM. > > $ ollama run deepseek-r1:671b-fixed --verbose > > > > > hello > > > > > ... > > > > > eval rate: 18.79 tokens/s > > > > > /set parameter num_gpu 0 > > > > > Set parameter 'num_gpu' to '0' > > > > > hello > > > > > ... > > > > > eval rate: ??.?? tokens/s > > > > > /bye > > set parameter num_gpu 0 ,等待半个多小时并未返回数据 > > ``` > root@ollama-745c66dcc4-jxhwm:/# ollama run deepseek-r1:671b-fixed --verbose > >>> hello > <think> > > </think> > > Hello! How can I assist you today? 😊 > > total duration: 4.26325581s > load duration: 44.463197ms > prompt eval count: 4 token(s) > prompt eval duration: 89ms > prompt eval rate: 44.94 tokens/s > eval count: 16 token(s) > eval duration: 677ms > eval rate: 23.63 tokens/s > >>> > >>> /set parameter num_gpu 0 > Set parameter 'num_gpu' to '0' > >>> > >>> hello > ``` The hardware environment configuration is as follows: CPU:192c Mem:2TB GPU:H100 * 8 Video memory capacity:640GB I want to support 4 concurrent connections. What are the appropriate values ​​for num_ctx and num_predict?
Author
Owner

@rick-github commented on GitHub (Feb 12, 2025):

What are the appropriate values ​​for num_ctx and num_predict?

That depends on what your clients send. To prevent a k-shift failure, you need (num_input_tokens + num_output_tokens) < num_ctx. You can limit num_output_tokens with num_predict, so you need to satisfy (num_input_tokens + num_predict) < num_ctx.

<!-- gh-comment-id:2653294634 --> @rick-github commented on GitHub (Feb 12, 2025): > What are the appropriate values ​​for num_ctx and num_predict? That depends on what your clients send. To prevent a k-shift failure, you need (num_input_tokens + num_output_tokens) < num_ctx. You can limit num_output_tokens with num_predict, so you need to satisfy (num_input_tokens + num_predict) < num_ctx.
Author
Owner

@Hugh-yw commented on GitHub (Feb 13, 2025):

num_ctx 和 num_predict 的合适值是什么?

这取决于您的客户端发送的内容。为了防止 k-shift 失败,您需要 (num_input_tokens + num_output_tokens) < num_ctx。您可以使用 num_predict 限制 num_output_tokens,因此您需要满足 (num_input_tokens + num_predict) < num_ctx。

Thank you very much for your guidance

<!-- gh-comment-id:2655551586 --> @Hugh-yw commented on GitHub (Feb 13, 2025): > > num_ctx 和 num_predict 的合适值是什么? > > 这取决于您的客户端发送的内容。为了防止 k-shift 失败,您需要 (num_input_tokens + num_output_tokens) < num_ctx。您可以使用 num_predict 限制 num_output_tokens,因此您需要满足 (num_input_tokens + num_predict) < num_ctx。 Thank you very much for your guidance
Author
Owner

@feihongloveworld commented on GitHub (Feb 13, 2025):

I resolved this by with the following:

Create an updated model:

cat >Modelfile <<EOF
FROM deepseek-r1:671b 
PARAMETER num_ctx 24576
PARAMETER num_predict 8192
EOF
ollama create deepseek-r1:671b-fixed -f Modelfile

Run:

ollama run deepseek-r1:671b-fixed

thanks go to @rick-github

i did like this, but The memory requirement reaches 926G

Image

<!-- gh-comment-id:2655763219 --> @feihongloveworld commented on GitHub (Feb 13, 2025): > I resolved this by with the following: > > Create an updated model: > > ``` > cat >Modelfile <<EOF > FROM deepseek-r1:671b > PARAMETER num_ctx 24576 > PARAMETER num_predict 8192 > EOF > ollama create deepseek-r1:671b-fixed -f Modelfile > ``` > > Run: > > ``` > ollama run deepseek-r1:671b-fixed > ``` > > thanks go to [@rick-github](https://github.com/rick-github) i did like this, but The memory requirement reaches 926G ![Image](https://github.com/user-attachments/assets/8052c1a7-a90f-418a-83ab-fb7f755834df)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#31322