Trace number 4396437

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.12.2OPT76 1663.24 1629.41

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark49.4245
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"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.78/0.56	c Concrete v3.12.2.1568380929293 running
7.56/3.34	o 121
7.90/3.40	o 119
7.90/3.41	o 115
7.90/3.48	o 112
8.22/3.56	o 95
8.54/3.69	o 81
8.88/3.70	o 76
1663.11/1629.39	v <instantiation
1663.11/1629.39	v         cost = '76'>
1663.11/1629.39	v       <list>
1663.11/1629.39	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]
1663.11/1629.39	v       </list>
1663.11/1629.39	v       <values>
1663.11/1629.39	v         14 13 10 6 5 0 1 2 3 4 8 7 9 11 12 4 6 4 4 10 8 1 1 5 9 4 1 5 2 12
1663.11/1629.39	v       </values>
1663.11/1629.39	v     </instantiation>
1663.11/1629.39	s OPTIMUM FOUND

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396437-1568404311/watcher-4396437-1568404311 -o /tmp/evaluation-result-4396437-1568404311/solver-4396437-1568404311 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=413605126 HOME/instance-4396437-1568404311.xml 

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

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
solver pid=17846, runsolver pid=17843
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 1.88 1.57 1.47 4/218 17903
/proc/meminfo: memFree=25946432/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=9972712 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 4412 13322 0 0 1 0 5 3 20 0 6 0 416345999 10212057088 4138 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2493178 4138 1933 1 0 2481616 0
[pid=17846/tid=17899] ppid=17843 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 2226 13322 0 0 0 0 5 3 20 0 6 0 416346008 10212057088 4204 33554432000 4194304 4196468 140722646147616 140339663863496 140339676108126 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 6 0 416346009 10212057088 4204 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=9972712 memory=139949150590592 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 6 0 416346009 10212057088 4204 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 6 0 416346009 10212057088 4204 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 6 0 416346009 10212057088 4204 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210085 s]*
/proc/loadavg: 1.88 1.57 1.47 3/227 17912
/proc/meminfo: memFree=25925500/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=10819664 memory=39636 CPUtime=0.26 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 7237 13322 0 0 16 2 5 3 20 0 15 0 416345999 11079335936 9909 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2704916 9909 3160 1 0 2667149 0
[pid=17846/tid=17899] ppid=17843 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 3724 13322 0 0 10 1 5 3 20 0 15 0 416346008 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339663833440 140339692049565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=10819664 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=10819664 memory=139949150607520 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 416346009 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17904] ppid=17843 vsize=10819664 memory=139949150590592 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 16639 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 416346010 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339218651760 140339692038786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17905] ppid=17843 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 16639 0 -1 1077944384 13 13322 0 0 0 0 5 3 20 0 15 0 416346011 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339130131744 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17906] ppid=17843 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346011 11079335936 9909 33554432000 4194304 4196468 140722646147616 140338526152304 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17907] ppid=17843 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11079335936 9909 33554432000 4194304 4196468 140722646147616 140338218752592 140339692046235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17908] ppid=17843 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 16639 0 -1 1077944384 487 13322 0 0 1 0 5 3 20 0 15 0 416346014 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339217598576 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17909] ppid=17843 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 16639 0 -1 1077944384 190 13322 0 0 1 0 5 3 20 0 15 0 416346014 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339216545776 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17910] ppid=17843 vsize=10819664 memory=139949150590592 CPUtime=0.11 cores=0,2,4,6
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 16639 0 -1 1077944384 603 13322 0 0 3 0 5 3 20 0 15 0 416346014 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339215493488 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17911] ppid=17843 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11079335936 9909 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10819664 memory=139949150590592 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346014 11079335936 9909 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39636 KiB

