Trace number 4304378

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2522.19 2486.33

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-9_c18.xml
MD5SUMfde90c264558af66570e1c8b29991738
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2523
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints6961
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree104
Maximum variable degree121
Distribution of variable degrees[{"degree":104,"count":2},{"degree":105,"count":1},{"degree":106,"count":1},{"degree":107,"count":3},{"degree":108,"count":8},{"degree":109,"count":10},{"degree":110,"count":9},{"degree":111,"count":16},{"degree":112,"count":13},{"degree":113,"count":18},{"degree":114,"count":11},{"degree":115,"count":8},{"degree":116,"count":12},{"degree":117,"count":7},{"degree":118,"count":4},{"degree":119,"count":1},{"degree":121,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":6961}]
Number of extensional constraints0
Number of intensional constraints6961
Distribution of constraint types[{"type":"intension","count":6961}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (3872 MiB free)
  memory of node 1: 16384 MiB (4989 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304378-1534067036/watcher-4304378-1534067036 -o /tmp/evaluation-result-4304378-1534067036/solver-4304378-1534067036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21372 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1636104852 -superng HOME/instance-4304378-1534067036.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=22279, runsolver pid=22276
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 1.60 1.69 1.70 3/207 22336
/proc/meminfo: memFree=9071408/32770624 swapFree=67108404/67108860
[pid=22279] ppid=22276 vsize=10016420 memory=15440 CPUtime=0.09 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22276 22279 21340 0 -1 1077944320 4537 13124 0 0 1 0 5 3 20 0 6 0 224266756 10256814080 3860 33554432000 4194304 4196468 140728000389648 140728000372192 139710886948599 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
/proc/22279/statm: 2505390 3860 1956 1 0 2493828 0
[pid=22279/tid=22332] ppid=22276 vsize=10021560 memory=4279135703913103756 CPUtime=0.09 cores=1,3,5,7
/proc/22279/task/22332/stat : 22332 (java) R 22276 22279 21340 0 -1 4202560 2365 13124 0 0 1 0 5 3 20 0 6 0 224266765 10262077440 3926 33554432000 4194304 4196468 140728000389648 139710858785360 139710872461309 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22333] ppid=22276 vsize=10021560 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 6 0 224266766 10262077440 3926 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=10021560 memory=140482602690176 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 6 0 224266766 10262077440 3926 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=10022588 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 6 0 224266766 10263130112 3926 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=10022588 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 7 0 224266766 10263130112 3926 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=10022588 memory=140482602690176 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) R 22276 22279 21340 0 -1 4202560 0 13124 0 0 0 0 5 3 20 0 7 0 224266767 10263130112 3926 33554432000 4194304 4196468 140728000389648 139710858785360 139710879688449 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10016420 KiB
Current children cumulated memory: 15440 KiB

[startup+0.210228 s]*
/proc/loadavg: 1.60 1.69 1.70 4/216 22345
/proc/meminfo: memFree=9049240/32770624 swapFree=67108404/67108860
[pid=22279] ppid=22276 vsize=10982744 memory=43584 CPUtime=0.26 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22276 22279 21340 0 -1 1077944320 8158 13124 0 0 17 1 5 3 20 0 15 0 224266756 11246329856 10896 33554432000 4194304 4196468 140728000389648 140728000372192 139710886948599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
/proc/22279/statm: 2745686 10896 2958 1 0 2708109 0
[pid=22279/tid=22332] ppid=22276 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22279/task/22332/stat : 22332 (java) D 22276 22279 21340 0 -1 1077944384 4638 13124 0 0 11 0 5 3 20 0 15 0 224266765 11246329856 10896 33554432000 4194304 4196468 140728000389648 139710858773408 139710879627821 0 4 0 16800975 18446744072101740068 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22333] ppid=22276 vsize=10982744 memory=364 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246329856 10896 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=10982744 memory=4049495783947724448 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246329856 10896 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246329856 10896 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246329856 10896 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=10982776 memory=140482602690176 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) S 22276 22279 21340 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 224266767 11246362624 10896 33554432000 4194304 4196468 140728000389648 139710312708592 139710886959746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22338] ppid=22276 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22338/stat : 22338 (java) S 22276 22279 21340 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 224266768 11246362624 10962 33554432000 4194304 4196468 140728000389648 139709716096416 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22339] ppid=22276 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22339/stat : 22339 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266768 11247345664 10962 33554432000 4194304 4196468 140728000389648 139709514769904 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22340] ppid=22276 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22340/stat : 22340 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 224266771 11247345664 10962 33554432000 4194304 4196468 140728000389648 139709207370448 139710886967195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22341] ppid=22276 vsize=10983736 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22279/task/22341/stat : 22341 (java) S 22276 22279 21340 0 -1 1077944384 368 13124 0 0 1 0 5 3 20 0 15 0 224266771 11247345664 10962 33554432000 4194304 4196468 140728000389648 139710311655408 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22342] ppid=22276 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22342/stat : 22342 (java) S 22276 22279 21340 0 -1 1077944384 257 13124 0 0 0 0 5 3 20 0 15 0 224266771 11247345664 10962 33554432000 4194304 4196468 140728000389648 139710310602864 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22343] ppid=22276 vsize=10983736 memory=140482602690176 CPUtime=0.11 cores=1,3,5,7
/proc/22279/task/22343/stat : 22343 (java) S 22276 22279 21340 0 -1 1077944384 673 13124 0 0 3 0 5 3 20 0 15 0 224266771 11247345664 10962 33554432000 4194304 4196468 140728000389648 139710309550320 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22344] ppid=22276 vsize=10983736 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22344/stat : 22344 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 224266771 11247345664 11028 33554432000 4194304 4196468 140728000389648 139708776573536 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22345] ppid=22276 vsize=10983736 memory=140482602690176 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22345/stat : 22345 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266771 11247345664 11028 33554432000 4194304 4196468 140728000389648 139710308498224 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43584 KiB

