Trace number 4273059

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)992 2520.1001 2476.21

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-17.xml
MD5SUM072cba4c7f6c08974f35ec38dd54383a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark992
Best CPU time to get the best result obtained on this benchmark44.660999
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"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.29/0.37	c version: 2017-07-26
0.29/0.37	c seed: 1498317070
0.29/0.37	c timeout: 2520
0.29/0.37	c memlimit: 11000
0.29/0.37	c nbcore: 4
0.29/0.39	c Parsing instance...
0.93/0.74	c Parsing done, starting search...
0.93/0.76	o 0
1.11/0.83	o 56
1.11/0.89	o 442
1.38/0.92	o 526
1.38/1.01	o 653
1.92/1.19	o 721
2.14/1.24	o 731
3.54/1.86	o 773
3.94/2.16	o 790
3.94/2.17	o 809
3.94/2.17	o 833
4.07/2.22	o 851
4.07/2.23	o 853
4.41/2.54	o 874
5.06/3.14	o 898
5.66/3.74	o 920
5.66/3.74	o 921
5.66/3.76	o 934
5.66/3.76	o 943
5.66/3.76	o 963
5.66/3.76	o 964
5.66/3.76	o 967
7.34/5.30	o 970
13.40/11.19	o 972
15.02/12.75	o 977
15.73/13.47	o 978
43.10/40.39	o 980
50.21/47.34	o 992
2520.07/2476.20	s SATISFIABLE
2520.07/2476.20	v <instantiation>
2520.07/2476.20	v 	<list>
2520.07/2476.20	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]
2520.07/2476.20	v 	</list>
2520.07/2476.20	v 	<values>
2520.07/2476.20	v 		0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 
2520.07/2476.20	v 	</values>
2520.07/2476.20	v </instantiation>

Verifier Data

OK	992

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273059-1502875674/watcher-4273059-1502875674 -o /tmp/evaluation-result-4273059-1502875674/solver-4273059-1502875674 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502869858-14425 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1498317070 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273059-1502875674.xml 

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

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

solver pid=15355, runsolver pid=15352

[startup+0.100111 s]*
/proc/loadavg: 1.13 1.30 1.33 3/206 15364
/proc/meminfo: memFree=30687088/32770624 swapFree=67108860/67108860
[pid=15355] ppid=15352 vsize=13573664 memory=17228 CPUtime=0.02 cores=0,2,4,6
/proc/15355/stat : 15355 (java) S 15352 15355 7968 0 -1 1077944320 4212 0 0 0 2 0 0 0 20 0 9 0 41449931 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140736003349872 140650993491703 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
/proc/15355/statm: 3393416 4307 2107 1 0 3382913 0
[pid=15355/tid=15357] ppid=15352 vsize=13573664 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 2845 0 0 0 2 0 0 0 20 0 9 0 41449938 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140650997727432 140650977572190 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13573664 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 41449939 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13573664 memory=139794230789760 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 41449939 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 41449939 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 41449939 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13573664 memory=139794230789760 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 41449940 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 41449941 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140650470658976 140650993501909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 41449941 13899431936 4307 18446744073709551615 4194304 4196468 140736003367328 140650469606448 140650993501909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 17228 KiB

[startup+0.210065 s]*
/proc/loadavg: 1.13 1.30 1.33 3/212 15370
/proc/meminfo: memFree=30674496/32770624 swapFree=67108860/67108860
[pid=15355] ppid=15352 vsize=13975920 memory=33996 CPUtime=0.13 cores=0,2,4,6
/proc/15355/stat : 15355 (java) S 15352 15355 7968 0 -1 1077944320 9453 0 0 0 11 2 0 0 20 0 15 0 41449931 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140736003349872 140650993491703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
/proc/15355/statm: 3493980 8499 3382 1 0 3482759 0
[pid=15355/tid=15357] ppid=15352 vsize=13975920 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 7398 0 0 0 8 1 0 0 20 0 15 0 41449938 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650997666240 140650599304496 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13975920 memory=327 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13975920 memory=139794230803809 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41449939 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13975920 memory=139794230789760 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41449940 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41449941 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650470658976 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41449941 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650469606384 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15365] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15365/stat : 15365 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650468554960 140650993510299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15366] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15366/stat : 15366 (java) S 15352 15355 7968 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 41449944 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650467502576 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15367] ppid=15352 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15367/stat : 15367 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650466450032 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15368] ppid=15352 vsize=13975920 memory=139794230789760 CPUtime=0.01 cores=0,2,4,6
/proc/15355/task/15368/stat : 15368 (java) R 15352 15355 7968 0 -1 4202560 373 0 0 0 1 0 0 0 20 0 15 0 41449944 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650465397488 140650993505590 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15369] ppid=15352 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15369/stat : 15369 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650464345184 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15370] ppid=15352 vsize=13975920 memory=139794230789760 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15370/stat : 15370 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449948 14311342080 8499 18446744073709551615 4194304 4196468 140736003367328 140650463291696 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 33996 KiB

