Trace number 4304365

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? (TO) 2522.18 2423.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.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 (6597 MiB free)
  memory of node 1: 16384 MiB (8562 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304365-1534062320/watcher-4304365-1534062320 -o /tmp/evaluation-result-4304365-1534062320/solver-4304365-1534062320 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9591 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1778558421 HOME/instance-4304365-1534062320.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=9816, runsolver pid=9813

[startup+0.101948 s]*
/proc/loadavg: 2.02 2.01 2.04 2/209 9873
/proc/meminfo: memFree=15461572/32770624 swapFree=67108504/67108860
[pid=9816] ppid=9813 vsize=10005480 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/9816/stat : 9816 (java) S 9813 9816 9560 0 -1 1077944320 4256 13075 0 0 1 1 5 3 20 0 6 0 223795145 10245611520 4582 33554432000 4194304 4196468 140737230783296 140737230765840 140537583890167 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
/proc/9816/statm: 2501370 4582 1930 1 0 2489808 0
[pid=9816/tid=9869] ppid=9813 vsize=10005480 memory=-8889949278721851327 CPUtime=0.09 cores=0,2,4,6
/proc/9816/task/9869/stat : 9869 (java) R 9813 9816 9560 0 -1 4202560 2095 13075 0 0 1 0 5 3 20 0 6 0 223795154 10245611520 4648 33554432000 4194304 4196468 140737230783296 140537555726928 140537576127294 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9870] ppid=9813 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 6 0 223795155 10245611520 4648 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=10005480 memory=140469117027968 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 6 0 223795155 10245611520 4648 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 6 0 223795155 10245611520 4648 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 6 0 223795155 10245611520 4648 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210095 s]*
/proc/loadavg: 2.02 2.01 2.04 3/218 9882
/proc/meminfo: memFree=15441748/32770624 swapFree=67108504/67108860
[pid=9816] ppid=9813 vsize=10982744 memory=44684 CPUtime=0.26 cores=0,2,4,6
/proc/9816/stat : 9816 (java) S 9813 9816 9560 0 -1 1077944320 7338 13075 0 0 17 1 5 3 20 0 15 0 223795145 11246329856 11105 33554432000 4194304 4196468 140737230783296 140737230765840 140537583890167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
/proc/9816/statm: 2745686 11171 2948 1 0 2708109 0
[pid=9816/tid=9869] ppid=9813 vsize=10982744 memory=8514701219931451533 CPUtime=0.19 cores=0,2,4,6
/proc/9816/task/9869/stat : 9869 (java) R 9813 9816 9560 0 -1 4202560 4133 13075 0 0 11 0 5 3 20 0 15 0 223795154 11246329856 11369 33554432000 4194304 4196468 140737230783296 140537555709368 140537564165888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9870] ppid=9813 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246329856 11369 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=10982744 memory=140469117027968 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246329856 11369 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246329856 11369 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246329856 11369 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9874] ppid=9813 vsize=10982744 memory=140469117027968 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9874/stat : 9874 (java) S 9813 9816 9560 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246329856 11369 33554432000 4194304 4196468 140737230783296 140537009723760 140537583901314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9875] ppid=9813 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9875/stat : 9875 (java) S 9813 9816 9560 0 -1 1077944384 13 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246329856 11435 33554432000 4194304 4196468 140737230783296 140536376714272 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9876] ppid=9813 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9876/stat : 9876 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246329856 11435 33554432000 4194304 4196468 140737230783296 140536228864880 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9877] ppid=9813 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9877/stat : 9877 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246329856 11435 33554432000 4194304 4196468 140737230783296 140535921465168 140537583908763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9878] ppid=9813 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9816/task/9878/stat : 9878 (java) S 9813 9816 9560 0 -1 1077944384 356 13075 0 0 1 0 5 3 20 0 15 0 223795160 11246329856 11435 33554432000 4194304 4196468 140737230783296 140537008671600 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9879] ppid=9813 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9879/stat : 9879 (java) S 9813 9816 9560 0 -1 1077944384 253 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246329856 11435 33554432000 4194304 4196468 140737230783296 140537007618800 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9880] ppid=9813 vsize=10982744 memory=140469117027968 CPUtime=0.11 cores=0,2,4,6
/proc/9816/task/9880/stat : 9880 (java) S 9813 9816 9560 0 -1 1077944384 611 13075 0 0 3 0 5 3 20 0 15 0 223795160 11246329856 11435 33554432000 4194304 4196468 140737230783296 140537006566000 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9881] ppid=9813 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9881/stat : 9881 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246329856 11435 33554432000 4194304 4196468 140737230783296 140535490669280 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9882] ppid=9813 vsize=10982744 memory=140469117027968 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9882/stat : 9882 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246329856 11435 33554432000 4194304 4196468 140737230783296 140537005513392 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44684 KiB