[startup+0.31042 s]*
/proc/loadavg: 1.60 1.69 1.70 3/216 22345
/proc/meminfo: memFree=9037580/32770624 swapFree=67108404/67108860
[pid=22279] ppid=22276 vsize=10983192 memory=54308 CPUtime=0.39 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22276 22279 21340 0 -1 1077944320 10699 13124 0 0 29 2 5 3 20 0 15 0 224266756 11246788608 13577 33554432000 4194304 4196468 140728000389648 140728000372192 139710886948599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
/proc/22279/statm: 2745798 13577 3077 1 0 2708109 0
[pid=22279/tid=22332] ppid=22276 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/22279/task/22332/stat : 22332 (java) R 22276 22279 21340 0 -1 4202560 7144 13124 0 0 20 1 5 3 20 0 15 0 224266765 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710858760608 139710871029086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22333] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) S 22276 22279 21340 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 224266767 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710312708592 139710886959746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22338] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22338/stat : 22338 (java) S 22276 22279 21340 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 224266768 11246788608 13577 33554432000 4194304 4196468 140728000389648 139709716096416 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22339] ppid=22276 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22339/stat : 22339 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266768 11246788608 13577 33554432000 4194304 4196468 140728000389648 139709514769904 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22340] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22340/stat : 22340 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 224266771 11246788608 13577 33554432000 4194304 4196468 140728000389648 139709207370448 139710886967195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22341] ppid=22276 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22279/task/22341/stat : 22341 (java) S 22276 22279 21340 0 -1 1077944384 372 13124 0 0 2 0 5 3 20 0 15 0 224266771 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710311655408 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22342] ppid=22276 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22279/task/22342/stat : 22342 (java) S 22276 22279 21340 0 -1 1077944384 262 13124 0 0 1 0 5 3 20 0 15 0 224266771 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710310602864 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22343] ppid=22276 vsize=10983192 memory=140482602690176 CPUtime=0.13 cores=1,3,5,7
/proc/22279/task/22343/stat : 22343 (java) R 22276 22279 21340 0 -1 4202560 701 13124 0 0 5 0 5 3 20 0 15 0 224266771 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710309550320 139710867593503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22344] ppid=22276 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22344/stat : 22344 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 224266771 11246788608 13577 33554432000 4194304 4196468 140728000389648 139708776573536 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22345] ppid=22276 vsize=10983192 memory=140482602690176 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22345/stat : 22345 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266771 11246788608 13577 33554432000 4194304 4196468 140728000389648 139710308498224 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54308 KiB

