Trace number 4293669

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.8-SuperNG 2018-06-13? (TO) 2522.14 2468.33

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-5_c18.xml
MD5SUM6d15d8403aebe79e9693643b2fca1a5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3754
Best CPU time to get the best result obtained on this benchmark2520.13
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints15668
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree102
Maximum variable degree148
Distribution of variable degrees[{"degree":102,"count":1},{"degree":110,"count":3},{"degree":111,"count":2},{"degree":112,"count":2},{"degree":113,"count":3},{"degree":114,"count":3},{"degree":115,"count":5},{"degree":116,"count":6},{"degree":117,"count":8},{"degree":118,"count":7},{"degree":119,"count":9},{"degree":120,"count":8},{"degree":121,"count":9},{"degree":122,"count":12},{"degree":123,"count":12},{"degree":124,"count":14},{"degree":125,"count":10},{"degree":126,"count":12},{"degree":127,"count":17},{"degree":128,"count":13},{"degree":129,"count":14},{"degree":130,"count":13},{"degree":131,"count":6},{"degree":132,"count":11},{"degree":133,"count":6},{"degree":134,"count":10},{"degree":135,"count":2},{"degree":136,"count":6},{"degree":137,"count":7},{"degree":138,"count":1},{"degree":139,"count":4},{"degree":140,"count":4},{"degree":141,"count":1},{"degree":142,"count":1},{"degree":143,"count":1},{"degree":144,"count":3},{"degree":145,"count":2},{"degree":146,"count":1},{"degree":148,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15668}]
Number of extensional constraints0
Number of intensional constraints15668
Distribution of constraint types[{"type":"intension","count":15668}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 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 (6501 MiB free)
  memory of node 1: 16384 MiB (10437 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293669-1532322582/watcher-4293669-1532322582 -o /tmp/evaluation-result-4293669-1532322582/solver-4293669-1532322582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9832 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=320459553 -superng HOME/instance-4293669-1532322582.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=14720, runsolver pid=14717
Current StackSize limit: 8192 KiB


[startup+0.100176 s]*
/proc/loadavg: 1.84 1.57 1.58 3/206 14777
/proc/meminfo: memFree=17341880/32770624 swapFree=67108860/67108860
[pid=14720] ppid=14717 vsize=9972712 memory=14912 CPUtime=0.08 cores=1,3,5,7
/proc/14720/stat : 14720 (java) S 14717 14720 9800 0 -1 1077944320 4413 13057 0 0 1 0 5 2 20 0 6 0 49821100 10212057088 3728 33554432000 4194304 4196468 140736212822064 140736212804608 139646434885367 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
/proc/14720/statm: 2493178 3728 1934 1 0 2481616 0
[pid=14720/tid=14773] ppid=14717 vsize=9972712 memory=4279135703946462859 CPUtime=0.08 cores=1,3,5,7
/proc/14720/task/14773/stat : 14773 (java) R 14717 14720 9800 0 -1 4202560 2243 13057 0 0 1 0 5 2 20 0 6 0 49821109 10212057088 3794 33554432000 4194304 4196468 140736212822064 139646406722128 139646418965854 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14774] ppid=14717 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 6 0 49821110 10212057088 3794 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=9972712 memory=139821123180160 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 6 0 49821110 10212057088 3794 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 6 0 49821110 10212057088 3794 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 2 13057 0 0 0 0 5 2 20 0 6 0 49821110 10212057088 3794 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.219196 s]*
/proc/loadavg: 1.84 1.57 1.58 3/215 14786
/proc/meminfo: memFree=17316860/32770624 swapFree=67108860/67108860
[pid=14720] ppid=14717 vsize=10818856 memory=42304 CPUtime=0.26 cores=1,3,5,7
/proc/14720/stat : 14720 (java) S 14717 14720 9800 0 -1 1077944320 8996 13057 0 0 17 2 5 2 20 0 15 0 49821100 11078508544 10576 33554432000 4194304 4196468 140736212822064 140736212804608 139646434885367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
/proc/14720/statm: 2704714 10576 2949 1 0 2667149 0
[pid=14720/tid=14773] ppid=14717 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/14720/task/14773/stat : 14773 (java) R 14717 14720 9800 0 -1 4202560 5617 13057 0 0 11 1 5 2 20 0 15 0 49821109 11078508544 10576 33554432000 4194304 4196468 140736212822064 139646406698376 139646427126441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14774] ppid=14717 vsize=10818856 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11078508544 10576 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=10818856 memory=139821123462764 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11078508544 10576 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11078508544 10576 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 2 13057 0 0 0 0 5 2 20 0 15 0 49821110 11078508544 10576 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14778] ppid=14717 vsize=10818856 memory=139821123180160 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14778/stat : 14778 (java) S 14717 14720 9800 0 -1 1077944384 2 13057 0 0 0 0 5 2 20 0 15 0 49821111 11078508544 10576 33554432000 4194304 4196468 140736212822064 139645893462384 139646434896514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14779] ppid=14717 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14779/stat : 14779 (java) S 14717 14720 9800 0 -1 1077944384 33 13057 0 0 0 0 5 2 20 0 15 0 49821111 11078508544 10576 33554432000 4194304 4196468 140736212822064 139645892408352 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14780] ppid=14717 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14780/stat : 14780 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821112 11078508544 10576 33554432000 4194304 4196468 140736212822064 139645291586416 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14781] ppid=14717 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14781/stat : 14781 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 15 0 49821114 11078508544 10576 33554432000 4194304 4196468 140736212822064 139644984186704 139646434903963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14782] ppid=14717 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14720/task/14782/stat : 14782 (java) S 14717 14720 9800 0 -1 1077944384 531 13057 0 0 1 0 5 2 20 0 15 0 49821114 11078508544 10576 33554432000 4194304 4196468 140736212822064 139645858851696 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14783] ppid=14717 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14783/stat : 14783 (java) S 14717 14720 9800 0 -1 1077944384 55 13057 0 0 0 0 5 2 20 0 15 0 49821114 11078508544 10576 33554432000 4194304 4196468 140736212822064 139645857798896 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14784] ppid=14717 vsize=10818856 memory=139821123180160 CPUtime=0.1 cores=1,3,5,7
/proc/14720/task/14784/stat : 14784 (java) S 14717 14720 9800 0 -1 1077944384 561 13057 0 0 3 0 5 2 20 0 15 0 49821114 11078508544 10576 33554432000 4194304 4196468 140736212822064 139645856746096 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14785] ppid=14717 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14785/stat : 14785 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 15 0 49821115 11078508544 10576 33554432000 4194304 4196468 140736212822064 139644950629088 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14786] ppid=14717 vsize=10818856 memory=139821123180160 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14786/stat : 14786 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821115 11078508544 10576 33554432000 4194304 4196468 140736212822064 139645855693488 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42304 KiB

