Trace number 4273064

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)1058 2520.1201 2475.6101

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-07.xml
MD5SUMf01027693dd53db4ae08ac6ca1ef0b11
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1058
Best CPU time to get the best result obtained on this benchmark171.065
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.24/0.39	c version: 2017-07-26
0.24/0.39	c seed: 1715002955
0.24/0.40	c timeout: 2520
0.24/0.40	c memlimit: 11000
0.24/0.40	c nbcore: 4
0.42/0.42	c Parsing instance...
0.89/0.77	c Parsing done, starting search...
0.89/0.80	o 0
1.04/0.87	o 427
1.29/0.97	o 493
1.61/1.01	o 612
2.09/1.23	o 655
2.63/1.41	o 763
2.63/1.44	o 888
3.15/1.75	o 901
3.44/1.89	o 923
3.44/1.90	o 933
3.73/1.95	o 936
4.04/2.08	o 950
4.76/2.65	o 954
4.76/2.65	o 990
4.76/2.66	o 993
4.76/2.67	o 1012
7.82/6.16	o 1013
7.82/6.19	o 1016
8.02/6.35	o 1029
8.56/6.88	o 1033
8.66/6.96	o 1034
9.16/7.49	o 1035
11.40/9.57	o 1047
11.81/9.99	o 1052
101.57/98.17	o 1058
2520.09/2475.60	s SATISFIABLE
2520.09/2475.60	v <instantiation>
2520.09/2475.60	v 	<list>
2520.09/2475.60	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] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
2520.09/2475.60	v 	</list>
2520.09/2475.60	v 	<values>
2520.09/2475.60	v 		0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 1 1 0 1 1 0 0 0 0 0 
2520.09/2475.60	v 	</values>
2520.09/2475.60	v </instantiation>

Verifier Data

OK	1058

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273064-1502876979/watcher-4273064-1502876979 -o /tmp/evaluation-result-4273064-1502876979/solver-4273064-1502876979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502806776-30868 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1715002955 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273064-1502876979.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=7505, runsolver pid=7502

[startup+0.100342 s]*
/proc/loadavg: 1.32 1.34 1.42 2/196 7507
/proc/meminfo: memFree=30583420/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=13358552 memory=13808 CPUtime=0 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 17093 0 -1 1077944320 2805 0 0 0 0 0 0 0 20 0 6 0 89891080 13679157248 3452 18446744073709551615 4194304 4196468 140730587308048 140730587290592 139648772050679 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
/proc/7505/statm: 3339638 3452 1416 1 0 3329135 0
[pid=7505/tid=7507] ppid=7502 vsize=13358552 memory=7078086954469309281 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 1762 0 0 0 0 0 0 0 20 0 6 0 89891090 13679157248 3782 18446744073709551615 4194304 4196468 140730587308048 139648776286800 139648733032310 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13358552 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 89891091 13679157248 3782 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13358552 memory=140167282161280 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 89891091 13679157248 3782 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 89891091 13679157248 3782 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13358552 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 89891091 13679157248 3782 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 13808 KiB

