Trace number 4273107

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)167 2520.05 2473.6201

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P167-Q347.xml
MD5SUM055772027f3bf668b620351859b542d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark167
Best CPU time to get the best result obtained on this benchmark0.032958999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin 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.26/0.37	c version: 2017-07-26
0.26/0.37	c seed: 1913421109
0.26/0.37	c timeout: 2520
0.26/0.37	c memlimit: 11000
0.26/0.37	c nbcore: 4
0.26/0.39	c Parsing instance...
1.14/0.87	c Parsing done, starting search...
1.37/0.93	o 347
3.27/1.71	o 167
2520.02/2473.60	s SATISFIABLE
2520.02/2473.60	v <instantiation>
2520.02/2473.60	v 	<list>
2520.02/2473.60	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
2520.02/2473.60	v 	</list>
2520.02/2473.60	v 	<values>
2520.02/2473.60	v 		1 1 1 0 0 1 0 1 0 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 
2520.02/2473.60	v 	</values>
2520.02/2473.60	v </instantiation>

Verifier Data

OK	167

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

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

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

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

Current StackSize limit: 8192 KiB


[startup+0.104242 s]*
/proc/loadavg: 1.95 1.72 1.64 3/207 12030
/proc/meminfo: memFree=30919816/32770624 swapFree=67108860/67108860
[pid=12022] ppid=12019 vsize=13573664 memory=17752 CPUtime=0.02 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12019 12022 8289 0 -1 1077944320 3827 0 0 0 2 0 0 0 20 0 9 0 136073786 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140730894330496 140207658139383 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
/proc/12022/statm: 3393416 4438 2094 1 0 3382913 0
[pid=12022/tid=12024] ppid=12019 vsize=13573664 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 2457 0 0 0 2 0 0 0 20 0 9 0 136073794 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140207662375368 140207658161309 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13573664 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 136073795 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13573664 memory=140506302793344 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 136073795 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 136073795 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 136073795 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13573664 memory=140506302793344 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 136073796 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 136073797 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140207203530016 140207658149589 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 136073797 13899431936 4438 18446744073709551615 4194304 4196468 140730894347952 140207202477744 140207658149589 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 17752 KiB

[startup+0.210639 s]*
/proc/loadavg: 1.95 1.72 1.64 4/214 12037
/proc/meminfo: memFree=30910428/32770624 swapFree=67108860/67108860
[pid=12022] ppid=12019 vsize=13976944 memory=33776 CPUtime=0.11 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12019 12022 8289 0 -1 1077944320 8147 0 0 0 9 2 0 0 20 0 15 0 136073786 14312390656 8444 18446744073709551615 4194304 4196468 140730894347952 140730894330496 140207658139383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
/proc/12022/statm: 3494236 8444 3385 1 0 3483015 0
[pid=12022/tid=12024] ppid=12019 vsize=13976944 memory=7077796292425249400 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 6353 0 0 0 7 1 0 0 20 0 15 0 136073794 14312390656 8708 18446744073709551615 4194304 4196468 140730894347952 140207662328832 140207650819101 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13976944 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14312390656 8708 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13976944 memory=140506302793344 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14312390656 8708 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14312390656 8774 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 136073795 14312390656 8774 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13976944 memory=140506302793344 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 136073796 14312390656 8774 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 136073797 14312390656 8774 18446744073709551615 4194304 4196468 140730894347952 140207203530016 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 136073797 14312390656 8774 18446744073709551615 4194304 4196468 140730894347952 140207202477680 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12032] ppid=12019 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12032/stat : 12032 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073799 14312390656 8774 18446744073709551615 4194304 4196468 140730894347952 140207201426000 140207658157979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12033] ppid=12019 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12033/stat : 12033 (java) S 12019 12022 8289 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 136073799 14312390656 8840 18446744073709551615 4194304 4196468 140730894347952 140207200372848 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12034] ppid=12019 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12034/stat : 12034 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073799 14312390656 8840 18446744073709551615 4194304 4196468 140730894347952 140207199320048 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12035] ppid=12019 vsize=13976944 memory=140506302793344 CPUtime=0.01 cores=1,3,5,7
/proc/12022/task/12035/stat : 12035 (java) S 12019 12022 8289 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 15 0 136073800 14312390656 8840 18446744073709551615 4194304 4196468 140730894347952 140207198267760 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12036] ppid=12019 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12036/stat : 12036 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073800 14312390656 8840 18446744073709551615 4194304 4196468 140730894347952 140207197215200 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12037] ppid=12019 vsize=13976944 memory=140506302793344 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12037/stat : 12037 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073804 14312390656 8840 18446744073709551615 4194304 4196468 140730894347952 140207196162992 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 33776 KiB

