Trace number 4310316

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
OscaR - Hybrid 2018-08-14SAT (TO)116 252.028 242.126

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-20-30-00_c18.xml
MD5SUM22e303206e5b0ea869a7ab153bbd8d22
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark252.109
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1847640890
0.68/0.55	c timeout: 252
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.52/1.10	c Parsing done, starting first complete search...
1.79/1.13	o 176
1.79/1.13	o 171
1.79/1.13	o 166
1.79/1.13	o 163
1.79/1.14	o 160
1.79/1.14	o 158
1.79/1.14	o 156
1.79/1.16	o 155
1.79/1.17	o 153
1.79/1.19	o 150
1.79/1.19	o 148
2.68/1.43	o 147
3.29/1.64	o 144
3.51/1.71	o 143
3.51/1.73	o 140
3.51/1.78	o 139
3.62/1.81	o 138
3.62/1.87	o 136
5.05/3.19	c First complete search done, starting ALNS search...
5.41/3.47	o 127
6.14/3.81	o 126
6.14/3.86	o 123
6.72/4.19	o 121
20.26/16.35	o 119
20.36/16.50	o 118
20.47/16.53	o 117
20.77/16.85	o 116
252.00/242.11	s SATISFIABLE
252.00/242.11	v <instantiation>
252.00/242.11	v 	<list>
252.00/242.11	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] 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] d[15] d[16] d[17] d[18] d[19]
252.00/242.11	v 	</list>
252.00/242.11	v 	<values>
252.00/242.11	v 		14 10 8 6 7 4 1 0 2 3 5 9 11 12 18 19 17 16 15 13 12 4 8 6 8 4 7 2 2 4 15 5 5 8 12 4 4 4 1 1 
252.00/242.11	v 	</values>
252.00/242.11	v </instantiation>

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310316-1534333226/watcher-4310316-1534333226 -o /tmp/evaluation-result-4310316-1534333226/solver-4310316-1534333226 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534329043-20538 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1847640890 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310316-1534333226.xml 

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

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

solver pid=24369, runsolver pid=24366

[startup+0.100144 s]*
/proc/loadavg: 1.49 1.44 1.49 3/215 24384
/proc/meminfo: memFree=17514400/32770624 swapFree=67108860/67108860
[pid=24369] ppid=24366 vsize=14082736 memory=34140 CPUtime=0.11 cores=1,3,5,7
/proc/24369/stat : 24369 (java) S 24366 24369 20506 0 -1 1077944320 6956 0 0 0 10 1 0 0 20 0 15 0 250885739 14420721664 8535 33554432000 4194304 4196468 140725523494640 140725523477184 140518105915127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
/proc/24369/statm: 3520684 8535 3142 1 0 3482761 0
[pid=24369/tid=24371] ppid=24366 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 5031 0 0 0 8 1 0 0 20 0 15 0 250885739 14420721664 8535 33554432000 4194304 4196468 140725523494640 140518110109216 140518105937053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14082736 memory=5793855868883917241 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 8535 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250885741 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24377] ppid=24366 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24377/stat : 24377 (java) S 24366 24369 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250885742 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517647029408 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24378] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24378/stat : 24378 (java) S 24366 24369 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250885742 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517645976304 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24379] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24379/stat : 24379 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517644924880 140518105933723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24380] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24380/stat : 24380 (java) S 24366 24369 20506 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 250885744 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517643873008 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24381] ppid=24366 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24381/stat : 24381 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517642820464 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24382] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0.01 cores=1,3,5,7
/proc/24369/task/24382/stat : 24382 (java) R 24366 24369 20506 0 -1 4202560 238 0 0 0 1 0 0 0 20 0 15 0 250885744 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517641767408 140518090162425 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24383] ppid=24366 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24383/stat : 24383 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517572602720 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24384] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24384/stat : 24384 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885745 14420721664 8535 33554432000 4194304 4196468 140725523494640 140517571549744 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34140 KiB