[startup+0.31034 s]*
/proc/loadavg: 1.88 1.57 1.47 3/227 17912
/proc/meminfo: memFree=25912448/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=10820148 memory=51024 CPUtime=0.4 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 10931 13322 0 0 27 5 5 3 20 0 15 0 416345999 11079831552 12756 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2705037 12756 3322 1 0 2667149 0
[pid=17846/tid=17899] ppid=17843 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 7399 13322 0 0 17 4 5 3 20 0 15 0 416346008 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339663827552 140339676108126 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 416346009 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17904] ppid=17843 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 16639 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 416346010 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339218651760 140339692038786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17905] ppid=17843 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 16639 0 -1 1077944384 13 13322 0 0 0 0 5 3 20 0 15 0 416346011 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339130131744 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17906] ppid=17843 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346011 11079831552 12756 33554432000 4194304 4196468 140722646147616 140338526152304 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17907] ppid=17843 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11079831552 12756 33554432000 4194304 4196468 140722646147616 140338218752592 140339692046235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17908] ppid=17843 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 16639 0 -1 1077944384 488 13322 0 0 2 0 5 3 20 0 15 0 416346014 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339217598576 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17909] ppid=17843 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 16639 0 -1 1077944384 199 13322 0 0 2 0 5 3 20 0 15 0 416346014 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339216545776 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17910] ppid=17843 vsize=10820148 memory=139949150590592 CPUtime=0.13 cores=0,2,4,6
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 16639 0 -1 1077944384 613 13322 0 0 5 0 5 3 20 0 15 0 416346014 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339215493488 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17911] ppid=17843 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11079831552 12756 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10820148 memory=139949150590592 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346014 11079831552 12756 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51024 KiB

[startup+0.700726 s]
/proc/loadavg: 1.88 1.57 1.47 3/227 17912
/proc/meminfo: memFree=25899312/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=10824360 memory=83636 CPUtime=1.1 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 15055 13322 0 0 96 6 5 3 20 0 15 0 416345999 11084144640 20909 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2706090 20909 3512 1 0 2668173 0
[pid=17846/tid=17899] ppid=17843 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 10339 13322 0 0 54 5 5 3 20 0 15 0 416346008 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339663843552 140339692049565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=10824360 memory=139949026455760 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346009 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=10824360 memory=139951509340779 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 416346009 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17904] ppid=17843 vsize=10824360 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 16639 0 -1 1077944384 5 13322 0 0 0 0 5 3 20 0 15 0 416346010 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339218651760 140339692038786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17905] ppid=17843 vsize=10824360 memory=7014751519650698577 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 16639 0 -1 1077944384 13 13322 0 0 0 0 5 3 20 0 15 0 416346011 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339130131744 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17906] ppid=17843 vsize=10824360 memory=8027782147104397676 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346011 11084144640 20909 33554432000 4194304 4196468 140722646147616 140338526152304 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17907] ppid=17843 vsize=10824360 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11084144640 20909 33554432000 4194304 4196468 140722646147616 140338218752592 140339692046235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17908] ppid=17843 vsize=10824360 memory=2116 CPUtime=0.2 cores=0,2,4,6
/proc/17846/task/17908/stat : 17908 (java) R 17843 17846 16639 0 -1 4202560 926 13322 0 0 12 0 5 3 20 0 15 0 416346014 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339217598576 140339673592224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17909] ppid=17843 vsize=10824360 memory=520 CPUtime=0.2 cores=0,2,4,6
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 16639 0 -1 1077944384 727 13322 0 0 12 0 5 3 20 0 15 0 416346014 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339216545776 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17910] ppid=17843 vsize=10824360 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 16639 0 -1 1077944384 826 13322 0 0 17 0 5 3 20 0 15 0 416346014 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339215493488 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17911] ppid=17843 vsize=10824360 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11084144640 20909 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10824360 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346014 11084144640 20909 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83636 KiB

