Trace number 4273315

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 - ALNS 2017-07-26SAT (TO)2 2520.1001 2448.8201

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-07-09.xml
MD5SUMa3ba3cad77540d9164e30b3f583ccc44
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.92215198
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints757
Number of domains1
Minimum domain size63
Maximum domain size63
Distribution of domain sizes[{"size":63,"count":63}]
Minimum variable degree50
Maximum variable degree50
Distribution of variable degrees[{"degree":50,"count":63}]
Minimum constraint arity4
Maximum constraint arity63
Distribution of constraint arities[{"arity":4,"count":756},{"arity":63,"count":1}]
Number of extensional constraints0
Number of intensional constraints756
Distribution of constraint types[{"type":"intension","count":756},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.26/0.38	c version: 2017-07-26
0.26/0.38	c seed: 2089573387
0.26/0.38	c timeout: 2520
0.26/0.38	c memlimit: 11000
0.26/0.39	c nbcore: 4
0.26/0.41	c Parsing instance...
2.31/1.12	c Parsing done, starting search...
2.55/1.22	o 62
2.92/1.35	o 61
3.56/1.58	o 6
7.29/2.93	o 4
17.12/12.10	o 3
45.37/39.72	o 2
2520.07/2448.80	s SATISFIABLE
2520.07/2448.80	v <instantiation>
2520.07/2448.80	v 	<list>
2520.07/2448.80	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8]
2520.07/2448.80	v 	</list>
2520.07/2448.80	v 	<values>
2520.07/2448.80	v 		0 0 1 1 1 1 1 1 2 0 1 0 0 1 2 2 2 1 0 1 1 2 2 0 0 2 0 1 0 2 0 2 0 1 0 2 1 1 0 2 0 0 2 1 2 1 2 2 0 0 1 0 2 1 2 2 0 1 2 2 0 0 1 
2520.07/2448.80	v 	</values>
2520.07/2448.80	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273315-1502902398/watcher-4273315-1502902398 -o /tmp/evaluation-result-4273315-1502902398/solver-4273315-1502902398 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502874281-11067 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2089573387 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273315-1502902398.xml 

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

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=14632, runsolver pid=14629

[startup+0.103215 s]*
/proc/loadavg: 1.99 1.99 1.87 3/204 14638
/proc/meminfo: memFree=27338804/32770624 swapFree=67108860/67108860
[pid=14632] ppid=14629 vsize=13573664 memory=16436 CPUtime=0.02 cores=1,3,5,7
/proc/14632/stat : 14632 (java) S 14629 14632 8289 0 -1 1077944320 4008 0 0 0 2 0 0 0 20 0 9 0 138054943 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140729602954832 140369243201271 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
/proc/14632/statm: 3393416 4109 2072 1 0 3382913 0
[pid=14632/tid=14634] ppid=14629 vsize=13573664 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 2648 0 0 0 2 0 0 0 20 0 9 0 138054951 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140369247437416 140369227281758 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13573664 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 138054952 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13573664 memory=140184252642944 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 138054952 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 138054952 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 138054952 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13573664 memory=140184252642944 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 138054954 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 138054954 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140368226264096 140369243211477 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 138054954 13899431936 4109 18446744073709551615 4194304 4196468 140729602972288 140368225211312 140369243211477 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 16436 KiB

[startup+0.210143 s]*
/proc/loadavg: 1.99 1.99 1.87 3/213 14647
/proc/meminfo: memFree=27329376/32770624 swapFree=67108860/67108860
[pid=14632] ppid=14629 vsize=13975920 memory=30228 CPUtime=0.1 cores=1,3,5,7
/proc/14632/stat : 14632 (java) S 14629 14632 8289 0 -1 1077944320 6890 0 0 0 9 1 0 0 20 0 15 0 138054943 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140729602954832 140369243201271 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
/proc/14632/statm: 3493980 7557 3349 1 0 3482759 0
[pid=14632/tid=14634] ppid=14629 vsize=13975920 memory=7077796292425249400 CPUtime=0.07 cores=1,3,5,7
/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 4967 0 0 0 7 0 0 0 20 0 15 0 138054951 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140369247404400 140369243223197 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13975920 memory=140184252642944 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 138054952 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13975920 memory=140184252642944 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 138054954 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 138054954 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368226264096 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 138054954 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368225211248 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14642] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14642/stat : 14642 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368224159568 140369243219867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14643] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14643/stat : 14643 (java) S 14629 14632 8289 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 138054957 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368223107952 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14644] ppid=14629 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14644/stat : 14644 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368222055152 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14645] ppid=14629 vsize=13975920 memory=140184252642944 CPUtime=0.01 cores=1,3,5,7
/proc/14632/task/14645/stat : 14645 (java) R 14629 14632 8289 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 15 0 138054957 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368221002352 140369222336780 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14646] ppid=14629 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14646/stat : 14646 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368219949792 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14647] ppid=14629 vsize=13975920 memory=140184252642944 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14647/stat : 14647 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054962 14311342080 7557 18446744073709551615 4194304 4196468 140729602972288 140368218897072 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30228 KiB

