Trace number 4302842

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-SuperNGOPT22 17.0656 10.0092

General information on the benchmark

NameSumColoring/
SumColoring-myciel4_c18.xml
MD5SUMb2986e349e6e3d69d494bfde8c7eda2a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.242313
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints71
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":23}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":5},{"degree":6,"count":5},{"degree":7,"count":6},{"degree":9,"count":5},{"degree":11,"count":1},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":71}]
Number of extensional constraints0
Number of intensional constraints71
Distribution of constraint types[{"type":"intension","count":71}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
6.21/3.39	o 50
6.54/3.42	o 49
6.54/3.44	o 48
6.54/3.44	o 47
6.54/3.49	o 46
6.54/3.49	o 45
6.90/3.51	o 43
7.25/3.65	o 25
7.25/3.66	o 23
8.91/4.18	o 22
16.92/9.99	v <instantiation cost="22">
16.92/9.99	v       <list>
16.92/9.99	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22]
16.92/9.99	v       </list>
16.92/9.99	v       <values>
16.92/9.99	v         2 3 2 3 4 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 1
16.92/9.99	v       </values>
16.92/9.99	v     </instantiation>
16.92/9.99	s OPTIMUM FOUND

Verifier Data

OK	22

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 (13380 MiB free)
  memory of node 1: 16384 MiB (11870 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302842-1532896138/watcher-4302842-1532896138 -o /tmp/evaluation-result-4302842-1532896138/solver-4302842-1532896138 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=321042290 -superng HOME/instance-4302842-1532896138.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=552, runsolver pid=549

[startup+0.10006 s]*
/proc/loadavg: 1.78 1.87 1.88 3/210 627
/proc/meminfo: memFree=25850020/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=10005480 memory=16020 CPUtime=0.08 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 4174 13259 0 0 1 0 4 3 20 0 6 0 107176972 10245611520 4005 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2501370 4005 1896 1 0 2489808 0
[pid=552/tid=620] ppid=549 vsize=10005480 memory=8389772277269004345 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 2175 13259 0 0 0 0 4 3 20 0 6 0 107176982 10245611520 4203 33554432000 4194304 4196468 140727641969536 139851211022928 139851223266654 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=10005480 memory=4294967660 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 6 0 107176982 10245611520 4715 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=10005480 memory=140548234332854 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 6 0 107176982 10245611520 4715 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 6 0 107176982 10245611520 4715 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 6 0 107176982 10245611520 4715 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16020 KiB

[startup+0.210198 s]*
/proc/loadavg: 1.78 1.87 1.88 3/219 643
/proc/meminfo: memFree=25824972/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=10982744 memory=43280 CPUtime=0.25 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 7062 13259 0 0 16 2 4 3 20 0 15 0 107176972 11246329856 10820 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2745686 10820 2942 1 0 2708109 0
[pid=552/tid=620] ppid=549 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 4446 13259 0 0 10 1 4 3 20 0 15 0 107176982 11246329856 11678 33554432000 4194304 4196468 140727641969536 139851210964128 139851223266654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=10982744 memory=4294967660 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246329856 11678 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=10982744 memory=140548234332854 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246329856 11678 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246329856 11678 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246329856 11678 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=628] ppid=549 vsize=10982744 memory=140548233676416 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/628/stat : 628 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 107176984 11246329856 11678 33554432000 4194304 4196468 140727641969536 139850732214640 139851239197314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=629] ppid=549 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/629/stat : 629 (java) S 549 552 19273 0 -1 1077944384 13 13259 0 0 0 0 4 3 20 0 15 0 107176984 11246329856 11678 33554432000 4194304 4196468 140727641969536 139850040730656 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=634] ppid=549 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/634/stat : 634 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176985 11246329856 11678 33554432000 4194304 4196468 140727641969536 139849839403888 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=636] ppid=549 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/636/stat : 636 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11246329856 11678 33554432000 4194304 4196468 140727641969536 139849532004176 139851239204763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=637] ppid=549 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/552/task/637/stat : 637 (java) S 549 552 19273 0 -1 1077944384 438 13259 0 0 1 0 4 3 20 0 15 0 107176987 11246329856 11678 33554432000 4194304 4196468 140727641969536 139850731162480 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=639] ppid=549 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/552/task/639/stat : 639 (java) S 549 552 19273 0 -1 1077944384 184 13259 0 0 1 0 4 3 20 0 15 0 107176987 11246329856 11678 33554432000 4194304 4196468 140727641969536 139850730109680 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=641] ppid=549 vsize=10982744 memory=140548233676416 CPUtime=0.1 cores=0,2,4,6
/proc/552/task/641/stat : 641 (java) R 549 552 19273 0 -1 4202560 613 13259 0 0 3 0 4 3 20 0 15 0 107176987 11246329856 11678 33554432000 4194304 4196468 140727641969536 139850729056880 139851239207514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=642] ppid=549 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11246329856 11678 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=10982744 memory=140548233676416 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176988 11246329856 11678 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43280 KiB