[startup+0.217668 s]*
/proc/loadavg: 1.32 1.34 1.42 4/209 7520
/proc/meminfo: memFree=30568788/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=13975920 memory=30812 CPUtime=0.09 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 17093 0 -1 1077944320 6497 0 0 0 8 1 0 0 20 0 15 0 89891080 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 140730587290592 139648772050679 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
/proc/7505/statm: 3493980 7703 3356 1 0 3482759 0
[pid=7505/tid=7507] ppid=7502 vsize=13975920 memory=8390339637985935414 CPUtime=0.06 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 4582 0 0 0 6 0 0 0 20 0 15 0 89891090 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648776264664 139648756131166 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13975920 memory=4294967626 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13975920 memory=140167282178686 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89891091 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7512] ppid=7502 vsize=13975920 memory=140167282161280 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7512/stat : 7512 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891092 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648318617840 139648772061826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7513] ppid=7502 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7513/stat : 7513 (java) S 7502 7505 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89891092 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648317564064 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7514] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7514/stat : 7514 (java) S 7502 7505 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89891093 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648316510960 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7515] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7515/stat : 7515 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648315459536 139648772069275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7516] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7516/stat : 7516 (java) S 7502 7505 17093 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 89891095 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648314407664 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7517] ppid=7502 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7517/stat : 7517 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89891095 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648313355120 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7518] ppid=7502 vsize=13975920 memory=140167282161280 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7518/stat : 7518 (java) R 7502 7505 17093 0 -1 4202560 232 0 0 0 0 0 0 0 20 0 15 0 89891095 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648244378096 139648772072026 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7519] ppid=7502 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7519/stat : 7519 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648243325792 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7520] ppid=7502 vsize=13975920 memory=140167282161280 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7520/stat : 7520 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89891100 14311342080 7703 18446744073709551615 4194304 4196468 140730587308048 139648242272816 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30812 KiB

[startup+0.310074 s]*
/proc/loadavg: 1.32 1.34 1.42 3/209 7520
/proc/meminfo: memFree=30559372/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=13975920 memory=40400 CPUtime=0.24 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 17093 0 -1 1077944320 9793 0 0 0 22 2 0 0 20 0 15 0 89891080 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 140730587290592 139648772050679 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
/proc/7505/statm: 3493980 10100 3541 1 0 3482759 0
[pid=7505/tid=7507] ppid=7502 vsize=13975920 memory=6933928925625698159 CPUtime=0.16 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 7537 0 0 0 15 1 0 0 20 0 15 0 89891090 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648776272624 139648756131166 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89891091 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7512] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7512/stat : 7512 (java) S 7502 7505 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 89891092 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648318617840 139648772061826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7513] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7513/stat : 7513 (java) S 7502 7505 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89891092 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648317564064 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7514] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7514/stat : 7514 (java) S 7502 7505 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89891093 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648316510960 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7515] ppid=7502 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7515/stat : 7515 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648315459536 139648772069275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7516] ppid=7502 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7505/task/7516/stat : 7516 (java) S 7502 7505 17093 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 89891095 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648314407664 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7517] ppid=7502 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7517/stat : 7517 (java) S 7502 7505 17093 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 89891095 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648313355120 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7518] ppid=7502 vsize=13975920 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7505/task/7518/stat : 7518 (java) S 7502 7505 17093 0 -1 1077944384 372 0 0 0 4 0 0 0 20 0 15 0 89891095 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648244378096 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7519] ppid=7502 vsize=13975920 memory=140167282161280 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7519/stat : 7519 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648243325792 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7520] ppid=7502 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7520/stat : 7520 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89891100 14311342080 10100 18446744073709551615 4194304 4196468 140730587308048 139648242272816 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40400 KiB