[startup+0.310516 s]*
/proc/loadavg: 1.95 1.72 1.64 4/214 12037
/proc/meminfo: memFree=30901148/32770624 swapFree=67108860/67108860
[pid=12022] ppid=12019 vsize=13975920 memory=41048 CPUtime=0.26 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12019 12022 8289 0 -1 1077944320 10468 0 0 0 23 3 0 0 20 0 15 0 136073786 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140730894330496 140207658139383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
/proc/12022/statm: 3493980 10262 3558 1 0 3482759 0
[pid=12022/tid=12024] ppid=12019 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 8138 0 0 0 16 2 0 0 20 0 15 0 136073794 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207662341440 140207658161309 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13975920 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13975920 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13975920 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 136073795 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 136073796 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 136073797 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207203530016 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 136073797 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207202477680 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12032] ppid=12019 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12032/stat : 12032 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073799 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207201426000 140207658157979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12033] ppid=12019 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12022/task/12033/stat : 12033 (java) R 12019 12022 8289 0 -1 1077944384 473 0 0 0 1 0 0 0 20 0 15 0 136073799 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207200372848 140207658150530 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12034] ppid=12019 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12034/stat : 12034 (java) R 12019 12022 8289 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 15 0 136073799 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207199310160 140207636586683 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12035] ppid=12019 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/12022/task/12035/stat : 12035 (java) R 12019 12022 8289 0 -1 4202560 437 0 0 0 5 0 0 0 20 0 15 0 136073800 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207198267760 140207658151318 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12036] ppid=12019 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12036/stat : 12036 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073800 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207197215200 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12037] ppid=12019 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12037/stat : 12037 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073804 14311342080 10262 18446744073709551615 4194304 4196468 140730894347952 140207196162992 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 41048 KiB

[startup+0.700716 s]
/proc/loadavg: 1.95 1.72 1.64 3/214 12037
/proc/meminfo: memFree=30886660/32770624 swapFree=67108860/67108860
[pid=12022] ppid=12019 vsize=13977988 memory=68684 CPUtime=1 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12019 12022 8289 0 -1 1077944320 13334 0 0 0 94 6 0 0 20 0 15 0 136073786 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140730894330496 140207658139383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
/proc/12022/statm: 3494497 17171 3732 1 0 3483271 0
[pid=12022/tid=12024] ppid=12019 vsize=13977988 memory=2590469261057 CPUtime=0.56 cores=1,3,5,7
/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 9982 0 0 0 52 4 0 0 20 0 15 0 136073794 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207662376336 140207278075149 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13977988 memory=2616239064833 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13977988 memory=2633418934017 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13977988 memory=66508736 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073795 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13977988 memory=-8556737395271162992 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 136073795 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13977988 memory=6152287975781979490 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 136073796 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13977988 memory=8025788822668141932 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 136073797 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207203530016 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13977988 memory=281012328391392 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 136073797 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207202477680 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12032] ppid=12019 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12032/stat : 12032 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073799 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207201426000 140207658157979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12033] ppid=12019 vsize=13977988 memory=15825482134324680 CPUtime=0.09 cores=1,3,5,7
/proc/12022/task/12033/stat : 12033 (java) S 12019 12022 8289 0 -1 1077944384 806 0 0 0 9 0 0 0 20 0 15 0 136073799 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207200372848 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12034] ppid=12019 vsize=13977988 memory=1436 CPUtime=0.09 cores=1,3,5,7
/proc/12022/task/12034/stat : 12034 (java) R 12019 12022 8289 0 -1 1077944384 382 0 0 0 9 0 0 0 20 0 15 0 136073799 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207199320048 140207658150530 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12035] ppid=12019 vsize=13977988 memory=1200 CPUtime=0.22 cores=1,3,5,7
/proc/12022/task/12035/stat : 12035 (java) R 12019 12022 8289 0 -1 4202560 784 0 0 0 22 0 0 0 20 0 15 0 136073800 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207198267760 140207651236219 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12036] ppid=12019 vsize=13977988 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12036/stat : 12036 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073800 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207197215200 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12037] ppid=12019 vsize=13977988 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12037/stat : 12037 (java) S 12019 12022 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 136073804 14313459712 17171 18446744073709551615 4194304 4196468 140730894347952 140207196162992 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68684 KiB