[startup+0.700762 s]
/proc/loadavg: 1.60 1.69 1.70 4/216 22345
/proc/meminfo: memFree=9025920/32770624 swapFree=67108404/67108860
[pid=22279] ppid=22276 vsize=10983192 memory=87528 CPUtime=0.99 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22276 22279 21340 0 -1 1077944320 17083 13124 0 0 86 5 5 3 20 0 15 0 224266756 11246788608 21882 33554432000 4194304 4196468 140728000389648 140728000372192 139710886948599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
/proc/22279/statm: 2745798 21882 3238 1 0 2708109 0
[pid=22279/tid=22332] ppid=22276 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22279/task/22332/stat : 22332 (java) R 22276 22279 21340 0 -1 4202560 12272 13124 0 0 55 3 5 3 20 0 15 0 224266765 11246788608 21882 33554432000 4194304 4196468 140728000389648 139710858769424 139710886970525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22333] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=10983192 memory=140482474820208 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=10983192 memory=140484085285454 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 224266766 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=10983192 memory=1156 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) S 22276 22279 21340 0 -1 1077944384 5 13124 0 0 0 0 5 3 20 0 15 0 224266767 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710312708592 139710886959746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22338] ppid=22276 vsize=10983192 memory=7014751519734519121 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22338/stat : 22338 (java) S 22276 22279 21340 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 224266768 11246788608 21946 33554432000 4194304 4196468 140728000389648 139709716096416 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22339] ppid=22276 vsize=10983192 memory=4044 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22339/stat : 22339 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266768 11246788608 21946 33554432000 4194304 4196468 140728000389648 139709514769904 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22340] ppid=22276 vsize=10983192 memory=33656 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22340/stat : 22340 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 224266771 11246788608 21946 33554432000 4194304 4196468 140728000389648 139709207370448 139710886967195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22341] ppid=22276 vsize=10983192 memory=14644 CPUtime=0.17 cores=1,3,5,7
/proc/22279/task/22341/stat : 22341 (java) S 22276 22279 21340 0 -1 1077944384 970 13124 0 0 9 0 5 3 20 0 15 0 224266771 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710311655408 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22342] ppid=22276 vsize=10983192 memory=1720 CPUtime=0.16 cores=1,3,5,7
/proc/22279/task/22342/stat : 22342 (java) S 22276 22279 21340 0 -1 1077944384 704 13124 0 0 8 0 5 3 20 0 15 0 224266771 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710310602864 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22343] ppid=22276 vsize=10983192 memory=508 CPUtime=0.21 cores=1,3,5,7
/proc/22279/task/22343/stat : 22343 (java) R 22276 22279 21340 0 -1 4202560 911 13124 0 0 13 0 5 3 20 0 15 0 224266771 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710309550320 139710865080782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22344] ppid=22276 vsize=10983192 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22344/stat : 22344 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 224266771 11246788608 21946 33554432000 4194304 4196468 140728000389648 139708776573536 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22345] ppid=22276 vsize=10983192 memory=1172 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22345/stat : 22345 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266771 11246788608 21946 33554432000 4194304 4196468 140728000389648 139710308498224 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87528 KiB