[startup+0.314093 s]*
/proc/loadavg: 1.13 1.30 1.33 4/212 15370
/proc/meminfo: memFree=30667312/32770624 swapFree=67108860/67108860
[pid=15355] ppid=15352 vsize=13975920 memory=43100 CPUtime=0.29 cores=0,2,4,6
/proc/15355/stat : 15355 (java) S 15352 15355 7968 0 -1 1077944320 10990 0 0 0 27 2 0 0 20 0 15 0 41449931 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140736003349872 140650993491703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
/proc/15355/statm: 3493980 10775 3580 1 0 3482759 0
[pid=15355/tid=15357] ppid=15352 vsize=13975920 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 8560 0 0 0 17 2 0 0 20 0 15 0 41449938 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650997715008 140650977572190 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41449939 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41449940 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41449941 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650470658976 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41449941 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650469606384 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15365] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15365/stat : 15365 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650468554960 140650993510299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15366] ppid=15352 vsize=13975920 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15355/task/15366/stat : 15366 (java) S 15352 15355 7968 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 41449944 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650467502576 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15367] ppid=15352 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15355/task/15367/stat : 15367 (java) S 15352 15355 7968 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 15 0 41449944 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650466450032 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15368] ppid=15352 vsize=13975920 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/15355/task/15368/stat : 15368 (java) S 15352 15355 7968 0 -1 1077944384 455 0 0 0 5 0 0 0 20 0 15 0 41449944 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650465397488 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15369] ppid=15352 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15369/stat : 15369 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650464345184 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15370] ppid=15352 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15370/stat : 15370 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449948 14311342080 10775 18446744073709551615 4194304 4196468 140736003367328 140650463291696 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 43100 KiB

[startup+0.700792 s]
/proc/loadavg: 1.13 1.30 1.33 3/212 15370
/proc/meminfo: memFree=30652284/32770624 swapFree=67108860/67108860
[pid=15355] ppid=15352 vsize=13980036 memory=71688 CPUtime=0.93 cores=0,2,4,6
/proc/15355/stat : 15355 (java) S 15352 15355 7968 0 -1 1077944320 14163 0 0 0 89 4 0 0 20 0 15 0 41449931 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140736003349872 140650993491703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
/proc/15355/statm: 3495009 17922 3723 1 0 3483783 0
[pid=15355/tid=15357] ppid=15352 vsize=13980036 memory=544 CPUtime=0.57 cores=0,2,4,6
/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 10918 0 0 0 54 3 0 0 20 0 15 0 41449938 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650997728720 140650993513629 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13980036 memory=15 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13980036 memory=82 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13980036 memory=150 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41449939 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41449940 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41449941 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650470658976 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41449941 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650469606384 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15365] ppid=15352 vsize=13980036 memory=9 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15365/stat : 15365 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650468554960 140650993510299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15366] ppid=15352 vsize=13980036 memory=36 CPUtime=0.08 cores=0,2,4,6
/proc/15355/task/15366/stat : 15366 (java) S 15352 15355 7968 0 -1 1077944384 605 0 0 0 8 0 0 0 20 0 15 0 41449944 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650467502576 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15367] ppid=15352 vsize=13980036 memory=2 CPUtime=0.11 cores=0,2,4,6
/proc/15355/task/15367/stat : 15367 (java) S 15352 15355 7968 0 -1 1077944384 613 0 0 0 11 0 0 0 20 0 15 0 41449944 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650466450032 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15368] ppid=15352 vsize=13980036 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/15355/task/15368/stat : 15368 (java) S 15352 15355 7968 0 -1 1077944384 644 0 0 0 15 0 0 0 20 0 15 0 41449944 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650465397488 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15369] ppid=15352 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15369/stat : 15369 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650464345184 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15370] ppid=15352 vsize=13980036 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15370/stat : 15370 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449948 14315556864 17922 18446744073709551615 4194304 4196468 140736003367328 140650463291696 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 71688 KiB

