Trace number 4273056

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)954 2520.1001 2476.03

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-12.xml
MD5SUMbf7ce9a6e5c92622f49c68f6563ab950
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark954
Best CPU time to get the best result obtained on this benchmark6.3305602
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"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.28/0.38	c version: 2017-07-26
0.28/0.38	c seed: 1150778332
0.28/0.38	c timeout: 2520
0.28/0.38	c memlimit: 11000
0.28/0.38	c nbcore: 4
0.28/0.40	c Parsing instance...
0.92/0.75	c Parsing done, starting search...
0.92/0.77	o 0
1.06/0.84	o 29
1.06/0.87	o 102
1.06/0.87	o 414
1.06/0.88	o 541
1.36/0.98	o 566
1.60/1.03	o 592
1.60/1.10	o 601
1.91/1.20	o 603
2.45/1.36	o 689
2.45/1.40	o 720
2.98/1.59	o 745
2.98/1.59	o 794
3.69/1.97	o 797
3.69/1.99	o 809
3.69/1.99	o 813
4.13/2.38	o 814
4.13/2.38	o 815
4.26/2.41	o 825
4.26/2.41	o 840
4.26/2.41	o 865
4.26/2.44	o 870
4.48/2.64	o 874
4.69/2.84	o 903
4.69/2.84	o 919
4.69/2.85	o 926
7.30/5.44	o 954
2520.07/2476.01	s SATISFIABLE
2520.07/2476.01	v <instantiation>
2520.07/2476.01	v 	<list>
2520.07/2476.01	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]
2520.07/2476.01	v 	</list>
2520.07/2476.01	v 	<values>
2520.07/2476.01	v 		1 1 1 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 
2520.07/2476.01	v 	</values>
2520.07/2476.01	v </instantiation>

Verifier Data

OK	954

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 (14369 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273056-1502878151/watcher-4273056-1502878151 -o /tmp/evaluation-result-4273056-1502878151/solver-4273056-1502878151 -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 1150778332 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273056-1502878151.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
solver pid=15736, runsolver pid=15733
Current StackSize limit: 8192 KiB


[startup+0.100172 s]*
/proc/loadavg: 1.29 1.40 1.41 3/202 15742
/proc/meminfo: memFree=30138672/32770624 swapFree=67108860/67108860
[pid=15736] ppid=15733 vsize=13358552 memory=14932 CPUtime=0.01 cores=0,2,4,6
/proc/15736/stat : 15736 (java) S 15733 15736 7968 0 -1 1077944320 3551 0 0 0 1 0 0 0 20 0 6 0 41697709 13679157248 3733 18446744073709551615 4194304 4196468 140737204047904 140737204030448 140171464875767 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
/proc/15736/statm: 3339638 3733 1913 1 0 3329135 0
[pid=15736/tid=15738] ppid=15733 vsize=13358552 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 2247 0 0 0 1 0 0 0 20 0 6 0 41697718 13679157248 3733 18446744073709551615 4194304 4196468 140737204047904 140171469111888 140171448956254 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13358552 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 41697719 13679157248 3733 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13358552 memory=139999439091328 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 41697719 13679157248 3733 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 41697719 13679157248 3733 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13358552 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 41697719 13679157248 3733 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 14932 KiB

[startup+0.209982 s]*
/proc/loadavg: 1.29 1.40 1.41 4/211 15751
/proc/meminfo: memFree=30127988/32770624 swapFree=67108860/67108860
[pid=15736] ppid=15733 vsize=13976944 memory=31872 CPUtime=0.11 cores=0,2,4,6
/proc/15736/stat : 15736 (java) S 15733 15736 7968 0 -1 1077944320 7229 0 0 0 10 1 0 0 20 0 15 0 41697709 14312390656 7902 18446744073709551615 4194304 4196468 140737204047904 140737204030448 140171464875767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
/proc/15736/statm: 3494236 7902 3387 1 0 3483015 0
[pid=15736/tid=15738] ppid=15733 vsize=13976944 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 5232 0 0 0 8 0 0 0 20 0 15 0 41697718 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140171469065216 140171457555485 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13976944 memory=327 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13976944 memory=139999439106119 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41697719 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15743] ppid=15733 vsize=13976944 memory=139999439091328 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15743/stat : 15743 (java) S 15733 15736 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41697720 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170943740272 140171464886914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15744] ppid=15733 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15744/stat : 15744 (java) S 15733 15736 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41697721 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170942686240 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15745] ppid=15733 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15745/stat : 15745 (java) S 15733 15736 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41697721 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170941633392 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15746] ppid=15733 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15746/stat : 15746 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170940581712 140171464894363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15747] ppid=15733 vsize=13976944 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15747/stat : 15747 (java) S 15733 15736 7968 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 41697723 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170939530096 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15748] ppid=15733 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15748/stat : 15748 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170938477296 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15749] ppid=15733 vsize=13976944 memory=139999439091328 CPUtime=0.01 cores=0,2,4,6
/proc/15736/task/15749/stat : 15749 (java) S 15733 15736 7968 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 41697723 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170937424496 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15750] ppid=15733 vsize=13976944 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15750/stat : 15750 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697724 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170936371936 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15751] ppid=15733 vsize=13976944 memory=139999439091328 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15751/stat : 15751 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697727 14312390656 7968 18446744073709551615 4194304 4196468 140737204047904 140170935319216 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 31872 KiB