[startup+0.700781 s]
/proc/loadavg: 1.32 1.34 1.42 3/209 7520
/proc/meminfo: memFree=30547560/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=13977988 memory=68856 CPUtime=0.89 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 17093 0 -1 1077944320 13431 0 0 0 85 4 0 0 20 0 15 0 89891080 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 140730587290592 139648772050679 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
/proc/7505/statm: 3494497 17214 3721 1 0 3483271 0
[pid=7505/tid=7507] ppid=7502 vsize=13977988 memory=31 CPUtime=0.54 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 10191 0 0 0 51 3 0 0 20 0 15 0 89891090 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648776271680 139648772062614 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13977988 memory=576 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13977988 memory=336 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89891091 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13977988 memory=4629539461233085814 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7512] ppid=7502 vsize=13977988 memory=-7028383565733675155 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7512/stat : 7512 (java) S 7502 7505 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 89891092 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648318617840 139648772061826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7513] ppid=7502 vsize=13977988 memory=-6014655643171517632 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7513/stat : 7513 (java) S 7502 7505 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89891092 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648317564064 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7514] ppid=7502 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7514/stat : 7514 (java) S 7502 7505 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89891093 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648316510960 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7515] ppid=7502 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7515/stat : 7515 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648315459536 139648772069275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7516] ppid=7502 vsize=13977988 memory=6872598998417432672 CPUtime=0.1 cores=1,3,5,7
/proc/7505/task/7516/stat : 7516 (java) S 7502 7505 17093 0 -1 1077944384 718 0 0 0 10 0 0 0 20 0 15 0 89891095 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648314407664 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7517] ppid=7502 vsize=13977988 memory=3652 CPUtime=0.08 cores=1,3,5,7
/proc/7505/task/7517/stat : 7517 (java) S 7502 7505 17093 0 -1 1077944384 533 0 0 0 8 0 0 0 20 0 15 0 89891095 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648313355120 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7518] ppid=7502 vsize=13977988 memory=6933928925625698159 CPUtime=0.15 cores=1,3,5,7
/proc/7505/task/7518/stat : 7518 (java) R 7502 7505 17093 0 -1 4202560 606 0 0 0 15 0 0 0 20 0 15 0 89891095 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648244378096 139648765150526 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7519] ppid=7502 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7519/stat : 7519 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648243325792 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7520] ppid=7502 vsize=13977988 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7520/stat : 7520 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89891100 14313459712 17214 18446744073709551615 4194304 4196468 140730587308048 139648242272816 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68856 KiB

[startup+1.50076 s]
/proc/loadavg: 1.32 1.34 1.42 4/209 7520
/proc/meminfo: memFree=30505564/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=13980036 memory=137960 CPUtime=2.82 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 17093 0 -1 1077944320 22925 0 0 0 273 9 0 0 20 0 15 0 89891080 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 140730587290592 139648772050679 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
/proc/7505/statm: 3495009 34490 3770 1 0 3483783 0
[pid=7505/tid=7507] ppid=7502 vsize=13980036 memory=49280 CPUtime=1.34 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 14329 0 0 0 128 6 0 0 20 0 15 0 89891090 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648776287216 139648399168151 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13980036 memory=108420 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13980036 memory=6152568437497423966 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89891091 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13980036 memory=280334260284168 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89891091 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7512] ppid=7502 vsize=13980036 memory=33 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7512/stat : 7512 (java) S 7502 7505 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 89891092 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648318617840 139648772061826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7513] ppid=7502 vsize=13980036 memory=-3395018491275122221 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7513/stat : 7513 (java) S 7502 7505 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89891092 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648317564064 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7514] ppid=7502 vsize=13980036 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7514/stat : 7514 (java) S 7502 7505 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89891093 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648316510960 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7515] ppid=7502 vsize=13980036 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7515/stat : 7515 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648315459536 139648772069275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7516] ppid=7502 vsize=13980036 memory=6944656575208382560 CPUtime=0.51 cores=1,3,5,7
/proc/7505/task/7516/stat : 7516 (java) S 7502 7505 17093 0 -1 1077944384 2640 0 0 0 51 0 0 0 20 0 15 0 89891095 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648314407664 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7517] ppid=7502 vsize=13980036 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/7505/task/7517/stat : 7517 (java) R 7502 7505 17093 0 -1 4202560 2677 0 0 0 55 0 0 0 20 0 15 0 89891095 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648313355120 139648772062614 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7518] ppid=7502 vsize=13980036 memory=1296 CPUtime=0.37 cores=1,3,5,7
/proc/7505/task/7518/stat : 7518 (java) R 7502 7505 17093 0 -1 1077944384 1890 0 0 0 37 0 0 0 20 0 15 0 89891095 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648244378096 139648772061826 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7519] ppid=7502 vsize=13980036 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7519/stat : 7519 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648243325792 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7520] ppid=7502 vsize=13980036 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7520/stat : 7520 (java) S 7502 7505 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 89891100 14315556864 34490 18446744073709551615 4194304 4196468 140730587308048 139648242272816 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 13980036 KiB

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