[startup+0.310215 s]*
/proc/loadavg: 1.84 1.57 1.58 3/215 14786
/proc/meminfo: memFree=17308796/32770624 swapFree=67108860/67108860
[pid=14720] ppid=14717 vsize=10819352 memory=51524 CPUtime=0.38 cores=1,3,5,7
/proc/14720/stat : 14720 (java) S 14717 14720 9800 0 -1 1077944320 10464 13057 0 0 28 3 5 2 20 0 15 0 49821100 11079016448 12881 33554432000 4194304 4196468 140736212822064 140736212804608 139646434885367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
/proc/14720/statm: 2704838 12881 3080 1 0 2667149 0
[pid=14720/tid=14773] ppid=14717 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14720/task/14773/stat : 14773 (java) R 14717 14720 9800 0 -1 4202560 7077 13057 0 0 19 2 5 2 20 0 15 0 49821109 11079016448 12881 33554432000 4194304 4196468 140736212822064 139646406697376 139646420051006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14774] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11079016448 12881 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11079016448 12881 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11079016448 12881 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 2 13057 0 0 0 0 5 2 20 0 15 0 49821110 11079016448 12881 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14778] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14778/stat : 14778 (java) S 14717 14720 9800 0 -1 1077944384 2 13057 0 0 0 0 5 2 20 0 15 0 49821111 11079016448 12881 33554432000 4194304 4196468 140736212822064 139645893462384 139646434896514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14779] ppid=14717 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14779/stat : 14779 (java) S 14717 14720 9800 0 -1 1077944384 33 13057 0 0 0 0 5 2 20 0 15 0 49821111 11079016448 12881 33554432000 4194304 4196468 140736212822064 139645892408352 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14780] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14780/stat : 14780 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821112 11079016448 12881 33554432000 4194304 4196468 140736212822064 139645291586416 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14781] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14781/stat : 14781 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 15 0 49821114 11079016448 12881 33554432000 4194304 4196468 140736212822064 139644984186704 139646434903963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14782] ppid=14717 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14720/task/14782/stat : 14782 (java) S 14717 14720 9800 0 -1 1077944384 532 13057 0 0 1 0 5 2 20 0 15 0 49821114 11079016448 12881 33554432000 4194304 4196468 140736212822064 139645858851696 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14783] ppid=14717 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14720/task/14783/stat : 14783 (java) S 14717 14720 9800 0 -1 1077944384 55 13057 0 0 1 0 5 2 20 0 15 0 49821114 11079016448 12881 33554432000 4194304 4196468 140736212822064 139645857798896 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14784] ppid=14717 vsize=10819352 memory=139821123180160 CPUtime=0.12 cores=1,3,5,7
/proc/14720/task/14784/stat : 14784 (java) S 14717 14720 9800 0 -1 1077944384 565 13057 0 0 5 0 5 2 20 0 15 0 49821114 11079016448 12881 33554432000 4194304 4196468 140736212822064 139645856746096 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14785] ppid=14717 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14785/stat : 14785 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 15 0 49821115 11079016448 12881 33554432000 4194304 4196468 140736212822064 139644950629088 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14786] ppid=14717 vsize=10819352 memory=139821123180160 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14786/stat : 14786 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821115 11079016448 12881 33554432000 4194304 4196468 140736212822064 139645855693488 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51524 KiB