[startup+1.50075 s]
/proc/loadavg: 1.88 1.57 1.47 3/227 17912
/proc/meminfo: memFree=25854600/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=10834676 memory=169284 CPUtime=2.41 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 21756 13322 0 0 222 11 5 3 20 0 15 0 416345999 11094708224 42321 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2708669 42321 3580 1 0 2670733 0
[pid=17846/tid=17899] ppid=17843 vsize=10834676 memory=165540 CPUtime=1.44 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 15212 13322 0 0 129 7 5 3 20 0 15 0 416346008 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339663822224 140339692039574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=10834676 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 74 13322 0 0 1 0 5 3 20 0 15 0 416346009 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=10834676 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 37 13322 0 0 0 0 5 3 20 0 15 0 416346009 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 408 13322 0 0 1 0 5 3 20 0 15 0 416346009 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 89 13322 0 0 1 0 5 3 20 0 15 0 416346009 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17904] ppid=17843 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 16639 0 -1 1077944384 147 13322 0 0 1 0 5 3 20 0 15 0 416346010 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339218651760 140339692038786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17905] ppid=17843 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 16639 0 -1 1077944384 13 13322 0 0 0 0 5 3 20 0 15 0 416346011 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339130131808 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17906] ppid=17843 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 16639 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 416346011 11094708224 42321 33554432000 4194304 4196468 140722646147616 140338526152304 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17907] ppid=17843 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11094708224 42321 33554432000 4194304 4196468 140722646147616 140338218752592 140339692046235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17908] ppid=17843 vsize=10834676 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 16639 0 -1 1077944384 1119 13322 0 0 23 0 5 3 20 0 15 0 416346014 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339217598576 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17909] ppid=17843 vsize=10834676 memory=4580 CPUtime=0.32 cores=0,2,4,6
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 16639 0 -1 1077944384 848 13322 0 0 24 0 5 3 20 0 15 0 416346014 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339216545776 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17910] ppid=17843 vsize=10834676 memory=7445701902457594469 CPUtime=0.47 cores=0,2,4,6
/proc/17846/task/17910/stat : 17910 (java) R 17843 17846 16639 0 -1 4202560 1594 13322 0 0 39 0 5 3 20 0 15 0 416346014 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339215493488 140339670967008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17911] ppid=17843 vsize=10834676 memory=7597132098393106257 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11094708224 42321 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10834676 memory=8246491609867511633 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 416346014 11094708224 42321 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834676 KiB

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

[pid=17846/tid=17911] ppid=17843 vsize=10849044 memory=9580 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10849044 memory=1052 CPUtime=1.05 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1194 13322 0 0 49 48 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 1661 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 784956 KiB

[startup+1628 s]*
/proc/loadavg: 1.58 1.50 1.50 3/227 18079
/proc/meminfo: memFree=25133472/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=10849044 memory=784956 CPUtime=1661.81 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 193430 13322 0 0 165915 258 5 3 20 0 15 0 416345999 11109421056 196239 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2712261 196239 3627 1 0 2674317 0
[pid=17846/tid=17899] ppid=17843 vsize=10849044 memory=8317482817917895235 CPUtime=1609.61 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 56078 13322 0 0 160916 37 5 3 20 0 15 0 416346008 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339663860272 140339292719343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=10849044 memory=4872558044660077418 CPUtime=7.92 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 15575 13322 0 0 742 42 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=10849044 memory=279898054725120 CPUtime=7.95 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 11883 13322 0 0 747 40 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=10849044 memory=4207743695135798065 CPUtime=7.93 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 12029 13322 0 0 744 41 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=10849044 memory=1804 CPUtime=7.91 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 6558 13322 0 0 740 43 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17904] ppid=17843 vsize=10849044 memory=6656426216303648864 CPUtime=7.78 cores=0,2,4,6
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 16639 0 -1 1077944384 10318 13322 0 0 734 36 5 3 20 0 15 0 416346010 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339218651760 140339692038786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17905] ppid=17843 vsize=10849044 memory=668 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 16639 0 -1 1077944384 25 13322 0 0 0 0 5 3 20 0 15 0 416346011 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339130131808 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17906] ppid=17843 vsize=10849044 memory=1256 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 16639 0 -1 1077944384 14 13322 0 0 0 0 5 3 20 0 15 0 416346011 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338526152320 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17907] ppid=17843 vsize=10849044 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338218752592 140339692046235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17908] ppid=17843 vsize=10849044 memory=14008 CPUtime=4.21 cores=0,2,4,6
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 16639 0 -1 1077944384 19416 13322 0 0 409 4 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339217598576 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17909] ppid=17843 vsize=10849044 memory=22228 CPUtime=4.35 cores=0,2,4,6
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 16639 0 -1 1077944384 23346 13322 0 0 422 5 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339216545776 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17910] ppid=17843 vsize=10849044 memory=0 CPUtime=3.71 cores=0,2,4,6
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 16639 0 -1 1077944384 34782 13322 0 0 357 6 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339215493488 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17911] ppid=17843 vsize=10849044 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10849044 memory=3228 CPUtime=1.05 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1194 13322 0 0 49 48 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 1661.81 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 784956 KiB