/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 78073 0 0 0 229451 60 0 0 20 0 15 0 89891090 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648776288624 139648400622497 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13982084 memory=1214876 CPUtime=13.39 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 9581 0 0 0 1270 69 0 0 20 0 15 0 89891091 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13982084 memory=1214876 CPUtime=13.4 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 9961 0 0 0 1271 69 0 0 20 0 15 0 89891091 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13982084 memory=1212828 CPUtime=13.3 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 9959 0 0 0 1264 66 0 0 20 0 15 0 89891091 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13982084 memory=777100 CPUtime=13.38 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 11058 0 0 0 1266 72 0 0 20 0 15 0 89891091 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7512] ppid=7502 vsize=13982084 memory=1444 CPUtime=10.32 cores=1,3,5,7
/proc/7505/task/7512/stat : 7512 (java) S 7502 7505 17093 0 -1 1077944384 11282 0 0 0 965 67 0 0 20 0 15 0 89891092 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648318617840 139648772061826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7513] ppid=7502 vsize=13982084 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7513/stat : 7513 (java) S 7502 7505 17093 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 89891092 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648317564128 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7514] ppid=7502 vsize=13982084 memory=1212828 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7514/stat : 7514 (java) S 7502 7505 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 89891093 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648316510976 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7515] ppid=7502 vsize=13982084 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7515/stat : 7515 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648315459536 139648772069275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7516] ppid=7502 vsize=13982084 memory=1212828 CPUtime=1.4 cores=1,3,5,7
/proc/7505/task/7516/stat : 7516 (java) S 7502 7505 17093 0 -1 1077944384 14232 0 0 0 138 2 0 0 20 0 15 0 89891095 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648314407664 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7517] ppid=7502 vsize=13982084 memory=640 CPUtime=1.43 cores=1,3,5,7
/proc/7505/task/7517/stat : 7517 (java) S 7502 7505 17093 0 -1 1077944384 12808 0 0 0 141 2 0 0 20 0 15 0 89891095 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648313355120 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7518] ppid=7502 vsize=13982084 memory=5788 CPUtime=0.6 cores=1,3,5,7
/proc/7505/task/7518/stat : 7518 (java) S 7502 7505 17093 0 -1 1077944384 17045 0 0 0 58 2 0 0 20 0 15 0 89891095 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648244378096 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7519] ppid=7502 vsize=13982084 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7519/stat : 7519 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648243325792 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7520] ppid=7502 vsize=13982084 memory=1708 CPUtime=1.4 cores=1,3,5,7
/proc/7505/task/7520/stat : 7520 (java) S 7502 7505 17093 0 -1 1077944384 996 0 0 0 65 75 0 0 20 0 15 0 89891100 14317654016 303719 18446744073709551615 4194304 4196468 140730587308048 139648242272816 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 2363.82 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1214876 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.40 1.35 3/209 7685
/proc/meminfo: memFree=29188552/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=13982084 memory=1218972 CPUtime=2425 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 17093 0 -1 1077944320 178832 0 0 0 242087 413 0 0 20 0 15 0 89891080 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 140730587290592 139648772050679 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
/proc/7505/statm: 3495521 304743 3805 1 0 3484295 0
[pid=7505/tid=7507] ppid=7502 vsize=13982084 memory=1218972 CPUtime=2354.42 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 79218 0 0 0 235380 62 0 0 20 0 15 0 89891090 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648776288592 139648399014336 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13982084 memory=4028 CPUtime=13.79 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 9991 0 0 0 1308 71 0 0 20 0 15 0 89891091 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13982084 memory=1216924 CPUtime=13.8 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 10156 0 0 0 1308 72 0 0 20 0 15 0 89891091 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13982084 memory=1216924 CPUtime=13.7 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 10191 0 0 0 1303 67 0 0 20 0 15 0 89891091 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13982084 memory=1218972 CPUtime=13.77 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 11264 0 0 0 1305 72 0 0 20 0 15 0 89891091 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7512] ppid=7502 vsize=13982084 memory=1212828 CPUtime=10.56 cores=1,3,5,7
/proc/7505/task/7512/stat : 7512 (java) S 7502 7505 17093 0 -1 1077944384 11478 0 0 0 988 68 0 0 20 0 15 0 89891092 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648318617840 139648772061826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7513] ppid=7502 vsize=13982084 memory=1218972 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7513/stat : 7513 (java) S 7502 7505 17093 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 89891092 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648317564128 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7514] ppid=7502 vsize=13982084 memory=1218972 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7514/stat : 7514 (java) S 7502 7505 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 89891093 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648316510976 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7515] ppid=7502 vsize=13982084 memory=1218972 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7515/stat : 7515 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648315459536 139648772069275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7516] ppid=7502 vsize=13982084 memory=49416 CPUtime=1.4 cores=1,3,5,7
/proc/7505/task/7516/stat : 7516 (java) S 7502 7505 17093 0 -1 1077944384 14236 0 0 0 138 2 0 0 20 0 15 0 89891095 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648314407664 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7517] ppid=7502 vsize=13982084 memory=1296 CPUtime=1.43 cores=1,3,5,7
/proc/7505/task/7517/stat : 7517 (java) S 7502 7505 17093 0 -1 1077944384 12812 0 0 0 141 2 0 0 20 0 15 0 89891095 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648313355120 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7518] ppid=7502 vsize=13982084 memory=5788 CPUtime=0.6 cores=1,3,5,7
/proc/7505/task/7518/stat : 7518 (java) S 7502 7505 17093 0 -1 1077944384 17049 0 0 0 58 2 0 0 20 0 15 0 89891095 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648244378096 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7519] ppid=7502 vsize=13982084 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7519/stat : 7519 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648243325792 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7520] ppid=7502 vsize=13982084 memory=1218972 CPUtime=1.44 cores=1,3,5,7
/proc/7505/task/7520/stat : 7520 (java) S 7502 7505 17093 0 -1 1077944384 1013 0 0 0 67 77 0 0 20 0 15 0 89891100 14317654016 304743 18446744073709551615 4194304 4196468 140730587308048 139648242272816 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 2425 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1218972 KiB