[startup+1.50127 s]
/proc/loadavg: 1.79 1.73 1.71 3/216 22345
/proc/meminfo: memFree=8981760/32770624 swapFree=67108404/67108860
[pid=22279] ppid=22276 vsize=10996044 memory=177216 CPUtime=2.94 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22276 22279 21340 0 -1 1077944320 24308 13124 0 0 277 9 5 3 20 0 15 0 224266756 11259949056 44304 33554432000 4194304 4196468 140728000389648 140728000372192 139710886948599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
/proc/22279/statm: 2749011 44304 3450 1 0 2710669 0
[pid=22279/tid=22332] ppid=22276 vsize=10996044 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/22279/task/22332/stat : 22332 (java) R 22276 22279 21340 0 -1 4202560 16549 13124 0 0 132 7 5 3 20 0 15 0 224266765 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710858779264 139710868513263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22333] ppid=22276 vsize=10996044 memory=280964949688768 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=10996044 memory=280964949698080 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=10996044 memory=140482474854896 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266766 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 224266766 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=10996044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) S 22276 22279 21340 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 224266767 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710312708592 139710886959746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22338] ppid=22276 vsize=10996044 memory=12966506269086 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22338/stat : 22338 (java) S 22276 22279 21340 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 224266768 11259949056 44304 33554432000 4194304 4196468 140728000389648 139709716096416 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22339] ppid=22276 vsize=10996044 memory=7665780127622641456 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22339/stat : 22339 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266768 11259949056 44304 33554432000 4194304 4196468 140728000389648 139709514769904 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22340] ppid=22276 vsize=10996044 memory=7665780128464857956 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22340/stat : 22340 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 224266771 11259949056 44304 33554432000 4194304 4196468 140728000389648 139709207370448 139710886967195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22341] ppid=22276 vsize=10996044 memory=-6812210783619891858 CPUtime=0.58 cores=1,3,5,7
/proc/22279/task/22341/stat : 22341 (java) S 22276 22279 21340 0 -1 1077944384 1663 13124 0 0 50 0 5 3 20 0 15 0 224266771 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710311655408 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22342] ppid=22276 vsize=10996044 memory=7373355102451231083 CPUtime=0.59 cores=1,3,5,7
/proc/22279/task/22342/stat : 22342 (java) R 22276 22279 21340 0 -1 4202560 2050 13124 0 0 51 0 5 3 20 0 15 0 224266771 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710310584432 139710864868352 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22343] ppid=22276 vsize=10996044 memory=6655300316396806240 CPUtime=0.51 cores=1,3,5,7
/proc/22279/task/22343/stat : 22343 (java) S 22276 22279 21340 0 -1 1077944384 1812 13124 0 0 43 0 5 3 20 0 15 0 224266771 11259949056 44304 33554432000 4194304 4196468 140728000389648 139710309550320 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22344] ppid=22276 vsize=10996044 memory=7235428004555220050 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22344/stat : 22344 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 224266771 11259949056 44368 33554432000 4194304 4196468 140728000389648 139708776573536 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22345] ppid=22276 vsize=10996044 memory=7086534343189357930 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22345/stat : 22345 (java) S 22276 22279 21340 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 224266771 11259949056 44368 33554432000 4194304 4196468 140728000389648 139710308498224 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0

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

[pid=22279/tid=22333] ppid=22276 vsize=11270504 memory=3050096 CPUtime=9.65 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 21506 13124 0 0 930 27 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=11270504 memory=0 CPUtime=9.67 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 28367 13124 0 0 932 27 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=11270504 memory=0 CPUtime=9.67 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 26050 13124 0 0 931 28 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=11270504 memory=6791534058613427641 CPUtime=9.69 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 21718 13124 0 0 933 28 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=11270504 memory=3050096 CPUtime=0.87 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) S 22276 22279 21340 0 -1 1077944384 25695 13124 0 0 65 14 5 3 20 0 17 0 224266767 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710312708592 139710886959746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22338] ppid=22276 vsize=11270504 memory=2404 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22338/stat : 22338 (java) S 22276 22279 21340 0 -1 1077944384 16 13124 0 0 0 0 5 3 20 0 17 0 224266768 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709716096544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22339] ppid=22276 vsize=11270504 memory=1576 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22339/stat : 22339 (java) S 22276 22279 21340 0 -1 1077944384 4 13124 0 0 0 0 5 3 20 0 17 0 224266768 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709514769920 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22340] ppid=22276 vsize=11270504 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22340/stat : 22340 (java) S 22276 22279 21340 0 -1 1077944384 279 13124 0 0 0 0 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709207370448 139710886967195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22341] ppid=22276 vsize=11270504 memory=2216 CPUtime=2.18 cores=1,3,5,7
/proc/22279/task/22341/stat : 22341 (java) S 22276 22279 21340 0 -1 1077944384 6833 13124 0 0 209 1 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710311655408 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22342] ppid=22276 vsize=11270504 memory=3984 CPUtime=2.36 cores=1,3,5,7
/proc/22279/task/22342/stat : 22342 (java) S 22276 22279 21340 0 -1 1077944384 5901 13124 0 0 226 2 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710310602864 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22343] ppid=22276 vsize=11270504 memory=2144 CPUtime=1.57 cores=1,3,5,7
/proc/22279/task/22343/stat : 22343 (java) S 22276 22279 21340 0 -1 1077944384 8831 13124 0 0 146 3 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710309550320 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22344] ppid=22276 vsize=11270504 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22344/stat : 22344 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708776573536 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22345] ppid=22276 vsize=11270504 memory=2612 CPUtime=1.5 cores=1,3,5,7
/proc/22279/task/22345/stat : 22345 (java) S 22276 22279 21340 0 -1 1077944384 1482 13124 0 0 55 87 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710308498224 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22573] ppid=22276 vsize=11270504 memory=2608 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22573/stat : 22573 (java) S 22276 22279 21340 0 -1 1077944384 45 13124 0 0 0 0 5 3 20 0 17 0 224515187 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708575244912 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22574] ppid=22276 vsize=11270504 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22574/stat : 22574 (java) S 22276 22279 21340 0 -1 1077944384 151 13124 0 0 0 0 5 3 20 0 17 0 224515187 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708373919456 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
Current children cumulated CPU time: 2521.41 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3054288 KiB

