Trace number 4387385

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 955.264 927.354

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 benchmark115.403
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.69/0.56	c Concrete v3.10.1560635388952 running
6.86/3.12	o 139
6.86/3.14	o 136
6.86/3.16	o 127
7.16/3.26	o 124
7.52/3.30	o 108
9.16/3.88	o 104
9.46/3.93	o 101
9.76/4.02	o 85
955.19/927.34	v <instantiation
955.19/927.34	v         cost = '85'>
955.19/927.34	v       <list>
955.19/927.34	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]
955.19/927.34	v       </list>
955.19/927.34	v       <values>
955.19/927.34	v         6 5 0 4 2 1 3 7 8 9 13 11 10 14 12 4 5 10 1 6 1 8 1 4 8 2 6 13 5 11
955.19/927.34	v       </values>
955.19/927.34	v     </instantiation>
955.19/927.34	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 (14654 MiB free)
  memory of node 1: 16384 MiB (13903 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387385-1568301983/watcher-4387385-1568301983 -o /tmp/evaluation-result-4387385-1568301983/solver-4387385-1568301983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5056 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1445958131 HOME/instance-4387385-1568301983.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10455, runsolver pid=10452

[startup+0.100105 s]*
/proc/loadavg: 1.35 1.33 1.39 3/223 10512
/proc/meminfo: memFree=29238416/32770624 swapFree=67008376/67108860
[pid=10455] ppid=10452 vsize=9972712 memory=14912 CPUtime=0.08 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 4482 13105 0 0 1 0 5 2 20 0 6 0 406120999 10212057088 3728 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2493178 3728 1935 1 0 2481616 0
[pid=10455/tid=10508] ppid=10452 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 2315 13105 0 0 1 0 5 2 20 0 6 0 406121008 10212057088 3794 33554432000 4194304 4196468 140735492334624 139797059367504 139797087552669 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 6 0 406121008 10212057088 3794 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=9972712 memory=139681677547136 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 6 0 406121008 10212057088 3794 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 6 0 406121008 10212057088 3794 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 6 0 406121008 10212057088 3794 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210394 s]*
/proc/loadavg: 1.35 1.33 1.39 4/232 10521
/proc/meminfo: memFree=29215752/32770624 swapFree=67008376/67108860
[pid=10455] ppid=10452 vsize=10818940 memory=38592 CPUtime=0.25 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 7087 13105 0 0 17 1 5 2 20 0 15 0 406120999 11078594560 9648 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2704735 9648 2930 1 0 2667149 0
[pid=10455/tid=10508] ppid=10452 vsize=10818940 memory=8514726395714820750 CPUtime=0.18 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 3489 13105 0 0 11 0 5 2 20 0 15 0 406121008 11078594560 9703 33554432000 4194304 4196468 140735492334624 139797059327664 139797080247706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=10818940 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11078594560 9703 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=10818940 memory=139681677547136 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11078594560 9703 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121008 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10513] ppid=10452 vsize=10818940 memory=139681677547136 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10513/stat : 10513 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121010 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796546546160 139797087541890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10514] ppid=10452 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10514/stat : 10514 (java) S 10452 10455 3137 0 -1 1077944384 33 13105 0 0 0 0 5 2 20 0 15 0 406121010 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796545492384 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10515] ppid=10452 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10515/stat : 10515 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121011 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796420748784 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10516] ppid=10452 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10516/stat : 10516 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121013 11078594560 9703 33554432000 4194304 4196468 140735492334624 139795816770256 139797087549339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10517] ppid=10452 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10517/stat : 10517 (java) S 10452 10455 3137 0 -1 1077944384 459 13105 0 0 1 0 5 2 20 0 15 0 406121013 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796511934448 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10518] ppid=10452 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10518/stat : 10518 (java) S 10452 10455 3137 0 -1 1077944384 191 13105 0 0 0 0 5 2 20 0 15 0 406121013 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796510881904 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10519] ppid=10452 vsize=10818940 memory=139681677547136 CPUtime=0.1 cores=0,2,4,6
/proc/10455/task/10519/stat : 10519 (java) S 10452 10455 3137 0 -1 1077944384 705 13105 0 0 3 0 5 2 20 0 15 0 406121013 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796509829360 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10520] ppid=10452 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11078594560 9703 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10818940 memory=139681677547136 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121014 11078594560 9703 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38592 KiB