[startup+0.310414 s]*
/proc/loadavg: 2.02 2.01 2.04 3/218 9882
/proc/meminfo: memFree=15430264/32770624 swapFree=67108504/67108860
[pid=9816] ppid=9813 vsize=10983192 memory=56972 CPUtime=0.38 cores=0,2,4,6
/proc/9816/stat : 9816 (java) S 9813 9816 9560 0 -1 1077944320 10283 13075 0 0 28 2 5 3 20 0 15 0 223795145 11246788608 14243 33554432000 4194304 4196468 140737230783296 140737230765840 140537583890167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
/proc/9816/statm: 2745798 14243 3067 1 0 2708109 0
[pid=9816/tid=9869] ppid=9813 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/9816/task/9869/stat : 9869 (java) R 9813 9816 9560 0 -1 4202560 6835 13075 0 0 20 1 5 3 20 0 15 0 223795154 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537555702176 140537583904049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9870] ppid=9813 vsize=10983192 memory=7662702496482218064 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9874] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9874/stat : 9874 (java) S 9813 9816 9560 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537009723760 140537583901314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9875] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9875/stat : 9875 (java) S 9813 9816 9560 0 -1 1077944384 13 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246788608 14243 33554432000 4194304 4196468 140737230783296 140536376714272 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9876] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9876/stat : 9876 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246788608 14243 33554432000 4194304 4196468 140737230783296 140536228864880 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9877] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9877/stat : 9877 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246788608 14243 33554432000 4194304 4196468 140737230783296 140535921465168 140537583908763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9878] ppid=9813 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9816/task/9878/stat : 9878 (java) S 9813 9816 9560 0 -1 1077944384 357 13075 0 0 1 0 5 3 20 0 15 0 223795160 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537008671600 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9879] ppid=9813 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9816/task/9879/stat : 9879 (java) S 9813 9816 9560 0 -1 1077944384 253 13075 0 0 1 0 5 3 20 0 15 0 223795160 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537007618800 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9880] ppid=9813 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9816/task/9880/stat : 9880 (java) S 9813 9816 9560 0 -1 1077944384 621 13075 0 0 4 0 5 3 20 0 15 0 223795160 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537006566000 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9881] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9881/stat : 9881 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246788608 14243 33554432000 4194304 4196468 140737230783296 140535490669280 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9882] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9882/stat : 9882 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246788608 14243 33554432000 4194304 4196468 140737230783296 140537005513392 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56972 KiB