[startup+0.215984 s]*
/proc/loadavg: 1.49 1.44 1.49 5/215 24384
/proc/meminfo: memFree=17499752/32770624 swapFree=67108860/67108860
[pid=24369] ppid=24366 vsize=14082736 memory=47824 CPUtime=0.32 cores=1,3,5,7
/proc/24369/stat : 24369 (java) S 24366 24369 20506 0 -1 1077944320 10029 0 0 0 30 2 0 0 20 0 15 0 250885739 14420721664 11956 33554432000 4194304 4196468 140725523494640 140725523477184 140518105915127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
/proc/24369/statm: 3520684 11956 3363 1 0 3482761 0
[pid=24369/tid=24371] ppid=24366 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 7758 0 0 0 19 1 0 0 20 0 15 0 250885739 14420721664 11956 33554432000 4194304 4196468 140725523494640 140518110143056 140518105927062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14082736 memory=4211974344078814602 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 11956 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250885741 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24377] ppid=24366 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24377/stat : 24377 (java) S 24366 24369 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250885742 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517647029408 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24378] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24378/stat : 24378 (java) S 24366 24369 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250885742 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517645976304 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24379] ppid=24366 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24379/stat : 24379 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517644924880 140518105933723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24380] ppid=24366 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24369/task/24380/stat : 24380 (java) S 24366 24369 20506 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 250885744 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517643873008 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24381] ppid=24366 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24369/task/24381/stat : 24381 (java) S 24366 24369 20506 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 250885744 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517642820464 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24382] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0.06 cores=1,3,5,7
/proc/24369/task/24382/stat : 24382 (java) S 24366 24369 20506 0 -1 1077944384 272 0 0 0 6 0 0 0 20 0 15 0 250885744 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517641767408 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24383] ppid=24366 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24383/stat : 24383 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517572602720 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24384] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24384/stat : 24384 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885745 14420721664 11956 33554432000 4194304 4196468 140725523494640 140517571549744 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47824 KiB

[startup+0.310407 s]*
/proc/loadavg: 1.49 1.44 1.49 3/215 24384
/proc/meminfo: memFree=17495720/32770624 swapFree=67108860/67108860
[pid=24369] ppid=24366 vsize=14082736 memory=51008 CPUtime=0.43 cores=1,3,5,7
/proc/24369/stat : 24369 (java) S 24366 24369 20506 0 -1 1077944320 10355 0 0 0 41 2 0 0 20 0 15 0 250885739 14420721664 12752 33554432000 4194304 4196468 140725523494640 140725523477184 140518105915127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
/proc/24369/statm: 3520684 12752 3365 1 0 3482761 0
[pid=24369/tid=24371] ppid=24366 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 8080 0 0 0 28 2 0 0 20 0 15 0 250885739 14420721664 12752 33554432000 4194304 4196468 140725523494640 140518110127048 140518086191002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14082736 memory=4211974344078814602 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 12752 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14082736 memory=140617874026424 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14082736 memory=140617766271500 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14082736 memory=140617766260175 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250885740 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14082736 memory=140617874044596 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250885741 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24377] ppid=24366 vsize=14082736 memory=140617766269359 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24377/stat : 24377 (java) S 24366 24369 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250885742 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517647029408 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24378] ppid=24366 vsize=14082736 memory=281235532529552 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24378/stat : 24378 (java) S 24366 24369 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250885742 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517645976304 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24379] ppid=24366 vsize=14082736 memory=281235532527248 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24379/stat : 24379 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517644924880 140518105933723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24380] ppid=24366 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24369/task/24380/stat : 24380 (java) S 24366 24369 20506 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 250885744 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517643873008 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24381] ppid=24366 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24369/task/24381/stat : 24381 (java) S 24366 24369 20506 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 250885744 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517642820464 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24382] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0.08 cores=1,3,5,7
/proc/24369/task/24382/stat : 24382 (java) S 24366 24369 20506 0 -1 1077944384 276 0 0 0 8 0 0 0 20 0 15 0 250885744 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517641767408 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24383] ppid=24366 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24383/stat : 24383 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517572602720 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24384] ppid=24366 vsize=14082736 memory=140617874024064 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24384/stat : 24384 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885745 14420721664 12752 33554432000 4194304 4196468 140725523494640 140517571549744 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51008 KiB