[startup+0.700687 s]
/proc/loadavg: 1.84 1.57 1.58 3/215 14786
/proc/meminfo: memFree=17296640/32770624 swapFree=67108860/67108860
[pid=14720] ppid=14717 vsize=10819352 memory=84808 CPUtime=0.98 cores=1,3,5,7
/proc/14720/stat : 14720 (java) S 14717 14720 9800 0 -1 1077944320 16856 13057 0 0 86 5 5 2 20 0 15 0 49821100 11079016448 21202 33554432000 4194304 4196468 140736212822064 140736212804608 139646434885367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
/proc/14720/statm: 2704838 21202 3238 1 0 2667149 0
[pid=14720/tid=14773] ppid=14717 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/14720/task/14773/stat : 14773 (java) R 14717 14720 9800 0 -1 4202560 12547 13057 0 0 55 3 5 2 20 0 15 0 49821109 11079016448 21202 33554432000 4194304 4196468 140736212822064 139646406706192 139646418965854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14774] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11079016448 21202 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11079016448 21202 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=10819352 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11079016448 21202 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 2 13057 0 0 0 0 5 2 20 0 15 0 49821110 11079016448 21202 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14778] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14778/stat : 14778 (java) S 14717 14720 9800 0 -1 1077944384 5 13057 0 0 0 0 5 2 20 0 15 0 49821111 11079016448 21202 33554432000 4194304 4196468 140736212822064 139645893462384 139646434896514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14779] ppid=14717 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14779/stat : 14779 (java) S 14717 14720 9800 0 -1 1077944384 33 13057 0 0 0 0 5 2 20 0 15 0 49821111 11079016448 21202 33554432000 4194304 4196468 140736212822064 139645892408352 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14780] ppid=14717 vsize=10819352 memory=139820982743824 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14780/stat : 14780 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821112 11079016448 21202 33554432000 4194304 4196468 140736212822064 139645291586416 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14781] ppid=14717 vsize=10819352 memory=139822660321873 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14781/stat : 14781 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 15 0 49821114 11079016448 21202 33554432000 4194304 4196468 140736212822064 139644984186704 139646434903963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14782] ppid=14717 vsize=10819352 memory=14004 CPUtime=0.14 cores=1,3,5,7
/proc/14720/task/14782/stat : 14782 (java) S 14717 14720 9800 0 -1 1077944384 777 13057 0 0 7 0 5 2 20 0 15 0 49821114 11079016448 21202 33554432000 4194304 4196468 140736212822064 139645858851696 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14783] ppid=14717 vsize=10819352 memory=4639098309541127269 CPUtime=0.16 cores=1,3,5,7
/proc/14720/task/14783/stat : 14783 (java) S 14717 14720 9800 0 -1 1077944384 662 13057 0 0 9 0 5 2 20 0 15 0 49821114 11079016448 21202 33554432000 4194304 4196468 140736212822064 139645857798896 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14784] ppid=14717 vsize=10819352 memory=7885635084775281009 CPUtime=0.2 cores=1,3,5,7
/proc/14720/task/14784/stat : 14784 (java) S 14717 14720 9800 0 -1 1077944384 632 13057 0 0 13 0 5 2 20 0 15 0 49821114 11079016448 21202 33554432000 4194304 4196468 140736212822064 139645856746096 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14785] ppid=14717 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14785/stat : 14785 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 15 0 49821115 11079016448 21202 33554432000 4194304 4196468 140736212822064 139644950629088 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14786] ppid=14717 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14786/stat : 14786 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821115 11079016448 21202 33554432000 4194304 4196468 140736212822064 139645855693488 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84808 KiB