[startup+1.50091 s]
/proc/loadavg: 1.95 1.72 1.64 6/214 12037
/proc/meminfo: memFree=30838628/32770624 swapFree=67108860/67108860
[pid=12022] ppid=12019 vsize=13982084 memory=208620 CPUtime=3.04 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12019 12022 8289 0 -1 1077944320 27848 0 0 0 293 11 0 0 20 0 15 0 136073786 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140730894330496 140207658139383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
/proc/12022/statm: 3495521 52155 3783 1 0 3484295 0
[pid=12022/tid=12024] ppid=12019 vsize=13982084 memory=4420 CPUtime=1.34 cores=1,3,5,7
/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 14064 0 0 0 127 7 0 0 20 0 15 0 136073794 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207662376280 140207280812000 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13982084 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 136073795 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13982084 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 15 0 136073795 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13982084 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 136073795 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13982084 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 136073795 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13982084 memory=116 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 15 0 136073796 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207203530016 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207202477680 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12032] ppid=12019 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12032/stat : 12032 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073799 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207201426000 140207658157979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12033] ppid=12019 vsize=13982084 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/12022/task/12033/stat : 12033 (java) S 12019 12022 8289 0 -1 1077944384 5770 0 0 0 63 0 0 0 20 0 15 0 136073799 14317654016 52155 18446744073709551615 4194304 4196468 140730894347952 140207200372848 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12034] ppid=12019 vsize=13982084 memory=0 CPUtime=0.6 cores=1,3,5,7

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

