Trace number 4392016

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.10OPT85 901.281 874.15

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark113.298
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
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.74/0.54	c Concrete v3.10.1560635388952 running
6.76/3.07	o 141
6.76/3.09	o 133
7.11/3.11	o 123
7.43/3.22	o 121
7.43/3.23	o 120
7.43/3.26	o 116
8.40/3.51	o 115
8.40/3.51	o 114
8.40/3.53	o 98
8.40/3.54	o 97
9.38/3.81	o 92
9.38/3.82	o 90
9.73/3.93	o 86
9.73/3.93	o 85
901.22/874.13	v <instantiation
901.22/874.13	v         cost = '85'>
901.22/874.13	v       <list>
901.22/874.13	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] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
901.22/874.13	v       </list>
901.22/874.13	v       <values>
901.22/874.13	v         11 10 14 12 6 5 0 4 2 1 3 7 8 9 13 6 13 5 11 4 5 10 1 6 1 8 1 4 8 2
901.22/874.13	v       </values>
901.22/874.13	v     </instantiation>
901.22/874.13	s OPTIMUM FOUND

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392016-1568321832/watcher-4392016-1568321832 -o /tmp/evaluation-result-4392016-1568321832/solver-4392016-1568321832 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=599252453 HOME/instance-4392016-1568321832.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=10627, runsolver pid=10624

[startup+0.100135 s]*
/proc/loadavg: 1.79 1.64 1.50 3/218 10684
/proc/meminfo: memFree=23073808/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=9972712 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 4355 13231 0 0 1 1 5 3 20 0 6 0 408436283 10212057088 4583 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2493178 4583 1931 1 0 2481616 0
[pid=10627/tid=10680] ppid=10624 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 2159 13231 0 0 0 0 5 3 20 0 6 0 408436292 10212057088 4649 33554432000 4194304 4196468 140734770514384 140210701414992 140210714701168 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 6 0 408436293 10212057088 4649 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=9972712 memory=3545374731357419168 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 6 0 408436293 10212057088 4649 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 6 0 408436293 10212057088 4649 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 6 0 408436293 10212057088 4649 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.2101 s]*
/proc/loadavg: 1.79 1.64 1.50 3/227 10693
/proc/meminfo: memFree=23057352/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=10818940 memory=37484 CPUtime=0.26 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 6779 13231 0 0 16 2 5 3 20 0 15 0 408436283 11078594560 9371 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2704735 9371 2966 1 0 2667149 0
[pid=10627/tid=10680] ppid=10624 vsize=10818940 memory=734403540614644017 CPUtime=0.19 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 3281 13231 0 0 10 1 5 3 20 0 15 0 408436292 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210701410432 140210713658718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=10818940 memory=3545374731357419168 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 408436293 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10685] ppid=10624 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10685/stat : 10685 (java) S 10624 10627 14487 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 408436294 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210054723568 140210729589378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10686] ppid=10624 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10686/stat : 10686 (java) S 10624 10627 14487 0 -1 1077944384 33 13231 0 0 0 0 5 3 20 0 15 0 408436294 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210053669792 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10687] ppid=10624 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10687/stat : 10687 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436295 11078594560 9371 33554432000 4194304 4196468 140734770514384 140209610023920 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10688] ppid=10624 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10688/stat : 10688 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436297 11078594560 9371 33554432000 4194304 4196468 140734770514384 140209302624464 140210729596827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10689] ppid=10624 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10627/task/10689/stat : 10689 (java) S 10624 10627 14487 0 -1 1077944384 561 13231 0 0 1 0 5 3 20 0 15 0 408436297 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210020112880 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10690] ppid=10624 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10690/stat : 10690 (java) S 10624 10627 14487 0 -1 1077944384 60 13231 0 0 0 0 5 3 20 0 15 0 408436297 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210019060336 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10691] ppid=10624 vsize=10818940 memory=140018101286528 CPUtime=0.11 cores=1,3,5,7
/proc/10627/task/10691/stat : 10691 (java) S 10624 10627 14487 0 -1 1077944384 631 13231 0 0 3 0 5 3 20 0 15 0 408436297 11078594560 9371 33554432000 4194304 4196468 140734770514384 140210018007792 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10692] ppid=10624 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11078594560 9436 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10818940 memory=140018101286528 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436298 11078594560 9436 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37484 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.79 1.64 1.50 4/227 10693
/proc/meminfo: memFree=23045584/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=10820096 memory=49840 CPUtime=0.4 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 10255 13231 0 0 28 4 5 3 20 0 15 0 408436283 11079778304 12460 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2705024 12460 3220 1 0 2667149 0
[pid=10627/tid=10680] ppid=10624 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 6731 13231 0 0 18 3 5 3 20 0 15 0 408436292 11079778304 12460 33554432000 4194304 4196468 140734770514384 140210701405904 140210729590166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=10820096 memory=8508281356422055839 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11079778304 12460 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=10820096 memory=4134930498285298233 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11079778304 12460 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11079778304 12460 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 408436293 11079778304 12460 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10685] ppid=10624 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10685/stat : 10685 (java) S 10624 10627 14487 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 408436294 11079778304 12460 33554432000 4194304 4196468 140734770514384 140210054723568 140210729589378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10686] ppid=10624 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10686/stat : 10686 (java) S 10624 10627 14487 0 -1 1077944384 33 13231 0 0 0 0 5 3 20 0 15 0 408436294 11079778304 12460 33554432000 4194304 4196468 140734770514384 140210053669792 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10687] ppid=10624 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10687/stat : 10687 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436295 11079778304 12460 33554432000 4194304 4196468 140734770514384 140209610023920 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10688] ppid=10624 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10688/stat : 10688 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436297 11079778304 12460 33554432000 4194304 4196468 140734770514384 140209302624464 140210729596827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10689] ppid=10624 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10627/task/10689/stat : 10689 (java) S 10624 10627 14487 0 -1 1077944384 563 13231 0 0 2 0 5 3 20 0 15 0 408436297 11079778304 12460 33554432000 4194304 4196468 140734770514384 140210020112880 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10690] ppid=10624 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10627/task/10690/stat : 10690 (java) S 10624 10627 14487 0 -1 1077944384 60 13231 0 0 1 0 5 3 20 0 15 0 408436297 11079929856 12460 33554432000 4194304 4196468 140734770514384 140210019060336 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10691] ppid=10624 vsize=10820244 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10627/task/10691/stat : 10691 (java) S 10624 10627 14487 0 -1 1077944384 644 13231 0 0 5 0 5 3 20 0 15 0 408436297 11079929856 12460 33554432000 4194304 4196468 140734770514384 140210018007792 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10692] ppid=10624 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11079929856 12525 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436298 11079929856 12525 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49840 KiB