[startup+0.310411 s]*
/proc/loadavg: 1.78 1.87 1.88 3/219 643
/proc/meminfo: memFree=25813072/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=10983192 memory=57188 CPUtime=0.38 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 10386 13259 0 0 28 3 4 3 20 0 15 0 107176972 11246788608 14297 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2745798 14297 3061 1 0 2708109 0
[pid=552/tid=620] ppid=549 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 6939 13259 0 0 19 2 4 3 20 0 15 0 107176982 11246788608 14339 33554432000 4194304 4196468 140727641969536 139851210998176 139851239208093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246788608 14339 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246788608 14339 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246788608 14339 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=10983192 memory=5248 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246788608 14339 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=628] ppid=549 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/628/stat : 628 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 107176984 11246788608 14339 33554432000 4194304 4196468 140727641969536 139850732214640 139851239197314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=629] ppid=549 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/629/stat : 629 (java) S 549 552 19273 0 -1 1077944384 13 13259 0 0 0 0 4 3 20 0 15 0 107176984 11246788608 14339 33554432000 4194304 4196468 140727641969536 139850040730656 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=634] ppid=549 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/634/stat : 634 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176985 11246788608 14339 33554432000 4194304 4196468 140727641969536 139849839403888 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=636] ppid=549 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/636/stat : 636 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11246788608 14339 33554432000 4194304 4196468 140727641969536 139849532004176 139851239204763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=637] ppid=549 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/552/task/637/stat : 637 (java) S 549 552 19273 0 -1 1077944384 440 13259 0 0 1 0 4 3 20 0 15 0 107176987 11246788608 14339 33554432000 4194304 4196468 140727641969536 139850731162480 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=639] ppid=549 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/552/task/639/stat : 639 (java) S 549 552 19273 0 -1 1077944384 184 13259 0 0 1 0 4 3 20 0 15 0 107176987 11246788608 14339 33554432000 4194304 4196468 140727641969536 139850730109680 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=641] ppid=549 vsize=10983192 memory=140548233676416 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/641/stat : 641 (java) S 549 552 19273 0 -1 1077944384 623 13259 0 0 4 0 4 3 20 0 15 0 107176987 11246788608 14339 33554432000 4194304 4196468 140727641969536 139850729056880 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=642] ppid=549 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11246788608 14339 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=10983192 memory=140548233676416 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176988 11246788608 14339 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57188 KiB