[startup+0.701332 s]
/proc/loadavg: 2.02 2.01 2.04 3/218 9882
/proc/meminfo: memFree=15419844/32770624 swapFree=67108504/67108860
[pid=9816] ppid=9813 vsize=10983192 memory=89384 CPUtime=0.99 cores=0,2,4,6
/proc/9816/stat : 9816 (java) S 9813 9816 9560 0 -1 1077944320 16410 13075 0 0 87 4 5 3 20 0 15 0 223795145 11246788608 22346 33554432000 4194304 4196468 140737230783296 140737230765840 140537583890167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
/proc/9816/statm: 2745798 22346 3241 1 0 2708109 0
[pid=9816/tid=9869] ppid=9813 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9816/task/9869/stat : 9869 (java) R 9813 9816 9560 0 -1 4202560 11864 13075 0 0 56 3 5 3 20 0 15 0 223795154 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537555710992 140537567076958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9870] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=10983192 memory=3816 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 223795155 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9874] ppid=9813 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9874/stat : 9874 (java) S 9813 9816 9560 0 -1 1077944384 5 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537009723760 140537583901314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9875] ppid=9813 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9875/stat : 9875 (java) S 9813 9816 9560 0 -1 1077944384 13 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246788608 22346 33554432000 4194304 4196468 140737230783296 140536376714272 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9876] ppid=9813 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9876/stat : 9876 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795157 11246788608 22346 33554432000 4194304 4196468 140737230783296 140536228864880 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9877] ppid=9813 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9877/stat : 9877 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246788608 22346 33554432000 4194304 4196468 140737230783296 140535921465168 140537583908763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9878] ppid=9813 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/9816/task/9878/stat : 9878 (java) S 9813 9816 9560 0 -1 1077944384 972 13075 0 0 9 0 5 3 20 0 15 0 223795160 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537008671600 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9879] ppid=9813 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/9816/task/9879/stat : 9879 (java) S 9813 9816 9560 0 -1 1077944384 674 13075 0 0 7 0 5 3 20 0 15 0 223795160 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537007618800 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9880] ppid=9813 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/9816/task/9880/stat : 9880 (java) S 9813 9816 9560 0 -1 1077944384 676 13075 0 0 13 0 5 3 20 0 15 0 223795160 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537006566000 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9881] ppid=9813 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9881/stat : 9881 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246788608 22346 33554432000 4194304 4196468 140737230783296 140535490669280 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9882] ppid=9813 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9882/stat : 9882 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795160 11246788608 22346 33554432000 4194304 4196468 140737230783296 140537005513392 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89384 KiB

[startup+1.50108 s]
/proc/loadavg: 2.02 2.01 2.04 4/218 9882
/proc/meminfo: memFree=15370160/32770624 swapFree=67108504/67108860
[pid=9816] ppid=9813 vsize=10991948 memory=194952 CPUtime=3.05 cores=0,2,4,6
/proc/9816/stat : 9816 (java) S 9813 9816 9560 0 -1 1077944320 21644 13075 0 0 289 8 5 3 20 0 15 0 223795145 11255754752 48738 33554432000 4194304 4196468 140737230783296 140737230765840 140537583890167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
/proc/9816/statm: 2747987 48738 3452 1 0 2709645 0
[pid=9816/tid=9869] ppid=9813 vsize=10991948 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/9816/task/9869/stat : 9869 (java) R 9813 9816 9560 0 -1 4202560 14499 13075 0 0 133 5 5 3 20 0 15 0 223795154 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537555722896 140537122839568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9870] ppid=9813 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=10991948 memory=3539892194917298225 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795155 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 2 13075 0 0 0 0 5 3 20 0 15 0 223795155 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9874] ppid=9813 vsize=10991948 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9874/stat : 9874 (java) S 9813 9816 9560 0 -1 1077944384 13 13075 0 0 0 0 5 3 20 0 15 0 223795157 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537009723760 140537583901314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9875] ppid=9813 vsize=10991948 memory=280937971656960 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9875/stat : 9875 (java) S 9813 9816 9560 0 -1 1077944384 13 13075 0 0 0 0 5 3 20 0 15 0 223795157 11255754752 48738 33554432000 4194304 4196468 140737230783296 140536376714272 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9876] ppid=9813 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9876/stat : 9876 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795157 11255754752 48738 33554432000 4194304 4196468 140737230783296 140536228864880 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9877] ppid=9813 vsize=10991948 memory=4552 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9877/stat : 9877 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 223795160 11255754752 48738 33554432000 4194304 4196468 140737230783296 140535921465168 140537583908763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9878] ppid=9813 vsize=10991948 memory=3732 CPUtime=0.65 cores=0,2,4,6
/proc/9816/task/9878/stat : 9878 (java) R 9813 9816 9560 0 -1 4202560 2055 13075 0 0 57 0 5 3 20 0 15 0 223795160 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537008657696 140537565434289 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9879] ppid=9813 vsize=10991948 memory=1228 CPUtime=0.64 cores=0,2,4,6
/proc/9816/task/9879/stat : 9879 (java) R 9813 9816 9560 0 -1 4202560 1445 13075 0 0 56 0 5 3 20 0 15 0 223795160 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537007605232 140537565433896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9880] ppid=9813 vsize=10991948 memory=10624 CPUtime=0.5 cores=0,2,4,6
/proc/9816/task/9880/stat : 9880 (java) S 9813 9816 9560 0 -1 1077944384 1413 13075 0 0 41 1 5 3 20 0 15 0 223795160 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537006566000 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9881] ppid=9813 vsize=10991948 memory=1624 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9881/stat : 9881 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 15 0 223795160 11255754752 48738 33554432000 4194304 4196468 140737230783296 140535490669280 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9882] ppid=9813 vsize=10991948 memory=6676 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9882/stat : 9882 (java) S 9813 9816 9560 0 -1 1077944384 1 13075 0 0 0 0 5 3 20 0 15 0 223795160 11255754752 48738 33554432000 4194304 4196468 140737230783296 140537005513392 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 10991948 KiB

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