[startup+0.700655 s]
/proc/loadavg: 1.79 1.64 1.50 5/227 10693
/proc/meminfo: memFree=23030116/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=10824340 memory=79904 CPUtime=1.15 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 14269 13231 0 0 101 6 5 3 20 0 15 0 408436283 11084124160 19976 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2706085 19976 3508 1 0 2668173 0
[pid=10627/tid=10680] ppid=10624 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 9967 13231 0 0 55 4 5 3 20 0 15 0 408436292 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210701396192 140210713658718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=10824340 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=10824340 memory=38048 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=10824340 memory=3028 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436293 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=10824340 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 408436293 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10685] ppid=10624 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10685/stat : 10685 (java) S 10624 10627 14487 0 -1 1077944384 6 13231 0 0 0 0 5 3 20 0 15 0 408436294 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210054723568 140210729589378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10686] ppid=10624 vsize=10824340 memory=-6592860228303572950 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10686/stat : 10686 (java) S 10624 10627 14487 0 -1 1077944384 33 13231 0 0 0 0 5 3 20 0 15 0 408436294 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210053669792 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10687] ppid=10624 vsize=10824340 memory=3470692292451393600 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10687/stat : 10687 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436295 11084124160 19976 33554432000 4194304 4196468 140734770514384 140209610023920 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10688] ppid=10624 vsize=10824340 memory=4207095701905760320 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10688/stat : 10688 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436297 11084124160 19976 33554432000 4194304 4196468 140734770514384 140209302624464 140210729596827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10689] ppid=10624 vsize=10824340 memory=7742969266734009136 CPUtime=0.24 cores=1,3,5,7
/proc/10627/task/10689/stat : 10689 (java) S 10624 10627 14487 0 -1 1077944384 912 13231 0 0 16 0 5 3 20 0 15 0 408436297 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210020112880 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10690] ppid=10624 vsize=10824340 memory=6935649255911810368 CPUtime=0.19 cores=1,3,5,7
/proc/10627/task/10690/stat : 10690 (java) S 10624 10627 14487 0 -1 1077944384 336 13231 0 0 11 0 5 3 20 0 15 0 408436297 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210019060336 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10691] ppid=10624 vsize=10824340 memory=7250080924377825376 CPUtime=0.25 cores=1,3,5,7
/proc/10627/task/10691/stat : 10691 (java) S 10624 10627 14487 0 -1 1077944384 793 13231 0 0 17 0 5 3 20 0 15 0 408436297 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210018007792 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10692] ppid=10624 vsize=10824340 memory=4627829255015776352 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11084124160 19976 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10824340 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436298 11084124160 19976 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79904 KiB