[startup+0.310596 s]*
/proc/loadavg: 1.99 1.99 1.87 4/213 14647
/proc/meminfo: memFree=27319368/32770624 swapFree=67108860/67108860
[pid=14632] ppid=14629 vsize=13975920 memory=39964 CPUtime=0.26 cores=1,3,5,7
/proc/14632/stat : 14632 (java) S 14629 14632 8289 0 -1 1077944320 10704 0 0 0 23 3 0 0 20 0 15 0 138054943 14311342080 9991 18446744073709551615 4194304 4196468 140729602972288 140729602954832 140369243201271 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
/proc/14632/statm: 3493980 9991 3537 1 0 3482759 0
[pid=14632/tid=14634] ppid=14629 vsize=13975920 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 8427 0 0 0 15 2 0 0 20 0 15 0 138054951 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140369247401056 140369243223197 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13975920 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13975920 memory=-8181451017726303605 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13975920 memory=8110268428378128441 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 138054952 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13975920 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 138054954 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 138054954 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368226264096 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 138054954 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368225211248 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14642] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14642/stat : 14642 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368224159568 140369243219867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14643] ppid=14629 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14632/task/14643/stat : 14643 (java) S 14629 14632 8289 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 15 0 138054957 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368223107952 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14644] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14644/stat : 14644 (java) S 14629 14632 8289 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 15 0 138054957 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368222055152 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14645] ppid=14629 vsize=13975920 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14632/task/14645/stat : 14645 (java) R 14629 14632 8289 0 -1 4202560 421 0 0 0 4 0 0 0 20 0 15 0 138054957 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368221002352 140369222158369 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14646] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14646/stat : 14646 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368219949792 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14647] ppid=14629 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14647/stat : 14647 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054962 14311342080 10057 18446744073709551615 4194304 4196468 140729602972288 140368218897072 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39964 KiB

[startup+0.709257 s]
/proc/loadavg: 1.99 1.99 1.87 4/213 14647
/proc/meminfo: memFree=27304664/32770624 swapFree=67108860/67108860
[pid=14632] ppid=14629 vsize=13977988 memory=71128 CPUtime=1.12 cores=1,3,5,7
/proc/14632/stat : 14632 (java) S 14629 14632 8289 0 -1 1077944320 13946 0 0 0 108 4 0 0 20 0 15 0 138054943 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140729602954832 140369243201271 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
/proc/14632/statm: 3494497 17782 3730 1 0 3483271 0
[pid=14632/tid=14634] ppid=14629 vsize=13977988 memory=2590536369921 CPUtime=0.56 cores=1,3,5,7
/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 10373 0 0 0 53 3 0 0 20 0 15 0 138054951 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140369247434192 140369227244901 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13977988 memory=2616306173697 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13977988 memory=2633486042881 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13977988 memory=66508736 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054952 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13977988 memory=-8556737395271162992 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 138054952 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13977988 memory=6152287975781979490 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 138054954 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13977988 memory=8025788822668141932 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 138054954 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368226264096 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13977988 memory=280368217514720 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 138054954 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368225211248 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14642] ppid=14629 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14642/stat : 14642 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368224159568 140369243219867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14643] ppid=14629 vsize=13977988 memory=15825482134324680 CPUtime=0.17 cores=1,3,5,7
/proc/14632/task/14643/stat : 14643 (java) R 14629 14632 8289 0 -1 4202560 694 0 0 0 17 0 0 0 20 0 15 0 138054957 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368223107088 140369236297847 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14644] ppid=14629 vsize=13977988 memory=1436 CPUtime=0.13 cores=1,3,5,7
/proc/14632/task/14644/stat : 14644 (java) R 14629 14632 8289 0 -1 4202560 625 0 0 0 13 0 0 0 20 0 15 0 138054957 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368222044624 140369229224177 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14645] ppid=14629 vsize=13977988 memory=1200 CPUtime=0.23 cores=1,3,5,7
/proc/14632/task/14645/stat : 14645 (java) R 14629 14632 8289 0 -1 4202560 874 0 0 0 23 0 0 0 20 0 15 0 138054957 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368221002352 140369224786442 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14646] ppid=14629 vsize=13977988 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14646/stat : 14646 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368219949792 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14647] ppid=14629 vsize=13977988 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14647/stat : 14647 (java) S 14629 14632 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 138054962 14313459712 17782 18446744073709551615 4194304 4196468 140729602972288 140368218897072 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 71128 KiB