[startup+0.700766 s]
/proc/loadavg: 1.49 1.44 1.49 3/215 24384
/proc/meminfo: memFree=17472048/32770624 swapFree=67108860/67108860
[pid=24369] ppid=24366 vsize=14084804 memory=90876 CPUtime=1 cores=1,3,5,7
/proc/24369/stat : 24369 (java) S 24366 24369 20506 0 -1 1077944320 17088 0 0 0 96 4 0 0 20 0 15 0 250885739 14422839296 22719 33554432000 4194304 4196468 140725523494640 140725523477184 140518105915127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
/proc/24369/statm: 3521201 22719 3498 1 0 3483273 0
[pid=24369/tid=24371] ppid=24366 vsize=14084804 memory=876 CPUtime=0.67 cores=1,3,5,7
/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 14407 0 0 0 64 3 0 0 20 0 15 0 250885739 14422839296 22719 33554432000 4194304 4196468 140725523494640 140518110133568 140518089995614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14084804 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14422839296 22719 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14084804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14084804 memory=6296683612554547549 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250885740 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250885741 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24377] ppid=24366 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24377/stat : 24377 (java) S 24366 24369 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250885742 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517647029408 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24378] ppid=24366 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24378/stat : 24378 (java) S 24366 24369 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250885742 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517645976304 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24379] ppid=24366 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24379/stat : 24379 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517644924880 140518105933723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24380] ppid=24366 vsize=14084804 memory=269 CPUtime=0.08 cores=1,3,5,7
/proc/24369/task/24380/stat : 24380 (java) S 24366 24369 20506 0 -1 1077944384 557 0 0 0 8 0 0 0 20 0 15 0 250885744 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517643873008 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24381] ppid=24366 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/24369/task/24381/stat : 24381 (java) S 24366 24369 20506 0 -1 1077944384 378 0 0 0 6 0 0 0 20 0 15 0 250885744 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517642820464 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24382] ppid=24366 vsize=14084804 memory=20541 CPUtime=0.16 cores=1,3,5,7
/proc/24369/task/24382/stat : 24382 (java) S 24366 24369 20506 0 -1 1077944384 366 0 0 0 16 0 0 0 20 0 15 0 250885744 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517641767408 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24383] ppid=24366 vsize=14084804 memory=281235532713456 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24383/stat : 24383 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517572602720 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24384] ppid=24366 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24384/stat : 24384 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885745 14422839296 22719 33554432000 4194304 4196468 140725523494640 140517571549744 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90876 KiB

[startup+1.50075 s]
/proc/loadavg: 1.49 1.44 1.49 3/215 24384
/proc/meminfo: memFree=17436720/32770624 swapFree=67108860/67108860
[pid=24369] ppid=24366 vsize=14090948 memory=146472 CPUtime=2.99 cores=1,3,5,7
/proc/24369/stat : 24369 (java) S 24366 24369 20506 0 -1 1077944320 25011 0 0 0 292 7 0 0 20 0 15 0 250885739 14429130752 36618 33554432000 4194304 4196468 140725523494640 140725523477184 140518105915127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
/proc/24369/statm: 3522737 36618 3543 1 0 3484809 0
[pid=24369/tid=24371] ppid=24366 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 19199 0 0 0 142 5 0 0 20 0 15 0 250885739 14429130752 36618 33554432000 4194304 4196468 140725523494640 140518110150360 140517728517766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14090948 memory=-3535359994705172833 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14429130752 36618 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14090948 memory=-3472574513799858003 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14429130752 36618 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14090948 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250885740 14429130752 36618 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14090948 memory=-6439125508584596064 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250885740 14429130752 36618 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 250885741 14429130752 36618 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0

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