[pid=9816/tid=9870] ppid=9813 vsize=11270504 memory=3732 CPUtime=29.85 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 31319 13075 0 0 2950 27 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=11270504 memory=1228 CPUtime=29.88 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 21372 13075 0 0 2954 26 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=11270504 memory=10624 CPUtime=29.86 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 34273 13075 0 0 2952 26 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=11270504 memory=3013992 CPUtime=29.85 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 28684 13075 0 0 2950 27 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9874] ppid=9813 vsize=11270504 memory=3816 CPUtime=1.38 cores=0,2,4,6
/proc/9816/task/9874/stat : 9874 (java) S 9813 9816 9560 0 -1 1077944384 23651 13075 0 0 116 14 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537009723760 140537583901314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9875] ppid=9813 vsize=11270504 memory=60792 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9875/stat : 9875 (java) S 9813 9816 9560 0 -1 1077944384 20 13075 0 0 0 0 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140536376714336 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9876] ppid=9813 vsize=11270504 memory=1116 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9876/stat : 9876 (java) S 9813 9816 9560 0 -1 1077944384 10 13075 0 0 0 0 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140536228864896 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9877] ppid=9813 vsize=11270504 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9877/stat : 9877 (java) S 9813 9816 9560 0 -1 1077944384 227 13075 0 0 0 0 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535921465168 140537583908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9878] ppid=9813 vsize=11270504 memory=492 CPUtime=3.57 cores=0,2,4,6
/proc/9816/task/9878/stat : 9878 (java) S 9813 9816 9560 0 -1 1077944384 8112 13075 0 0 347 2 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537008671600 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9879] ppid=9813 vsize=11270504 memory=3013992 CPUtime=3.55 cores=0,2,4,6
/proc/9816/task/9879/stat : 9879 (java) S 9813 9816 9560 0 -1 1077944384 7211 13075 0 0 345 2 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537007618800 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9880] ppid=9813 vsize=11270504 memory=932 CPUtime=1.65 cores=0,2,4,6
/proc/9816/task/9880/stat : 9880 (java) S 9813 9816 9560 0 -1 1077944384 4961 13075 0 0 154 3 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537006566000 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9881] ppid=9813 vsize=11270504 memory=1820 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9881/stat : 9881 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535490669280 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9882] ppid=9813 vsize=11270504 memory=4552 CPUtime=1.6 cores=0,2,4,6
/proc/9816/task/9882/stat : 9882 (java) S 9813 9816 9560 0 -1 1077944384 1117 13075 0 0 74 78 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537005513392 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9980] ppid=9813 vsize=11270504 memory=3732 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9980/stat : 9980 (java) S 9813 9816 9560 0 -1 1077944384 35 13075 0 0 0 0 5 3 20 0 17 0 224037276 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535289340144 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9981] ppid=9813 vsize=11270504 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9981/stat : 9981 (java) S 9813 9816 9560 0 -1 1077944384 131 13075 0 0 0 0 5 3 20 0 17 0 224037276 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535088014432 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 2521.23 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3018180 KiB