[startup+1.50126 s]
/proc/loadavg: 1.99 1.99 1.87 4/213 14647
/proc/meminfo: memFree=27238160/32770624 swapFree=67108860/67108860
[pid=14632] ppid=14629 vsize=13982084 memory=224352 CPUtime=3.56 cores=1,3,5,7
/proc/14632/stat : 14632 (java) S 14629 14632 8289 0 -1 1077944320 31364 0 0 0 346 10 0 0 20 0 15 0 138054943 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140729602954832 140369243201271 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
/proc/14632/statm: 3495521 56088 3763 1 0 3484295 0
[pid=14632/tid=14634] ppid=14629 vsize=13982084 memory=4420 CPUtime=1.33 cores=1,3,5,7
/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 14320 0 0 0 126 7 0 0 20 0 15 0 138054951 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140369247437976 140368880111180 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13982084 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 138054952 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13982084 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 138054952 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13982084 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 138054952 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13982084 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 138054952 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13982084 memory=115 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140368226264096 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140368225211248 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14642] ppid=14629 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14642/stat : 14642 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140368224159568 140369243219867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14643] ppid=14629 vsize=13982084 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/14632/task/14643/stat : 14643 (java) R 14629 14632 8289 0 -1 4202560 3000 0 0 0 77 0 0 0 20 0 15 0 138054957 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140368223088968 140369228125650 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14644] ppid=14629 vsize=13982084 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/14632/task/14644/stat : 14644 (java) R 14629 14632 8289 0 -1 4202560 3554 0 0 0 71 0 0 0 20 0 15 0 138054957 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140368222035632 140369222439728 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14645] ppid=14629 vsize=13982084 memory=144526320749876 CPUtime=0.67 cores=1,3,5,7
/proc/14632/task/14645/stat : 14645 (java) S 14629 14632 8289 0 -1 1077944384 8700 0 0 0 66 1 0 0 20 0 15 0 138054957 14317654016 56088 18446744073709551615 4194304 4196468 140729602972288 140368221002352 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0

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

/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 91801 0 0 0 235748 71 0 0 20 0 15 0 138054951 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140369247439232 140368884571769 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13982084 memory=4872558044660077418 CPUtime=20.56 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 23259 0 0 0 2027 29 0 0 20 0 15 0 138054952 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13982084 memory=3220 CPUtime=20.55 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 20332 0 0 0 2026 29 0 0 20 0 15 0 138054952 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13982084 memory=1713564 CPUtime=20.55 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 16117 0 0 0 2028 27 0 0 20 0 15 0 138054952 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13982084 memory=-8774313645642428999 CPUtime=20.55 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 16024 0 0 0 2029 26 0 0 20 0 15 0 138054952 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13982084 memory=4872558044660077418 CPUtime=2.51 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 50702 0 0 0 206 45 0 0 20 0 15 0 138054954 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13982084 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368226264160 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13982084 memory=928 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368225211264 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14642] ppid=14629 vsize=13982084 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14642/stat : 14642 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368224159568 140369243219867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14643] ppid=14629 vsize=13982084 memory=844 CPUtime=2.67 cores=1,3,5,7
/proc/14632/task/14643/stat : 14643 (java) S 14629 14632 8289 0 -1 1077944384 22982 0 0 0 264 3 0 0 20 0 15 0 138054957 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368223107952 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14644] ppid=14629 vsize=13982084 memory=4872558044660077418 CPUtime=3.69 cores=1,3,5,7
/proc/14632/task/14644/stat : 14644 (java) S 14629 14632 8289 0 -1 1077944384 32755 0 0 0 365 4 0 0 20 0 15 0 138054957 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368222055152 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14645] ppid=14629 vsize=13982084 memory=1182016 CPUtime=1.05 cores=1,3,5,7
/proc/14632/task/14645/stat : 14645 (java) S 14629 14632 8289 0 -1 1077944384 21261 0 0 0 101 4 0 0 20 0 15 0 138054957 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368221002352 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14646] ppid=14629 vsize=13982084 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14646/stat : 14646 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368219949792 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14647] ppid=14629 vsize=13982084 memory=3220 CPUtime=1.35 cores=1,3,5,7
/proc/14632/task/14647/stat : 14647 (java) S 14629 14632 8289 0 -1 1077944384 2071 0 0 0 56 79 0 0 20 0 15 0 138054962 14317654016 292939 18446744073709551615 4194304 4196468 140729602972288 140368218897072 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
Current children cumulated CPU time: 2451.77 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1171756 KiB