[startup+1628.8 s]
/proc/loadavg: 1.58 1.50 1.50 3/227 18079
/proc/meminfo: memFree=25133472/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=10849044 memory=784956 CPUtime=1662.61 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 193435 13322 0 0 165995 258 5 3 20 0 15 0 416345999 11109421056 196239 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2712261 196239 3627 1 0 2674317 0
[pid=17846/tid=17899] ppid=17843 vsize=10849044 memory=784956 CPUtime=1610.39 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 56082 13322 0 0 160994 37 5 3 20 0 15 0 416346008 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339663861808 140339294459521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=10849044 memory=9580 CPUtime=7.92 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 15575 13322 0 0 742 42 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=10849044 memory=1052 CPUtime=7.95 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 11883 13322 0 0 747 40 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=10849044 memory=6791534058613427641 CPUtime=7.93 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 12030 13322 0 0 744 41 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=10849044 memory=3504 CPUtime=7.92 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 6558 13322 0 0 741 43 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17904] ppid=17843 vsize=10849044 memory=40180 CPUtime=7.79 cores=0,2,4,6
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 16639 0 -1 1077944384 10318 13322 0 0 735 36 5 3 20 0 15 0 416346010 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339218651760 140339692038786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17905] ppid=17843 vsize=10849044 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 16639 0 -1 1077944384 25 13322 0 0 0 0 5 3 20 0 15 0 416346011 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339130131808 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17906] ppid=17843 vsize=10849044 memory=784956 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 16639 0 -1 1077944384 14 13322 0 0 0 0 5 3 20 0 15 0 416346011 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338526152320 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17907] ppid=17843 vsize=10849044 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338218752592 140339692046235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17908] ppid=17843 vsize=10849044 memory=1436 CPUtime=4.21 cores=0,2,4,6
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 16639 0 -1 1077944384 19416 13322 0 0 409 4 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339217598576 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17909] ppid=17843 vsize=10849044 memory=40180 CPUtime=4.35 cores=0,2,4,6
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 16639 0 -1 1077944384 23346 13322 0 0 422 5 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339216545776 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17910] ppid=17843 vsize=10849044 memory=988 CPUtime=3.71 cores=0,2,4,6
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 16639 0 -1 1077944384 34782 13322 0 0 357 6 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339215493488 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17911] ppid=17843 vsize=10849044 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10849044 memory=7988 CPUtime=1.05 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1194 13322 0 0 49 48 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 1662.61 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 784956 KiB