[startup+2442.3 s]
/proc/loadavg: 1.59 1.43 1.36 3/209 7764
/proc/meminfo: memFree=29668336/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=13982084 memory=1221020 CPUtime=2486.17 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 17093 0 -1 1077944320 180859 0 0 0 248195 422 0 0 20 0 15 0 89891080 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 140730587290592 139648772050679 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
/proc/7505/statm: 3495521 305255 3805 1 0 3484295 0
[pid=7505/tid=7507] ppid=7502 vsize=13982084 memory=1221020 CPUtime=2413.72 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 80237 0 0 0 241309 63 0 0 20 0 15 0 89891090 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648776288512 139648399789884 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13982084 memory=1221020 CPUtime=14.19 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 10131 0 0 0 1347 72 0 0 20 0 15 0 89891091 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13982084 memory=1221020 CPUtime=14.19 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 10296 0 0 0 1346 73 0 0 20 0 15 0 89891091 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13982084 memory=1221020 CPUtime=14.09 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 10374 0 0 0 1341 68 0 0 20 0 15 0 89891091 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13982084 memory=1221020 CPUtime=14.17 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 11452 0 0 0 1343 74 0 0 20 0 15 0 89891091 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7512] ppid=7502 vsize=13982084 memory=1221020 CPUtime=10.8 cores=1,3,5,7
/proc/7505/task/7512/stat : 7512 (java) S 7502 7505 17093 0 -1 1077944384 11805 0 0 0 1010 70 0 0 20 0 15 0 89891092 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648318617840 139648772061826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7513] ppid=7502 vsize=13982084 memory=932 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7513/stat : 7513 (java) S 7502 7505 17093 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 89891092 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648317564128 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7514] ppid=7502 vsize=13982084 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7514/stat : 7514 (java) S 7502 7505 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 89891093 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648316510976 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7515] ppid=7502 vsize=13982084 memory=1221020 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7515/stat : 7515 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648315459536 139648772069275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7516] ppid=7502 vsize=13982084 memory=4028 CPUtime=1.4 cores=1,3,5,7
/proc/7505/task/7516/stat : 7516 (java) S 7502 7505 17093 0 -1 1077944384 14238 0 0 0 138 2 0 0 20 0 15 0 89891095 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648314407664 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7517] ppid=7502 vsize=13982084 memory=1221020 CPUtime=1.43 cores=1,3,5,7
/proc/7505/task/7517/stat : 7517 (java) S 7502 7505 17093 0 -1 1077944384 12814 0 0 0 141 2 0 0 20 0 15 0 89891095 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648313355120 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7518] ppid=7502 vsize=13982084 memory=1221020 CPUtime=0.61 cores=1,3,5,7
/proc/7505/task/7518/stat : 7518 (java) S 7502 7505 17093 0 -1 1077944384 17051 0 0 0 59 2 0 0 20 0 15 0 89891095 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648244378096 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7519] ppid=7502 vsize=13982084 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7519/stat : 7519 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648243325792 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7520] ppid=7502 vsize=13982084 memory=1444 CPUtime=1.47 cores=1,3,5,7
/proc/7505/task/7520/stat : 7520 (java) S 7502 7505 17093 0 -1 1077944384 1037 0 0 0 68 79 0 0 20 0 15 0 89891100 14317654016 305255 18446744073709551615 4194304 4196468 140730587308048 139648242272816 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 2486.17 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1221020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.6 s]
/proc/loadavg: 1.63 1.46 1.37 3/209 7764
/proc/meminfo: memFree=29666100/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=13982084 memory=1223068 CPUtime=2520.09 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 17093 0 -1 1077944320 182184 0 0 0 251581 428 0 0 20 0 15 0 89891080 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 140730587290592 139648772050679 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
/proc/7505/statm: 3495521 305767 3805 1 0 3484295 0
[pid=7505/tid=7507] ppid=7502 vsize=13982084 memory=7680170660397595203 CPUtime=2446.64 cores=1,3,5,7
/proc/7505/task/7507/stat : 7507 (java) R 7502 7505 17093 0 -1 4202560 80937 0 0 0 244601 63 0 0 20 0 15 0 89891090 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648776288624 139648400620892 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7508] ppid=7502 vsize=13982084 memory=1624 CPUtime=14.4 cores=1,3,5,7
/proc/7505/task/7508/stat : 7508 (java) S 7502 7505 17093 0 -1 1077944384 10220 0 0 0 1368 72 0 0 20 0 15 0 89891091 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648729017360 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7509] ppid=7502 vsize=13982084 memory=2160 CPUtime=14.4 cores=1,3,5,7
/proc/7505/task/7509/stat : 7509 (java) S 7502 7505 17093 0 -1 1077944384 10536 0 0 0 1366 74 0 0 20 0 15 0 89891091 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648727964816 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7510] ppid=7502 vsize=13982084 memory=844 CPUtime=14.31 cores=1,3,5,7
/proc/7505/task/7510/stat : 7510 (java) S 7502 7505 17093 0 -1 1077944384 10608 0 0 0 1362 69 0 0 20 0 15 0 89891091 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648726911760 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7511] ppid=7502 vsize=13982084 memory=16448 CPUtime=14.38 cores=1,3,5,7
/proc/7505/task/7511/stat : 7511 (java) S 7502 7505 17093 0 -1 1077944384 11481 0 0 0 1363 75 0 0 20 0 15 0 89891091 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648725859216 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7512] ppid=7502 vsize=13982084 memory=4060 CPUtime=10.93 cores=1,3,5,7
/proc/7505/task/7512/stat : 7512 (java) S 7502 7505 17093 0 -1 1077944384 11828 0 0 0 1022 71 0 0 20 0 15 0 89891092 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648318617840 139648772061826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7513] ppid=7502 vsize=13982084 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7513/stat : 7513 (java) S 7502 7505 17093 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 89891092 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648317564128 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7514] ppid=7502 vsize=13982084 memory=3176 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7514/stat : 7514 (java) S 7502 7505 17093 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 89891093 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648316510976 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7515] ppid=7502 vsize=13982084 memory=1223068 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7515/stat : 7515 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648315459536 139648772069275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7516] ppid=7502 vsize=13982084 memory=1152 CPUtime=1.4 cores=1,3,5,7
/proc/7505/task/7516/stat : 7516 (java) S 7502 7505 17093 0 -1 1077944384 14240 0 0 0 138 2 0 0 20 0 15 0 89891095 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648314407664 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7517] ppid=7502 vsize=13982084 memory=2840 CPUtime=1.43 cores=1,3,5,7
/proc/7505/task/7517/stat : 7517 (java) S 7502 7505 17093 0 -1 1077944384 12816 0 0 0 141 2 0 0 20 0 15 0 89891095 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648313355120 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7518] ppid=7502 vsize=13982084 memory=304664 CPUtime=0.61 cores=1,3,5,7
/proc/7505/task/7518/stat : 7518 (java) S 7502 7505 17093 0 -1 1077944384 17053 0 0 0 59 2 0 0 20 0 15 0 89891095 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648244378096 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 57 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7519] ppid=7502 vsize=13982084 memory=1223068 CPUtime=0 cores=1,3,5,7
/proc/7505/task/7519/stat : 7519 (java) S 7502 7505 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89891095 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648243325792 139648772060885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
[pid=7505/tid=7520] ppid=7502 vsize=13982084 memory=1624 CPUtime=1.49 cores=1,3,5,7
/proc/7505/task/7520/stat : 7520 (java) S 7502 7505 17093 0 -1 1077944384 1041 0 0 0 69 80 0 0 20 0 15 0 89891100 14317654016 305767 18446744073709551615 4194304 4196468 140730587308048 139648242272816 139648772061826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 11182080 140730587316596 140730587316777 140730587316777 140730587320271 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1223068 KiB

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