[startup+0.310787 s]*
/proc/loadavg: 1.35 1.33 1.39 3/232 10521
/proc/meminfo: memFree=29204748/32770624 swapFree=67008376/67108860
[pid=10455] ppid=10452 vsize=10820096 memory=48344 CPUtime=0.4 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 10723 13105 0 0 30 3 5 2 20 0 15 0 406120999 11079778304 12086 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2705024 12086 3172 1 0 2667149 0
[pid=10455/tid=10508] ppid=10452 vsize=10820096 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 7127 13105 0 0 20 1 5 2 20 0 15 0 406121008 11079778304 12152 33554432000 4194304 4196468 140735492334624 139797059312640 139797087552669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=10820096 memory=8026659627001736036 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11079778304 12152 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=10820096 memory=6298392318067108455 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11079778304 12152 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121008 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10513] ppid=10452 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10513/stat : 10513 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121010 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796546546160 139797087541890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10514] ppid=10452 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10514/stat : 10514 (java) S 10452 10455 3137 0 -1 1077944384 33 13105 0 0 0 0 5 2 20 0 15 0 406121010 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796545492384 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10515] ppid=10452 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10515/stat : 10515 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121011 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796420748784 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10516] ppid=10452 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10516/stat : 10516 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121013 11079778304 12152 33554432000 4194304 4196468 140735492334624 139795816770256 139797087549339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10517] ppid=10452 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10517/stat : 10517 (java) S 10452 10455 3137 0 -1 1077944384 463 13105 0 0 1 0 5 2 20 0 15 0 406121013 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796511934448 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10518] ppid=10452 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10518/stat : 10518 (java) S 10452 10455 3137 0 -1 1077944384 197 13105 0 0 1 0 5 2 20 0 15 0 406121013 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796510881904 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10519] ppid=10452 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10455/task/10519/stat : 10519 (java) S 10452 10455 3137 0 -1 1077944384 751 13105 0 0 5 0 5 2 20 0 15 0 406121013 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796509829360 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10520] ppid=10452 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11079778304 12152 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121014 11079778304 12152 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48344 KiB

[startup+0.7008 s]
/proc/loadavg: 1.35 1.33 1.39 3/232 10521
/proc/meminfo: memFree=29191796/32770624 swapFree=67008376/67108860
[pid=10455] ppid=10452 vsize=10824340 memory=81608 CPUtime=1.13 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 15126 13105 0 0 101 5 5 2 20 0 15 0 406120999 11084124160 20402 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2706085 20402 3501 1 0 2668173 0
[pid=10455/tid=10508] ppid=10452 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 10519 13105 0 0 55 4 5 2 20 0 15 0 406121008 11084124160 20402 33554432000 4194304 4196468 140735492334624 139797059353648 139796942391223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11084124160 20402 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=10824340 memory=8751464017575295285 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11084124160 20402 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=10824340 memory=4638797021879231313 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121008 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=10824340 memory=7223879631928058176 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121008 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10513] ppid=10452 vsize=10824340 memory=3484 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10513/stat : 10513 (java) S 10452 10455 3137 0 -1 1077944384 5 13105 0 0 0 0 5 2 20 0 15 0 406121010 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796546546160 139797087541890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10514] ppid=10452 vsize=10824340 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10514/stat : 10514 (java) S 10452 10455 3137 0 -1 1077944384 33 13105 0 0 0 0 5 2 20 0 15 0 406121010 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796545492384 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10515] ppid=10452 vsize=10824340 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10515/stat : 10515 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121011 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796420748784 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10516] ppid=10452 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10516/stat : 10516 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121013 11084124160 20402 33554432000 4194304 4196468 140735492334624 139795816770256 139797087549339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10517] ppid=10452 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/10455/task/10517/stat : 10517 (java) S 10452 10455 3137 0 -1 1077944384 835 13105 0 0 15 0 5 2 20 0 15 0 406121013 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796511934448 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10518] ppid=10452 vsize=10824340 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/10455/task/10518/stat : 10518 (java) S 10452 10455 3137 0 -1 1077944384 479 13105 0 0 11 0 5 2 20 0 15 0 406121013 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796510881904 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10519] ppid=10452 vsize=10824340 memory=19265 CPUtime=0.24 cores=0,2,4,6
/proc/10455/task/10519/stat : 10519 (java) S 10452 10455 3137 0 -1 1077944384 1033 13105 0 0 17 0 5 2 20 0 15 0 406121013 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796509829360 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10520] ppid=10452 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11084124160 20402 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10824340 memory=664970774370811551 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121014 11084124160 20402 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81608 KiB

