Trace number 4273035

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)4 2520.0801 2471.8101

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-2-fullins-3.xml
MD5SUM73fd83f8962f0084b0563a84899fe1a3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.149295
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints201
Number of domains1
Minimum domain size52
Maximum domain size52
Distribution of domain sizes[{"size":52,"count":52}]
Minimum variable degree5
Maximum variable degree16
Distribution of variable degrees[{"degree":5,"count":4},{"degree":6,"count":10},{"degree":7,"count":6},{"degree":8,"count":16},{"degree":11,"count":4},{"degree":12,"count":8},{"degree":16,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":201}]
Number of extensional constraints0
Number of intensional constraints201
Distribution of constraint types[{"type":"intension","count":201}]
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.28/0.38	c version: 2017-07-26
0.28/0.38	c seed: 74777188
0.28/0.38	c timeout: 2520
0.28/0.38	c memlimit: 11000
0.28/0.38	c nbcore: 4
0.28/0.40	c Parsing instance...
1.13/0.84	c Parsing done, starting search...
1.13/0.86	o 51
1.31/0.94	o 50
1.31/1.01	o 4
2520.05/2471.80	s SATISFIABLE
2520.05/2471.80	v <instantiation>
2520.05/2471.80	v 	<list>
2520.05/2471.80	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51]
2520.05/2471.80	v 	</list>
2520.05/2471.80	v 	<values>
2520.05/2471.80	v 		2 3 1 1 2 2 3 3 1 2 3 4 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 0 1 2 3 
2520.05/2471.80	v 	</values>
2520.05/2471.80	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273035-1502782993/watcher-4273035-1502782993 -o /tmp/evaluation-result-4273035-1502782993/solver-4273035-1502782993 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4850 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 74777188 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273035-1502782993.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
solver pid=21452, runsolver pid=21449
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 1.31 1.45 1.43 3/203 21458
/proc/meminfo: memFree=30676012/32770624 swapFree=67108776/67108860
[pid=21452] ppid=21449 vsize=13440536 memory=15720 CPUtime=0.01 cores=1,3,5,7
/proc/21452/stat : 21452 (java) S 21449 21452 7084 0 -1 1077944320 3775 0 0 0 1 0 0 0 20 0 7 0 177951978 13763108864 3930 18446744073709551615 4194304 4196468 140720589065680 140720589048224 139849893150455 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
/proc/21452/statm: 3360134 3930 2011 1 0 3349631 0
[pid=21452/tid=21454] ppid=21449 vsize=13440536 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 2471 0 0 0 1 0 0 0 20 0 7 0 177951986 13763108864 3930 18446744073709551615 4194304 4196468 140720589065680 139849897392912 139849877230942 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13440536 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 177951987 13763108864 3930 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13440536 memory=139656262923904 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 177951987 13763108864 3930 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 177951987 13763108864 3930 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13440536 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 177951987 13763108864 3930 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13440536 memory=139656262923904 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 177951989 13763108864 3930 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 15720 KiB

[startup+0.210685 s]*
/proc/loadavg: 1.31 1.45 1.43 3/212 21467
/proc/meminfo: memFree=30665084/32770624 swapFree=67108776/67108860
[pid=21452] ppid=21449 vsize=13976944 memory=33836 CPUtime=0.11 cores=1,3,5,7
/proc/21452/stat : 21452 (java) S 21449 21452 7084 0 -1 1077944320 8891 0 0 0 9 2 0 0 20 0 15 0 177951978 14312390656 8459 18446744073709551615 4194304 4196468 140720589065680 140720589048224 139849893150455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
/proc/21452/statm: 3493980 8459 3386 1 0 3482759 0
[pid=21452/tid=21454] ppid=21449 vsize=13976944 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 7101 0 0 0 7 1 0 0 20 0 15 0 177951986 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849897339904 139849885830173 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13976944 memory=329 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13976944 memory=3618840437968942752 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 177951987 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13976944 memory=139656262923904 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 177951989 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21460] ppid=21449 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 177951989 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849438484000 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21461] ppid=21449 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 177951989 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849369642352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21462] ppid=21449 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849368590672 139849893169051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21463] ppid=21449 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 7084 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 177951992 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849367538032 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21464] ppid=21449 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849366485232 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21465] ppid=21449 vsize=13976944 memory=139656262923904 CPUtime=0.01 cores=1,3,5,7
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 7084 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 15 0 177951992 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849365432432 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21466] ppid=21449 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849364379872 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21467] ppid=21449 vsize=13976944 memory=139656262923904 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951995 14312390656 8656 18446744073709551615 4194304 4196468 140720589065680 139849363328176 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 33836 KiB