[startup+0.700708 s]
/proc/loadavg: 1.78 1.87 1.88 3/219 643
/proc/meminfo: memFree=25802148/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=10983192 memory=90380 CPUtime=0.98 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 16752 13259 0 0 87 4 4 3 20 0 15 0 107176972 11246788608 22595 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2745798 22595 3238 1 0 2708109 0
[pid=552/tid=620] ppid=549 vsize=10983192 memory=7380106142448642153 CPUtime=0.66 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 12182 13259 0 0 56 3 4 3 20 0 15 0 107176982 11246788608 22595 33554432000 4194304 4196468 140727641969536 139851211006992 139851222372976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=10983192 memory=7739811328609576000 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246788608 22595 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=10983192 memory=2396 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246788608 22595 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=10983192 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246788608 22595 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=10983192 memory=7373626587350782570 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 2 13259 0 0 0 0 4 3 20 0 15 0 107176982 11246788608 22595 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=628] ppid=549 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/628/stat : 628 (java) S 549 552 19273 0 -1 1077944384 5 13259 0 0 0 0 4 3 20 0 15 0 107176984 11246788608 22595 33554432000 4194304 4196468 140727641969536 139850732214640 139851239197314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=629] ppid=549 vsize=10983192 memory=8025788835636668518 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/629/stat : 629 (java) S 549 552 19273 0 -1 1077944384 13 13259 0 0 0 0 4 3 20 0 15 0 107176984 11246788608 22595 33554432000 4194304 4196468 140727641969536 139850040730656 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=634] ppid=549 vsize=10983192 memory=7237398200207235424 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/634/stat : 634 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176985 11246788608 22595 33554432000 4194304 4196468 140727641969536 139849839403888 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=636] ppid=549 vsize=10983192 memory=7677957373367574592 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/636/stat : 636 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11246788608 22595 33554432000 4194304 4196468 140727641969536 139849532004176 139851239204763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=637] ppid=549 vsize=10983192 memory=4778389918059158064 CPUtime=0.17 cores=0,2,4,6
/proc/552/task/637/stat : 637 (java) S 549 552 19273 0 -1 1077944384 1052 13259 0 0 10 0 4 3 20 0 15 0 107176987 11246788608 22595 33554432000 4194304 4196468 140727641969536 139850731162480 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=639] ppid=549 vsize=10983192 memory=3614789888072759642 CPUtime=0.14 cores=0,2,4,6
/proc/552/task/639/stat : 639 (java) S 549 552 19273 0 -1 1077944384 576 13259 0 0 7 0 4 3 20 0 15 0 107176987 11246788608 22595 33554432000 4194304 4196468 140727641969536 139850730109680 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=641] ppid=549 vsize=10983192 memory=-7524353711322154662 CPUtime=0.2 cores=0,2,4,6
/proc/552/task/641/stat : 641 (java) S 549 552 19273 0 -1 1077944384 713 13259 0 0 13 0 4 3 20 0 15 0 107176987 11246788608 22595 33554432000 4194304 4196468 140727641969536 139850729056880 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=642] ppid=549 vsize=10983192 memory=2319389199337275488 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11246788608 22595 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=10983192 memory=734122130331934768 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176988 11246788608 22595 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90380 KiB

[startup+1.50072 s]
/proc/loadavg: 1.78 1.87 1.88 3/219 643
/proc/meminfo: memFree=25757616/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=10998092 memory=181524 CPUtime=2.26 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 23991 13259 0 0 207 12 4 3 20 0 15 0 107176972 11262046208 45381 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2749523 45381 3466 1 0 2711181 0
[pid=552/tid=620] ppid=549 vsize=10998092 memory=7 CPUtime=1.42 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 17863 13259 0 0 128 7 4 3 20 0 15 0 107176982 11262046208 45381 33554432000 4194304 4196468 140727641969536 139851211016464 139851224881152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=10998092 memory=2396 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 238 13259 0 0 0 0 4 3 20 0 15 0 107176982 11262046208 45381 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=10998092 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 24 13259 0 0 1 0 4 3 20 0 15 0 107176982 11262046208 45381 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 55 13259 0 0 1 0 4 3 20 0 15 0 107176982 11262046208 45381 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=10998092 memory=2475176 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 36 13259 0 0 0 0 4 3 20 0 15 0 107176982 11262046208 45381 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=628] ppid=549 vsize=10998092 memory=30676 CPUtime=0.08 cores=0,2,4,6
/proc/552/task/628/stat : 628 (java) S 549 552 19273 0 -1 1077944384 50 13259 0 0 1 0 4 3 20 0 15 0 107176984 11262046208 45381 33554432000 4194304 4196468 140727641969536 139850732214640 139851239197314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=629] ppid=549 vsize=10998092 memory=2396 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/629/stat : 629 (java) S 549 552 19273 0 -1 1077944384 14 13259 0 0 0 0 4 3 20 0 15 0 107176984 11262046208 45381 33554432000 4194304 4196468 140727641969536 139850040730720 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=634] ppid=549 vsize=10998092 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/634/stat : 634 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176985 11262046208 45381 33554432000 4194304 4196468 140727641969536 139849839403904 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=636] ppid=549 vsize=10998092 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/636/stat : 636 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11262046208 45381 33554432000 4194304 4196468 140727641969536 139849532004176 139851239204763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=637] ppid=549 vsize=10998092 memory=2428 CPUtime=0.31 cores=0,2,4,6
/proc/552/task/637/stat : 637 (java) S 549 552 19273 0 -1 1077944384 1508 13259 0 0 24 0 4 3 20 0 15 0 107176987 11262046208 45381 33554432000 4194304 4196468 140727641969536 139850731162480 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=639] ppid=549 vsize=10998092 memory=114600 CPUtime=0.23 cores=0,2,4,6
/proc/552/task/639/stat : 639 (java) S 549 552 19273 0 -1 1077944384 783 13259 0 0 16 0 4 3 20 0 15 0 107176987 11262046208 45381 33554432000 4194304 4196468 140727641969536 139850730109680 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=641] ppid=549 vsize=10998092 memory=1844 CPUtime=0.37 cores=0,2,4,6
/proc/552/task/641/stat : 641 (java) S 549 552 19273 0 -1 1077944384 1215 13259 0 0 30 0 4 3 20 0 15 0 107176987 11262046208 45381 33554432000 4194304 4196468 140727641969536 139850729056880 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=642] ppid=549 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11262046208 45381 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1 13259 0 0 0 0 4 3 20 0 15 0 107176988 11262046208 45381 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