[startup+1.50068 s]
/proc/loadavg: 1.79 1.64 1.50 4/227 10693
/proc/meminfo: memFree=22987112/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=10834656 memory=165216 CPUtime=2.5 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 19486 13231 0 0 231 11 5 3 20 0 15 0 408436283 11094687744 41304 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2708664 41304 3567 1 0 2670733 0
[pid=10627/tid=10680] ppid=10624 vsize=10834656 memory=8 CPUtime=1.44 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 14312 13231 0 0 130 6 5 3 20 0 15 0 408436292 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210701396544 140210729590166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=10834656 memory=38048 CPUtime=0.09 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 41 13231 0 0 1 0 5 3 20 0 15 0 408436293 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=10834656 memory=3028 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 26 13231 0 0 0 0 5 3 20 0 15 0 408436293 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=10834656 memory=2012 CPUtime=0.09 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 13 13231 0 0 1 0 5 3 20 0 15 0 408436293 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 27 13231 0 0 1 0 5 3 20 0 15 0 408436293 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10685] ppid=10624 vsize=10834656 memory=3477430095703285352 CPUtime=0.09 cores=1,3,5,7
/proc/10627/task/10685/stat : 10685 (java) S 10624 10627 14487 0 -1 1077944384 42 13231 0 0 1 0 5 3 20 0 15 0 408436294 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210054723568 140210729589378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10686] ppid=10624 vsize=10834656 memory=3833161624319373824 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10686/stat : 10686 (java) S 10624 10627 14487 0 -1 1077944384 34 13231 0 0 0 0 5 3 20 0 15 0 408436294 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210053669856 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10687] ppid=10624 vsize=10834656 memory=4049615911407268608 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10687/stat : 10687 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436295 11094687744 41304 33554432000 4194304 4196468 140734770514384 140209610023936 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10688] ppid=10624 vsize=10834656 memory=3543266591656653100 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10688/stat : 10688 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436297 11094687744 41304 33554432000 4194304 4196468 140734770514384 140209302624464 140210729596827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10689] ppid=10624 vsize=10834656 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/10627/task/10689/stat : 10689 (java) S 10624 10627 14487 0 -1 1077944384 989 13231 0 0 31 0 5 3 20 0 15 0 408436297 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210020112880 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10690] ppid=10624 vsize=10834656 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/10627/task/10690/stat : 10690 (java) R 10624 10627 14487 0 -1 1077944384 382 13231 0 0 23 0 5 3 20 0 15 0 408436297 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210019060336 140210729589378 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10691] ppid=10624 vsize=10834656 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/10627/task/10691/stat : 10691 (java) R 10624 10627 14487 0 -1 4202560 1403 13231 0 0 40 1 5 3 20 0 15 0 408436297 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210018007792 140210714743870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10692] ppid=10624 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11094687744 41304 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436298 11094687744 41304 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

[pid=10627/tid=10692] ppid=10624 vsize=10849024 memory=722156 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10849024 memory=3640 CPUtime=0.58 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 998 13231 0 0 24 26 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 899.09 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722156 KiB