[startup+2486 s]*
/proc/loadavg: 1.89 1.62 1.59 3/217 22574
/proc/meminfo: memFree=5736944/32770624 swapFree=67108404/67108860
[pid=22279] ppid=22276 vsize=11270504 memory=3054288 CPUtime=2521.86 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22276 22279 21340 0 -1 1077944320 398025 13124 0 0 251898 280 5 3 20 0 17 0 224266756 11540996096 763572 33554432000 4194304 4196468 140728000389648 140728000372192 139710886948599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
/proc/22279/statm: 2817626 763572 3521 1 0 2779279 0
[pid=22279/tid=22332] ppid=22276 vsize=11270504 memory=6791534058613427641 CPUtime=2475.25 cores=1,3,5,7
/proc/22279/task/22332/stat : 22332 (java) R 22276 22279 21340 0 -1 4202560 248930 13124 0 0 247443 74 5 3 20 0 17 0 224266765 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710858770528 139710471576375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22333] ppid=22276 vsize=11270504 memory=4872558044660077418 CPUtime=9.66 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 21509 13124 0 0 931 27 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=11270504 memory=3050096 CPUtime=9.69 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 28377 13124 0 0 934 27 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=11270504 memory=1408 CPUtime=9.69 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 26052 13124 0 0 933 28 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=11270504 memory=2892 CPUtime=9.71 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 21720 13124 0 0 935 28 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=11270504 memory=3163892 CPUtime=0.87 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) S 22276 22279 21340 0 -1 1077944384 25695 13124 0 0 65 14 5 3 20 0 17 0 224266767 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710312708592 139710886959746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22338] ppid=22276 vsize=11270504 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22338/stat : 22338 (java) S 22276 22279 21340 0 -1 1077944384 16 13124 0 0 0 0 5 3 20 0 17 0 224266768 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709716096544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22339] ppid=22276 vsize=11270504 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22339/stat : 22339 (java) S 22276 22279 21340 0 -1 1077944384 4 13124 0 0 0 0 5 3 20 0 17 0 224266768 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709514769920 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22340] ppid=22276 vsize=11270504 memory=7540 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22340/stat : 22340 (java) S 22276 22279 21340 0 -1 1077944384 279 13124 0 0 0 0 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709207370448 139710886967195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22341] ppid=22276 vsize=11270504 memory=812 CPUtime=2.18 cores=1,3,5,7
/proc/22279/task/22341/stat : 22341 (java) S 22276 22279 21340 0 -1 1077944384 6833 13124 0 0 209 1 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710311655408 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22342] ppid=22276 vsize=11270504 memory=31076 CPUtime=2.36 cores=1,3,5,7
/proc/22279/task/22342/stat : 22342 (java) S 22276 22279 21340 0 -1 1077944384 5901 13124 0 0 226 2 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710310602864 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22343] ppid=22276 vsize=11270504 memory=7596003844843661415 CPUtime=1.57 cores=1,3,5,7
/proc/22279/task/22343/stat : 22343 (java) S 22276 22279 21340 0 -1 1077944384 8831 13124 0 0 146 3 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710309550320 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22344] ppid=22276 vsize=11270504 memory=4640516774166096493 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22344/stat : 22344 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708776573536 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22345] ppid=22276 vsize=11270504 memory=7512116798593591658 CPUtime=1.5 cores=1,3,5,7
/proc/22279/task/22345/stat : 22345 (java) S 22276 22279 21340 0 -1 1077944384 1482 13124 0 0 55 87 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710308498224 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22573] ppid=22276 vsize=11270504 memory=7512116798593591658 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22573/stat : 22573 (java) S 22276 22279 21340 0 -1 1077944384 45 13124 0 0 0 0 5 3 20 0 17 0 224515187 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708575244912 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22574] ppid=22276 vsize=11270504 memory=7667776858039281768 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22574/stat : 22574 (java) S 22276 22279 21340 0 -1 1077944384 152 13124 0 0 0 0 5 3 20 0 17 0 224515187 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708373919456 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
Current children cumulated CPU time: 2521.86 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3054288 KiB