[startup+1.50076 s]
/proc/loadavg: 1.13 1.30 1.33 4/212 15370
/proc/meminfo: memFree=30614192/32770624 swapFree=67108860/67108860
[pid=15355] ppid=15352 vsize=13980036 memory=149748 CPUtime=2.78 cores=0,2,4,6
/proc/15355/stat : 15355 (java) S 15352 15355 7968 0 -1 1077944320 23080 0 0 0 269 9 0 0 20 0 15 0 41449931 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140736003349872 140650993491703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
/proc/15355/statm: 3495009 37437 3769 1 0 3483783 0
[pid=15355/tid=15357] ppid=15352 vsize=13980036 memory=7661555705871690339 CPUtime=1.36 cores=0,2,4,6
/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 14850 0 0 0 130 6 0 0 20 0 15 0 41449938 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650997727640 140650602842568 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13980036 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13980036 memory=-6584684121113894697 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13980036 memory=7088771780662946468 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41449939 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13980036 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41449939 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13980036 memory=34467112557507 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 41449940 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13980036 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41449941 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650470658976 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41449941 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650469606384 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15365] ppid=15352 vsize=13980036 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15365/stat : 15365 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650468554960 140650993510299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15366] ppid=15352 vsize=13980036 memory=6944656592455097440 CPUtime=0.45 cores=0,2,4,6
/proc/15355/task/15366/stat : 15366 (java) S 15352 15355 7968 0 -1 1077944384 2348 0 0 0 45 0 0 0 20 0 15 0 41449944 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650467502576 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15367] ppid=15352 vsize=13980036 memory=6944656575208382560 CPUtime=0.54 cores=0,2,4,6
/proc/15355/task/15367/stat : 15367 (java) S 15352 15355 7968 0 -1 1077944384 2453 0 0 0 54 0 0 0 20 0 15 0 41449944 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650466450032 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15368] ppid=15352 vsize=13980036 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/15355/task/15368/stat : 15368 (java) S 15352 15355 7968 0 -1 1077944384 2007 0 0 0 39 0 0 0 20 0 15 0 41449944 14315556864 37437 18446744073709551615 4194304 4196468 140736003367328 140650465397488 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0

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

/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 71557 0 0 0 229351 63 0 0 20 0 15 0 41449938 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650997729616 140650604217577 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13982084 memory=1224784 CPUtime=13.55 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 6017 0 0 0 1284 71 0 0 20 0 15 0 41449939 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13982084 memory=1224784 CPUtime=13.56 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 6163 0 0 0 1292 64 0 0 20 0 15 0 41449939 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13982084 memory=1224784 CPUtime=13.55 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 5591 0 0 0 1283 72 0 0 20 0 15 0 41449939 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13982084 memory=1224784 CPUtime=13.51 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 7277 0 0 0 1284 67 0 0 20 0 15 0 41449939 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13982084 memory=783060 CPUtime=10.23 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 9720 0 0 0 950 73 0 0 20 0 15 0 41449940 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13982084 memory=783060 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 41449941 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650470659040 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 41449941 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650469606400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15365] ppid=15352 vsize=13982084 memory=1224784 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15365/stat : 15365 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650468554960 140650993510299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15366] ppid=15352 vsize=13982084 memory=1224784 CPUtime=1.5 cores=0,2,4,6
/proc/15355/task/15366/stat : 15366 (java) S 15352 15355 7968 0 -1 1077944384 14800 0 0 0 149 1 0 0 20 0 15 0 41449944 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650467502576 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15367] ppid=15352 vsize=13982084 memory=114 CPUtime=1.14 cores=0,2,4,6
/proc/15355/task/15367/stat : 15367 (java) S 15352 15355 7968 0 -1 1077944384 8490 0 0 0 113 1 0 0 20 0 15 0 41449944 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650466450032 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15368] ppid=15352 vsize=13982084 memory=61 CPUtime=0.61 cores=0,2,4,6
/proc/15355/task/15368/stat : 15368 (java) S 15352 15355 7968 0 -1 1077944384 13732 0 0 0 59 2 0 0 20 0 15 0 41449944 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650465397488 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15369] ppid=15352 vsize=13982084 memory=1224784 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15369/stat : 15369 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650464345184 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15370] ppid=15352 vsize=13982084 memory=4124 CPUtime=1.51 cores=0,2,4,6
/proc/15355/task/15370/stat : 15370 (java) S 15352 15355 7968 0 -1 1077944384 1029 0 0 0 75 76 0 0 20 0 15 0 41449948 14317654016 306196 18446744073709551615 4194304 4196468 140736003367328 140650463291696 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
Current children cumulated CPU time: 2363.39 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1224784 KiB