[startup+1.50076 s]
/proc/loadavg: 1.84 1.57 1.58 4/215 14786
/proc/meminfo: memFree=17250680/32770624 swapFree=67108860/67108860
[pid=14720] ppid=14717 vsize=10828108 memory=190728 CPUtime=3.02 cores=1,3,5,7
/proc/14720/stat : 14720 (java) S 14717 14720 9800 0 -1 1077944320 22098 13057 0 0 286 9 5 2 20 0 15 0 49821100 11087982592 47682 33554432000 4194304 4196468 140736212822064 140736212804608 139646434885367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
/proc/14720/statm: 2707027 47682 3453 1 0 2668685 0
[pid=14720/tid=14773] ppid=14717 vsize=10828108 memory=12848 CPUtime=1.45 cores=1,3,5,7
/proc/14720/task/14773/stat : 14773 (java) R 14717 14720 9800 0 -1 4202560 15315 13057 0 0 131 7 5 2 20 0 15 0 49821109 11087982592 47682 33554432000 4194304 4196468 140736212822064 139646406718976 139646413962908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14774] ppid=14717 vsize=10828108 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11087982592 47682 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=10828108 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11087982592 47682 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=10828108 memory=3204 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821110 11087982592 47682 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=10828108 memory=84808 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 2 13057 0 0 0 0 5 2 20 0 15 0 49821110 11087982592 47682 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14778] ppid=14717 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14778/stat : 14778 (java) S 14717 14720 9800 0 -1 1077944384 12 13057 0 0 0 0 5 2 20 0 15 0 49821111 11087982592 47682 33554432000 4194304 4196468 140736212822064 139645893462384 139646434896514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14779] ppid=14717 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14779/stat : 14779 (java) S 14717 14720 9800 0 -1 1077944384 33 13057 0 0 0 0 5 2 20 0 15 0 49821111 11087982592 47682 33554432000 4194304 4196468 140736212822064 139645892408352 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14780] ppid=14717 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14780/stat : 14780 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821112 11087982592 47682 33554432000 4194304 4196468 140736212822064 139645291586416 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14781] ppid=14717 vsize=10828108 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14781/stat : 14781 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 15 0 49821114 11087982592 47682 33554432000 4194304 4196468 140736212822064 139644984186704 139646434903963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14782] ppid=14717 vsize=10828108 memory=6935649255759568960 CPUtime=0.61 cores=1,3,5,7
/proc/14720/task/14782/stat : 14782 (java) R 14717 14720 9800 0 -1 4202560 1478 13057 0 0 54 0 5 2 20 0 15 0 49821114 11087982592 47682 33554432000 4194304 4196468 140736212822064 139645858836208 139646418349080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14783] ppid=14717 vsize=10828108 memory=279641965763456 CPUtime=0.64 cores=1,3,5,7
/proc/14720/task/14783/stat : 14783 (java) R 14717 14720 9800 0 -1 4202560 1732 13057 0 0 57 0 5 2 20 0 15 0 49821114 11087982592 47682 33554432000 4194304 4196468 140736212822064 139645857786512 139646419174265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14784] ppid=14717 vsize=10828108 memory=6944656592452938395 CPUtime=0.49 cores=1,3,5,7
/proc/14720/task/14784/stat : 14784 (java) S 14717 14720 9800 0 -1 1077944384 1328 13057 0 0 42 0 5 2 20 0 15 0 49821114 11087982592 47682 33554432000 4194304 4196468 140736212822064 139645856746096 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14785] ppid=14717 vsize=10828108 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14785/stat : 14785 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 15 0 49821115 11087982592 47682 33554432000 4194304 4196468 140736212822064 139644950629088 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14786] ppid=14717 vsize=10828108 memory=4206468019014099040 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14786/stat : 14786 (java) S 14717 14720 9800 0 -1 1077944384 1 13057 0 0 0 0 5 2 20 0 15 0 49821115 11087982592 47682 33554432000 4194304 4196468 140736212822064 139645855693488 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 10828108 KiB

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