[startup+2486.2 s]
/proc/loadavg: 1.89 1.62 1.59 3/217 22574
/proc/meminfo: memFree=5736944/32770624 swapFree=67108404/67108860
[pid=22279] ppid=22276 vsize=11270504 memory=3054288 CPUtime=2522.05 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22276 22279 21340 0 -1 1077944320 398025 13124 0 0 251917 280 5 3 20 0 17 0 224266756 11540996096 763572 33554432000 4194304 4196468 140728000389648 140728000372192 139710886948599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
/proc/22279/statm: 2817626 763572 3521 1 0 2779279 0
[pid=22279/tid=22332] ppid=22276 vsize=11270504 memory=288230596050944315 CPUtime=2475.44 cores=1,3,5,7
/proc/22279/task/22332/stat : 22332 (java) R 22276 22279 21340 0 -1 4202560 248930 13124 0 0 247462 74 5 3 20 0 17 0 224266765 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710858770416 139710461786319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22333] ppid=22276 vsize=11270504 memory=13850767857552039 CPUtime=9.66 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 21509 13124 0 0 931 27 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=11270504 memory=6791534058613427641 CPUtime=9.69 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 28377 13124 0 0 934 27 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=11270504 memory=4872558044660077418 CPUtime=9.69 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 26052 13124 0 0 933 28 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=11270504 memory=876 CPUtime=9.71 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 21720 13124 0 0 935 28 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=11270504 memory=1924 CPUtime=0.87 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) S 22276 22279 21340 0 -1 1077944384 25695 13124 0 0 65 14 5 3 20 0 17 0 224266767 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710312708592 139710886959746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22338] ppid=22276 vsize=11270504 memory=6988 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22338/stat : 22338 (java) S 22276 22279 21340 0 -1 1077944384 16 13124 0 0 0 0 5 3 20 0 17 0 224266768 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709716096544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22339] ppid=22276 vsize=11270504 memory=303430223234596890 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22339/stat : 22339 (java) S 22276 22279 21340 0 -1 1077944384 4 13124 0 0 0 0 5 3 20 0 17 0 224266768 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709514769920 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22340] ppid=22276 vsize=11270504 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22340/stat : 22340 (java) S 22276 22279 21340 0 -1 1077944384 279 13124 0 0 0 0 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709207370448 139710886967195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22341] ppid=22276 vsize=11270504 memory=13850767857552039 CPUtime=2.18 cores=1,3,5,7
/proc/22279/task/22341/stat : 22341 (java) S 22276 22279 21340 0 -1 1077944384 6833 13124 0 0 209 1 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710311655408 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22342] ppid=22276 vsize=11270504 memory=7540 CPUtime=2.36 cores=1,3,5,7
/proc/22279/task/22342/stat : 22342 (java) S 22276 22279 21340 0 -1 1077944384 5901 13124 0 0 226 2 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710310602864 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22343] ppid=22276 vsize=11270504 memory=812 CPUtime=1.57 cores=1,3,5,7
/proc/22279/task/22343/stat : 22343 (java) S 22276 22279 21340 0 -1 1077944384 8831 13124 0 0 146 3 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710309550320 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22344] ppid=22276 vsize=11270504 memory=1800 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22344/stat : 22344 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708776573536 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22345] ppid=22276 vsize=11270504 memory=7667776858039281768 CPUtime=1.5 cores=1,3,5,7
/proc/22279/task/22345/stat : 22345 (java) S 22276 22279 21340 0 -1 1077944384 1482 13124 0 0 55 87 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710308498224 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22573] ppid=22276 vsize=11270504 memory=7667776858039281768 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22573/stat : 22573 (java) S 22276 22279 21340 0 -1 1077944384 45 13124 0 0 0 0 5 3 20 0 17 0 224515187 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708575244912 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22574] ppid=22276 vsize=11270504 memory=7512116798593591658 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22574/stat : 22574 (java) S 22276 22279 21340 0 -1 1077944384 152 13124 0 0 0 0 5 3 20 0 17 0 224515187 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708373919456 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
Current children cumulated CPU time: 2522.05 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3054288 KiB