[startup+2442.3 s]*
/proc/loadavg: 1.22 1.36 1.48 6/214 14923
/proc/meminfo: memFree=28351868/32770624 swapFree=67108860/67108860
[pid=14632] ppid=14629 vsize=13982084 memory=1107116 CPUtime=2513.42 cores=1,3,5,7
/proc/14632/stat : 14632 (java) S 14629 14632 8289 0 -1 1077944320 304221 0 0 0 251042 300 0 0 20 0 15 0 138054943 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140729602954832 140369243201271 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
/proc/14632/statm: 3495521 276779 3835 1 0 3484295 0
[pid=14632/tid=14634] ppid=14629 vsize=13982084 memory=-8774313645642428999 CPUtime=2417.57 cores=1,3,5,7
/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 94270 0 0 0 241685 72 0 0 20 0 15 0 138054951 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140369247439152 140368884338125 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13982084 memory=4872558044660077418 CPUtime=21.09 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 23447 0 0 0 2080 29 0 0 20 0 15 0 138054952 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13982084 memory=1840 CPUtime=21.1 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 20606 0 0 0 2080 30 0 0 20 0 15 0 138054952 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13982084 memory=792 CPUtime=21.09 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 16174 0 0 0 2081 28 0 0 20 0 15 0 138054952 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13982084 memory=2164 CPUtime=21.09 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 16049 0 0 0 2083 26 0 0 20 0 15 0 138054952 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13982084 memory=928 CPUtime=2.58 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 52762 0 0 0 212 46 0 0 20 0 15 0 138054954 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13982084 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368226264160 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13982084 memory=1115324 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368225211264 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14642] ppid=14629 vsize=13982084 memory=1113784 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14642/stat : 14642 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368224159568 140369243219867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14643] ppid=14629 vsize=13982084 memory=18484 CPUtime=2.68 cores=1,3,5,7
/proc/14632/task/14643/stat : 14643 (java) S 14629 14632 8289 0 -1 1077944384 23136 0 0 0 265 3 0 0 20 0 15 0 138054957 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368223107952 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14644] ppid=14629 vsize=13982084 memory=3912 CPUtime=3.7 cores=1,3,5,7
/proc/14632/task/14644/stat : 14644 (java) S 14629 14632 8289 0 -1 1077944384 32953 0 0 0 366 4 0 0 20 0 15 0 138054957 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368222055152 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14645] ppid=14629 vsize=13982084 memory=2768 CPUtime=1.05 cores=1,3,5,7
/proc/14632/task/14645/stat : 14645 (java) S 14629 14632 8289 0 -1 1077944384 21263 0 0 0 101 4 0 0 20 0 15 0 138054957 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368221002352 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14646] ppid=14629 vsize=13982084 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14646/stat : 14646 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368219949792 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14647] ppid=14629 vsize=13982084 memory=4068 CPUtime=1.39 cores=1,3,5,7
/proc/14632/task/14647/stat : 14647 (java) S 14629 14632 8289 0 -1 1077944384 2091 0 0 0 58 81 0 0 20 0 15 0 138054962 14317654016 276779 18446744073709551615 4194304 4196468 140729602972288 140368218897072 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
Current children cumulated CPU time: 2513.42 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1107116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2448.8 s]
/proc/loadavg: 1.21 1.35 1.48 3/214 14923
/proc/meminfo: memFree=28368684/32770624 swapFree=67108860/67108860
[pid=14632] ppid=14629 vsize=13982084 memory=1100960 CPUtime=2520.07 cores=1,3,5,7
/proc/14632/stat : 14632 (java) S 14629 14632 8289 0 -1 1077944320 304536 0 0 0 251707 300 0 0 20 0 15 0 138054943 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140729602954832 140369243201271 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
/proc/14632/statm: 3495521 275240 3835 1 0 3484295 0
[pid=14632/tid=14634] ppid=14629 vsize=13982084 memory=1108656 CPUtime=2424 cores=1,3,5,7
/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 94492 0 0 0 242328 72 0 0 20 0 15 0 138054951 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369247439232 140368884328245 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13982084 memory=1100960 CPUtime=21.14 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 23468 0 0 0 2085 29 0 0 20 0 15 0 138054952 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13982084 memory=1840 CPUtime=21.15 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 20642 0 0 0 2085 30 0 0 20 0 15 0 138054952 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13982084 memory=792 CPUtime=21.15 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 16201 0 0 0 2087 28 0 0 20 0 15 0 138054952 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13982084 memory=1110196 CPUtime=21.14 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 16054 0 0 0 2088 26 0 0 20 0 15 0 138054952 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13982084 memory=1121480 CPUtime=2.58 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 52764 0 0 0 212 46 0 0 20 0 15 0 138054954 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13982084 memory=1106092 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368226264160 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13982084 memory=1107116 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368225211264 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14642] ppid=14629 vsize=13982084 memory=1101988 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14642/stat : 14642 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368224159568 140369243219867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14643] ppid=14629 vsize=13982084 memory=2768 CPUtime=2.68 cores=1,3,5,7
/proc/14632/task/14643/stat : 14643 (java) S 14629 14632 8289 0 -1 1077944384 23136 0 0 0 265 3 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368223107952 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14644] ppid=14629 vsize=13982084 memory=3912 CPUtime=3.7 cores=1,3,5,7
/proc/14632/task/14644/stat : 14644 (java) S 14629 14632 8289 0 -1 1077944384 32953 0 0 0 366 4 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368222055152 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14645] ppid=14629 vsize=13982084 memory=2768 CPUtime=1.05 cores=1,3,5,7
/proc/14632/task/14645/stat : 14645 (java) S 14629 14632 8289 0 -1 1077944384 21263 0 0 0 101 4 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368221002352 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14646] ppid=14629 vsize=13982084 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14646/stat : 14646 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368219949792 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14647] ppid=14629 vsize=13982084 memory=4068 CPUtime=1.4 cores=1,3,5,7
/proc/14632/task/14647/stat : 14647 (java) S 14629 14632 8289 0 -1 1077944384 2093 0 0 0 58 82 0 0 20 0 15 0 138054962 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368218897072 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1100960 KiB

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