[startup+2475.61 s]
# the end of solver process 7505 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.83 s, system=4.28893 s

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

Child status: 143
Real time (s): 2475.61
CPU time (s): 2520.12
CPU user time (s): 2515.83
CPU system time (s): 4.28893
CPU usage (%): 101.798
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 1223068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.83
system time used= 4.28892
maximum resident set size= 1223620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 361527
involuntary context switches= 5129


# summary of solver processes directly reported to runsolver:
#   pid: 7505
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.83
#   total CPU system time (s): 4.28893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2038 second user time and 24.4566 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-16 11:35:29
IDJOB=4273064
IDBENCH=133488
IDSOLVER=2665
FILE ID=node127/4273064-1502876979
RUNJOBID= node127-1502806776-30868
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-07.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-4273064-1502876979/watcher-4273064-1502876979 -o /tmp/evaluation-result-4273064-1502876979/solver-4273064-1502876979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502806776-30868 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1715002955 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273064-1502876979.xml

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

MD5SUM BENCH= f01027693dd53db4ae08ac6ca1ef0b11
RANDOM SEED=1715002955

node127.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.92
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.92
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.92
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.92
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:        30586852 kB
MemAvailable:   31391596 kB
Buffers:          267296 kB
Cached:           832336 kB
SwapCached:            0 kB
Active:          1405560 kB
Inactive:         332248 kB
Active(anon):     587828 kB
Inactive(anon):    91980 kB
Active(file):     817732 kB
Inactive(file):   240268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42296 kB
Writeback:             0 kB
AnonPages:        638228 kB
Mapped:            68128 kB
Shmem:             41636 kB
Slab:             151256 kB
SReclaimable:     125160 kB
SUnreclaim:        26096 kB
KernelStack:        3408 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2083120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    538624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61948 MiB
End job on node127 at 2017-08-16 12:16:45