[startup+2486.3 s]
/proc/loadavg: 1.89 1.62 1.59 3/217 22574
/proc/meminfo: memFree=5736944/32770624 swapFree=67108404/67108860
[pid=22279] ppid=22276 vsize=11270504 memory=3054288 CPUtime=2522.15 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22276 22279 21340 0 -1 1077944320 398025 13124 0 0 251927 280 5 3 20 0 17 0 224266756 11540996096 763572 33554432000 4194304 4196468 140728000389648 140728000372192 139710886948599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
/proc/22279/statm: 2817626 763572 3521 1 0 2779279 0
[pid=22279/tid=22332] ppid=22276 vsize=11270504 memory=1408 CPUtime=2475.54 cores=1,3,5,7
/proc/22279/task/22332/stat : 22332 (java) R 22276 22279 21340 0 -1 4202560 248930 13124 0 0 247472 74 5 3 20 0 17 0 224266765 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710858770416 139710471576324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22333] ppid=22276 vsize=11270504 memory=3054288 CPUtime=9.66 cores=1,3,5,7
/proc/22279/task/22333/stat : 22333 (java) S 22276 22279 21340 0 -1 1077944384 21509 13124 0 0 931 27 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710891190544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22334] ppid=22276 vsize=11270504 memory=3050096 CPUtime=9.69 cores=1,3,5,7
/proc/22279/task/22334/stat : 22334 (java) S 22276 22279 21340 0 -1 1077944384 28377 13124 0 0 934 27 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710791678352 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22335] ppid=22276 vsize=11270504 memory=3050096 CPUtime=9.69 cores=1,3,5,7
/proc/22279/task/22335/stat : 22335 (java) S 22276 22279 21340 0 -1 1077944384 26052 13124 0 0 933 28 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710425303568 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22336] ppid=22276 vsize=11270504 memory=3050096 CPUtime=9.71 cores=1,3,5,7
/proc/22279/task/22336/stat : 22336 (java) S 22276 22279 21340 0 -1 1077944384 21720 13124 0 0 935 28 5 3 20 0 17 0 224266766 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710424251024 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22337] ppid=22276 vsize=11270504 memory=3050096 CPUtime=0.87 cores=1,3,5,7
/proc/22279/task/22337/stat : 22337 (java) S 22276 22279 21340 0 -1 1077944384 25695 13124 0 0 65 14 5 3 20 0 17 0 224266767 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710312708592 139710886959746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22338] ppid=22276 vsize=11270504 memory=3050096 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22338/stat : 22338 (java) S 22276 22279 21340 0 -1 1077944384 16 13124 0 0 0 0 5 3 20 0 17 0 224266768 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709716096544 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22339] ppid=22276 vsize=11270504 memory=3054288 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22339/stat : 22339 (java) S 22276 22279 21340 0 -1 1077944384 4 13124 0 0 0 0 5 3 20 0 17 0 224266768 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709514769920 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22340] ppid=22276 vsize=11270504 memory=3054288 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22340/stat : 22340 (java) S 22276 22279 21340 0 -1 1077944384 279 13124 0 0 0 0 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139709207370448 139710886967195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22341] ppid=22276 vsize=11270504 memory=2148 CPUtime=2.18 cores=1,3,5,7
/proc/22279/task/22341/stat : 22341 (java) S 22276 22279 21340 0 -1 1077944384 6833 13124 0 0 209 1 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710311655408 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22342] ppid=22276 vsize=11270504 memory=1160 CPUtime=2.36 cores=1,3,5,7
/proc/22279/task/22342/stat : 22342 (java) S 22276 22279 21340 0 -1 1077944384 5901 13124 0 0 226 2 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710310602864 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22343] ppid=22276 vsize=11270504 memory=1160 CPUtime=1.57 cores=1,3,5,7
/proc/22279/task/22343/stat : 22343 (java) S 22276 22279 21340 0 -1 1077944384 8831 13124 0 0 146 3 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710309550320 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22344] ppid=22276 vsize=11270504 memory=1784 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22344/stat : 22344 (java) S 22276 22279 21340 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708776573536 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22345] ppid=22276 vsize=11270504 memory=280962265147373 CPUtime=1.51 cores=1,3,5,7
/proc/22279/task/22345/stat : 22345 (java) S 22276 22279 21340 0 -1 1077944384 1482 13124 0 0 56 87 5 3 20 0 17 0 224266771 11540996096 763572 33554432000 4194304 4196468 140728000389648 139710308498224 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22573] ppid=22276 vsize=11270504 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22573/stat : 22573 (java) S 22276 22279 21340 0 -1 1077944384 45 13124 0 0 0 0 5 3 20 0 17 0 224515187 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708575244912 139710886958805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
[pid=22279/tid=22574] ppid=22276 vsize=11270504 memory=61100 CPUtime=0.08 cores=1,3,5,7
/proc/22279/task/22574/stat : 22574 (java) S 22276 22279 21340 0 -1 1077944384 152 13124 0 0 0 0 5 3 20 0 17 0 224515187 11540996096 763572 33554432000 4194304 4196468 140728000389648 139708373919456 139710886959746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7806976 140728000395875 140728000398684 140728000398684 140728000401359 0
Current children cumulated CPU time: 2522.15 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3054288 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2486.33
CPU time (s): 2522.19
CPU user time (s): 2519.34
CPU system time (s): 2.85384
CPU usage (%): 101.442
Max. virtual memory (cumulated for all children) (KiB): 11270504
Max. memory (cumulated for all children) (KiB): 3054288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.34
system time used= 2.85384
maximum resident set size= 3054484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73411
involuntary context switches= 2223