[startup+2448.82 s]
# the end of solver process 14632 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.09 s, system=3.01324 s

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

[startup+2448.8 s]
/proc/loadavg: 1.21 1.35 1.48 3/214 14923
/proc/meminfo: memFree=28368684/32770624 swapFree=67108860/67108860
[pid=14632] ppid=14629 vsize=13982084 memory=1100960 CPUtime=2520.07 cores=1,3,5,7
/proc/14632/stat : 14632 (java) S 14629 14632 8289 0 -1 1077944320 304536 0 0 0 251707 300 0 0 20 0 15 0 138054943 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140729602954832 140369243201271 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
/proc/14632/statm: 3495521 275240 3835 1 0 3484295 0
[pid=14632/tid=14634] ppid=14629 vsize=13982084 memory=1108656 CPUtime=2424 cores=1,3,5,7
/proc/14632/task/14634/stat : 14634 (java) R 14629 14632 8289 0 -1 4202560 94492 0 0 0 242328 72 0 0 20 0 15 0 138054951 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369247439232 140368884328245 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14635] ppid=14629 vsize=13982084 memory=1100960 CPUtime=21.14 cores=1,3,5,7
/proc/14632/task/14635/stat : 14635 (java) S 14629 14632 8289 0 -1 1077944384 23468 0 0 0 2085 29 0 0 20 0 15 0 138054952 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369200168080 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14636] ppid=14629 vsize=13982084 memory=1840 CPUtime=21.15 cores=1,3,5,7
/proc/14632/task/14636/stat : 14636 (java) S 14629 14632 8289 0 -1 1077944384 20642 0 0 0 2085 30 0 0 20 0 15 0 138054952 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369199115280 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14637] ppid=14629 vsize=13982084 memory=792 CPUtime=21.15 cores=1,3,5,7
/proc/14632/task/14637/stat : 14637 (java) S 14629 14632 8289 0 -1 1077944384 16201 0 0 0 2087 28 0 0 20 0 15 0 138054952 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369198062480 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14638] ppid=14629 vsize=13982084 memory=1110196 CPUtime=21.14 cores=1,3,5,7
/proc/14632/task/14638/stat : 14638 (java) S 14629 14632 8289 0 -1 1077944384 16054 0 0 0 2088 26 0 0 20 0 15 0 138054952 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140369197009680 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14639] ppid=14629 vsize=13982084 memory=1121480 CPUtime=2.58 cores=1,3,5,7
/proc/14632/task/14639/stat : 14639 (java) S 14629 14632 8289 0 -1 1077944384 52764 0 0 0 212 46 0 0 20 0 15 0 138054954 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368227318128 140369243212418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14640] ppid=14629 vsize=13982084 memory=1106092 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14640/stat : 14640 (java) S 14629 14632 8289 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368226264160 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14641] ppid=14629 vsize=13982084 memory=1107116 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14641/stat : 14641 (java) S 14629 14632 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 138054954 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368225211264 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14642] ppid=14629 vsize=13982084 memory=1101988 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14642/stat : 14642 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368224159568 140369243219867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14643] ppid=14629 vsize=13982084 memory=2768 CPUtime=2.68 cores=1,3,5,7
/proc/14632/task/14643/stat : 14643 (java) S 14629 14632 8289 0 -1 1077944384 23136 0 0 0 265 3 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368223107952 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14644] ppid=14629 vsize=13982084 memory=3912 CPUtime=3.7 cores=1,3,5,7
/proc/14632/task/14644/stat : 14644 (java) S 14629 14632 8289 0 -1 1077944384 32953 0 0 0 366 4 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368222055152 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14645] ppid=14629 vsize=13982084 memory=2768 CPUtime=1.05 cores=1,3,5,7
/proc/14632/task/14645/stat : 14645 (java) S 14629 14632 8289 0 -1 1077944384 21263 0 0 0 101 4 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368221002352 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14646] ppid=14629 vsize=13982084 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/14632/task/14646/stat : 14646 (java) S 14629 14632 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 138054957 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368219949792 140369243211477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
[pid=14632/tid=14647] ppid=14629 vsize=13982084 memory=4068 CPUtime=1.4 cores=1,3,5,7
/proc/14632/task/14647/stat : 14647 (java) S 14629 14632 8289 0 -1 1077944384 2093 0 0 0 58 82 0 0 20 0 15 0 138054962 14317654016 275240 18446744073709551615 4194304 4196468 140729602972288 140368218897072 140369243212418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18219008 140729602978164 140729602978345 140729602978345 140729602981839 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1100960 KiB