[startup+1.50105 s]
/proc/loadavg: 1.35 1.33 1.39 4/232 10521
/proc/meminfo: memFree=29147396/32770624 swapFree=67008376/67108860
[pid=10455] ppid=10452 vsize=10834656 memory=167216 CPUtime=2.44 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 22717 13105 0 0 227 10 5 2 20 0 15 0 406120999 11094687744 41804 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2708664 41804 3577 1 0 2670733 0
[pid=10455/tid=10508] ppid=10452 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 15629 13105 0 0 130 6 5 2 20 0 15 0 406121008 11094687744 41804 33554432000 4194304 4196468 140735492334624 139797059338968 139797087542678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=10834656 memory=2986067541234002793 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 26 13105 0 0 1 0 5 2 20 0 15 0 406121008 11094687744 41804 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=10834656 memory=8695785270741540873 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 87 13105 0 0 1 0 5 2 20 0 15 0 406121008 11094687744 41804 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=10834656 memory=-2746958450906831519 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 382 13105 0 0 1 0 5 2 20 0 15 0 406121008 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=10834656 memory=7649399392787836928 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 66 13105 0 0 1 0 5 2 20 0 15 0 406121008 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10513] ppid=10452 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10455/task/10513/stat : 10513 (java) S 10452 10455 3137 0 -1 1077944384 863 13105 0 0 1 0 5 2 20 0 15 0 406121010 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796546546160 139797087541890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10514] ppid=10452 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10514/stat : 10514 (java) S 10452 10455 3137 0 -1 1077944384 33 13105 0 0 0 0 5 2 20 0 15 0 406121010 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796545492448 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10515] ppid=10452 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10515/stat : 10515 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121011 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796420748800 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10516] ppid=10452 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10516/stat : 10516 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121013 11094687744 41804 33554432000 4194304 4196468 140735492334624 139795816770256 139797087549339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10517] ppid=10452 vsize=10834656 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/10455/task/10517/stat : 10517 (java) R 10452 10455 3137 0 -1 4202560 892 13105 0 0 23 0 5 2 20 0 15 0 406121013 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796511923440 139797087552090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10518] ppid=10452 vsize=10834656 memory=18 CPUtime=0.35 cores=0,2,4,6
/proc/10455/task/10518/stat : 10518 (java) R 10452 10455 3137 0 -1 1077944384 823 13105 0 0 28 0 5 2 20 0 15 0 406121013 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796510882000 139797087540949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10519] ppid=10452 vsize=10834656 memory=19 CPUtime=0.45 cores=0,2,4,6
/proc/10455/task/10519/stat : 10519 (java) R 10452 10455 3137 0 -1 4202560 1698 13105 0 0 38 0 5 2 20 0 15 0 406121013 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796509827152 139797087542678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10520] ppid=10452 vsize=10834656 memory=24 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11094687744 41804 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 1 13105 0 0 0 0 5 2 20 0 15 0 406121014 11094687744 41804 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834656 KiB

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