[startup+0.310402 s]*
/proc/loadavg: 1.29 1.40 1.41 3/211 15751
/proc/meminfo: memFree=30117560/32770624 swapFree=67108860/67108860
[pid=15736] ppid=15733 vsize=13975920 memory=40400 CPUtime=0.28 cores=0,2,4,6
/proc/15736/stat : 15736 (java) S 15733 15736 7968 0 -1 1077944320 10752 0 0 0 25 3 0 0 20 0 15 0 41697709 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140737204030448 140171464875767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
/proc/15736/statm: 3493980 10100 3596 1 0 3482759 0
[pid=15736/tid=15738] ppid=15733 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 8393 0 0 0 16 2 0 0 20 0 15 0 41697718 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140171469093888 140171464897114 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41697719 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15743] ppid=15733 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15743/stat : 15743 (java) S 15733 15736 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41697720 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170943740272 140171464886914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15744] ppid=15733 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15744/stat : 15744 (java) S 15733 15736 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41697721 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170942686240 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15745] ppid=15733 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15745/stat : 15745 (java) S 15733 15736 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41697721 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170941633392 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15746] ppid=15733 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15746/stat : 15746 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170940581712 140171464894363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15747] ppid=15733 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15736/task/15747/stat : 15747 (java) R 15733 15736 7968 0 -1 1077944384 466 0 0 0 1 0 0 0 20 0 15 0 41697723 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170939530192 140171464885973 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15748] ppid=15733 vsize=13975920 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15736/task/15748/stat : 15748 (java) R 15733 15736 7968 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 15 0 41697723 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170938477296 140171448361680 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15749] ppid=15733 vsize=13975920 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/15736/task/15749/stat : 15749 (java) S 15733 15736 7968 0 -1 1077944384 442 0 0 0 5 0 0 0 20 0 15 0 41697723 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170937424496 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15750] ppid=15733 vsize=13975920 memory=139999439091328 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15750/stat : 15750 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697724 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170936371936 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15751] ppid=15733 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15751/stat : 15751 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697727 14311342080 10100 18446744073709551615 4194304 4196468 140737204047904 140170935319216 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40400 KiB