[pid=14720/tid=14774] ppid=14717 vsize=11041128 memory=4140 CPUtime=14.93 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 28296 13057 0 0 1467 19 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=11041128 memory=16448 CPUtime=14.94 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 22903 13057 0 0 1467 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=11041128 memory=1296 CPUtime=14.91 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 29751 13057 0 0 1464 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=11041128 memory=792 CPUtime=14.94 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 19662 13057 0 0 1467 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14778] ppid=14717 vsize=11041128 memory=1228 CPUtime=0.97 cores=1,3,5,7
/proc/14720/task/14778/stat : 14778 (java) S 14717 14720 9800 0 -1 1077944384 25401 13057 0 0 77 13 5 2 20 0 17 0 49821111 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645893462384 139646434896514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14779] ppid=14717 vsize=11041128 memory=3001616 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14779/stat : 14779 (java) S 14717 14720 9800 0 -1 1077944384 41 13057 0 0 0 0 5 2 20 0 17 0 49821111 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645892408416 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14780] ppid=14717 vsize=11041128 memory=288287766461303889 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14780/stat : 14780 (java) S 14717 14720 9800 0 -1 1077944384 7 13057 0 0 0 0 5 2 20 0 17 0 49821112 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645291586432 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14781] ppid=14717 vsize=11041128 memory=302084223500824867 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14781/stat : 14781 (java) S 14717 14720 9800 0 -1 1077944384 269 13057 0 0 0 0 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644984186704 139646434903963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14782] ppid=14717 vsize=11041128 memory=288287766461303889 CPUtime=3.52 cores=1,3,5,7
/proc/14720/task/14782/stat : 14782 (java) S 14717 14720 9800 0 -1 1077944384 10137 13057 0 0 343 2 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645858851696 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14783] ppid=14717 vsize=11041128 memory=279641967118304 CPUtime=3.4 cores=1,3,5,7
/proc/14720/task/14783/stat : 14783 (java) S 14717 14720 9800 0 -1 1077944384 10058 13057 0 0 330 3 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645857798896 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14784] ppid=14717 vsize=11041128 memory=6944656592455350634 CPUtime=1.7 cores=1,3,5,7
/proc/14720/task/14784/stat : 14784 (java) S 14717 14720 9800 0 -1 1077944384 8696 13057 0 0 161 2 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645856746096 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14785] ppid=14717 vsize=11041128 memory=8292148123324110535 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14785/stat : 14785 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 17 0 49821115 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644950629088 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14786] ppid=14717 vsize=11041128 memory=6791534058613427641 CPUtime=1.59 cores=1,3,5,7
/proc/14720/task/14786/stat : 14786 (java) S 14717 14720 9800 0 -1 1077944384 1369 13057 0 0 68 84 5 2 20 0 17 0 49821115 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645855693488 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14998] ppid=14717 vsize=11041128 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14998/stat : 14998 (java) S 14717 14720 9800 0 -1 1077944384 300 13057 0 0 0 0 5 2 20 0 17 0 50067730 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644553388272 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14999] ppid=14717 vsize=11041128 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14999/stat : 14999 (java) S 14717 14720 9800 0 -1 1077944384 92 13057 0 0 0 0 5 2 20 0 17 0 50067731 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644352062560 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 2520.99 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 3005836 KiB