[pid=10455/tid=10520] ppid=10452 vsize=10849024 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10849024 memory=1808 CPUtime=0.59 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 580 13105 0 0 26 26 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 952.65 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 707100 KiB

[startup+926.401 s]
/proc/loadavg: 1.47 1.44 1.42 3/232 10759
/proc/meminfo: memFree=29205792/32770624 swapFree=67008408/67108860
[pid=10455] ppid=10452 vsize=10849024 memory=707100 CPUtime=954.27 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 180162 13105 0 0 95263 157 5 2 20 0 15 0 406120999 11109400576 176775 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2712256 176775 3623 1 0 2674317 0
[pid=10455/tid=10508] ppid=10452 vsize=10849024 memory=744 CPUtime=917.07 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 44219 13105 0 0 91673 27 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797059365984 139796701436015 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=10849024 memory=1052 CPUtime=4.06 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 4998 13105 0 0 379 20 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=10849024 memory=776 CPUtime=4.11 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 4160 13105 0 0 383 21 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=10849024 memory=3940 CPUtime=4.08 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 8050 13105 0 0 380 21 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=10849024 memory=2832 CPUtime=4.09 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 6331 13105 0 0 379 23 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10513] ppid=10452 vsize=10849024 memory=8564 CPUtime=3.89 cores=0,2,4,6
/proc/10455/task/10513/stat : 10513 (java) S 10452 10455 3137 0 -1 1077944384 8380 13105 0 0 359 23 5 2 20 0 15 0 406121010 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796546546160 139797087541890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10514] ppid=10452 vsize=10849024 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10514/stat : 10514 (java) S 10452 10455 3137 0 -1 1077944384 39 13105 0 0 0 0 5 2 20 0 15 0 406121010 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796545492512 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10515] ppid=10452 vsize=10849024 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10515/stat : 10515 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121011 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796420748800 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10516] ppid=10452 vsize=10849024 memory=1096 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10516/stat : 10516 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795816770256 139797087549339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10517] ppid=10452 vsize=10849024 memory=7892 CPUtime=6.23 cores=0,2,4,6
/proc/10455/task/10517/stat : 10517 (java) S 10452 10455 3137 0 -1 1077944384 30795 13105 0 0 610 6 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796511934448 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10518] ppid=10452 vsize=10849024 memory=1584 CPUtime=6.23 cores=0,2,4,6
/proc/10455/task/10518/stat : 10518 (java) S 10452 10455 3137 0 -1 1077944384 29672 13105 0 0 610 6 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796510881904 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10519] ppid=10452 vsize=10849024 memory=896 CPUtime=4.42 cores=0,2,4,6
/proc/10455/task/10519/stat : 10519 (java) S 10452 10455 3137 0 -1 1077944384 40720 13105 0 0 428 7 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796509829360 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10520] ppid=10452 vsize=10849024 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10849024 memory=1980 CPUtime=0.6 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 580 13105 0 0 26 27 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 954.27 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 707100 KiB