[pid=552/tid=642] ppid=549 vsize=11077984 memory=3047711566422646390 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 117203 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=11077984 memory=-8325000837725444700 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1055 13259 0 0 0 0 4 3 20 0 15 0 107176988 11343855616 117203 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 14.93 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 468812 KiB

[startup+8.80077 s]
/proc/loadavg: 1.96 1.91 1.89 3/219 643
/proc/meminfo: memFree=25423624/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=11077984 memory=468844 CPUtime=15.77 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 65369 13259 0 0 1544 26 4 3 20 0 15 0 107176972 11343855616 117211 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2769496 117211 3516 1 0 2731149 0
[pid=552/tid=620] ppid=549 vsize=11077984 memory=14133333739177381 CPUtime=8.65 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 41206 13259 0 0 845 13 4 3 20 0 15 0 107176982 11343855616 117211 33554432000 4194304 4196468 140727641969536 139851211021136 139850808215244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=11077984 memory=2240 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 290 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117211 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=11077984 memory=4124 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 59 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117211 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=11077984 memory=2196 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 123 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117211 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=11077984 memory=7636 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 218 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117211 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=628] ppid=549 vsize=11077984 memory=836 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/628/stat : 628 (java) S 549 552 19273 0 -1 1077944384 962 13259 0 0 4 0 4 3 20 0 15 0 107176984 11343855616 117211 33554432000 4194304 4196468 140727641969536 139850732214640 139851239197314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=629] ppid=549 vsize=11077984 memory=1796 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/629/stat : 629 (java) S 549 552 19273 0 -1 1077944384 19 13259 0 0 0 0 4 3 20 0 15 0 107176984 11343855616 117211 33554432000 4194304 4196468 140727641969536 139850040730720 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=634] ppid=549 vsize=11077984 memory=916 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/634/stat : 634 (java) S 549 552 19273 0 -1 1077944384 10 13259 0 0 0 0 4 3 20 0 15 0 107176985 11343855616 117211 33554432000 4194304 4196468 140727641969536 139849839403904 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=636] ppid=549 vsize=11077984 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/636/stat : 636 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 117211 33554432000 4194304 4196468 140727641969536 139849532004176 139851239204763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=637] ppid=549 vsize=11077984 memory=4108 CPUtime=2.94 cores=0,2,4,6
/proc/552/task/637/stat : 637 (java) S 549 552 19273 0 -1 1077944384 6632 13259 0 0 286 1 4 3 20 0 15 0 107176987 11343855616 117211 33554432000 4194304 4196468 140727641969536 139850731162480 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=639] ppid=549 vsize=11077984 memory=2732 CPUtime=2.5 cores=0,2,4,6
/proc/552/task/639/stat : 639 (java) S 549 552 19273 0 -1 1077944384 7251 13259 0 0 241 2 4 3 20 0 15 0 107176987 11343855616 117211 33554432000 4194304 4196468 140727641969536 139850730109680 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=641] ppid=549 vsize=11077984 memory=33 CPUtime=1.58 cores=0,2,4,6
/proc/552/task/641/stat : 641 (java) S 549 552 19273 0 -1 1077944384 5341 13259 0 0 149 2 4 3 20 0 15 0 107176987 11343855616 117211 33554432000 4194304 4196468 140727641969536 139850729056880 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=642] ppid=549 vsize=11077984 memory=425672 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 117211 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=11077984 memory=-7812193691855986592 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1055 13259 0 0 0 0 4 3 20 0 15 0 107176988 11343855616 117211 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 15.77 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 468844 KiB