[startup+0.315263 s]*
/proc/loadavg: 1.31 1.45 1.43 4/212 21467
/proc/meminfo: memFree=30655184/32770624 swapFree=67108776/67108860
[pid=21452] ppid=21449 vsize=13975920 memory=40636 CPUtime=0.28 cores=1,3,5,7
/proc/21452/stat : 21452 (java) S 21449 21452 7084 0 -1 1077944320 10899 0 0 0 25 3 0 0 20 0 15 0 177951978 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 140720589048224 139849893150455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
/proc/21452/statm: 3493980 10159 3615 1 0 3482759 0
[pid=21452/tid=21454] ppid=21449 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 8480 0 0 0 16 2 0 0 20 0 15 0 177951986 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849897358720 139849893172381 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 177951987 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 177951989 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21460] ppid=21449 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 177951989 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849438484000 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21461] ppid=21449 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 177951989 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849369642352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21462] ppid=21449 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849368590672 139849893169051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21463] ppid=21449 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 7084 0 -1 1077944384 327 0 0 0 1 0 0 0 20 0 15 0 177951992 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849367538032 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21464] ppid=21449 vsize=13975920 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 7084 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 177951992 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849366485232 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21465] ppid=21449 vsize=13975920 memory=139656262923904 CPUtime=0.05 cores=1,3,5,7
/proc/21452/task/21465/stat : 21465 (java) R 21449 21452 7084 0 -1 4202560 436 0 0 0 5 0 0 0 20 0 15 0 177951992 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849365432432 139849893171802 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21466] ppid=21449 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849364379872 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21467] ppid=21449 vsize=13975920 memory=139656262923904 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951995 14311342080 10159 18446744073709551615 4194304 4196468 140720589065680 139849363328176 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40636 KiB

[startup+0.700827 s]
/proc/loadavg: 1.31 1.45 1.43 4/212 21467
/proc/meminfo: memFree=30640456/32770624 swapFree=67108776/67108860
[pid=21452] ppid=21449 vsize=13977988 memory=66360 CPUtime=0.98 cores=1,3,5,7
/proc/21452/stat : 21452 (java) S 21449 21452 7084 0 -1 1077944320 13842 0 0 0 93 5 0 0 20 0 15 0 177951978 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 140720589048224 139849893150455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
/proc/21452/statm: 3494497 16590 3729 1 0 3483271 0
[pid=21452/tid=21454] ppid=21449 vsize=13977988 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 10494 0 0 0 52 4 0 0 20 0 15 0 177951986 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849897379744 139849893172381 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13977988 memory=279312326463184 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13977988 memory=31602393 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13977988 memory=-7886167514736700194 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13977988 memory=6298654963638032225 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 177951987 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13977988 memory=7453282923410058349 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 177951989 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21460] ppid=21449 vsize=13977988 memory=6502580487379 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 177951989 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849438484000 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21461] ppid=21449 vsize=13977988 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 177951989 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849369642352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21462] ppid=21449 vsize=13977988 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849368590672 139849893169051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21463] ppid=21449 vsize=13977988 memory=44440 CPUtime=0.09 cores=1,3,5,7
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 7084 0 -1 1077944384 669 0 0 0 9 0 0 0 20 0 15 0 177951992 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849367538032 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21464] ppid=21449 vsize=13977988 memory=636 CPUtime=0.1 cores=1,3,5,7
/proc/21452/task/21464/stat : 21464 (java) R 21449 21452 7084 0 -1 4202560 521 0 0 0 10 0 0 0 20 0 15 0 177951992 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849366485232 139849876491811 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21465] ppid=21449 vsize=13977988 memory=1796 CPUtime=0.21 cores=1,3,5,7
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 7084 0 -1 1077944384 776 0 0 0 21 0 0 0 20 0 15 0 177951992 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849365432432 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21466] ppid=21449 vsize=13977988 memory=960 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849364379872 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21467] ppid=21449 vsize=13977988 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951995 14313459712 16590 18446744073709551615 4194304 4196468 140720589065680 139849363328176 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66360 KiB