[startup+0.700737 s]
/proc/loadavg: 1.29 1.40 1.41 4/211 15751
/proc/meminfo: memFree=30103692/32770624 swapFree=67108860/67108860
[pid=15736] ppid=15733 vsize=13977988 memory=69336 CPUtime=0.92 cores=0,2,4,6
/proc/15736/stat : 15736 (java) S 15733 15736 7968 0 -1 1077944320 14067 0 0 0 87 5 0 0 20 0 15 0 41697709 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140737204030448 140171464875767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
/proc/15736/statm: 3494497 17334 3720 1 0 3483271 0
[pid=15736/tid=15738] ppid=15733 vsize=13977988 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 10783 0 0 0 53 3 0 0 20 0 15 0 41697718 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140171469112240 140171464897693 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13977988 memory=111 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41697719 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15743] ppid=15733 vsize=13977988 memory=139999290979191 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15743/stat : 15743 (java) S 15733 15736 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41697720 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170943740272 140171464886914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15744] ppid=15733 vsize=13977988 memory=279998582056544 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15744/stat : 15744 (java) S 15733 15736 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41697721 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170942686240 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15745] ppid=15733 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15745/stat : 15745 (java) S 15733 15736 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41697721 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170941633392 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15746] ppid=15733 vsize=13977988 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15746/stat : 15746 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170940581712 140171464894363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15747] ppid=15733 vsize=13977988 memory=83 CPUtime=0.07 cores=0,2,4,6
/proc/15736/task/15747/stat : 15747 (java) R 15733 15736 7968 0 -1 4202560 763 0 0 0 7 0 0 0 20 0 15 0 41697723 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170939530096 140171448089296 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15748] ppid=15733 vsize=13977988 memory=151 CPUtime=0.11 cores=0,2,4,6
/proc/15736/task/15748/stat : 15748 (java) S 15733 15736 7968 0 -1 1077944384 530 0 0 0 11 0 0 0 20 0 15 0 41697723 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170938477296 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15749] ppid=15733 vsize=13977988 memory=169 CPUtime=0.14 cores=0,2,4,6
/proc/15736/task/15749/stat : 15749 (java) S 15733 15736 7968 0 -1 1077944384 610 0 0 0 14 0 0 0 20 0 15 0 41697723 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170937424496 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15750] ppid=15733 vsize=13977988 memory=198 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15750/stat : 15750 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697724 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170936371936 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15751] ppid=15733 vsize=13977988 memory=46 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15751/stat : 15751 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697727 14313459712 17334 18446744073709551615 4194304 4196468 140737204047904 140170935319216 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69336 KiB

[startup+1.50078 s]
/proc/loadavg: 1.29 1.40 1.41 3/211 15751
/proc/meminfo: memFree=30066708/32770624 swapFree=67108860/67108860
[pid=15736] ppid=15733 vsize=13980036 memory=178856 CPUtime=2.98 cores=0,2,4,6
/proc/15736/stat : 15736 (java) S 15733 15736 7968 0 -1 1077944320 23505 0 0 0 290 8 0 0 20 0 15 0 41697709 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140737204030448 140171464875767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
/proc/15736/statm: 3495009 44714 3776 1 0 3483783 0
[pid=15736/tid=15738] ppid=15733 vsize=13980036 memory=33 CPUtime=1.36 cores=0,2,4,6
/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 14971 0 0 0 130 6 0 0 20 0 15 0 41697718 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140171469105360 140171111412678 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13980036 memory=-4051592751533505334 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13980036 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41697719 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13980036 memory=83 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41697719 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15743] ppid=15733 vsize=13980036 memory=151 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15743/stat : 15743 (java) S 15733 15736 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 41697720 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170943740272 140171464886914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15744] ppid=15733 vsize=13980036 memory=169 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15744/stat : 15744 (java) S 15733 15736 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41697721 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170942686240 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15745] ppid=15733 vsize=13980036 memory=198 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15745/stat : 15745 (java) S 15733 15736 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41697721 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170941633392 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15746] ppid=15733 vsize=13980036 memory=46 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15746/stat : 15746 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170940581712 140171464894363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15747] ppid=15733 vsize=13980036 memory=16724602654207 CPUtime=0.56 cores=0,2,4,6
/proc/15736/task/15747/stat : 15747 (java) R 15733 15736 7968 0 -1 4202560 2542 0 0 0 56 0 0 0 20 0 15 0 41697723 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170939516664 140171449272532 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15748] ppid=15733 vsize=13980036 memory=7379237510309294643 CPUtime=0.61 cores=0,2,4,6
/proc/15736/task/15748/stat : 15748 (java) R 15733 15736 7968 0 -1 4202560 2322 0 0 0 61 0 0 0 20 0 15 0 41697723 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170938465968 140171448836448 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15749] ppid=15733 vsize=13980036 memory=6012677576636514402 CPUtime=0.42 cores=0,2,4,6
/proc/15736/task/15749/stat : 15749 (java) S 15733 15736 7968 0 -1 1077944384 2161 0 0 0 41 1 0 0 20 0 15 0 41697723 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170937424496 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15750] ppid=15733 vsize=13980036 memory=7373916858537504097 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15750/stat : 15750 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697724 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170936371936 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15751] ppid=15733 vsize=13980036 memory=7372786582024121444 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15751/stat : 15751 (java) S 15733 15736 7968 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41697727 14315556864 44714 18446744073709551615 4194304 4196468 140737204047904 140170935319216 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 13980036 KiB

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