[startup+9.60068 s]
/proc/loadavg: 1.96 1.91 1.89 3/219 643
/proc/meminfo: memFree=25421576/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=11077984 memory=471128 CPUtime=16.61 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 65442 13259 0 0 1628 26 4 3 20 0 15 0 107176972 11343855616 117782 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2769496 117782 3516 1 0 2731149 0
[pid=552/tid=620] ppid=549 vsize=11077984 memory=418836 CPUtime=9.44 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 41252 13259 0 0 924 13 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851211020024 139850809026279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 291 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 63 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=11077984 memory=4096 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 124 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=11077984 memory=1408 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 219 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=628] ppid=549 vsize=11077984 memory=3140 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/628/stat : 628 (java) S 549 552 19273 0 -1 1077944384 962 13259 0 0 4 0 4 3 20 0 15 0 107176984 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850732214640 139851239197314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=629] ppid=549 vsize=11077984 memory=2451576 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/629/stat : 629 (java) S 549 552 19273 0 -1 1077944384 19 13259 0 0 0 0 4 3 20 0 15 0 107176984 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850040730720 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=634] ppid=549 vsize=11077984 memory=30676 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/634/stat : 634 (java) S 549 552 19273 0 -1 1077944384 10 13259 0 0 0 0 4 3 20 0 15 0 107176985 11343855616 117782 33554432000 4194304 4196468 140727641969536 139849839403904 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=636] ppid=549 vsize=11077984 memory=2396 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/636/stat : 636 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139849532004176 139851239204763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=637] ppid=549 vsize=11077984 memory=1292 CPUtime=2.96 cores=0,2,4,6
/proc/552/task/637/stat : 637 (java) S 549 552 19273 0 -1 1077944384 6635 13259 0 0 288 1 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850731162480 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=639] ppid=549 vsize=11077984 memory=1408 CPUtime=2.53 cores=0,2,4,6
/proc/552/task/639/stat : 639 (java) S 549 552 19273 0 -1 1077944384 7253 13259 0 0 243 3 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850730109680 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=641] ppid=549 vsize=11077984 memory=2532 CPUtime=1.59 cores=0,2,4,6
/proc/552/task/641/stat : 641 (java) S 549 552 19273 0 -1 1077944384 5356 13259 0 0 150 2 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850729056880 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=642] ppid=549 vsize=11077984 memory=54 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1055 13259 0 0 0 0 4 3 20 0 15 0 107176988 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 16.61 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 471128 KiB