[startup+1.50125 s]
/proc/loadavg: 1.31 1.45 1.43 6/212 21467
/proc/meminfo: memFree=30596420/32770624 swapFree=67108776/67108860
[pid=21452] ppid=21449 vsize=13982084 memory=180500 CPUtime=3.27 cores=1,3,5,7
/proc/21452/stat : 21452 (java) S 21449 21452 7084 0 -1 1077944320 31344 0 0 0 317 10 0 0 20 0 15 0 177951978 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 140720589048224 139849893150455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
/proc/21452/statm: 3495521 45125 3756 1 0 3484295 0
[pid=21452/tid=21454] ppid=21449 vsize=13982084 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 14786 0 0 0 129 7 0 0 20 0 15 0 177951986 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849897379984 139849525882091 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 177951987 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13982084 memory=279312326800704 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 177951987 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21460] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849438484000 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21461] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849369642352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21462] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849368590672 139849893169051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21463] ppid=21449 vsize=13982084 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/21452/task/21463/stat : 21463 (java) R 21449 21452 7084 0 -1 4202560 6375 0 0 0 70 1 0 0 20 0 15 0 177951992 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849367531056 139849872437856 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21464] ppid=21449 vsize=13982084 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/21452/task/21464/stat : 21464 (java) R 21449 21452 7084 0 -1 4202560 5260 0 0 0 71 0 0 0 20 0 15 0 177951992 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849366478480 139849876650573 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21465] ppid=21449 vsize=13982084 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 7084 0 -1 1077944384 3519 0 0 0 47 0 0 0 20 0 15 0 177951992 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849365432432 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21466] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849364379872 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21467] ppid=21449 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 177951995 14317654016 45125 18446744073709551615 4194304 4196468 140720589065680 139849363328176 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0

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

/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 60595 0 0 0 229461 56 0 0 20 0 15 0 177951986 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849897388784 139849525665387 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13982084 memory=767236 CPUtime=14.1 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 6669 0 0 0 1341 69 0 0 20 0 15 0 177951987 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13982084 memory=960524 CPUtime=14.2 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 6899 0 0 0 1355 65 0 0 20 0 15 0 177951987 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13982084 memory=960320 CPUtime=14.14 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 7425 0 0 0 1347 67 0 0 20 0 15 0 177951987 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13982084 memory=960524 CPUtime=14.13 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 7961 0 0 0 1344 69 0 0 20 0 15 0 177951987 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13982084 memory=767236 CPUtime=9.13 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 9050 0 0 0 845 68 0 0 20 0 15 0 177951989 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21460] ppid=21449 vsize=13982084 memory=767236 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849438484064 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21461] ppid=21449 vsize=13982084 memory=767236 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 7084 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849369642368 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21462] ppid=21449 vsize=13982084 memory=960524 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849368590672 139849893169051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21463] ppid=21449 vsize=13982084 memory=960652 CPUtime=2.5 cores=1,3,5,7
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 7084 0 -1 1077944384 24747 0 0 0 247 3 0 0 20 0 15 0 177951992 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849367538032 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21464] ppid=21449 vsize=13982084 memory=960652 CPUtime=2.55 cores=1,3,5,7
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 7084 0 -1 1077944384 24031 0 0 0 253 2 0 0 20 0 15 0 177951992 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849366485232 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21465] ppid=21449 vsize=13982084 memory=2460 CPUtime=0.76 cores=1,3,5,7
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 7084 0 -1 1077944384 21159 0 0 0 73 3 0 0 20 0 15 0 177951992 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849365432432 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21466] ppid=21449 vsize=13982084 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849364379872 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21467] ppid=21449 vsize=13982084 memory=960320 CPUtime=1.45 cores=1,3,5,7
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 7084 0 -1 1077944384 865 0 0 0 62 83 0 0 20 0 15 0 177951995 14317654016 191809 18446744073709551615 4194304 4196468 140720589065680 139849363328176 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
Current children cumulated CPU time: 2368.24 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 767236 KiB