[startup+2382.3 s]
/proc/loadavg: 1.15 1.40 1.41 3/211 15668
/proc/meminfo: memFree=28938696/32770624 swapFree=67108860/67108860
[pid=15355] ppid=15352 vsize=13982084 memory=1228880 CPUtime=2424.4 cores=0,2,4,6
/proc/15355/stat : 15355 (java) S 15352 15355 7968 0 -1 1077944320 147572 0 0 0 242031 409 0 0 20 0 15 0 41449931 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140736003349872 140650993491703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
/proc/15355/statm: 3495521 307220 3809 1 0 3484295 0
[pid=15355/tid=15357] ppid=15352 vsize=13982084 memory=1228880 CPUtime=2353.46 cores=0,2,4,6
/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 72580 0 0 0 235283 63 0 0 20 0 15 0 41449938 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650997729536 140650604217555 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13982084 memory=1228880 CPUtime=13.91 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 6230 0 0 0 1319 72 0 0 20 0 15 0 41449939 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13982084 memory=1228880 CPUtime=13.91 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 6295 0 0 0 1326 65 0 0 20 0 15 0 41449939 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13982084 memory=0 CPUtime=13.91 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 5678 0 0 0 1319 72 0 0 20 0 15 0 41449939 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13982084 memory=1228880 CPUtime=13.86 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 7375 0 0 0 1317 69 0 0 20 0 15 0 41449939 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13982084 memory=1228880 CPUtime=10.43 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 9896 0 0 0 969 74 0 0 20 0 15 0 41449940 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13982084 memory=1228880 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 41449941 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650470659040 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13982084 memory=1228880 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 41449941 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650469606400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15365] ppid=15352 vsize=13982084 memory=960 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15365/stat : 15365 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650468554960 140650993510299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15366] ppid=15352 vsize=13982084 memory=1228880 CPUtime=1.5 cores=0,2,4,6
/proc/15355/task/15366/stat : 15366 (java) S 15352 15355 7968 0 -1 1077944384 14802 0 0 0 149 1 0 0 20 0 15 0 41449944 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650467502576 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15367] ppid=15352 vsize=13982084 memory=1228880 CPUtime=1.14 cores=0,2,4,6
/proc/15355/task/15367/stat : 15367 (java) S 15352 15355 7968 0 -1 1077944384 8492 0 0 0 113 1 0 0 20 0 15 0 41449944 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650466450032 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15368] ppid=15352 vsize=13982084 memory=1732 CPUtime=0.61 cores=0,2,4,6
/proc/15355/task/15368/stat : 15368 (java) S 15352 15355 7968 0 -1 1077944384 13734 0 0 0 59 2 0 0 20 0 15 0 41449944 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650465397488 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15369] ppid=15352 vsize=13982084 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15369/stat : 15369 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650464345184 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15370] ppid=15352 vsize=13982084 memory=1228 CPUtime=1.55 cores=0,2,4,6
/proc/15355/task/15370/stat : 15370 (java) S 15352 15355 7968 0 -1 1077944384 1043 0 0 0 77 78 0 0 20 0 15 0 41449948 14317654016 307220 18446744073709551615 4194304 4196468 140736003367328 140650463291696 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
Current children cumulated CPU time: 2424.4 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1228880 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.42 1.41 3/211 15672
/proc/meminfo: memFree=28928308/32770624 swapFree=67108860/67108860
[pid=15355] ppid=15352 vsize=13982084 memory=1230928 CPUtime=2485.52 cores=0,2,4,6
/proc/15355/stat : 15355 (java) S 15352 15355 7968 0 -1 1077944320 149156 0 0 0 248135 417 0 0 20 0 15 0 41449931 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140736003349872 140650993491703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
/proc/15355/statm: 3495521 307732 3809 1 0 3484295 0
[pid=15355/tid=15357] ppid=15352 vsize=13982084 memory=1230928 CPUtime=2412.73 cores=0,2,4,6
/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 73523 0 0 0 241209 64 0 0 20 0 15 0 41449938 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650997729552 140650604314387 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13982084 memory=1230928 CPUtime=14.31 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 6335 0 0 0 1357 74 0 0 20 0 15 0 41449939 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13982084 memory=1230928 CPUtime=14.31 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 6430 0 0 0 1364 67 0 0 20 0 15 0 41449939 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13982084 memory=1230928 CPUtime=14.31 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 5810 0 0 0 1357 74 0 0 20 0 15 0 41449939 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13982084 memory=1228880 CPUtime=14.26 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 7449 0 0 0 1355 71 0 0 20 0 15 0 41449939 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13982084 memory=1230928 CPUtime=10.66 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 10070 0 0 0 991 75 0 0 20 0 15 0 41449940 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13982084 memory=1230928 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 41449941 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650470659040 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13982084 memory=1230928 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 41449941 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650469606400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15365] ppid=15352 vsize=13982084 memory=1230928 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15365/stat : 15365 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650468554960 140650993510299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15366] ppid=15352 vsize=13982084 memory=1228880 CPUtime=1.5 cores=0,2,4,6
/proc/15355/task/15366/stat : 15366 (java) S 15352 15355 7968 0 -1 1077944384 14804 0 0 0 149 1 0 0 20 0 15 0 41449944 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650467502576 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15367] ppid=15352 vsize=13982084 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/15355/task/15367/stat : 15367 (java) S 15352 15355 7968 0 -1 1077944384 8494 0 0 0 113 1 0 0 20 0 15 0 41449944 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650466450032 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15368] ppid=15352 vsize=13982084 memory=1230928 CPUtime=0.61 cores=0,2,4,6
/proc/15355/task/15368/stat : 15368 (java) S 15352 15355 7968 0 -1 1077944384 13736 0 0 0 59 2 0 0 20 0 15 0 41449944 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650465397488 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15369] ppid=15352 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15369/stat : 15369 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650464345184 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15370] ppid=15352 vsize=13982084 memory=1230928 CPUtime=1.59 cores=0,2,4,6
/proc/15355/task/15370/stat : 15370 (java) S 15352 15355 7968 0 -1 1077944384 1058 0 0 0 78 81 0 0 20 0 15 0 41449948 14317654016 307732 18446744073709551615 4194304 4196468 140736003367328 140650463291696 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
Current children cumulated CPU time: 2485.52 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1230928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.2 s]
/proc/loadavg: 1.29 1.40 1.41 3/211 15673
/proc/meminfo: memFree=28922288/32770624 swapFree=67108860/67108860
[pid=15355] ppid=15352 vsize=13982084 memory=1232976 CPUtime=2520.07 cores=0,2,4,6
/proc/15355/stat : 15355 (java) S 15352 15355 7968 0 -1 1077944320 150559 0 0 0 251586 421 0 0 20 0 15 0 41449931 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140736003349872 140650993491703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
/proc/15355/statm: 3495521 308244 3809 1 0 3484295 0
[pid=15355/tid=15357] ppid=15352 vsize=13982084 memory=-8774313645642428999 CPUtime=2446.23 cores=0,2,4,6
/proc/15355/task/15357/stat : 15357 (java) R 15352 15355 7968 0 -1 4202560 74266 0 0 0 244558 65 0 0 20 0 15 0 41449938 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650997729120 140650604457991 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15358] ppid=15352 vsize=13982084 memory=288230617509003574 CPUtime=14.53 cores=0,2,4,6
/proc/15355/task/15358/stat : 15358 (java) S 15352 15355 7968 0 -1 1077944384 6472 0 0 0 1379 74 0 0 20 0 15 0 41449939 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650927926032 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15359] ppid=15352 vsize=13982084 memory=15254861369313240 CPUtime=14.52 cores=0,2,4,6
/proc/15355/task/15359/stat : 15359 (java) S 15352 15355 7968 0 -1 1077944384 6534 0 0 0 1385 67 0 0 20 0 15 0 41449939 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650926873488 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15360] ppid=15352 vsize=13982084 memory=15876 CPUtime=14.53 cores=0,2,4,6
/proc/15355/task/15360/stat : 15360 (java) S 15352 15355 7968 0 -1 1077944384 5850 0 0 0 1378 75 0 0 20 0 15 0 41449939 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650925820944 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15361] ppid=15352 vsize=13982084 memory=4040 CPUtime=14.48 cores=0,2,4,6
/proc/15355/task/15361/stat : 15361 (java) S 15352 15355 7968 0 -1 1077944384 7576 0 0 0 1377 71 0 0 20 0 15 0 41449939 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650924768400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15362] ppid=15352 vsize=13982084 memory=16444 CPUtime=10.8 cores=0,2,4,6
/proc/15355/task/15362/stat : 15362 (java) S 15352 15355 7968 0 -1 1077944384 10091 0 0 0 1004 76 0 0 20 0 15 0 41449940 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650471712752 140650993502850 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15363] ppid=15352 vsize=13982084 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15363/stat : 15363 (java) S 15352 15355 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 41449941 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650470659040 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15364] ppid=15352 vsize=13982084 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15364/stat : 15364 (java) S 15352 15355 7968 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 41449941 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650469606400 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15365] ppid=15352 vsize=13982084 memory=1232976 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15365/stat : 15365 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650468554960 140650993510299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15366] ppid=15352 vsize=13982084 memory=1792 CPUtime=1.51 cores=0,2,4,6
/proc/15355/task/15366/stat : 15366 (java) S 15352 15355 7968 0 -1 1077944384 14985 0 0 0 150 1 0 0 20 0 15 0 41449944 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650467502576 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15367] ppid=15352 vsize=13982084 memory=960 CPUtime=1.14 cores=0,2,4,6
/proc/15355/task/15367/stat : 15367 (java) S 15352 15355 7968 0 -1 1077944384 8538 0 0 0 113 1 0 0 20 0 15 0 41449944 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650466450032 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15368] ppid=15352 vsize=13982084 memory=2248 CPUtime=0.61 cores=0,2,4,6
/proc/15355/task/15368/stat : 15368 (java) S 15352 15355 7968 0 -1 1077944384 13738 0 0 0 59 2 0 0 20 0 15 0 41449944 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650465397488 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15369] ppid=15352 vsize=13982084 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/15355/task/15369/stat : 15369 (java) S 15352 15355 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41449944 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650464345184 140650993501909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
[pid=15355/tid=15370] ppid=15352 vsize=13982084 memory=1588 CPUtime=1.61 cores=0,2,4,6
/proc/15355/task/15370/stat : 15370 (java) S 15352 15355 7968 0 -1 1077944384 1062 0 0 0 79 82 0 0 20 0 15 0 41449948 14317654016 308244 18446744073709551615 4194304 4196468 140736003367328 140650463291696 140650993502850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11223040 140736003375477 140736003375658 140736003375658 140736003379151 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1232976 KiB

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