[startup+2468 s]*
/proc/loadavg: 1.74 1.61 1.57 3/218 14999
/proc/meminfo: memFree=12030524/32770624 swapFree=67108860/67108860
[pid=14720] ppid=14717 vsize=11041128 memory=3005836 CPUtime=2521.8 cores=1,3,5,7
/proc/14720/stat : 14720 (java) S 14717 14720 9800 0 -1 1077944320 376279 13057 0 0 251926 247 5 2 20 0 17 0 49821100 11306115072 751459 33554432000 4194304 4196468 140736212822064 140736212804608 139646434885367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
/proc/14720/statm: 2760282 751459 3528 1 0 2721935 0
[pid=14720/tid=14773] ppid=14717 vsize=11041128 memory=6791534058613427641 CPUtime=2451.42 cores=1,3,5,7
/proc/14720/task/14773/stat : 14773 (java) R 14717 14720 9800 0 -1 4202560 217105 13057 0 0 245056 79 5 2 20 0 17 0 49821109 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646406717216 139646044583136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14774] ppid=14717 vsize=11041128 memory=4872558044660077418 CPUtime=14.93 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 28296 13057 0 0 1467 19 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=11041128 memory=6791534058613427641 CPUtime=14.94 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 22903 13057 0 0 1467 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=11041128 memory=3001616 CPUtime=14.91 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 29751 13057 0 0 1464 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=11041128 memory=3001616 CPUtime=14.94 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 19662 13057 0 0 1467 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14778] ppid=14717 vsize=11041128 memory=7 CPUtime=0.97 cores=1,3,5,7
/proc/14720/task/14778/stat : 14778 (java) S 14717 14720 9800 0 -1 1077944384 25401 13057 0 0 77 13 5 2 20 0 17 0 49821111 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645893462384 139646434896514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14779] ppid=14717 vsize=11041128 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14779/stat : 14779 (java) S 14717 14720 9800 0 -1 1077944384 41 13057 0 0 0 0 5 2 20 0 17 0 49821111 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645892408416 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14780] ppid=14717 vsize=11041128 memory=288285575927300791 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14780/stat : 14780 (java) S 14717 14720 9800 0 -1 1077944384 7 13057 0 0 0 0 5 2 20 0 17 0 49821112 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645291586432 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14781] ppid=14717 vsize=11041128 memory=4121412903972921515 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14781/stat : 14781 (java) S 14717 14720 9800 0 -1 1077944384 269 13057 0 0 0 0 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644984186704 139646434903963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14782] ppid=14717 vsize=11041128 memory=1204 CPUtime=3.52 cores=1,3,5,7
/proc/14720/task/14782/stat : 14782 (java) S 14717 14720 9800 0 -1 1077944384 10137 13057 0 0 343 2 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645858851696 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14783] ppid=14717 vsize=11041128 memory=15872 CPUtime=3.4 cores=1,3,5,7
/proc/14720/task/14783/stat : 14783 (java) S 14717 14720 9800 0 -1 1077944384 10058 13057 0 0 330 3 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645857798896 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14784] ppid=14717 vsize=11041128 memory=4008 CPUtime=1.7 cores=1,3,5,7
/proc/14720/task/14784/stat : 14784 (java) S 14717 14720 9800 0 -1 1077944384 8696 13057 0 0 161 2 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645856746096 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14785] ppid=14717 vsize=11041128 memory=18460 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14785/stat : 14785 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 17 0 49821115 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644950629088 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14786] ppid=14717 vsize=11041128 memory=10852 CPUtime=1.59 cores=1,3,5,7
/proc/14720/task/14786/stat : 14786 (java) S 14717 14720 9800 0 -1 1077944384 1369 13057 0 0 68 84 5 2 20 0 17 0 49821115 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645855693488 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14998] ppid=14717 vsize=11041128 memory=1788 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14998/stat : 14998 (java) S 14717 14720 9800 0 -1 1077944384 300 13057 0 0 0 0 5 2 20 0 17 0 50067730 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644553388272 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14999] ppid=14717 vsize=11041128 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14999/stat : 14999 (java) S 14717 14720 9800 0 -1 1077944384 92 13057 0 0 0 0 5 2 20 0 17 0 50067731 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644352062560 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 2521.8 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 3005836 KiB

[startup+2468.2 s]
/proc/loadavg: 1.74 1.61 1.57 3/218 14999
/proc/meminfo: memFree=12030524/32770624 swapFree=67108860/67108860
[pid=14720] ppid=14717 vsize=11041128 memory=3005836 CPUtime=2521.99 cores=1,3,5,7
/proc/14720/stat : 14720 (java) S 14717 14720 9800 0 -1 1077944320 376279 13057 0 0 251945 247 5 2 20 0 17 0 49821100 11306115072 751459 33554432000 4194304 4196468 140736212822064 140736212804608 139646434885367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
/proc/14720/statm: 2760282 751459 3528 1 0 2721935 0
[pid=14720/tid=14773] ppid=14717 vsize=11041128 memory=1236 CPUtime=2451.61 cores=1,3,5,7
/proc/14720/task/14773/stat : 14773 (java) R 14717 14720 9800 0 -1 4202560 217105 13057 0 0 245075 79 5 2 20 0 17 0 49821109 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646406717216 139646044583048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14774] ppid=14717 vsize=11041128 memory=2340 CPUtime=14.93 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 28296 13057 0 0 1467 19 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=11041128 memory=1576 CPUtime=14.94 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 22903 13057 0 0 1467 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=11041128 memory=928 CPUtime=14.91 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 29751 13057 0 0 1464 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=11041128 memory=2240 CPUtime=14.94 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 19662 13057 0 0 1467 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14778] ppid=14717 vsize=11041128 memory=4124 CPUtime=0.97 cores=1,3,5,7
/proc/14720/task/14778/stat : 14778 (java) S 14717 14720 9800 0 -1 1077944384 25401 13057 0 0 77 13 5 2 20 0 17 0 49821111 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645893462384 139646434896514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14779] ppid=14717 vsize=11041128 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14779/stat : 14779 (java) S 14717 14720 9800 0 -1 1077944384 41 13057 0 0 0 0 5 2 20 0 17 0 49821111 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645892408416 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14780] ppid=14717 vsize=11041128 memory=7284 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14780/stat : 14780 (java) S 14717 14720 9800 0 -1 1077944384 7 13057 0 0 0 0 5 2 20 0 17 0 49821112 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645291586432 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14781] ppid=14717 vsize=11041128 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14781/stat : 14781 (java) S 14717 14720 9800 0 -1 1077944384 269 13057 0 0 0 0 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644984186704 139646434903963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14782] ppid=14717 vsize=11041128 memory=1796 CPUtime=3.52 cores=1,3,5,7
/proc/14720/task/14782/stat : 14782 (java) S 14717 14720 9800 0 -1 1077944384 10137 13057 0 0 343 2 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645858851696 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14783] ppid=14717 vsize=11041128 memory=912 CPUtime=3.4 cores=1,3,5,7
/proc/14720/task/14783/stat : 14783 (java) S 14717 14720 9800 0 -1 1077944384 10058 13057 0 0 330 3 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645857798896 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14784] ppid=14717 vsize=11041128 memory=288230574492221466 CPUtime=1.7 cores=1,3,5,7
/proc/14720/task/14784/stat : 14784 (java) S 14717 14720 9800 0 -1 1077944384 8696 13057 0 0 161 2 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645856746096 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14785] ppid=14717 vsize=11041128 memory=303430231908417849 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14785/stat : 14785 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 17 0 49821115 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644950629088 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14786] ppid=14717 vsize=11041128 memory=14690790446205450 CPUtime=1.59 cores=1,3,5,7
/proc/14720/task/14786/stat : 14786 (java) S 14717 14720 9800 0 -1 1077944384 1369 13057 0 0 68 84 5 2 20 0 17 0 49821115 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645855693488 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14998] ppid=14717 vsize=11041128 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14998/stat : 14998 (java) S 14717 14720 9800 0 -1 1077944384 300 13057 0 0 0 0 5 2 20 0 17 0 50067730 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644553388272 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14999] ppid=14717 vsize=11041128 memory=912 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14999/stat : 14999 (java) S 14717 14720 9800 0 -1 1077944384 92 13057 0 0 0 0 5 2 20 0 17 0 50067731 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644352062560 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 2521.99 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 3005836 KiB