# summary of solver processes directly reported to runsolver:
#   pid: 22279
#   total CPU time (s): 2522.19
#   total CPU user time (s): 2519.34
#   total CPU system time (s): 2.85384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0489 second user time and 23.4701 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 11:43:56
IDJOB=4304378
IDBENCH=141224
IDSOLVER=2781
FILE ID=node148/4304378-1534067036
RUNJOBID= node148-1534062012-21372
PBS_JOBID= 21036979
Free space on /tmp= 33672 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-9_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304378-1534067036/watcher-4304378-1534067036 -o /tmp/evaluation-result-4304378-1534067036/solver-4304378-1534067036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534062012-21372 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1636104852 -superng HOME/instance-4304378-1534067036.xml

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

MD5SUM BENCH= fde90c264558af66570e1c8b29991738
RANDOM SEED=1636104852

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         9073720 kB
MemAvailable:   29039064 kB
Buffers:          243152 kB
Cached:         19671508 kB
SwapCached:          352 kB
Active:         12098728 kB
Inactive:       10733648 kB
Active(anon):    2870684 kB
Inactive(anon):    99452 kB
Active(file):    9228044 kB
Inactive(file): 10634196 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26500 kB
Writeback:             0 kB
AnonPages:       2961748 kB
Mapped:            67124 kB
Shmem:             49592 kB
Slab:             559468 kB
SReclaimable:     531564 kB
SUnreclaim:        27904 kB
KernelStack:        3808 kB
PageTables:        11204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4061884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2707456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33648 MiB
End job on node148 at 2018-08-12 12:25:22