/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 58950 0 0 0 229426 48 0 0 20 0 15 0 41697718 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140171469114208 140171111419563 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13982084 memory=810556 CPUtime=13.34 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 6299 0 0 0 1263 71 0 0 20 0 15 0 41697719 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13982084 memory=810556 CPUtime=13.37 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 6027 0 0 0 1261 76 0 0 20 0 15 0 41697719 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13982084 memory=810556 CPUtime=13.3 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 5682 0 0 0 1258 72 0 0 20 0 15 0 41697719 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13982084 memory=810556 CPUtime=13.36 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 4760 0 0 0 1266 70 0 0 20 0 15 0 41697719 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15743] ppid=15733 vsize=13982084 memory=808508 CPUtime=10.24 cores=0,2,4,6
/proc/15736/task/15743/stat : 15743 (java) S 15733 15736 7968 0 -1 1077944384 7025 0 0 0 955 69 0 0 20 0 15 0 41697720 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170943740272 140171464886914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15744] ppid=15733 vsize=13982084 memory=810556 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15744/stat : 15744 (java) S 15733 15736 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 41697721 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170942686304 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15745] ppid=15733 vsize=13982084 memory=810556 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15745/stat : 15745 (java) S 15733 15736 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 41697721 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170941633408 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15746] ppid=15733 vsize=13982084 memory=810556 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15746/stat : 15746 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170940581712 140171464894363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15747] ppid=15733 vsize=13982084 memory=810556 CPUtime=1.47 cores=0,2,4,6
/proc/15736/task/15747/stat : 15747 (java) S 15733 15736 7968 0 -1 1077944384 13958 0 0 0 145 2 0 0 20 0 15 0 41697723 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170939530096 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15748] ppid=15733 vsize=13982084 memory=808508 CPUtime=1.57 cores=0,2,4,6
/proc/15736/task/15748/stat : 15748 (java) S 15733 15736 7968 0 -1 1077944384 15369 0 0 0 155 2 0 0 20 0 15 0 41697723 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170938477296 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15749] ppid=15733 vsize=13982084 memory=810556 CPUtime=0.6 cores=0,2,4,6
/proc/15736/task/15749/stat : 15749 (java) S 15733 15736 7968 0 -1 1077944384 15133 0 0 0 58 2 0 0 20 0 15 0 41697723 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170937424496 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15750] ppid=15733 vsize=13982084 memory=810556 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15750/stat : 15750 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697724 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170936371936 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15751] ppid=15733 vsize=13982084 memory=4124 CPUtime=1.44 cores=0,2,4,6
/proc/15736/task/15751/stat : 15751 (java) S 15733 15736 7968 0 -1 1077944384 673 0 0 0 71 73 0 0 20 0 15 0 41697727 14317654016 202639 18446744073709551615 4194304 4196468 140737204047904 140170935319216 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 2363.56 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 810556 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.35 1.37 3/211 16074
/proc/meminfo: memFree=29329340/32770624 swapFree=67108860/67108860
[pid=15736] ppid=15733 vsize=13982084 memory=816700 CPUtime=2424.58 cores=0,2,4,6
/proc/15736/stat : 15736 (java) S 15733 15736 7968 0 -1 1077944320 137197 0 0 0 242057 401 0 0 20 0 15 0 41697709 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140737204030448 140171464875767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
/proc/15736/statm: 3495521 204175 3811 1 0 3484295 0
[pid=15736/tid=15738] ppid=15733 vsize=13982084 memory=816700 CPUtime=2354.08 cores=0,2,4,6
/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 59956 0 0 0 235359 49 0 0 20 0 15 0 41697718 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140171469114336 140171111084175 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13982084 memory=814652 CPUtime=13.7 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 6404 0 0 0 1298 72 0 0 20 0 15 0 41697719 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13982084 memory=6298397712577287779 CPUtime=13.74 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 6245 0 0 0 1297 77 0 0 20 0 15 0 41697719 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13982084 memory=816700 CPUtime=13.67 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 5885 0 0 0 1294 73 0 0 20 0 15 0 41697719 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13982084 memory=816700 CPUtime=13.72 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 4795 0 0 0 1301 71 0 0 20 0 15 0 41697719 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15743] ppid=15733 vsize=13982084 memory=56 CPUtime=10.44 cores=0,2,4,6
/proc/15736/task/15743/stat : 15743 (java) S 15733 15736 7968 0 -1 1077944384 7200 0 0 0 974 70 0 0 20 0 15 0 41697720 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170943740272 140171464886914 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15744] ppid=15733 vsize=13982084 memory=816700 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15744/stat : 15744 (java) S 15733 15736 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 41697721 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170942686304 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15745] ppid=15733 vsize=13982084 memory=816700 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15745/stat : 15745 (java) S 15733 15736 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 41697721 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170941633408 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15746] ppid=15733 vsize=13982084 memory=814652 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15746/stat : 15746 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170940581712 140171464894363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15747] ppid=15733 vsize=13982084 memory=16724602654207 CPUtime=1.47 cores=0,2,4,6
/proc/15736/task/15747/stat : 15747 (java) S 15733 15736 7968 0 -1 1077944384 13960 0 0 0 145 2 0 0 20 0 15 0 41697723 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170939530096 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15748] ppid=15733 vsize=13982084 memory=279998583628032 CPUtime=1.57 cores=0,2,4,6
/proc/15736/task/15748/stat : 15748 (java) S 15733 15736 7968 0 -1 1077944384 15476 0 0 0 155 2 0 0 20 0 15 0 41697723 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170938477296 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15749] ppid=15733 vsize=13982084 memory=4124 CPUtime=0.6 cores=0,2,4,6
/proc/15736/task/15749/stat : 15749 (java) S 15733 15736 7968 0 -1 1077944384 15135 0 0 0 58 2 0 0 20 0 15 0 41697723 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170937424496 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15750] ppid=15733 vsize=13982084 memory=24700 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15750/stat : 15750 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697724 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170936371936 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15751] ppid=15733 vsize=13982084 memory=4124 CPUtime=1.49 cores=0,2,4,6
/proc/15736/task/15751/stat : 15751 (java) S 15733 15736 7968 0 -1 1077944384 687 0 0 0 73 76 0 0 20 0 15 0 41697727 14317654016 204175 18446744073709551615 4194304 4196468 140737204047904 140170935319216 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 2424.58 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 816700 KiB