/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 55828 0 0 0 229556 49 0 0 20 0 15 0 136073794 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207662377536 140207282386191 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13982084 memory=834828 CPUtime=13.64 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 5955 0 0 0 1298 66 0 0 20 0 15 0 136073795 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13982084 memory=834828 CPUtime=13.69 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 5295 0 0 0 1313 56 0 0 20 0 15 0 136073795 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13982084 memory=832780 CPUtime=13.69 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 4587 0 0 0 1309 60 0 0 20 0 15 0 136073795 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13982084 memory=832780 CPUtime=13.7 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 4880 0 0 0 1311 59 0 0 20 0 15 0 136073795 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13982084 memory=832780 CPUtime=9.48 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 7605 0 0 0 887 61 0 0 20 0 15 0 136073796 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13982084 memory=834828 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207203530080 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13982084 memory=834828 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207202477696 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12032] ppid=12019 vsize=13982084 memory=834828 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12032/stat : 12032 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073799 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207201426000 140207658157979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12033] ppid=12019 vsize=13982084 memory=834828 CPUtime=1.59 cores=1,3,5,7
/proc/12022/task/12033/stat : 12033 (java) S 12019 12022 8289 0 -1 1077944384 17787 0 0 0 157 2 0 0 20 0 15 0 136073799 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207200372848 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12034] ppid=12019 vsize=13982084 memory=834828 CPUtime=1.87 cores=1,3,5,7
/proc/12022/task/12034/stat : 12034 (java) S 12019 12022 8289 0 -1 1077944384 23221 0 0 0 184 3 0 0 20 0 15 0 136073799 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207199320048 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12035] ppid=12019 vsize=13982084 memory=834828 CPUtime=0.7 cores=1,3,5,7
/proc/12022/task/12035/stat : 12035 (java) S 12019 12022 8289 0 -1 1077944384 11554 0 0 0 68 2 0 0 20 0 15 0 136073800 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207198267760 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12036] ppid=12019 vsize=13982084 memory=834828 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12036/stat : 12036 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073800 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207197215200 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12037] ppid=12019 vsize=13982084 memory=1200 CPUtime=1.41 cores=1,3,5,7
/proc/12022/task/12037/stat : 12037 (java) S 12019 12022 8289 0 -1 1077944384 784 0 0 0 63 78 0 0 20 0 15 0 136073804 14317654016 208707 18446744073709551615 4194304 4196468 140730894347952 140207196162992 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
Current children cumulated CPU time: 2365.93 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 834828 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.32 1.42 3/213 12258
/proc/meminfo: memFree=29540316/32770624 swapFree=67108860/67108860
[pid=12022] ppid=12019 vsize=13982084 memory=840972 CPUtime=2427 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12019 12022 8289 0 -1 1077944320 140725 0 0 0 242321 379 0 0 20 0 15 0 136073786 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140730894330496 140207658139383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
/proc/12022/statm: 3495521 210243 3814 1 0 3484295 0
[pid=12022/tid=12024] ppid=12019 vsize=13982084 memory=840972 CPUtime=2355.44 cores=1,3,5,7
/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 56732 0 0 0 235494 50 0 0 20 0 15 0 136073794 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207662377584 140207282386461 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13982084 memory=840972 CPUtime=14.01 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 6137 0 0 0 1334 67 0 0 20 0 15 0 136073795 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13982084 memory=840972 CPUtime=14.05 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 5400 0 0 0 1348 57 0 0 20 0 15 0 136073795 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13982084 memory=840972 CPUtime=14.05 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 4798 0 0 0 1345 60 0 0 20 0 15 0 136073795 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13982084 memory=1405 CPUtime=14.07 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 5050 0 0 0 1346 61 0 0 20 0 15 0 136073795 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13982084 memory=14356 CPUtime=9.67 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 7783 0 0 0 905 62 0 0 20 0 15 0 136073796 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13982084 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207203530080 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13982084 memory=840972 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207202477696 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12032] ppid=12019 vsize=13982084 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12032/stat : 12032 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073799 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207201426000 140207658157979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12033] ppid=12019 vsize=13982084 memory=840972 CPUtime=1.59 cores=1,3,5,7
/proc/12022/task/12033/stat : 12033 (java) S 12019 12022 8289 0 -1 1077944384 17789 0 0 0 157 2 0 0 20 0 15 0 136073799 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207200372848 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12034] ppid=12019 vsize=13982084 memory=840972 CPUtime=1.87 cores=1,3,5,7
/proc/12022/task/12034/stat : 12034 (java) S 12019 12022 8289 0 -1 1077944384 23223 0 0 0 184 3 0 0 20 0 15 0 136073799 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207199320048 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12035] ppid=12019 vsize=13982084 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/12022/task/12035/stat : 12035 (java) S 12019 12022 8289 0 -1 1077944384 11556 0 0 0 68 2 0 0 20 0 15 0 136073800 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207198267760 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12036] ppid=12019 vsize=13982084 memory=-3621219749712857441 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12036/stat : 12036 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073800 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207197215200 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12037] ppid=12019 vsize=13982084 memory=840972 CPUtime=1.44 cores=1,3,5,7
/proc/12022/task/12037/stat : 12037 (java) S 12019 12022 8289 0 -1 1077944384 813 0 0 0 63 81 0 0 20 0 15 0 136073804 14317654016 210243 18446744073709551615 4194304 4196468 140730894347952 140207196162992 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
Current children cumulated CPU time: 2427 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 840972 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.29 1.41 3/214 12261
/proc/meminfo: memFree=29417616/32770624 swapFree=67108860/67108860
[pid=12022] ppid=12019 vsize=13982084 memory=847136 CPUtime=2488.12 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12019 12022 8289 0 -1 1077944320 142208 0 0 0 248427 385 0 0 20 0 15 0 136073786 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140730894330496 140207658139383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
/proc/12022/statm: 3495521 211784 3814 1 0 3484295 0
[pid=12022/tid=12024] ppid=12019 vsize=13982084 memory=845088 CPUtime=2414.82 cores=1,3,5,7
/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 57364 0 0 0 241431 51 0 0 20 0 15 0 136073794 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207662377696 140207282987451 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13982084 memory=845088 CPUtime=14.38 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 6259 0 0 0 1371 67 0 0 20 0 15 0 136073795 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13982084 memory=845088 CPUtime=14.42 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 5685 0 0 0 1385 57 0 0 20 0 15 0 136073795 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13982084 memory=847136 CPUtime=14.43 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 4907 0 0 0 1382 61 0 0 20 0 15 0 136073795 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13982084 memory=847136 CPUtime=14.44 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 5189 0 0 0 1382 62 0 0 20 0 15 0 136073795 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13982084 memory=847136 CPUtime=9.88 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 7958 0 0 0 925 63 0 0 20 0 15 0 136073796 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13982084 memory=847136 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207203530080 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13982084 memory=845088 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207202477696 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12032] ppid=12019 vsize=13982084 memory=847136 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12032/stat : 12032 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073799 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207201426000 140207658157979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12033] ppid=12019 vsize=13982084 memory=845088 CPUtime=1.59 cores=1,3,5,7
/proc/12022/task/12033/stat : 12033 (java) S 12019 12022 8289 0 -1 1077944384 17791 0 0 0 157 2 0 0 20 0 15 0 136073799 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207200372848 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12034] ppid=12019 vsize=13982084 memory=845088 CPUtime=1.87 cores=1,3,5,7
/proc/12022/task/12034/stat : 12034 (java) S 12019 12022 8289 0 -1 1077944384 23225 0 0 0 184 3 0 0 20 0 15 0 136073799 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207199320048 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12035] ppid=12019 vsize=13982084 memory=845088 CPUtime=0.7 cores=1,3,5,7
/proc/12022/task/12035/stat : 12035 (java) S 12019 12022 8289 0 -1 1077944384 11558 0 0 0 68 2 0 0 20 0 15 0 136073800 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207198267760 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12036] ppid=12019 vsize=13982084 memory=845088 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12036/stat : 12036 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073800 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207197215200 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12037] ppid=12019 vsize=13982084 memory=847136 CPUtime=1.48 cores=1,3,5,7
/proc/12022/task/12037/stat : 12037 (java) S 12019 12022 8289 0 -1 1077944384 828 0 0 0 65 83 0 0 20 0 15 0 136073804 14317654016 211784 18446744073709551615 4194304 4196468 140730894347952 140207196162992 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
Current children cumulated CPU time: 2488.12 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 847136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.6 s]
/proc/loadavg: 1.26 1.29 1.40 3/217 12277
/proc/meminfo: memFree=29466508/32770624 swapFree=67108860/67108860
[pid=12022] ppid=12019 vsize=13982084 memory=849184 CPUtime=2520.02 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12019 12022 8289 0 -1 1077944320 143230 0 0 0 251613 389 0 0 20 0 15 0 136073786 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140730894330496 140207658139383 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
/proc/12022/statm: 3495521 212296 3814 1 0 3484295 0
[pid=12022/tid=12024] ppid=12019 vsize=13982084 memory=849184 CPUtime=2445.77 cores=1,3,5,7
/proc/12022/task/12024/stat : 12024 (java) R 12019 12022 8289 0 -1 4202560 57987 0 0 0 244526 51 0 0 20 0 15 0 136073794 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207662377696 140207281009376 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12025] ppid=12019 vsize=13982084 memory=849184 CPUtime=14.58 cores=1,3,5,7
/proc/12022/task/12025/stat : 12025 (java) S 12019 12022 8289 0 -1 1077944384 6317 0 0 0 1390 68 0 0 20 0 15 0 136073795 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207600085392 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12026] ppid=12019 vsize=13982084 memory=7164775551949433699 CPUtime=14.63 cores=1,3,5,7
/proc/12022/task/12026/stat : 12026 (java) S 12019 12022 8289 0 -1 1077944384 5808 0 0 0 1405 58 0 0 20 0 15 0 136073795 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207599032592 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12027] ppid=12019 vsize=13982084 memory=302022848351043610 CPUtime=14.64 cores=1,3,5,7
/proc/12022/task/12027/stat : 12027 (java) S 12019 12022 8289 0 -1 1077944384 4954 0 0 0 1402 62 0 0 20 0 15 0 136073795 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207597980304 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12028] ppid=12019 vsize=13982084 memory=304556166158221622 CPUtime=14.65 cores=1,3,5,7
/proc/12022/task/12028/stat : 12028 (java) S 12019 12022 8289 0 -1 1077944384 5213 0 0 0 1403 62 0 0 20 0 15 0 136073795 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207255460368 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12029] ppid=12019 vsize=13982084 memory=15825482134324680 CPUtime=9.99 cores=1,3,5,7
/proc/12022/task/12029/stat : 12029 (java) S 12019 12022 8289 0 -1 1077944384 8095 0 0 0 935 64 0 0 20 0 15 0 136073796 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207204584048 140207658150530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12030] ppid=12019 vsize=13982084 memory=849184 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12030/stat : 12030 (java) S 12019 12022 8289 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207203530080 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12031] ppid=12019 vsize=13982084 memory=849184 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12031/stat : 12031 (java) S 12019 12022 8289 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 136073797 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207202477696 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12032] ppid=12019 vsize=13982084 memory=849184 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12032/stat : 12032 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073799 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207201426000 140207658157979 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12033] ppid=12019 vsize=13982084 memory=14356 CPUtime=1.59 cores=1,3,5,7
/proc/12022/task/12033/stat : 12033 (java) S 12019 12022 8289 0 -1 1077944384 17793 0 0 0 157 2 0 0 20 0 15 0 136073799 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207200372848 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12034] ppid=12019 vsize=13982084 memory=1008 CPUtime=1.87 cores=1,3,5,7
/proc/12022/task/12034/stat : 12034 (java) S 12019 12022 8289 0 -1 1077944384 23227 0 0 0 184 3 0 0 20 0 15 0 136073799 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207199320048 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12035] ppid=12019 vsize=13982084 memory=2012 CPUtime=0.7 cores=1,3,5,7
/proc/12022/task/12035/stat : 12035 (java) S 12019 12022 8289 0 -1 1077944384 11560 0 0 0 68 2 0 0 20 0 15 0 136073800 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207198267760 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12036] ppid=12019 vsize=13982084 memory=849184 CPUtime=0 cores=1,3,5,7
/proc/12022/task/12036/stat : 12036 (java) S 12019 12022 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 136073800 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207197215200 140207658149589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
[pid=12022/tid=12037] ppid=12019 vsize=13982084 memory=40552 CPUtime=1.5 cores=1,3,5,7
/proc/12022/task/12037/stat : 12037 (java) S 12019 12022 8289 0 -1 1077944384 832 0 0 0 66 84 0 0 20 0 15 0 136073804 14317654016 212296 18446744073709551615 4194304 4196468 140730894347952 140207196162992 140207658150530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140730894356852 140730894357033 140730894357033 140730894360527 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 849184 KiB

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