[startup+926.801 s]
/proc/loadavg: 1.47 1.44 1.42 3/232 10759
/proc/meminfo: memFree=29205792/32770624 swapFree=67008408/67108860
[pid=10455] ppid=10452 vsize=10849024 memory=707100 CPUtime=954.67 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 180164 13105 0 0 95303 157 5 2 20 0 15 0 406120999 11109400576 176775 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2712256 176775 3623 1 0 2674317 0
[pid=10455/tid=10508] ppid=10452 vsize=10849024 memory=1764 CPUtime=917.47 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 44221 13105 0 0 91713 27 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797059366064 139796701479208 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=10849024 memory=111632 CPUtime=4.07 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 4998 13105 0 0 380 20 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=10849024 memory=6791534058613427641 CPUtime=4.11 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 4160 13105 0 0 383 21 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=10849024 memory=707100 CPUtime=4.08 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 8050 13105 0 0 380 21 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=10849024 memory=625732 CPUtime=4.09 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 6331 13105 0 0 379 23 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10513] ppid=10452 vsize=10849024 memory=1792 CPUtime=3.89 cores=0,2,4,6
/proc/10455/task/10513/stat : 10513 (java) S 10452 10455 3137 0 -1 1077944384 8380 13105 0 0 359 23 5 2 20 0 15 0 406121010 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796546546160 139797087541890 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10514] ppid=10452 vsize=10849024 memory=2200 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10514/stat : 10514 (java) S 10452 10455 3137 0 -1 1077944384 39 13105 0 0 0 0 5 2 20 0 15 0 406121010 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796545492512 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10515] ppid=10452 vsize=10849024 memory=13948 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10515/stat : 10515 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121011 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796420748800 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10516] ppid=10452 vsize=10849024 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10516/stat : 10516 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795816770256 139797087549339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10517] ppid=10452 vsize=10849024 memory=520 CPUtime=6.23 cores=0,2,4,6
/proc/10455/task/10517/stat : 10517 (java) S 10452 10455 3137 0 -1 1077944384 30795 13105 0 0 610 6 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796511934448 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10518] ppid=10452 vsize=10849024 memory=1560 CPUtime=6.23 cores=0,2,4,6
/proc/10455/task/10518/stat : 10518 (java) S 10452 10455 3137 0 -1 1077944384 29672 13105 0 0 610 6 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796510881904 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10519] ppid=10452 vsize=10849024 memory=928 CPUtime=4.42 cores=0,2,4,6
/proc/10455/task/10519/stat : 10519 (java) S 10452 10455 3137 0 -1 1077944384 40720 13105 0 0 428 7 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796509829360 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10520] ppid=10452 vsize=10849024 memory=279363061339520 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10849024 memory=708 CPUtime=0.6 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 580 13105 0 0 26 27 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 954.67 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 707100 KiB

[startup+927.201 s]
/proc/loadavg: 1.47 1.44 1.42 3/232 10759
/proc/meminfo: memFree=29205792/32770624 swapFree=67008408/67108860
[pid=10455] ppid=10452 vsize=10849024 memory=707100 CPUtime=955.08 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 180168 13105 0 0 95343 158 5 2 20 0 15 0 406120999 11109400576 176775 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2712256 176775 3623 1 0 2674317 0
[pid=10455/tid=10508] ppid=10452 vsize=10849024 memory=1680 CPUtime=917.87 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 44223 13105 0 0 91753 27 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797059364432 139796701510258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=10849024 memory=896 CPUtime=4.07 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 4998 13105 0 0 380 20 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=10849024 memory=1436 CPUtime=4.11 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 4160 13105 0 0 383 21 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=10849024 memory=1980 CPUtime=4.09 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 8050 13105 0 0 381 21 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=10849024 memory=6791534058613427641 CPUtime=4.1 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 6331 13105 0 0 380 23 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10513] ppid=10452 vsize=10849024 memory=8564 CPUtime=3.89 cores=0,2,4,6
/proc/10455/task/10513/stat : 10513 (java) S 10452 10455 3137 0 -1 1077944384 8380 13105 0 0 359 23 5 2 20 0 15 0 406121010 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796546546160 139797087541890 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10514] ppid=10452 vsize=10849024 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10514/stat : 10514 (java) S 10452 10455 3137 0 -1 1077944384 39 13105 0 0 0 0 5 2 20 0 15 0 406121010 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796545492512 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10515] ppid=10452 vsize=10849024 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10515/stat : 10515 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121011 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796420748800 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10516] ppid=10452 vsize=10849024 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10516/stat : 10516 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795816770256 139797087549339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10517] ppid=10452 vsize=10849024 memory=1948 CPUtime=6.23 cores=0,2,4,6
/proc/10455/task/10517/stat : 10517 (java) S 10452 10455 3137 0 -1 1077944384 30795 13105 0 0 610 6 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796511934448 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10518] ppid=10452 vsize=10849024 memory=1336 CPUtime=6.24 cores=0,2,4,6
/proc/10455/task/10518/stat : 10518 (java) S 10452 10455 3137 0 -1 1077944384 29674 13105 0 0 611 6 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796510881904 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10519] ppid=10452 vsize=10849024 memory=707100 CPUtime=4.42 cores=0,2,4,6
/proc/10455/task/10519/stat : 10519 (java) S 10452 10455 3137 0 -1 1077944384 40720 13105 0 0 428 7 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796509829360 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10520] ppid=10452 vsize=10849024 memory=14008 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10849024 memory=4712 CPUtime=0.6 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 580 13105 0 0 26 27 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 955.08 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 707100 KiB