[startup+9.80065 s]
/proc/loadavg: 1.96 1.91 1.89 3/219 643
/proc/meminfo: memFree=25421576/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=11077984 memory=471128 CPUtime=16.82 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 65444 13259 0 0 1649 26 4 3 20 0 15 0 107176972 11343855616 117782 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2769496 117782 3516 1 0 2731149 0
[pid=552/tid=620] ppid=549 vsize=11077984 memory=6944656592455097440 CPUtime=9.64 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 41252 13259 0 0 944 13 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851211020024 139850809204613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=11077984 memory=6944656592455359580 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 291 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=11077984 memory=9023629670928638048 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 63 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=11077984 memory=6944656592455097440 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 124 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=11077984 memory=6944656592455359580 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 219 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 117782 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=628] ppid=549 vsize=11077984 memory=-7156595088321978028 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/628/stat : 628 (java) S 549 552 19273 0 -1 1077944384 962 13259 0 0 4 0 4 3 20 0 15 0 107176984 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850732214640 139851239197314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=629] ppid=549 vsize=11077984 memory=4638778424102571344 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/629/stat : 629 (java) S 549 552 19273 0 -1 1077944384 19 13259 0 0 0 0 4 3 20 0 15 0 107176984 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850040730720 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=634] ppid=549 vsize=11077984 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/634/stat : 634 (java) S 549 552 19273 0 -1 1077944384 10 13259 0 0 0 0 4 3 20 0 15 0 107176985 11343855616 117782 33554432000 4194304 4196468 140727641969536 139849839403904 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=636] ppid=549 vsize=11077984 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/636/stat : 636 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139849532004176 139851239204763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=637] ppid=549 vsize=11077984 memory=140548107301135 CPUtime=2.96 cores=0,2,4,6
/proc/552/task/637/stat : 637 (java) S 549 552 19273 0 -1 1077944384 6635 13259 0 0 288 1 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850731162480 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=639] ppid=549 vsize=11077984 memory=281096214605424 CPUtime=2.54 cores=0,2,4,6
/proc/552/task/639/stat : 639 (java) S 549 552 19273 0 -1 1077944384 7255 13259 0 0 244 3 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850730109680 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=641] ppid=549 vsize=11077984 memory=33 CPUtime=1.59 cores=0,2,4,6
/proc/552/task/641/stat : 641 (java) S 549 552 19273 0 -1 1077944384 5356 13259 0 0 150 2 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850729056880 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=642] ppid=549 vsize=11077984 memory=288230596050944315 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 117782 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=11077984 memory=14133333739177381 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1055 13259 0 0 0 0 4 3 20 0 15 0 107176988 11343855616 117782 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 16.82 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 471128 KiB

[startup+9.90066 s]
/proc/loadavg: 1.96 1.91 1.89 3/219 643
/proc/meminfo: memFree=25421576/32770624 swapFree=67108744/67108860
[pid=552] ppid=549 vsize=11077984 memory=487608 CPUtime=16.92 cores=0,2,4,6
/proc/552/stat : 552 (java) S 549 552 19273 0 -1 1077944320 65461 13259 0 0 1659 26 4 3 20 0 15 0 107176972 11343855616 121902 33554432000 4194304 4196468 140727641969536 140727641952080 139851239186167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
/proc/552/statm: 2769496 121902 3516 1 0 2731149 0
[pid=552/tid=620] ppid=549 vsize=11077984 memory=13846 CPUtime=9.74 cores=0,2,4,6
/proc/552/task/620/stat : 620 (java) R 549 552 19273 0 -1 4202560 41262 13259 0 0 954 13 4 3 20 0 15 0 107176982 11343855616 121902 33554432000 4194304 4196468 140727641969536 139851211020024 139850809025625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=621] ppid=549 vsize=11077984 memory=471128 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/621/stat : 621 (java) S 549 552 19273 0 -1 1077944384 291 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 121902 33554432000 4194304 4196468 140727641969536 139851243429008 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=624] ppid=549 vsize=11077984 memory=-8458152057954561420 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/624/stat : 624 (java) S 549 552 19273 0 -1 1077944384 63 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 121902 33554432000 4194304 4196468 140727641969536 139851124694032 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=626] ppid=549 vsize=11077984 memory=468812 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/626/stat : 626 (java) S 549 552 19273 0 -1 1077944384 124 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 121902 33554432000 4194304 4196468 140727641969536 139851123641232 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=627] ppid=549 vsize=11077984 memory=425776 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/627/stat : 627 (java) S 549 552 19273 0 -1 1077944384 219 13259 0 0 3 1 4 3 20 0 15 0 107176982 11343855616 121902 33554432000 4194304 4196468 140727641969536 139851122588432 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=628] ppid=549 vsize=11077984 memory=3140 CPUtime=0.11 cores=0,2,4,6
/proc/552/task/628/stat : 628 (java) S 549 552 19273 0 -1 1077944384 962 13259 0 0 4 0 4 3 20 0 15 0 107176984 11343855616 121902 33554432000 4194304 4196468 140727641969536 139850732214640 139851239197314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=629] ppid=549 vsize=11077984 memory=140548107254049 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/629/stat : 629 (java) S 549 552 19273 0 -1 1077944384 19 13259 0 0 0 0 4 3 20 0 15 0 107176984 11343855616 121902 33554432000 4194304 4196468 140727641969536 139850040730720 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=634] ppid=549 vsize=11077984 memory=281096214662800 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/634/stat : 634 (java) S 549 552 19273 0 -1 1077944384 10 13259 0 0 0 0 4 3 20 0 15 0 107176985 11343855616 121902 33554432000 4194304 4196468 140727641969536 139849839403904 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=636] ppid=549 vsize=11077984 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/636/stat : 636 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 121902 33554432000 4194304 4196468 140727641969536 139849532004176 139851239204763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=637] ppid=549 vsize=11077984 memory=6944656592455097440 CPUtime=2.96 cores=0,2,4,6
/proc/552/task/637/stat : 637 (java) S 549 552 19273 0 -1 1077944384 6635 13259 0 0 288 1 4 3 20 0 15 0 107176987 11343855616 121902 33554432000 4194304 4196468 140727641969536 139850731162480 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=639] ppid=549 vsize=11077984 memory=379300 CPUtime=2.54 cores=0,2,4,6
/proc/552/task/639/stat : 639 (java) S 549 552 19273 0 -1 1077944384 7255 13259 0 0 244 3 4 3 20 0 15 0 107176987 11343855616 121902 33554432000 4194304 4196468 140727641969536 139850730109680 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=641] ppid=549 vsize=11077984 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/552/task/641/stat : 641 (java) S 549 552 19273 0 -1 1077944384 5363 13259 0 0 150 2 4 3 20 0 15 0 107176987 11343855616 121902 33554432000 4194304 4196468 140727641969536 139850729056880 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=642] ppid=549 vsize=11077984 memory=140548107169703 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/642/stat : 642 (java) S 549 552 19273 0 -1 1077944384 3 13259 0 0 0 0 4 3 20 0 15 0 107176987 11343855616 121902 33554432000 4194304 4196468 140727641969536 139849101208288 139851239196373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
[pid=552/tid=643] ppid=549 vsize=11077984 memory=468844 CPUtime=0.07 cores=0,2,4,6
/proc/552/task/643/stat : 643 (java) S 549 552 19273 0 -1 1077944384 1055 13259 0 0 0 0 4 3 20 0 15 0 107176988 11343855616 121902 33554432000 4194304 4196468 140727641969536 139850728004272 139851239197314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11702272 140727641971305 140727641974113 140727641974113 140727641976783 0
Current children cumulated CPU time: 16.92 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 487608 KiB