[startup+1629.2 s]
/proc/loadavg: 1.58 1.50 1.50 3/227 18079
/proc/meminfo: memFree=25133472/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=10849044 memory=784956 CPUtime=1663.01 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 193437 13322 0 0 166035 258 5 3 20 0 15 0 416345999 11109421056 196239 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2712261 196239 3627 1 0 2674317 0
[pid=17846/tid=17899] ppid=17843 vsize=10849044 memory=6791534058613427641 CPUtime=1610.79 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 56084 13322 0 0 161034 37 5 3 20 0 15 0 416346008 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339663862960 140339294721635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=10849044 memory=812 CPUtime=7.92 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 15575 13322 0 0 742 42 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=10849044 memory=784956 CPUtime=7.95 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 11883 13322 0 0 747 40 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=10849044 memory=784956 CPUtime=7.93 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 12030 13322 0 0 744 41 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=10849044 memory=111636 CPUtime=7.92 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 6558 13322 0 0 741 43 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17904] ppid=17843 vsize=10849044 memory=2616 CPUtime=7.79 cores=0,2,4,6
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 16639 0 -1 1077944384 10318 13322 0 0 735 36 5 3 20 0 15 0 416346010 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339218651760 140339692038786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17905] ppid=17843 vsize=10849044 memory=2904 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 16639 0 -1 1077944384 25 13322 0 0 0 0 5 3 20 0 15 0 416346011 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339130131808 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17906] ppid=17843 vsize=10849044 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 16639 0 -1 1077944384 14 13322 0 0 0 0 5 3 20 0 15 0 416346011 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338526152320 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17907] ppid=17843 vsize=10849044 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338218752592 140339692046235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17908] ppid=17843 vsize=10849044 memory=3228 CPUtime=4.21 cores=0,2,4,6
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 16639 0 -1 1077944384 19416 13322 0 0 409 4 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339217598576 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17909] ppid=17843 vsize=10849044 memory=826932 CPUtime=4.35 cores=0,2,4,6
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 16639 0 -1 1077944384 23346 13322 0 0 422 5 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339216545776 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17910] ppid=17843 vsize=10849044 memory=1408 CPUtime=3.71 cores=0,2,4,6
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 16639 0 -1 1077944384 34782 13322 0 0 357 6 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339215493488 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17911] ppid=17843 vsize=10849044 memory=3204 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10849044 memory=784956 CPUtime=1.05 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1194 13322 0 0 49 48 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 1663.01 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 784956 KiB

[startup+1629.3 s]
/proc/loadavg: 1.58 1.50 1.50 3/227 18079
/proc/meminfo: memFree=25133472/32770624 swapFree=66939840/67108860
[pid=17846] ppid=17843 vsize=10849044 memory=784956 CPUtime=1663.11 cores=0,2,4,6
/proc/17846/stat : 17846 (java) S 17843 17846 16639 0 -1 1077944320 193437 13322 0 0 166045 258 5 3 20 0 15 0 416345999 11109421056 196239 33554432000 4194304 4196468 140722646147616 140722646130160 140339692027639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
/proc/17846/statm: 2712261 196239 3627 1 0 2674317 0
[pid=17846/tid=17899] ppid=17843 vsize=10849044 memory=3848 CPUtime=1610.89 cores=0,2,4,6
/proc/17846/task/17899/stat : 17899 (java) R 17843 17846 16639 0 -1 4202560 56084 13322 0 0 161044 37 5 3 20 0 15 0 416346008 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339663862960 140339674548223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17900] ppid=17843 vsize=10849044 memory=784956 CPUtime=7.92 cores=0,2,4,6
/proc/17846/task/17900/stat : 17900 (java) S 17843 17846 16639 0 -1 1077944384 15575 13322 0 0 742 42 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339696269712 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17901] ppid=17843 vsize=10849044 memory=784956 CPUtime=7.95 cores=0,2,4,6
/proc/17846/task/17901/stat : 17901 (java) S 17843 17846 16639 0 -1 1077944384 11883 13322 0 0 747 40 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339265198352 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17902] ppid=17843 vsize=10849044 memory=784956 CPUtime=7.93 cores=0,2,4,6
/proc/17846/task/17902/stat : 17902 (java) S 17843 17846 16639 0 -1 1077944384 12030 13322 0 0 744 41 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339264146064 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17903] ppid=17843 vsize=10849044 memory=784956 CPUtime=7.92 cores=0,2,4,6
/proc/17846/task/17903/stat : 17903 (java) S 17843 17846 16639 0 -1 1077944384 6558 13322 0 0 741 43 5 3 20 0 15 0 416346009 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339263093264 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17904] ppid=17843 vsize=10849044 memory=784956 CPUtime=7.79 cores=0,2,4,6
/proc/17846/task/17904/stat : 17904 (java) S 17843 17846 16639 0 -1 1077944384 10318 13322 0 0 735 36 5 3 20 0 15 0 416346010 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339218651760 140339692038786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17905] ppid=17843 vsize=10849044 memory=784956 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17905/stat : 17905 (java) S 17843 17846 16639 0 -1 1077944384 25 13322 0 0 0 0 5 3 20 0 15 0 416346011 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339130131808 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17906] ppid=17843 vsize=10849044 memory=784956 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17906/stat : 17906 (java) S 17843 17846 16639 0 -1 1077944384 14 13322 0 0 0 0 5 3 20 0 15 0 416346011 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338526152320 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17907] ppid=17843 vsize=10849044 memory=784956 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17907/stat : 17907 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338218752592 140339692046235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17908] ppid=17843 vsize=10849044 memory=1620 CPUtime=4.21 cores=0,2,4,6
/proc/17846/task/17908/stat : 17908 (java) S 17843 17846 16639 0 -1 1077944384 19416 13322 0 0 409 4 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339217598576 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17909] ppid=17843 vsize=10849044 memory=784956 CPUtime=4.35 cores=0,2,4,6
/proc/17846/task/17909/stat : 17909 (java) S 17843 17846 16639 0 -1 1077944384 23346 13322 0 0 422 5 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339216545776 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17910] ppid=17843 vsize=10849044 memory=56 CPUtime=3.71 cores=0,2,4,6
/proc/17846/task/17910/stat : 17910 (java) S 17843 17846 16639 0 -1 1077944384 34782 13322 0 0 357 6 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339215493488 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17911] ppid=17843 vsize=10849044 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/17846/task/17911/stat : 17911 (java) S 17843 17846 16639 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140338185193952 140339692037845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
[pid=17846/tid=17912] ppid=17843 vsize=10849044 memory=784956 CPUtime=1.05 cores=0,2,4,6
/proc/17846/task/17912/stat : 17912 (java) S 17843 17846 16639 0 -1 1077944384 1194 13322 0 0 49 48 5 3 20 0 15 0 416346014 11109421056 196239 33554432000 4194304 4196468 140722646147616 140339214441392 140339692038786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18989056 140722646153968 140722646156485 140722646156485 140722646159311 0
Current children cumulated CPU time: 1663.11 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 784956 KiB