[startup+2468.3 s]
/proc/loadavg: 1.74 1.61 1.57 3/218 14999
/proc/meminfo: memFree=12030524/32770624 swapFree=67108860/67108860
[pid=14720] ppid=14717 vsize=11041128 memory=3005836 CPUtime=2522.09 cores=1,3,5,7
/proc/14720/stat : 14720 (java) S 14717 14720 9800 0 -1 1077944320 376279 13057 0 0 251955 247 5 2 20 0 17 0 49821100 11306115072 751459 33554432000 4194304 4196468 140736212822064 140736212804608 139646434885367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
/proc/14720/statm: 2760282 751459 3528 1 0 2721935 0
[pid=14720/tid=14773] ppid=14717 vsize=11041128 memory=3005836 CPUtime=2451.71 cores=1,3,5,7
/proc/14720/task/14773/stat : 14773 (java) R 14717 14720 9800 0 -1 4202560 217105 13057 0 0 245085 79 5 2 20 0 17 0 49821109 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646406717216 139646046018752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14774] ppid=14717 vsize=11041128 memory=3005836 CPUtime=14.93 cores=1,3,5,7
/proc/14720/task/14774/stat : 14774 (java) S 14717 14720 9800 0 -1 1077944384 28296 13057 0 0 1467 19 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646439128208 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14775] ppid=14717 vsize=11041128 memory=3001616 CPUtime=14.94 cores=1,3,5,7
/proc/14720/task/14775/stat : 14775 (java) S 14717 14720 9800 0 -1 1077944384 22903 13057 0 0 1467 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646366608400 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14776] ppid=14717 vsize=11041128 memory=3001616 CPUtime=14.91 cores=1,3,5,7
/proc/14720/task/14776/stat : 14776 (java) S 14717 14720 9800 0 -1 1077944384 29751 13057 0 0 1464 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646007356304 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14777] ppid=14717 vsize=11041128 memory=3001616 CPUtime=14.94 cores=1,3,5,7
/proc/14720/task/14777/stat : 14777 (java) S 14717 14720 9800 0 -1 1077944384 19662 13057 0 0 1467 20 5 2 20 0 17 0 49821110 11306115072 751459 33554432000 4194304 4196468 140736212822064 139646006303504 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14778] ppid=14717 vsize=11041128 memory=3005836 CPUtime=0.97 cores=1,3,5,7
/proc/14720/task/14778/stat : 14778 (java) S 14717 14720 9800 0 -1 1077944384 25401 13057 0 0 77 13 5 2 20 0 17 0 49821111 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645893462384 139646434896514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14779] ppid=14717 vsize=11041128 memory=3005836 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14779/stat : 14779 (java) S 14717 14720 9800 0 -1 1077944384 41 13057 0 0 0 0 5 2 20 0 17 0 49821111 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645892408416 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14780] ppid=14717 vsize=11041128 memory=3001616 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14780/stat : 14780 (java) S 14717 14720 9800 0 -1 1077944384 7 13057 0 0 0 0 5 2 20 0 17 0 49821112 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645291586432 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14781] ppid=14717 vsize=11041128 memory=3001616 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14781/stat : 14781 (java) S 14717 14720 9800 0 -1 1077944384 269 13057 0 0 0 0 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644984186704 139646434903963 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14782] ppid=14717 vsize=11041128 memory=8392 CPUtime=3.52 cores=1,3,5,7
/proc/14720/task/14782/stat : 14782 (java) S 14717 14720 9800 0 -1 1077944384 10137 13057 0 0 343 2 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645858851696 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14783] ppid=14717 vsize=11041128 memory=3005836 CPUtime=3.4 cores=1,3,5,7
/proc/14720/task/14783/stat : 14783 (java) S 14717 14720 9800 0 -1 1077944384 10058 13057 0 0 330 3 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645857798896 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14784] ppid=14717 vsize=11041128 memory=3001616 CPUtime=1.7 cores=1,3,5,7
/proc/14720/task/14784/stat : 14784 (java) S 14717 14720 9800 0 -1 1077944384 8696 13057 0 0 161 2 5 2 20 0 17 0 49821114 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645856746096 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14785] ppid=14717 vsize=11041128 memory=3001616 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14785/stat : 14785 (java) S 14717 14720 9800 0 -1 1077944384 3 13057 0 0 0 0 5 2 20 0 17 0 49821115 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644950629088 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14786] ppid=14717 vsize=11041128 memory=3001616 CPUtime=1.59 cores=1,3,5,7
/proc/14720/task/14786/stat : 14786 (java) S 14717 14720 9800 0 -1 1077944384 1369 13057 0 0 68 84 5 2 20 0 17 0 49821115 11306115072 751459 33554432000 4194304 4196468 140736212822064 139645855693488 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14998] ppid=14717 vsize=11041128 memory=16448 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14998/stat : 14998 (java) S 14717 14720 9800 0 -1 1077944384 300 13057 0 0 0 0 5 2 20 0 17 0 50067730 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644553388272 139646434895573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
[pid=14720/tid=14999] ppid=14717 vsize=11041128 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/14720/task/14999/stat : 14999 (java) S 14717 14720 9800 0 -1 1077944384 92 13057 0 0 0 0 5 2 20 0 17 0 50067731 11306115072 751459 33554432000 4194304 4196468 140736212822064 139644352062560 139646434896514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26042368 140736212830380 140736212833628 140736212833628 140736212836303 0
Current children cumulated CPU time: 2522.09 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 3005836 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2468.33
CPU time (s): 2522.14
CPU user time (s): 2519.61
CPU system time (s): 2.52274
CPU usage (%): 102.18
Max. virtual memory (cumulated for all children) (KiB): 11041128
Max. memory (cumulated for all children) (KiB): 3005836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.61
system time used= 2.52274
maximum resident set size= 3006116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 389339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75561
involuntary context switches= 2835