/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 37612 0 0 0 16047 9 0 0 20 0 15 0 250885739 14431227904 65088 33554432000 4194304 4196468 140725523494640 140518110153072 140517724738838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14092996 memory=258080 CPUtime=0.93 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 2825 0 0 0 87 6 0 0 20 0 15 0 250885740 14431227904 65088 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14092996 memory=258936 CPUtime=0.95 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 3526 0 0 0 89 6 0 0 20 0 15 0 250885740 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14092996 memory=261380 CPUtime=0.94 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 2591 0 0 0 88 6 0 0 20 0 15 0 250885740 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14092996 memory=260864 CPUtime=0.95 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 1359 0 0 0 89 6 0 0 20 0 15 0 250885740 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14092996 memory=261380 CPUtime=0.57 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 1961 0 0 0 51 6 0 0 20 0 15 0 250885741 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24377] ppid=24366 vsize=14092996 memory=260864 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24377/stat : 24377 (java) S 24366 24369 20506 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250885742 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517647029472 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24378] ppid=24366 vsize=14092996 memory=261384 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24378/stat : 24378 (java) S 24366 24369 20506 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250885742 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517645976320 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24379] ppid=24366 vsize=14092996 memory=213736 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24379/stat : 24379 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517644924880 140518105933723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24380] ppid=24366 vsize=14092996 memory=248216 CPUtime=2.14 cores=1,3,5,7
/proc/24369/task/24380/stat : 24380 (java) S 24366 24369 20506 0 -1 1077944384 16220 0 0 0 212 2 0 0 20 0 15 0 250885744 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517643873008 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24381] ppid=24366 vsize=14092996 memory=261380 CPUtime=1.63 cores=1,3,5,7
/proc/24369/task/24381/stat : 24381 (java) S 24366 24369 20506 0 -1 1077944384 13775 0 0 0 162 1 0 0 20 0 15 0 250885744 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517642820464 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24382] ppid=24366 vsize=14092996 memory=260356 CPUtime=0.83 cores=1,3,5,7
/proc/24369/task/24382/stat : 24382 (java) S 24366 24369 20506 0 -1 1077944384 9158 0 0 0 82 1 0 0 20 0 15 0 250885744 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517641767408 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24383] ppid=24366 vsize=14092996 memory=260864 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24383/stat : 24383 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517572602720 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24384] ppid=24366 vsize=14092996 memory=4616 CPUtime=0.09 cores=1,3,5,7
/proc/24369/task/24384/stat : 24384 (java) S 24366 24369 20506 0 -1 1077944384 1035 0 0 0 4 5 0 0 20 0 15 0 250885745 14431227904 65088 33554432000 4194304 4196468 140725523494640 140517571549744 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
Current children cumulated CPU time: 169.7 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 260352 KiB