Child status: 0
Real time (s): 10.0092
CPU time (s): 17.0656
CPU user time (s): 16.7408
CPU system time (s): 0.324782
CPU usage (%): 170.5
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 487608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7408
system time used= 0.324782
maximum resident set size= 495872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78898
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7404
involuntary context switches= 73


# summary of solver processes directly reported to runsolver:
#   pid: 552
#   total CPU time (s): 17.0656
#   total CPU user time (s): 16.7408
#   total CPU system time (s): 0.324782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084282 second user time and 0.132869 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:28:58
IDJOB=4302842
IDBENCH=141225
IDSOLVER=2777
FILE ID=node134/4302842-1532896138
RUNJOBID= node134-1532893331-28700
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel4_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302842-1532896138/watcher-4302842-1532896138 -o /tmp/evaluation-result-4302842-1532896138/solver-4302842-1532896138 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=321042290 -superng HOME/instance-4302842-1532896138.xml

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

MD5SUM BENCH= b2986e349e6e3d69d494bfde8c7eda2a
RANDOM SEED=321042290

node134.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.68
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.68
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.68
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.68
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:        25856740 kB
MemAvailable:   29502408 kB
Buffers:          208612 kB
Cached:          3707176 kB
SwapCached:            0 kB
Active:          4167204 kB
Inactive:        2266032 kB
Active(anon):    2466688 kB
Inactive(anon):    78480 kB
Active(file):    1700516 kB
Inactive(file):  2187552 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26460 kB
Writeback:             0 kB
AnonPages:       2680236 kB
Mapped:            58132 kB
Shmem:             25132 kB
Slab:             175992 kB
SReclaimable:     146868 kB
SUnreclaim:        29124 kB
KernelStack:        3664 kB
PageTables:        10016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3406572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2449408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 22:29:08