[startup+2422.8 s]
/proc/loadavg: 1.42 1.45 1.45 3/217 9981
/proc/meminfo: memFree=11990392/32770624 swapFree=67108504/67108860
[pid=9816] ppid=9813 vsize=11270504 memory=3018180 CPUtime=2521.63 cores=0,2,4,6
/proc/9816/stat : 9816 (java) S 9813 9816 9560 0 -1 1077944320 411530 13075 0 0 251900 255 5 3 20 0 17 0 223795145 11540996096 754545 33554432000 4194304 4196468 140737230783296 140737230765840 140537583890167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
/proc/9816/statm: 2817626 754545 3525 1 0 2779279 0
[pid=9816/tid=9869] ppid=9813 vsize=11270504 memory=1928 CPUtime=2391.05 cores=0,2,4,6
/proc/9816/task/9869/stat : 9869 (java) R 9813 9816 9560 0 -1 4202560 248210 13075 0 0 239029 68 5 3 20 0 17 0 223795154 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537555721760 140537128180946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9870] ppid=9813 vsize=11270504 memory=7532 CPUtime=29.85 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 31319 13075 0 0 2950 27 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=11270504 memory=808 CPUtime=29.88 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 21372 13075 0 0 2954 26 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=11270504 memory=1796 CPUtime=29.86 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 34273 13075 0 0 2952 26 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=11270504 memory=916 CPUtime=29.85 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 28684 13075 0 0 2950 27 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9874] ppid=9813 vsize=11270504 memory=3848 CPUtime=1.38 cores=0,2,4,6
/proc/9816/task/9874/stat : 9874 (java) S 9813 9816 9560 0 -1 1077944384 23651 13075 0 0 116 14 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537009723760 140537583901314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9875] ppid=9813 vsize=11270504 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9875/stat : 9875 (java) S 9813 9816 9560 0 -1 1077944384 20 13075 0 0 0 0 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140536376714336 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9876] ppid=9813 vsize=11270504 memory=2304 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9876/stat : 9876 (java) S 9813 9816 9560 0 -1 1077944384 10 13075 0 0 0 0 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140536228864896 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9877] ppid=9813 vsize=11270504 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9877/stat : 9877 (java) S 9813 9816 9560 0 -1 1077944384 227 13075 0 0 0 0 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535921465168 140537583908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9878] ppid=9813 vsize=11270504 memory=3204 CPUtime=3.57 cores=0,2,4,6
/proc/9816/task/9878/stat : 9878 (java) S 9813 9816 9560 0 -1 1077944384 8112 13075 0 0 347 2 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537008671600 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9879] ppid=9813 vsize=11270504 memory=1327712 CPUtime=3.55 cores=0,2,4,6
/proc/9816/task/9879/stat : 9879 (java) S 9813 9816 9560 0 -1 1077944384 7211 13075 0 0 345 2 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537007618800 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9880] ppid=9813 vsize=11270504 memory=1408 CPUtime=1.65 cores=0,2,4,6
/proc/9816/task/9880/stat : 9880 (java) S 9813 9816 9560 0 -1 1077944384 4961 13075 0 0 154 3 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537006566000 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9881] ppid=9813 vsize=11270504 memory=3224 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9881/stat : 9881 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535490669280 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9882] ppid=9813 vsize=11270504 memory=3013992 CPUtime=1.6 cores=0,2,4,6
/proc/9816/task/9882/stat : 9882 (java) S 9813 9816 9560 0 -1 1077944384 1117 13075 0 0 74 78 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537005513392 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9980] ppid=9813 vsize=11270504 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9980/stat : 9980 (java) S 9813 9816 9560 0 -1 1077944384 35 13075 0 0 0 0 5 3 20 0 17 0 224037276 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535289340144 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9981] ppid=9813 vsize=11270504 memory=-6733704525061579059 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9981/stat : 9981 (java) S 9813 9816 9560 0 -1 1077944384 131 13075 0 0 0 0 5 3 20 0 17 0 224037276 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535088014432 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 2521.63 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3018180 KiB