[startup+872.801 s]
/proc/loadavg: 1.42 1.47 1.48 3/228 10801
/proc/meminfo: memFree=22347592/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=10849024 memory=722156 CPUtime=899.89 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 177484 13231 0 0 89816 165 5 3 20 0 15 0 408436283 11109400576 180539 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2712256 180539 3622 1 0 2674317 0
[pid=10627/tid=10680] ppid=10624 vsize=10849024 memory=2124 CPUtime=863.4 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 39437 13231 0 0 86304 28 5 3 20 0 15 0 408436292 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210701411616 140210309122628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=10849024 memory=20876 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 5297 13231 0 0 367 22 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=10849024 memory=3028 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 5090 13231 0 0 366 23 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=10849024 memory=2012 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 6317 13231 0 0 365 24 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=10849024 memory=1388 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 6595 13231 0 0 364 25 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10685] ppid=10624 vsize=10849024 memory=6791534058613427641 CPUtime=3.73 cores=1,3,5,7
/proc/10627/task/10685/stat : 10685 (java) S 10624 10627 14487 0 -1 1077944384 6798 13231 0 0 343 22 5 3 20 0 15 0 408436294 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210054723568 140210729589378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10686] ppid=10624 vsize=10849024 memory=3500 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10686/stat : 10686 (java) S 10624 10627 14487 0 -1 1077944384 37 13231 0 0 0 0 5 3 20 0 15 0 408436294 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210053669856 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10687] ppid=10624 vsize=10849024 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10687/stat : 10687 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436295 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209610023936 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10688] ppid=10624 vsize=10849024 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10688/stat : 10688 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209302624464 140210729596827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10689] ppid=10624 vsize=10849024 memory=6791534058613427641 CPUtime=6.26 cores=1,3,5,7
/proc/10627/task/10689/stat : 10689 (java) S 10624 10627 14487 0 -1 1077944384 31597 13231 0 0 612 6 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210020112880 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10690] ppid=10624 vsize=10849024 memory=1548 CPUtime=6.31 cores=1,3,5,7
/proc/10627/task/10690/stat : 10690 (java) S 10624 10627 14487 0 -1 1077944384 33646 13231 0 0 618 5 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210019060336 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10691] ppid=10624 vsize=10849024 memory=8488 CPUtime=4.35 cores=1,3,5,7
/proc/10627/task/10691/stat : 10691 (java) S 10624 10627 14487 0 -1 1077944384 39455 13231 0 0 418 9 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210018007792 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10692] ppid=10624 vsize=10849024 memory=1704 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10849024 memory=722156 CPUtime=0.58 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 998 13231 0 0 24 26 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 899.89 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722156 KiB

[startup+873.601 s]
/proc/loadavg: 1.42 1.47 1.48 3/228 10801
/proc/meminfo: memFree=22347716/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=10849024 memory=722156 CPUtime=900.7 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 177489 13231 0 0 89897 165 5 3 20 0 15 0 408436283 11109400576 180539 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2712256 180539 3622 1 0 2674317 0
[pid=10627/tid=10680] ppid=10624 vsize=10849024 memory=722156 CPUtime=864.19 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 39442 13231 0 0 86383 28 5 3 20 0 15 0 408436292 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210701412848 140210309143938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=10849024 memory=6943526294502006880 CPUtime=3.98 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 5297 13231 0 0 368 22 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=10849024 memory=722156 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 5090 13231 0 0 366 23 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=10849024 memory=722156 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 6317 13231 0 0 365 24 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=10849024 memory=722156 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 6595 13231 0 0 364 25 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10685] ppid=10624 vsize=10849024 memory=719968 CPUtime=3.74 cores=1,3,5,7
/proc/10627/task/10685/stat : 10685 (java) S 10624 10627 14487 0 -1 1077944384 6798 13231 0 0 344 22 5 3 20 0 15 0 408436294 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210054723568 140210729589378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10686] ppid=10624 vsize=10849024 memory=2124 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10686/stat : 10686 (java) S 10624 10627 14487 0 -1 1077944384 37 13231 0 0 0 0 5 3 20 0 15 0 408436294 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210053669856 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10687] ppid=10624 vsize=10849024 memory=20876 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10687/stat : 10687 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436295 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209610023936 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10688] ppid=10624 vsize=10849024 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10688/stat : 10688 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209302624464 140210729596827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10689] ppid=10624 vsize=10849024 memory=111628 CPUtime=6.26 cores=1,3,5,7
/proc/10627/task/10689/stat : 10689 (java) S 10624 10627 14487 0 -1 1077944384 31597 13231 0 0 612 6 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210020112880 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10690] ppid=10624 vsize=10849024 memory=796 CPUtime=6.31 cores=1,3,5,7
/proc/10627/task/10690/stat : 10690 (java) S 10624 10627 14487 0 -1 1077944384 33646 13231 0 0 618 5 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210019060336 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10691] ppid=10624 vsize=10849024 memory=2872 CPUtime=4.35 cores=1,3,5,7
/proc/10627/task/10691/stat : 10691 (java) S 10624 10627 14487 0 -1 1077944384 39455 13231 0 0 418 9 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210018007792 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10692] ppid=10624 vsize=10849024 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10849024 memory=676 CPUtime=0.58 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 998 13231 0 0 24 26 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 900.7 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722156 KiB