# summary of solver processes directly reported to runsolver:
#   pid: 14720
#   total CPU time (s): 2522.14
#   total CPU user time (s): 2519.61
#   total CPU system time (s): 2.52274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.563 second user time and 22.2668 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-23 07:09:42
IDJOB=4293669
IDBENCH=141218
IDSOLVER=2751
FILE ID=node106/4293669-1532322582
RUNJOBID= node106-1532295772-9832
PBS_JOBID= 21018983
Free space on /tmp= 53004 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-5_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293669-1532322582/watcher-4293669-1532322582 -o /tmp/evaluation-result-4293669-1532322582/solver-4293669-1532322582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532295772-9832 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=320459553 -superng HOME/instance-4293669-1532322582.xml

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

MD5SUM BENCH= 6d15d8403aebe79e9693643b2fca1a5e
RANDOM SEED=320459553

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17345560 kB
MemAvailable:   31207292 kB
Buffers:          262256 kB
Cached:         13686588 kB
SwapCached:            0 kB
Active:          2119168 kB
Inactive:       12613648 kB
Active(anon):     786604 kB
Inactive(anon):    17092 kB
Active(file):    1332564 kB
Inactive(file): 12596556 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27300 kB
Writeback:             8 kB
AnonPages:        790580 kB
Mapped:            49792 kB
Shmem:             17036 kB
Slab:             388588 kB
SReclaimable:     361072 kB
SUnreclaim:        27516 kB
KernelStack:        3552 kB
PageTables:         7648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1598980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52976 MiB
End job on node106 at 2018-07-23 07:50:51