[startup+222.301 s]
/proc/loadavg: 1.79 1.57 1.53 3/215 24467
/proc/meminfo: memFree=18824120/32770624 swapFree=67108860/67108860
[pid=24369] ppid=24366 vsize=14092996 memory=297740 CPUtime=231.77 cores=1,3,5,7
/proc/24369/stat : 24369 (java) S 24366 24369 20506 0 -1 1077944320 98317 0 0 0 23116 61 0 0 20 0 15 0 250885739 14431227904 74435 33554432000 4194304 4196468 140725523494640 140725523477184 140518105915127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
/proc/24369/statm: 3523249 74435 3598 1 0 3485321 0
[pid=24369/tid=24371] ppid=24366 vsize=14092996 memory=287204 CPUtime=219.93 cores=1,3,5,7
/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 39140 0 0 0 21982 11 0 0 20 0 15 0 250885739 14431227904 74435 33554432000 4194304 4196468 140725523494640 140518110153120 140517731137354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14092996 memory=285152 CPUtime=1.34 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 2960 0 0 0 125 9 0 0 20 0 15 0 250885740 14431227904 74435 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14092996 memory=298764 CPUtime=1.35 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 3705 0 0 0 126 9 0 0 20 0 15 0 250885740 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14092996 memory=298252 CPUtime=1.34 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 2723 0 0 0 126 8 0 0 20 0 15 0 250885740 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14092996 memory=248216 CPUtime=1.36 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 1505 0 0 0 128 8 0 0 20 0 15 0 250885740 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14092996 memory=281235532601072 CPUtime=0.74 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 2011 0 0 0 66 8 0 0 20 0 15 0 250885741 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24377] ppid=24366 vsize=14092996 memory=16228 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24377/stat : 24377 (java) S 24366 24369 20506 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250885742 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517647029472 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24378] ppid=24366 vsize=14092996 memory=37812 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24378/stat : 24378 (java) S 24366 24369 20506 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250885742 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517645976320 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24379] ppid=24366 vsize=14092996 memory=296216 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24379/stat : 24379 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517644924880 140518105933723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24380] ppid=24366 vsize=14092996 memory=296216 CPUtime=2.98 cores=1,3,5,7
/proc/24369/task/24380/stat : 24380 (java) S 24366 24369 20506 0 -1 1077944384 20049 0 0 0 295 3 0 0 20 0 15 0 250885744 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517643873008 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24381] ppid=24366 vsize=14092996 memory=4128 CPUtime=1.67 cores=1,3,5,7
/proc/24369/task/24381/stat : 24381 (java) S 24366 24369 20506 0 -1 1077944384 14141 0 0 0 166 1 0 0 20 0 15 0 250885744 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517642820464 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24382] ppid=24366 vsize=14092996 memory=68144 CPUtime=0.85 cores=1,3,5,7
/proc/24369/task/24382/stat : 24382 (java) S 24366 24369 20506 0 -1 1077944384 9610 0 0 0 84 1 0 0 20 0 15 0 250885744 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517641767408 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24383] ppid=24366 vsize=14092996 memory=284124 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24383/stat : 24383 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517572602720 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24384] ppid=24366 vsize=14092996 memory=284124 CPUtime=0.11 cores=1,3,5,7
/proc/24369/task/24384/stat : 24384 (java) S 24366 24369 20506 0 -1 1077944384 1041 0 0 0 5 6 0 0 20 0 15 0 250885745 14431227904 74435 33554432000 4194304 4196468 140725523494640 140517571549744 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
Current children cumulated CPU time: 231.77 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 297740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+242.11 s]
/proc/loadavg: 1.77 1.58 1.53 3/215 24467
/proc/meminfo: memFree=18853456/32770624 swapFree=67108860/67108860
[pid=24369] ppid=24366 vsize=14092996 memory=283928 CPUtime=252 cores=1,3,5,7
/proc/24369/stat : 24369 (java) S 24366 24369 20506 0 -1 1077944320 99512 0 0 0 25135 65 0 0 20 0 15 0 250885739 14431227904 70982 33554432000 4194304 4196468 140725523494640 140725523477184 140518105915127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
/proc/24369/statm: 3523249 70982 3598 1 0 3485321 0
[pid=24369/tid=24371] ppid=24366 vsize=14092996 memory=287524 CPUtime=239.53 cores=1,3,5,7
/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 39230 0 0 0 23941 12 0 0 20 0 15 0 250885739 14431227904 70982 33554432000 4194304 4196468 140725523494640 140518110153072 140517724738838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14092996 memory=298200 CPUtime=1.48 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 3221 0 0 0 138 10 0 0 20 0 15 0 250885740 14431227904 70982 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14092996 memory=283932 CPUtime=1.49 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 3997 0 0 0 139 10 0 0 20 0 15 0 250885740 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14092996 memory=282904 CPUtime=1.49 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 3003 0 0 0 140 9 0 0 20 0 15 0 250885740 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14092996 memory=282904 CPUtime=1.51 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 1777 0 0 0 142 9 0 0 20 0 15 0 250885740 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14092996 memory=284440 CPUtime=0.8 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 2011 0 0 0 71 9 0 0 20 0 15 0 250885741 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24377] ppid=24366 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24377/stat : 24377 (java) S 24366 24369 20506 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250885742 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517647029472 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24378] ppid=24366 vsize=14092996 memory=248216 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24378/stat : 24378 (java) S 24366 24369 20506 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250885742 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517645976320 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24379] ppid=24366 vsize=14092996 memory=876 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24379/stat : 24379 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517644924880 140518105933723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24380] ppid=24366 vsize=14092996 memory=10096 CPUtime=2.98 cores=1,3,5,7
/proc/24369/task/24380/stat : 24380 (java) S 24366 24369 20506 0 -1 1077944384 20049 0 0 0 295 3 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517643873008 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24381] ppid=24366 vsize=14092996 memory=297268 CPUtime=1.67 cores=1,3,5,7
/proc/24369/task/24381/stat : 24381 (java) S 24366 24369 20506 0 -1 1077944384 14141 0 0 0 166 1 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517642820464 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24382] ppid=24366 vsize=14092996 memory=299320 CPUtime=0.85 cores=1,3,5,7
/proc/24369/task/24382/stat : 24382 (java) S 24366 24369 20506 0 -1 1077944384 9610 0 0 0 84 1 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517641767408 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24383] ppid=24366 vsize=14092996 memory=2932 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24383/stat : 24383 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517572602720 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24384] ppid=24366 vsize=14092996 memory=4100 CPUtime=0.13 cores=1,3,5,7
/proc/24369/task/24384/stat : 24384 (java) S 24366 24369 20506 0 -1 1077944384 1041 0 0 0 6 7 0 0 20 0 15 0 250885745 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517571549744 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 283928 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+242.126 s]
# the end of solver process 24369 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.362 s, system=0.665795 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+242.11 s]
/proc/loadavg: 1.77 1.58 1.53 3/215 24467
/proc/meminfo: memFree=18853456/32770624 swapFree=67108860/67108860
[pid=24369] ppid=24366 vsize=14092996 memory=283928 CPUtime=252 cores=1,3,5,7
/proc/24369/stat : 24369 (java) S 24366 24369 20506 0 -1 1077944320 99512 0 0 0 25135 65 0 0 20 0 15 0 250885739 14431227904 70982 33554432000 4194304 4196468 140725523494640 140725523477184 140518105915127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
/proc/24369/statm: 3523249 70982 3598 1 0 3485321 0
[pid=24369/tid=24371] ppid=24366 vsize=14092996 memory=287524 CPUtime=239.53 cores=1,3,5,7
/proc/24369/task/24371/stat : 24371 (java) R 24366 24369 20506 0 -1 4202560 39230 0 0 0 23941 12 0 0 20 0 15 0 250885739 14431227904 70982 33554432000 4194304 4196468 140725523494640 140518110153072 140517724738838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24372] ppid=24366 vsize=14092996 memory=298200 CPUtime=1.48 cores=1,3,5,7
/proc/24369/task/24372/stat : 24372 (java) S 24366 24369 20506 0 -1 1077944384 3221 0 0 0 138 10 0 0 20 0 15 0 250885740 14431227904 70982 33554432000 4194304 4196468 140725523494640 140518043515920 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24373] ppid=24366 vsize=14092996 memory=283932 CPUtime=1.49 cores=1,3,5,7
/proc/24369/task/24373/stat : 24373 (java) S 24366 24369 20506 0 -1 1077944384 3997 0 0 0 139 10 0 0 20 0 15 0 250885740 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517701065872 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24374] ppid=24366 vsize=14092996 memory=282904 CPUtime=1.49 cores=1,3,5,7
/proc/24369/task/24374/stat : 24374 (java) S 24366 24369 20506 0 -1 1077944384 3003 0 0 0 140 9 0 0 20 0 15 0 250885740 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517700012816 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24375] ppid=24366 vsize=14092996 memory=282904 CPUtime=1.51 cores=1,3,5,7
/proc/24369/task/24375/stat : 24375 (java) S 24366 24369 20506 0 -1 1077944384 1777 0 0 0 142 9 0 0 20 0 15 0 250885740 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517698960272 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24376] ppid=24366 vsize=14092996 memory=284440 CPUtime=0.8 cores=1,3,5,7
/proc/24369/task/24376/stat : 24376 (java) S 24366 24369 20506 0 -1 1077944384 2011 0 0 0 71 9 0 0 20 0 15 0 250885741 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517648083184 140518105926274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24377] ppid=24366 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24377/stat : 24377 (java) S 24366 24369 20506 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250885742 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517647029472 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24378] ppid=24366 vsize=14092996 memory=248216 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24378/stat : 24378 (java) S 24366 24369 20506 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250885742 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517645976320 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24379] ppid=24366 vsize=14092996 memory=876 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24379/stat : 24379 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517644924880 140518105933723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24380] ppid=24366 vsize=14092996 memory=10096 CPUtime=2.98 cores=1,3,5,7
/proc/24369/task/24380/stat : 24380 (java) S 24366 24369 20506 0 -1 1077944384 20049 0 0 0 295 3 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517643873008 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24381] ppid=24366 vsize=14092996 memory=297268 CPUtime=1.67 cores=1,3,5,7
/proc/24369/task/24381/stat : 24381 (java) S 24366 24369 20506 0 -1 1077944384 14141 0 0 0 166 1 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517642820464 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24382] ppid=24366 vsize=14092996 memory=299320 CPUtime=0.85 cores=1,3,5,7
/proc/24369/task/24382/stat : 24382 (java) S 24366 24369 20506 0 -1 1077944384 9610 0 0 0 84 1 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517641767408 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24383] ppid=24366 vsize=14092996 memory=2932 CPUtime=0 cores=1,3,5,7
/proc/24369/task/24383/stat : 24383 (java) S 24366 24369 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250885744 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517572602720 140518105925333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
[pid=24369/tid=24384] ppid=24366 vsize=14092996 memory=4100 CPUtime=0.13 cores=1,3,5,7
/proc/24369/task/24384/stat : 24384 (java) S 24366 24369 20506 0 -1 1077944384 1041 0 0 0 6 7 0 0 20 0 15 0 250885745 14431227904 70982 33554432000 4194304 4196468 140725523494640 140517571549744 140518105926274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 16666624 140725523498074 140725523498254 140725523498254 140725523501007 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 283928 KiB