[startup+927.301 s]
/proc/loadavg: 1.47 1.44 1.42 3/232 10759
/proc/meminfo: memFree=29205792/32770624 swapFree=67008408/67108860
[pid=10455] ppid=10452 vsize=10849024 memory=707100 CPUtime=955.19 cores=0,2,4,6
/proc/10455/stat : 10455 (java) S 10452 10455 3137 0 -1 1077944320 180172 13105 0 0 95354 158 5 2 20 0 15 0 406120999 11109400576 176775 33554432000 4194304 4196468 140735492334624 140735492317168 139797087530743 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
/proc/10455/statm: 2712256 176775 3623 1 0 2674317 0
[pid=10455/tid=10508] ppid=10452 vsize=10849024 memory=707100 CPUtime=917.96 cores=0,2,4,6
/proc/10455/task/10508/stat : 10508 (java) R 10452 10455 3137 0 -1 4202560 44224 13105 0 0 91762 27 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797059365392 139796699059006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10509] ppid=10452 vsize=10849024 memory=707100 CPUtime=4.07 cores=0,2,4,6
/proc/10455/task/10509/stat : 10509 (java) S 10452 10455 3137 0 -1 1077944384 4998 13105 0 0 380 20 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797091772688 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10510] ppid=10452 vsize=10849024 memory=707100 CPUtime=4.11 cores=0,2,4,6
/proc/10455/task/10510/stat : 10510 (java) S 10452 10455 3137 0 -1 1077944384 4160 13105 0 0 383 21 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139797025814928 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10511] ppid=10452 vsize=10849024 memory=707048 CPUtime=4.1 cores=0,2,4,6
/proc/10455/task/10511/stat : 10511 (java) S 10452 10455 3137 0 -1 1077944384 8050 13105 0 0 381 22 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796660193808 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10512] ppid=10452 vsize=10849024 memory=707048 CPUtime=4.1 cores=0,2,4,6
/proc/10455/task/10512/stat : 10512 (java) S 10452 10455 3137 0 -1 1077944384 6331 13105 0 0 380 23 5 2 20 0 15 0 406121008 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796659141264 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10513] ppid=10452 vsize=10849024 memory=707048 CPUtime=3.89 cores=0,2,4,6
/proc/10455/task/10513/stat : 10513 (java) S 10452 10455 3137 0 -1 1077944384 8380 13105 0 0 359 23 5 2 20 0 15 0 406121010 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796546546160 139797087541890 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10514] ppid=10452 vsize=10849024 memory=707048 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10514/stat : 10514 (java) S 10452 10455 3137 0 -1 1077944384 39 13105 0 0 0 0 5 2 20 0 15 0 406121010 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796545492512 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10515] ppid=10452 vsize=10849024 memory=707048 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10515/stat : 10515 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121011 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796420748800 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10516] ppid=10452 vsize=10849024 memory=707048 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10516/stat : 10516 (java) S 10452 10455 3137 0 -1 1077944384 2 13105 0 0 0 0 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795816770256 139797087549339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10517] ppid=10452 vsize=10849024 memory=707100 CPUtime=6.23 cores=0,2,4,6
/proc/10455/task/10517/stat : 10517 (java) S 10452 10455 3137 0 -1 1077944384 30795 13105 0 0 610 6 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796511934448 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10518] ppid=10452 vsize=10849024 memory=707100 CPUtime=6.24 cores=0,2,4,6
/proc/10455/task/10518/stat : 10518 (java) S 10452 10455 3137 0 -1 1077944384 29674 13105 0 0 611 6 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796510881904 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10519] ppid=10452 vsize=10849024 memory=707100 CPUtime=4.42 cores=0,2,4,6
/proc/10455/task/10519/stat : 10519 (java) S 10452 10455 3137 0 -1 1077944384 40723 13105 0 0 428 7 5 2 20 0 15 0 406121013 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796509829360 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10520] ppid=10452 vsize=10849024 memory=94691 CPUtime=0.07 cores=0,2,4,6
/proc/10455/task/10520/stat : 10520 (java) S 10452 10455 3137 0 -1 1077944384 3 13105 0 0 0 0 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139795347008096 139797087540949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
[pid=10455/tid=10521] ppid=10452 vsize=10849024 memory=707048 CPUtime=0.6 cores=0,2,4,6
/proc/10455/task/10521/stat : 10521 (java) S 10452 10455 3137 0 -1 1077944384 580 13105 0 0 26 27 5 2 20 0 15 0 406121014 11109400576 176775 33554432000 4194304 4196468 140735492334624 139796508777264 139797087541890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36937728 140735492336373 140735492338885 140735492338885 140735492341711 0
Current children cumulated CPU time: 955.19 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 707100 KiB