[startup+2423.2 s]
/proc/loadavg: 1.42 1.45 1.45 3/217 9981
/proc/meminfo: memFree=11990376/32770624 swapFree=67108504/67108860
[pid=9816] ppid=9813 vsize=11270504 memory=3018180 CPUtime=2522.04 cores=0,2,4,6
/proc/9816/stat : 9816 (java) S 9813 9816 9560 0 -1 1077944320 411530 13075 0 0 251941 255 5 3 20 0 17 0 223795145 11540996096 754545 33554432000 4194304 4196468 140737230783296 140737230765840 140537583890167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
/proc/9816/statm: 2817626 754545 3525 1 0 2779279 0
[pid=9816/tid=9869] ppid=9813 vsize=11270504 memory=3018180 CPUtime=2391.45 cores=0,2,4,6
/proc/9816/task/9869/stat : 9869 (java) R 9813 9816 9560 0 -1 4202560 248210 13075 0 0 239069 68 5 3 20 0 17 0 223795154 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537555721760 140537121612896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9870] ppid=9813 vsize=11270504 memory=748 CPUtime=29.85 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 31319 13075 0 0 2950 27 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=11270504 memory=8112282956445269571 CPUtime=29.88 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 21372 13075 0 0 2954 26 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=11270504 memory=492 CPUtime=29.86 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 34273 13075 0 0 2952 26 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=11270504 memory=1616 CPUtime=29.85 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 28684 13075 0 0 2950 27 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9874] ppid=9813 vsize=11270504 memory=932 CPUtime=1.38 cores=0,2,4,6
/proc/9816/task/9874/stat : 9874 (java) S 9813 9816 9560 0 -1 1077944384 23651 13075 0 0 116 14 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537009723760 140537583901314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9875] ppid=9813 vsize=11270504 memory=1168 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9875/stat : 9875 (java) S 9813 9816 9560 0 -1 1077944384 20 13075 0 0 0 0 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140536376714336 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9876] ppid=9813 vsize=11270504 memory=2344 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9876/stat : 9876 (java) S 9813 9816 9560 0 -1 1077944384 10 13075 0 0 0 0 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140536228864896 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9877] ppid=9813 vsize=11270504 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9877/stat : 9877 (java) S 9813 9816 9560 0 -1 1077944384 227 13075 0 0 0 0 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535921465168 140537583908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9878] ppid=9813 vsize=11270504 memory=4552 CPUtime=3.57 cores=0,2,4,6
/proc/9816/task/9878/stat : 9878 (java) S 9813 9816 9560 0 -1 1077944384 8112 13075 0 0 347 2 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537008671600 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9879] ppid=9813 vsize=11270504 memory=3732 CPUtime=3.55 cores=0,2,4,6
/proc/9816/task/9879/stat : 9879 (java) S 9813 9816 9560 0 -1 1077944384 7211 13075 0 0 345 2 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537007618800 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9880] ppid=9813 vsize=11270504 memory=1228 CPUtime=1.65 cores=0,2,4,6
/proc/9816/task/9880/stat : 9880 (java) S 9813 9816 9560 0 -1 1077944384 4961 13075 0 0 154 3 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537006566000 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9881] ppid=9813 vsize=11270504 memory=10624 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9881/stat : 9881 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535490669280 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9882] ppid=9813 vsize=11270504 memory=1624 CPUtime=1.6 cores=0,2,4,6
/proc/9816/task/9882/stat : 9882 (java) S 9813 9816 9560 0 -1 1077944384 1117 13075 0 0 74 78 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537005513392 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9980] ppid=9813 vsize=11270504 memory=6676 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9980/stat : 9980 (java) S 9813 9816 9560 0 -1 1077944384 35 13075 0 0 0 0 5 3 20 0 17 0 224037276 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535289340144 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9981] ppid=9813 vsize=11270504 memory=876 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9981/stat : 9981 (java) S 9813 9816 9560 0 -1 1077944384 131 13075 0 0 0 0 5 3 20 0 17 0 224037276 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535088014432 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 2522.04 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3018180 KiB