Child status: 143
Real time (s): 242.126
CPU time (s): 252.028
CPU user time (s): 251.362
CPU system time (s): 0.665795
CPU usage (%): 104.09
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 299820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.362
system time used= 0.665795
maximum resident set size= 300332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99817
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28918
involuntary context switches= 714


# summary of solver processes directly reported to runsolver:
#   pid: 24369
#   total CPU time (s): 252.028
#   total CPU user time (s): 251.362
#   total CPU system time (s): 0.665795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36182 second user time and 2.30296 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 13:40:26
IDJOB=4310316
IDBENCH=141631
IDSOLVER=2796
FILE ID=node139/4310316-1534333226
RUNJOBID= node139-1534329043-20538
PBS_JOBID= 21038153
Free space on /tmp= 39436 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-30-00_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310316-1534333226/watcher-4310316-1534333226 -o /tmp/evaluation-result-4310316-1534333226/solver-4310316-1534333226 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534329043-20538 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1847640890 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310316-1534333226.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=1847640890

node139.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.80
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.80
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.80
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.80
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:        17534192 kB
MemAvailable:   30059960 kB
Buffers:          271408 kB
Cached:         12368328 kB
SwapCached:            0 kB
Active:          7930400 kB
Inactive:        6599420 kB
Active(anon):    1843844 kB
Inactive(anon):   106804 kB
Active(file):    6086556 kB
Inactive(file):  6492616 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35848 kB
Writeback:             0 kB
AnonPages:       1841624 kB
Mapped:            78992 kB
Shmem:             57996 kB
Slab:             403820 kB
SReclaimable:     375056 kB
SUnreclaim:        28764 kB
KernelStack:        3792 kB
PageTables:         8668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3215556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1691648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 39400 MiB
End job on node139 at 2018-08-15 13:44:28