[startup+2476.21 s]
# the end of solver process 15355 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.87 s, system=4.22249 s

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

Child status: 143
Real time (s): 2476.21
CPU time (s): 2520.1
CPU user time (s): 2515.87
CPU system time (s): 4.22249
CPU usage (%): 101.772
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 1232976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.87
system time used= 4.22249
maximum resident set size= 1233336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 352175
involuntary context switches= 9183


# summary of solver processes directly reported to runsolver:
#   pid: 15355
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.87
#   total CPU system time (s): 4.22249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3773 second user time and 23.8637 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-16 11:13:55
IDJOB=4273059
IDBENCH=133454
IDSOLVER=2665
FILE ID=node128/4273059-1502875674
RUNJOBID= node128-1502869858-14425
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-17.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-4273059-1502875674/watcher-4273059-1502875674 -o /tmp/evaluation-result-4273059-1502875674/solver-4273059-1502875674 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502869858-14425 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1498317070 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273059-1502875674.xml

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

MD5SUM BENCH= 072cba4c7f6c08974f35ec38dd54383a
RANDOM SEED=1498317070

node128.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.94
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.94
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.94
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.94
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:        30693824 kB
MemAvailable:   31760324 kB
Buffers:          247664 kB
Cached:          1109180 kB
SwapCached:            0 kB
Active:           770648 kB
Inactive:         883516 kB
Active(anon):     297668 kB
Inactive(anon):    24956 kB
Active(file):     472980 kB
Inactive(file):   858560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42188 kB
Writeback:             0 kB
AnonPages:        298564 kB
Mapped:            54480 kB
Shmem:             25308 kB
Slab:             126640 kB
SReclaimable:     101588 kB
SUnreclaim:        25052 kB
KernelStack:        3792 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1158120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node128 at 2017-08-16 11:55:12