[startup+2423.3 s]
/proc/loadavg: 1.42 1.45 1.45 3/217 9981
/proc/meminfo: memFree=11990376/32770624 swapFree=67108504/67108860
[pid=9816] ppid=9813 vsize=11270504 memory=3018180 CPUtime=2522.14 cores=0,2,4,6
/proc/9816/stat : 9816 (java) S 9813 9816 9560 0 -1 1077944320 411530 13075 0 0 251951 255 5 3 20 0 17 0 223795145 11540996096 754545 33554432000 4194304 4196468 140737230783296 140737230765840 140537583890167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
/proc/9816/statm: 2817626 754545 3525 1 0 2779279 0
[pid=9816/tid=9869] ppid=9813 vsize=11270504 memory=3013992 CPUtime=2391.55 cores=0,2,4,6
/proc/9816/task/9869/stat : 9869 (java) R 9813 9816 9560 0 -1 4202560 248210 13075 0 0 239079 68 5 3 20 0 17 0 223795154 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537555721760 140537128180967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9870] ppid=9813 vsize=11270504 memory=3013992 CPUtime=29.85 cores=0,2,4,6
/proc/9816/task/9870/stat : 9870 (java) S 9813 9816 9560 0 -1 1077944384 31319 13075 0 0 2950 27 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537588133008 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9871] ppid=9813 vsize=11270504 memory=3013992 CPUtime=29.88 cores=0,2,4,6
/proc/9816/task/9871/stat : 9871 (java) S 9813 9816 9560 0 -1 1077944384 21372 13075 0 0 2954 26 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537442851856 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9872] ppid=9813 vsize=11270504 memory=3013992 CPUtime=29.86 cores=0,2,4,6
/proc/9816/task/9872/stat : 9872 (java) S 9813 9816 9560 0 -1 1077944384 34273 13075 0 0 2952 26 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537441799056 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9873] ppid=9813 vsize=11270504 memory=3013992 CPUtime=29.85 cores=0,2,4,6
/proc/9816/task/9873/stat : 9873 (java) S 9813 9816 9560 0 -1 1077944384 28684 13075 0 0 2950 27 5 3 20 0 17 0 223795155 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537440746256 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9874] ppid=9813 vsize=11270504 memory=3013992 CPUtime=1.38 cores=0,2,4,6
/proc/9816/task/9874/stat : 9874 (java) S 9813 9816 9560 0 -1 1077944384 23651 13075 0 0 116 14 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537009723760 140537583901314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9875] ppid=9813 vsize=11270504 memory=3018180 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9875/stat : 9875 (java) S 9813 9816 9560 0 -1 1077944384 20 13075 0 0 0 0 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140536376714336 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9876] ppid=9813 vsize=11270504 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9876/stat : 9876 (java) S 9813 9816 9560 0 -1 1077944384 10 13075 0 0 0 0 5 3 20 0 17 0 223795157 11540996096 754545 33554432000 4194304 4196468 140737230783296 140536228864896 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9877] ppid=9813 vsize=11270504 memory=3018180 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9877/stat : 9877 (java) S 9813 9816 9560 0 -1 1077944384 227 13075 0 0 0 0 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535921465168 140537583908763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9878] ppid=9813 vsize=11270504 memory=3013992 CPUtime=3.57 cores=0,2,4,6
/proc/9816/task/9878/stat : 9878 (java) S 9813 9816 9560 0 -1 1077944384 8112 13075 0 0 347 2 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537008671600 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9879] ppid=9813 vsize=11270504 memory=3013992 CPUtime=3.55 cores=0,2,4,6
/proc/9816/task/9879/stat : 9879 (java) S 9813 9816 9560 0 -1 1077944384 7211 13075 0 0 345 2 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537007618800 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9880] ppid=9813 vsize=11270504 memory=1576 CPUtime=1.65 cores=0,2,4,6
/proc/9816/task/9880/stat : 9880 (java) S 9813 9816 9560 0 -1 1077944384 4961 13075 0 0 154 3 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537006566000 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9881] ppid=9813 vsize=11270504 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9881/stat : 9881 (java) S 9813 9816 9560 0 -1 1077944384 3 13075 0 0 0 0 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535490669280 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9882] ppid=9813 vsize=11270504 memory=10624 CPUtime=1.6 cores=0,2,4,6
/proc/9816/task/9882/stat : 9882 (java) S 9813 9816 9560 0 -1 1077944384 1117 13075 0 0 74 78 5 3 20 0 17 0 223795160 11540996096 754545 33554432000 4194304 4196468 140737230783296 140537005513392 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9980] ppid=9813 vsize=11270504 memory=3013992 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9980/stat : 9980 (java) S 9813 9816 9560 0 -1 1077944384 35 13075 0 0 0 0 5 3 20 0 17 0 224037276 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535289340144 140537583900373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
[pid=9816/tid=9981] ppid=9813 vsize=11270504 memory=3013992 CPUtime=0.08 cores=0,2,4,6
/proc/9816/task/9981/stat : 9981 (java) S 9813 9816 9560 0 -1 1077944384 131 13075 0 0 0 0 5 3 20 0 17 0 224037276 11540996096 754545 33554432000 4194304 4196468 140737230783296 140535088014432 140537583901314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13172736 140737230789228 140737230792028 140737230792028 140737230794703 0
Current children cumulated CPU time: 2522.14 s
Current children cumulated vsize: 11270504 KiB
Current children cumulated memory: 3018180 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2423.33
CPU time (s): 2522.18
CPU user time (s): 2519.57
CPU system time (s): 2.60919
CPU usage (%): 104.079
Max. virtual memory (cumulated for all children) (KiB): 11270504
Max. memory (cumulated for all children) (KiB): 3018180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.57
system time used= 2.60919
maximum resident set size= 3018396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424607
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83762
involuntary context switches= 6455