[startup+874.001 s]*
/proc/loadavg: 1.42 1.47 1.48 3/228 10801
/proc/meminfo: memFree=22347716/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=10849024 memory=722156 CPUtime=901.12 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 177491 13231 0 0 89939 165 5 3 20 0 15 0 408436283 11109400576 180539 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2712256 180539 3622 1 0 2674317 0
[pid=10627/tid=10680] ppid=10624 vsize=10849024 memory=8317482817917895235 CPUtime=864.59 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 39444 13231 0 0 86423 28 5 3 20 0 15 0 408436292 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210701409168 140210305045846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=10849024 memory=1060 CPUtime=3.98 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 5297 13231 0 0 368 22 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=10849024 memory=1548 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 5090 13231 0 0 366 23 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=10849024 memory=8488 CPUtime=3.98 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 6317 13231 0 0 366 24 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=10849024 memory=1704 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 6595 13231 0 0 364 25 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10685] ppid=10624 vsize=10849024 memory=1112 CPUtime=3.74 cores=1,3,5,7
/proc/10627/task/10685/stat : 10685 (java) S 10624 10627 14487 0 -1 1077944384 6798 13231 0 0 344 22 5 3 20 0 15 0 408436294 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210054723568 140210729589378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10686] ppid=10624 vsize=10849024 memory=1020 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10686/stat : 10686 (java) S 10624 10627 14487 0 -1 1077944384 37 13231 0 0 0 0 5 3 20 0 15 0 408436294 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210053669856 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10687] ppid=10624 vsize=10849024 memory=8317482817917895235 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10687/stat : 10687 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436295 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209610023936 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10688] ppid=10624 vsize=10849024 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10688/stat : 10688 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209302624464 140210729596827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10689] ppid=10624 vsize=10849024 memory=3224 CPUtime=6.26 cores=1,3,5,7
/proc/10627/task/10689/stat : 10689 (java) S 10624 10627 14487 0 -1 1077944384 31597 13231 0 0 612 6 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210020112880 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10690] ppid=10624 vsize=10849024 memory=722156 CPUtime=6.31 cores=1,3,5,7
/proc/10627/task/10690/stat : 10690 (java) S 10624 10627 14487 0 -1 1077944384 33646 13231 0 0 618 5 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210019060336 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10691] ppid=10624 vsize=10849024 memory=1804 CPUtime=4.35 cores=1,3,5,7
/proc/10627/task/10691/stat : 10691 (java) S 10624 10627 14487 0 -1 1077944384 39455 13231 0 0 418 9 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210018007792 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10692] ppid=10624 vsize=10849024 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10849024 memory=3852 CPUtime=0.58 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 998 13231 0 0 24 26 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 901.12 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722156 KiB