[startup+2382.3 s]
/proc/loadavg: 1.71 1.51 1.44 3/213 21717
/proc/meminfo: memFree=28929348/32770624 swapFree=67108776/67108860
[pid=21452] ppid=21449 vsize=13982084 memory=767248 CPUtime=2429.15 cores=1,3,5,7
/proc/21452/stat : 21452 (java) S 21449 21452 7084 0 -1 1077944320 172090 0 0 0 242496 419 0 0 20 0 15 0 177951978 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 140720589048224 139849893150455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
/proc/21452/statm: 3495521 191812 3829 1 0 3484295 0
[pid=21452/tid=21454] ppid=21449 vsize=13982084 memory=767248 CPUtime=2354.43 cores=1,3,5,7
/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 61505 0 0 0 235385 58 0 0 20 0 15 0 177951986 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849897388784 139849525201049 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13982084 memory=767236 CPUtime=14.42 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 6677 0 0 0 1371 71 0 0 20 0 15 0 177951987 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13982084 memory=767236 CPUtime=14.53 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 6954 0 0 0 1386 67 0 0 20 0 15 0 177951987 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13982084 memory=767236 CPUtime=14.46 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 7456 0 0 0 1378 68 0 0 20 0 15 0 177951987 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13982084 memory=767236 CPUtime=14.45 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 7964 0 0 0 1375 70 0 0 20 0 15 0 177951987 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13982084 memory=767248 CPUtime=9.44 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 9227 0 0 0 873 71 0 0 20 0 15 0 177951989 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21460] ppid=21449 vsize=13982084 memory=767248 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849438484064 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21461] ppid=21449 vsize=13982084 memory=767248 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 7084 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849369642368 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21462] ppid=21449 vsize=13982084 memory=767248 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849368590672 139849893169051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21463] ppid=21449 vsize=13982084 memory=767248 CPUtime=2.5 cores=1,3,5,7
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 7084 0 -1 1077944384 24749 0 0 0 247 3 0 0 20 0 15 0 177951992 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849367538032 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21464] ppid=21449 vsize=13982084 memory=4156 CPUtime=2.55 cores=1,3,5,7
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 7084 0 -1 1077944384 24045 0 0 0 253 2 0 0 20 0 15 0 177951992 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849366485232 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21465] ppid=21449 vsize=13982084 memory=767236 CPUtime=0.76 cores=1,3,5,7
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 7084 0 -1 1077944384 21182 0 0 0 73 3 0 0 20 0 15 0 177951992 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849365432432 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21466] ppid=21449 vsize=13982084 memory=767236 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849364379872 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21467] ppid=21449 vsize=13982084 memory=767248 CPUtime=1.5 cores=1,3,5,7
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 7084 0 -1 1077944384 880 0 0 0 64 86 0 0 20 0 15 0 177951995 14317654016 191812 18446744073709551615 4194304 4196468 140720589065680 139849363328176 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
Current children cumulated CPU time: 2429.15 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 767248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.51 1.45 3/213 21719
/proc/meminfo: memFree=28976552/32770624 swapFree=67108776/67108860
[pid=21452] ppid=21449 vsize=13982084 memory=767492 CPUtime=2490.07 cores=1,3,5,7
/proc/21452/stat : 21452 (java) S 21449 21452 7084 0 -1 1077944320 173834 0 0 0 248578 429 0 0 20 0 15 0 177951978 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 140720589048224 139849893150455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
/proc/21452/statm: 3495521 191873 3829 1 0 3484295 0
[pid=21452/tid=21454] ppid=21449 vsize=13982084 memory=767492 CPUtime=2413.65 cores=1,3,5,7
/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 62614 0 0 0 241306 59 0 0 20 0 15 0 177951986 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849897388784 139849525201790 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13982084 memory=767252 CPUtime=14.76 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 6724 0 0 0 1403 73 0 0 20 0 15 0 177951987 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13982084 memory=767492 CPUtime=14.86 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 6965 0 0 0 1418 68 0 0 20 0 15 0 177951987 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13982084 memory=767492 CPUtime=14.81 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 7468 0 0 0 1410 71 0 0 20 0 15 0 177951987 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13982084 memory=767492 CPUtime=14.79 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 8033 0 0 0 1407 72 0 0 20 0 15 0 177951987 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13982084 memory=767492 CPUtime=9.72 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 9400 0 0 0 900 72 0 0 20 0 15 0 177951989 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21460] ppid=21449 vsize=13982084 memory=767492 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849438484064 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21461] ppid=21449 vsize=13982084 memory=767492 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 7084 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849369642368 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21462] ppid=21449 vsize=13982084 memory=767492 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849368590672 139849893169051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21463] ppid=21449 vsize=13982084 memory=767492 CPUtime=2.51 cores=1,3,5,7
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 7084 0 -1 1077944384 24939 0 0 0 248 3 0 0 20 0 15 0 177951992 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849367538032 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21464] ppid=21449 vsize=13982084 memory=767492 CPUtime=2.55 cores=1,3,5,7
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 7084 0 -1 1077944384 24060 0 0 0 253 2 0 0 20 0 15 0 177951992 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849366485232 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21465] ppid=21449 vsize=13982084 memory=15884 CPUtime=0.76 cores=1,3,5,7
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 7084 0 -1 1077944384 21286 0 0 0 73 3 0 0 20 0 15 0 177951992 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849365432432 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21466] ppid=21449 vsize=13982084 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849364379872 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21467] ppid=21449 vsize=13982084 memory=767492 CPUtime=1.54 cores=1,3,5,7
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 7084 0 -1 1077944384 894 0 0 0 66 88 0 0 20 0 15 0 177951995 14317654016 191873 18446744073709551615 4194304 4196468 140720589065680 139849363328176 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
Current children cumulated CPU time: 2490.07 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 767492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.67 1.54 1.46 3/213 21719
/proc/meminfo: memFree=28995560/32770624 swapFree=67108776/67108860
[pid=21452] ppid=21449 vsize=13982084 memory=767500 CPUtime=2520.05 cores=1,3,5,7
/proc/21452/stat : 21452 (java) S 21449 21452 7084 0 -1 1077944320 174427 0 0 0 251571 434 0 0 20 0 15 0 177951978 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 140720589048224 139849893150455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
/proc/21452/statm: 3495521 191875 3829 1 0 3484295 0
[pid=21452/tid=21454] ppid=21449 vsize=13982084 memory=4600 CPUtime=2442.77 cores=1,3,5,7
/proc/21452/task/21454/stat : 21454 (java) R 21449 21452 7084 0 -1 4202560 63068 0 0 0 244217 60 0 0 20 0 15 0 177951986 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849897388672 139849525201829 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21455] ppid=21449 vsize=13982084 memory=1440 CPUtime=14.94 cores=1,3,5,7
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 7084 0 -1 1077944384 6736 0 0 0 1420 74 0 0 20 0 15 0 177951987 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849850116752 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21456] ppid=21449 vsize=13982084 memory=1724 CPUtime=15.04 cores=1,3,5,7
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 7084 0 -1 1077944384 6977 0 0 0 1434 70 0 0 20 0 15 0 177951987 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849849063952 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21457] ppid=21449 vsize=13982084 memory=988 CPUtime=14.98 cores=1,3,5,7
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 7084 0 -1 1077944384 7487 0 0 0 1427 71 0 0 20 0 15 0 177951987 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849848011152 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21458] ppid=21449 vsize=13982084 memory=12320 CPUtime=14.97 cores=1,3,5,7
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 7084 0 -1 1077944384 8036 0 0 0 1424 73 0 0 20 0 15 0 177951987 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849846958352 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21459] ppid=21449 vsize=13982084 memory=1196 CPUtime=9.87 cores=1,3,5,7
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 7084 0 -1 1077944384 9406 0 0 0 913 74 0 0 20 0 15 0 177951989 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849439538032 139849893161602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21460] ppid=21449 vsize=13982084 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849438484064 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21461] ppid=21449 vsize=13982084 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 7084 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 177951989 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849369642368 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21462] ppid=21449 vsize=13982084 memory=44508 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849368590672 139849893169051 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21463] ppid=21449 vsize=13982084 memory=636 CPUtime=2.51 cores=1,3,5,7
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 7084 0 -1 1077944384 24939 0 0 0 248 3 0 0 20 0 15 0 177951992 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849367538032 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21464] ppid=21449 vsize=13982084 memory=1796 CPUtime=2.56 cores=1,3,5,7
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 7084 0 -1 1077944384 24146 0 0 0 254 2 0 0 20 0 15 0 177951992 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849366485232 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21465] ppid=21449 vsize=13982084 memory=960 CPUtime=0.76 cores=1,3,5,7
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 7084 0 -1 1077944384 21286 0 0 0 73 3 0 0 20 0 15 0 177951992 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849365432432 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21466] ppid=21449 vsize=13982084 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 177951992 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849364379872 139849893160661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
[pid=21452/tid=21467] ppid=21449 vsize=13982084 memory=2240 CPUtime=1.56 cores=1,3,5,7
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 7084 0 -1 1077944384 895 0 0 0 67 89 0 0 20 0 15 0 177951995 14317654016 191875 18446744073709551615 4194304 4196468 140720589065680 139849363328176 139849893161602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 34058240 140720589066614 140720589066793 140720589066793 140720589070287 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 767500 KiB

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