Child status: 143
Real time (s): 2448.82
CPU time (s): 2520.1
CPU user time (s): 2517.09
CPU system time (s): 3.01324
CPU usage (%): 102.911
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 2744604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.09
system time used= 3.01324
maximum resident set size= 2747608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304862
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113955
involuntary context switches= 5206


# summary of solver processes directly reported to runsolver:
#   pid: 14632
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.09
#   total CPU system time (s): 3.01324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8664 second user time and 22.6699 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-16 18:39:10
IDJOB=4273315
IDBENCH=139744
IDSOLVER=2665
FILE ID=node133/4273315-1502902398
RUNJOBID= node133-1502874281-11067
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-07-09.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273315-1502902398/watcher-4273315-1502902398 -o /tmp/evaluation-result-4273315-1502902398/solver-4273315-1502902398 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502874281-11067 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2089573387 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273315-1502902398.xml

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

MD5SUM BENCH= a3ba3cad77540d9164e30b3f583ccc44
RANDOM SEED=2089573387

node133.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.17
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.17
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.17
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.17
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:        27345828 kB
MemAvailable:   28222832 kB
Buffers:          287600 kB
Cached:           889848 kB
SwapCached:            0 kB
Active:          4661548 kB
Inactive:         300732 kB
Active(anon):    3725356 kB
Inactive(anon):   108944 kB
Active(file):     936192 kB
Inactive(file):   191788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42256 kB
Writeback:             0 kB
AnonPages:       3780232 kB
Mapped:            78348 kB
Shmem:             49852 kB
Slab:             157112 kB
SReclaimable:     129716 kB
SUnreclaim:        27396 kB
KernelStack:        3488 kB
PageTables:        12400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4421156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3635200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-16 19:19:59