Child status: 0
Real time (s): 927.354
CPU time (s): 955.264
CPU user time (s): 953.644
CPU system time (s): 1.6202
CPU usage (%): 103.01
Max. virtual memory (cumulated for all children) (KiB): 10851968
Max. memory (cumulated for all children) (KiB): 710680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 953.644
system time used= 1.6202
maximum resident set size= 712224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116087
involuntary context switches= 3622


# summary of solver processes directly reported to runsolver:
#   pid: 10455
#   total CPU time (s): 955.264
#   total CPU user time (s): 953.644
#   total CPU system time (s): 1.6202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.18108 second user time and 8.42859 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-12 17:25:33
IDJOB=4387385
IDBENCH=135750
IDSOLVER=2823
FILE ID=node132/4387385-1568301983
RUNJOBID= node132-1568285902-5056
PBS_JOBID= 21701076
Free space on /tmp= 57952 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-4387385-1568301983/watcher-4387385-1568301983 -o /tmp/evaluation-result-4387385-1568301983/solver-4387385-1568301983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568285902-5056 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1445958131 HOME/instance-4387385-1568301983.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=1445958131

node132.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.95
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.95
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.95
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.95
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:        29243592 kB
MemAvailable:   30635672 kB
Buffers:          107764 kB
Cached:          1553012 kB
SwapCached:         8916 kB
Active:          1644956 kB
Inactive:        1297096 kB
Active(anon):    1280676 kB
Inactive(anon):    27660 kB
Active(file):     364280 kB
Inactive(file):  1269436 kB
Unevictable:      109512 kB
Mlocked:          109512 kB
SwapTotal:      67108860 kB
SwapFree:       67008376 kB
Dirty:             35200 kB
Writeback:             0 kB
AnonPages:       1384240 kB
Mapped:            43260 kB
Shmem:             18248 kB
Slab:             177316 kB
SReclaimable:     148396 kB
SUnreclaim:        28920 kB
KernelStack:        3840 kB
PageTables:         8752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2261976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1249280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 57920 MiB
End job on node132 at 2019-09-12 17:41:01