[startup+2473.62 s]
# the end of solver process 12022 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=3.89965 s

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

Child status: 143
Real time (s): 2473.62
CPU time (s): 2520.05
CPU user time (s): 2516.15
CPU system time (s): 3.89965
CPU usage (%): 101.877
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 849184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 3.89965
maximum resident set size= 849608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306581
involuntary context switches= 8379


# summary of solver processes directly reported to runsolver:
#   pid: 12022
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 3.89965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9245 second user time and 26.2329 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-16 13:08:58
IDJOB=4273107
IDBENCH=135233
IDSOLVER=2665
FILE ID=node133/4273107-1502882586
RUNJOBID= node133-1502874281-11067
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P167-Q347.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-4273107-1502882586/watcher-4273107-1502882586 -o /tmp/evaluation-result-4273107-1502882586/solver-4273107-1502882586 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502874281-11067 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1913421109 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273107-1502882586.xml

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

MD5SUM BENCH= 055772027f3bf668b620351859b542d4
RANDOM SEED=1913421109

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30928780 kB
MemAvailable:   31796660 kB
Buffers:          285400 kB
Cached:           883652 kB
SwapCached:            0 kB
Active:          1091860 kB
Inactive:         295708 kB
Active(anon):     159596 kB
Inactive(anon):   108944 kB
Active(file):     932264 kB
Inactive(file):   186764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42400 kB
Writeback:             4 kB
AnonPages:        218360 kB
Mapped:            77588 kB
Shmem:             49852 kB
Slab:             156468 kB
SReclaimable:     129376 kB
SUnreclaim:        27092 kB
KernelStack:        3504 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1175652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-16 13:50:12