[startup+874.11 s]
/proc/loadavg: 1.42 1.47 1.48 3/228 10801
/proc/meminfo: memFree=22347716/32770624 swapFree=66997112/67108860
[pid=10627] ppid=10624 vsize=10849024 memory=722156 CPUtime=901.22 cores=1,3,5,7
/proc/10627/stat : 10627 (java) S 10624 10627 14487 0 -1 1077944320 177492 13231 0 0 89949 165 5 3 20 0 15 0 408436283 11109400576 180539 33554432000 4194304 4196468 140734770514384 140734770496928 140210729578231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
/proc/10627/statm: 2712256 180539 3622 1 0 2674317 0
[pid=10627/tid=10680] ppid=10624 vsize=10849024 memory=722156 CPUtime=864.69 cores=1,3,5,7
/proc/10627/task/10680/stat : 10680 (java) R 10624 10627 14487 0 -1 4202560 39445 13231 0 0 86433 28 5 3 20 0 15 0 408436292 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210701412592 140210310785909 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10681] ppid=10624 vsize=10849024 memory=722156 CPUtime=3.98 cores=1,3,5,7
/proc/10627/task/10681/stat : 10681 (java) S 10624 10627 14487 0 -1 1077944384 5297 13231 0 0 368 22 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210733820688 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10682] ppid=10624 vsize=10849024 memory=722156 CPUtime=3.98 cores=1,3,5,7
/proc/10627/task/10682/stat : 10682 (java) S 10624 10627 14487 0 -1 1077944384 5090 13231 0 0 367 23 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210622094224 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10683] ppid=10624 vsize=10849024 memory=722156 CPUtime=3.98 cores=1,3,5,7
/proc/10627/task/10683/stat : 10683 (java) S 10624 10627 14487 0 -1 1077944384 6317 13231 0 0 366 24 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210621041680 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10684] ppid=10624 vsize=10849024 memory=722156 CPUtime=3.97 cores=1,3,5,7
/proc/10627/task/10684/stat : 10684 (java) S 10624 10627 14487 0 -1 1077944384 6595 13231 0 0 364 25 5 3 20 0 15 0 408436293 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210619989136 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10685] ppid=10624 vsize=10849024 memory=722156 CPUtime=3.74 cores=1,3,5,7
/proc/10627/task/10685/stat : 10685 (java) S 10624 10627 14487 0 -1 1077944384 6798 13231 0 0 344 22 5 3 20 0 15 0 408436294 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210054723568 140210729589378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10686] ppid=10624 vsize=10849024 memory=722156 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10686/stat : 10686 (java) S 10624 10627 14487 0 -1 1077944384 37 13231 0 0 0 0 5 3 20 0 15 0 408436294 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210053669856 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10687] ppid=10624 vsize=10849024 memory=722156 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10687/stat : 10687 (java) S 10624 10627 14487 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 408436295 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209610023936 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10688] ppid=10624 vsize=10849024 memory=722156 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10688/stat : 10688 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209302624464 140210729596827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10689] ppid=10624 vsize=10849024 memory=722156 CPUtime=6.26 cores=1,3,5,7
/proc/10627/task/10689/stat : 10689 (java) S 10624 10627 14487 0 -1 1077944384 31597 13231 0 0 612 6 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210020112880 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10690] ppid=10624 vsize=10849024 memory=722156 CPUtime=6.31 cores=1,3,5,7
/proc/10627/task/10690/stat : 10690 (java) S 10624 10627 14487 0 -1 1077944384 33646 13231 0 0 618 5 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210019060336 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10691] ppid=10624 vsize=10849024 memory=722156 CPUtime=4.35 cores=1,3,5,7
/proc/10627/task/10691/stat : 10691 (java) S 10624 10627 14487 0 -1 1077944384 39455 13231 0 0 418 9 5 3 20 0 15 0 408436297 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210018007792 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10692] ppid=10624 vsize=10849024 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/10627/task/10692/stat : 10692 (java) S 10624 10627 14487 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140209269066848 140210729588437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
[pid=10627/tid=10693] ppid=10624 vsize=10849024 memory=722156 CPUtime=0.58 cores=1,3,5,7
/proc/10627/task/10693/stat : 10693 (java) S 10624 10627 14487 0 -1 1077944384 998 13231 0 0 24 26 5 3 20 0 15 0 408436298 11109400576 180539 33554432000 4194304 4196468 140734770514384 140210016954672 140210729589378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140734770518774 140734770521285 140734770521285 140734770524111 0
Current children cumulated CPU time: 901.22 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722156 KiB

Child status: 0
Real time (s): 874.15
CPU time (s): 901.281
CPU user time (s): 899.574
CPU system time (s): 1.70677
CPU usage (%): 103.104
Max. virtual memory (cumulated for all children) (KiB): 10854892
Max. memory (cumulated for all children) (KiB): 736992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 899.574
system time used= 1.70677
maximum resident set size= 739040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110699
involuntary context switches= 3020


# summary of solver processes directly reported to runsolver:
#   pid: 10627
#   total CPU time (s): 901.281
#   total CPU user time (s): 899.574
#   total CPU system time (s): 1.70677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.19116 second user time and 8.47121 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 22:56:13
IDJOB=4392016
IDBENCH=135750
IDSOLVER=2837
FILE ID=node103/4392016-1568321832
RUNJOBID= node103-1568301258-4658
PBS_JOBID= 21701108
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392016-1568321832/watcher-4392016-1568321832 -o /tmp/evaluation-result-4392016-1568321832/solver-4392016-1568321832 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=599252453 HOME/instance-4392016-1568321832.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=599252453

node103.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.74
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.74
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.74
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.74
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:        23082344 kB
MemAvailable:   31184864 kB
Buffers:          144792 kB
Cached:          8178112 kB
SwapCached:         8920 kB
Active:          2426016 kB
Inactive:        6576332 kB
Active(anon):     667896 kB
Inactive(anon):    53084 kB
Active(file):    1758120 kB
Inactive(file):  6523248 kB
Unevictable:      107416 kB
Mlocked:          107416 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             35136 kB
Writeback:             0 kB
AnonPages:        779156 kB
Mapped:            56480 kB
Shmem:             32812 kB
Slab:             280004 kB
SReclaimable:     249612 kB
SUnreclaim:        30392 kB
KernelStack:        3696 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1918268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57196 MiB
End job on node103 at 2019-09-12 23:10:47