[startup+2442.3 s]
/proc/loadavg: 1.80 1.49 1.42 3/211 16079
/proc/meminfo: memFree=29313552/32770624 swapFree=67108860/67108860
[pid=15736] ppid=15733 vsize=13982084 memory=822844 CPUtime=2485.7 cores=0,2,4,6
/proc/15736/stat : 15736 (java) S 15733 15736 7968 0 -1 1077944320 138669 0 0 0 248162 408 0 0 20 0 15 0 41697709 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140737204030448 140171464875767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
/proc/15736/statm: 3495521 205711 3811 1 0 3484295 0
[pid=15736/tid=15738] ppid=15733 vsize=13982084 memory=820796 CPUtime=2413.37 cores=0,2,4,6
/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 60819 0 0 0 241287 50 0 0 20 0 15 0 41697718 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140171469114112 140171111419887 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13982084 memory=820796 CPUtime=14.08 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 6437 0 0 0 1336 72 0 0 20 0 15 0 41697719 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13982084 memory=820796 CPUtime=14.15 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 6306 0 0 0 1337 78 0 0 20 0 15 0 41697719 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13982084 memory=820796 CPUtime=14.06 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 5995 0 0 0 1332 74 0 0 20 0 15 0 41697719 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13982084 memory=820796 CPUtime=14.12 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 4907 0 0 0 1339 73 0 0 20 0 15 0 41697719 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15743] ppid=15733 vsize=13982084 memory=822844 CPUtime=10.65 cores=0,2,4,6
/proc/15736/task/15743/stat : 15743 (java) S 15733 15736 7968 0 -1 1077944384 7339 0 0 0 993 72 0 0 20 0 15 0 41697720 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170943740272 140171464886914 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15744] ppid=15733 vsize=13982084 memory=820796 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15744/stat : 15744 (java) S 15733 15736 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 41697721 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170942686304 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15745] ppid=15733 vsize=13982084 memory=822844 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15745/stat : 15745 (java) S 15733 15736 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 41697721 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170941633408 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15746] ppid=15733 vsize=13982084 memory=822844 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15746/stat : 15746 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170940581712 140171464894363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15747] ppid=15733 vsize=13982084 memory=822844 CPUtime=1.48 cores=0,2,4,6
/proc/15736/task/15747/stat : 15747 (java) S 15733 15736 7968 0 -1 1077944384 14104 0 0 0 146 2 0 0 20 0 15 0 41697723 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170939530096 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15748] ppid=15733 vsize=13982084 memory=822844 CPUtime=1.57 cores=0,2,4,6
/proc/15736/task/15748/stat : 15748 (java) S 15733 15736 7968 0 -1 1077944384 15478 0 0 0 155 2 0 0 20 0 15 0 41697723 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170938477296 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15749] ppid=15733 vsize=13982084 memory=820796 CPUtime=0.6 cores=0,2,4,6
/proc/15736/task/15749/stat : 15749 (java) S 15733 15736 7968 0 -1 1077944384 15137 0 0 0 58 2 0 0 20 0 15 0 41697723 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170937424496 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15750] ppid=15733 vsize=13982084 memory=820796 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15750/stat : 15750 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697724 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170936371936 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15751] ppid=15733 vsize=13982084 memory=822844 CPUtime=1.52 cores=0,2,4,6
/proc/15736/task/15751/stat : 15751 (java) S 15733 15736 7968 0 -1 1077944384 693 0 0 0 75 77 0 0 20 0 15 0 41697727 14317654016 205711 18446744073709551615 4194304 4196468 140737204047904 140170935319216 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 2485.7 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 822844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476 s]*
/proc/loadavg: 1.67 1.49 1.42 3/211 16082
/proc/meminfo: memFree=29305352/32770624 swapFree=67108860/67108860
[pid=15736] ppid=15733 vsize=13982084 memory=826940 CPUtime=2520.07 cores=0,2,4,6
/proc/15736/stat : 15736 (java) S 15733 15736 7968 0 -1 1077944320 139940 0 0 0 251594 413 0 0 20 0 15 0 41697709 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140737204030448 140171464875767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
/proc/15736/statm: 3495521 206735 3811 1 0 3484295 0
[pid=15736/tid=15738] ppid=15733 vsize=13982084 memory=1398720917958146503 CPUtime=2446.66 cores=0,2,4,6
/proc/15736/task/15738/stat : 15738 (java) R 15733 15736 7968 0 -1 4202560 61287 0 0 0 244616 50 0 0 20 0 15 0 41697718 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140171469113984 140171111550679 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15739] ppid=15733 vsize=13982084 memory=4126316290023845779 CPUtime=14.31 cores=0,2,4,6
/proc/15736/task/15739/stat : 15739 (java) S 15733 15736 7968 0 -1 1077944384 6677 0 0 0 1359 72 0 0 20 0 15 0 41697719 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140171064831120 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15740] ppid=15733 vsize=13982084 memory=2424 CPUtime=14.38 cores=0,2,4,6
/proc/15736/task/15740/stat : 15740 (java) S 15733 15736 7968 0 -1 1077944384 6399 0 0 0 1359 79 0 0 20 0 15 0 41697719 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140171063778320 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15741] ppid=15733 vsize=13982084 memory=1296 CPUtime=14.3 cores=0,2,4,6
/proc/15736/task/15741/stat : 15741 (java) S 15733 15736 7968 0 -1 1077944384 6214 0 0 0 1355 75 0 0 20 0 15 0 41697719 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140171062725520 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15742] ppid=15733 vsize=13982084 memory=1732 CPUtime=14.34 cores=0,2,4,6
/proc/15736/task/15742/stat : 15742 (java) S 15733 15736 7968 0 -1 1077944384 5002 0 0 0 1361 73 0 0 20 0 15 0 41697719 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140171061672720 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15743] ppid=15733 vsize=13982084 memory=1700 CPUtime=10.78 cores=0,2,4,6
/proc/15736/task/15743/stat : 15743 (java) S 15733 15736 7968 0 -1 1077944384 7378 0 0 0 1005 73 0 0 20 0 15 0 41697720 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170943740272 140171464886914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15744] ppid=15733 vsize=13982084 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15744/stat : 15744 (java) S 15733 15736 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 41697721 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170942686304 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15745] ppid=15733 vsize=13982084 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15745/stat : 15745 (java) S 15733 15736 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 41697721 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170941633408 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15746] ppid=15733 vsize=13982084 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15746/stat : 15746 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697723 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170940581712 140171464894363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15747] ppid=15733 vsize=13982084 memory=5520 CPUtime=1.48 cores=0,2,4,6
/proc/15736/task/15747/stat : 15747 (java) S 15733 15736 7968 0 -1 1077944384 14104 0 0 0 146 2 0 0 20 0 15 0 41697723 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170939530096 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15748] ppid=15733 vsize=13982084 memory=4612 CPUtime=1.57 cores=0,2,4,6
/proc/15736/task/15748/stat : 15748 (java) S 15733 15736 7968 0 -1 1077944384 15585 0 0 0 155 2 0 0 20 0 15 0 41697723 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170938477296 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15749] ppid=15733 vsize=13982084 memory=792 CPUtime=0.6 cores=0,2,4,6
/proc/15736/task/15749/stat : 15749 (java) S 15733 15736 7968 0 -1 1077944384 15137 0 0 0 58 2 0 0 20 0 15 0 41697723 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170937424496 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15750] ppid=15733 vsize=13982084 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/15736/task/15750/stat : 15750 (java) S 15733 15736 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41697724 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170936371936 140171464885973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
[pid=15736/tid=15751] ppid=15733 vsize=13982084 memory=1440 CPUtime=1.54 cores=0,2,4,6
/proc/15736/task/15751/stat : 15751 (java) S 15733 15736 7968 0 -1 1077944384 703 0 0 0 76 78 0 0 20 0 15 0 41697727 14317654016 206735 18446744073709551615 4194304 4196468 140737204047904 140170935319216 140171464886914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 19419136 140737204052341 140737204052522 140737204052522 140737204056015 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 826940 KiB

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