# summary of solver processes directly reported to runsolver:
#   pid: 9816
#   total CPU time (s): 2522.18
#   total CPU user time (s): 2519.57
#   total CPU system time (s): 2.60919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4477 second user time and 23.3698 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 10:25:20
IDJOB=4304365
IDBENCH=141218
IDSOLVER=2780
FILE ID=node104/4304365-1534062320
RUNJOBID= node104-1534062308-9591
PBS_JOBID= 21036981
Free space on /tmp= 37232 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304365-1534062320/watcher-4304365-1534062320 -o /tmp/evaluation-result-4304365-1534062320/solver-4304365-1534062320 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9591 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1778558421 HOME/instance-4304365-1534062320.xml

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

MD5SUM BENCH= 6d15d8403aebe79e9693643b2fca1a5e
RANDOM SEED=1778558421

node104.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.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	: 5333.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	: 5333.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	: 5333.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:        15532388 kB
MemAvailable:   31117280 kB
Buffers:          171524 kB
Cached:         15447108 kB
SwapCached:            8 kB
Active:          8515100 kB
Inactive:        7943460 kB
Active(anon):     791288 kB
Inactive(anon):   101008 kB
Active(file):    7723812 kB
Inactive(file):  7842452 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             27572 kB
Writeback:             0 kB
AnonPages:        843080 kB
Mapped:            64684 kB
Shmem:             49636 kB
Slab:             475664 kB
SReclaimable:     447088 kB
SUnreclaim:        28576 kB
KernelStack:        3552 kB
PageTables:         7004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2111512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 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= 37208 MiB
End job on node104 at 2018-08-12 11:05:43