[startup+2471.81 s]
# the end of solver process 21452 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.73 s, system=4.35437 s

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

Child status: 143
Real time (s): 2471.81
CPU time (s): 2520.08
CPU user time (s): 2515.73
CPU system time (s): 4.35437
CPU usage (%): 101.953
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 960652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.73
system time used= 4.35437
maximum resident set size= 979644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 327280
involuntary context switches= 7202


# summary of solver processes directly reported to runsolver:
#   pid: 21452
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.73
#   total CPU system time (s): 4.35437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1063 second user time and 23.5133 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-15 09:28:47
IDJOB=4273035
IDBENCH=120642
IDSOLVER=2665
FILE ID=node132/4273035-1502782993
RUNJOBID= node132-1502658038-4850
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-2-fullins-3.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-4273035-1502782993/watcher-4273035-1502782993 -o /tmp/evaluation-result-4273035-1502782993/solver-4273035-1502782993 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4850 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 74777188 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273035-1502782993.xml

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

MD5SUM BENCH= 73fd83f8962f0084b0563a84899fe1a3
RANDOM SEED=74777188

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30682868 kB
MemAvailable:   31294216 kB
Buffers:          296124 kB
Cached:           627432 kB
SwapCached:           84 kB
Active:          1340664 kB
Inactive:         299892 kB
Active(anon):     664976 kB
Inactive(anon):   109988 kB
Active(file):     675688 kB
Inactive(file):   189904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:             42308 kB
Writeback:             0 kB
AnonPages:        716860 kB
Mapped:            83112 kB
Shmem:             57960 kB
Slab:             150268 kB
SReclaimable:     123184 kB
SUnreclaim:        27084 kB
KernelStack:        3472 kB
PageTables:         6724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1335276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61948 MiB
End job on node132 at 2017-08-15 10:09:59