[startup+2476.03 s]
# the end of solver process 15736 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.96 s, system=4.13911 s

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

Child status: 143
Real time (s): 2476.03
CPU time (s): 2520.1
CPU user time (s): 2515.96
CPU system time (s): 4.13911
CPU usage (%): 101.78
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 826940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.96
system time used= 4.13911
maximum resident set size= 827364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140242
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 361014
involuntary context switches= 8714


# summary of solver processes directly reported to runsolver:
#   pid: 15736
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.96
#   total CPU system time (s): 4.13911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4029 second user time and 22.5651 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-16 11:55:13
IDJOB=4273056
IDBENCH=133516
IDSOLVER=2665
FILE ID=node128/4273056-1502878151
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-s40/Knapsack-40-150-12.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-4273056-1502878151/watcher-4273056-1502878151 -o /tmp/evaluation-result-4273056-1502878151/solver-4273056-1502878151 -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 1150778332 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273056-1502878151.xml

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

MD5SUM BENCH= bf7ce9a6e5c92622f49c68f6563ab950
RANDOM SEED=1150778332

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:        30144232 kB
MemAvailable:   31213388 kB
Buffers:          248108 kB
Cached:          1111652 kB
SwapCached:            0 kB
Active:          1317452 kB
Inactive:         885168 kB
Active(anon):     843428 kB
Inactive(anon):    24956 kB
Active(file):     474024 kB
Inactive(file):   860212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42376 kB
Writeback:             4 kB
AnonPages:        843080 kB
Mapped:            54468 kB
Shmem:             25308 kB
Slab:             126848 kB
SReclaimable:     101512 kB
SUnreclaim:        25336 kB
KernelStack:        3440 kB
PageTables:         6812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2070868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 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 12:36:30