Child status: 0
Real time (s): 1629.41
CPU time (s): 1663.24
CPU user time (s): 1660.6
CPU system time (s): 2.63608
CPU usage (%): 102.076
Max. virtual memory (cumulated for all children) (KiB): 10851992
Max. memory (cumulated for all children) (KiB): 784956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1660.6
system time used= 2.63608
maximum resident set size= 787052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208520
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192705
involuntary context switches= 6899


# summary of solver processes directly reported to runsolver:
#   pid: 17846
#   total CPU time (s): 1663.24
#   total CPU user time (s): 1660.6
#   total CPU system time (s): 2.63608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1064 second user time and 15.1849 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 21:51:11
IDJOB=4396437
IDBENCH=135738
IDSOLVER=2847
FILE ID=node119/4396437-1568404311
RUNJOBID= node119-1568401197-16670
PBS_JOBID= 21701879
Free space on /tmp= 61468 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396437-1568404311/watcher-4396437-1568404311 -o /tmp/evaluation-result-4396437-1568404311/solver-4396437-1568404311 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=413605126 HOME/instance-4396437-1568404311.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=413605126

node119.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.47
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.47
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.47
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.47
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:        25952592 kB
MemAvailable:   31051196 kB
Buffers:          196336 kB
Cached:          5169484 kB
SwapCached:        61108 kB
Active:          2682316 kB
Inactive:        3519660 kB
Active(anon):     775608 kB
Inactive(anon):   102440 kB
Active(file):    1906708 kB
Inactive(file):  3417220 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             35224 kB
Writeback:             0 kB
AnonPages:        885436 kB
Mapped:            58032 kB
Shmem:             32816 kB
Slab:             210916 kB
SReclaimable:     181020 kB
SUnreclaim:        29896 kB
KernelStack:        3760 kB
PageTables:         7368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2040652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    704512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 22:18:21