Trace number 4274079

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26SAT 41.884102 23.2299

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-90-90.xml
MD5SUM4d5ee0d3a7698119cef28df18be09f14
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.9392
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":90}]
Minimum variable degree89
Maximum variable degree89
Distribution of variable degrees[{"degree":89,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4005}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 858284602
0.27/0.38	c timeout: 2520
0.27/0.38	c memlimit: 11000
0.27/0.38	c nbcore: 4
0.27/0.40	c Parsing instance...
41.67/23.14	c Parsing done, starting search...
41.67/23.19	s SATISFIABLE
41.67/23.19	v <instantiation>
41.67/23.19	v 	<list>
41.67/23.19	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]
41.67/23.19	v 	</list>
41.67/23.19	v 	<values>
41.67/23.19	v 		43 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 89 9 10 11 12 13 14 15 16 
41.67/23.19	v 	</values>
41.67/23.19	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274079-1502765277/watcher-4274079-1502765277 -o /tmp/evaluation-result-4274079-1502765277/solver-4274079-1502765277 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 858284602 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274079-1502765277.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=32620, runsolver pid=32617
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 1.32 1.21 1.31 3/202 32628
/proc/meminfo: memFree=31111464/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=13573664 memory=18132 CPUtime=0.02 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 3925 0 0 0 2 0 0 0 20 0 9 0 78723042 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3393416 4533 2093 1 0 3382913 0
[pid=32620/tid=32622] ppid=32617 vsize=13573664 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) R 32617 32620 12560 0 -1 4202560 2553 0 0 0 2 0 0 0 20 0 9 0 78723050 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140425137361416 140425114776926 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 78723050 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140425098406544 140425133135573 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=13573664 memory=140006425990784 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 78723050 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140424731953680 140425133135573 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 78723050 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140424730900880 140425133135573 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) S 32617 32620 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 78723050 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140424729848080 140425133135573 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=13573664 memory=140006425990784 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 78723052 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140424612088688 140425133136514 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 78723052 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140424611034656 140425133135573 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 78723052 13899431936 4533 18446744073709551615 4194304 4196468 140734819466560 140424609981872 140425133135573 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 18132 KiB

[startup+0.209704 s]*
/proc/loadavg: 1.32 1.21 1.31 3/209 32635
/proc/meminfo: memFree=31104836/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=13976944 memory=31284 CPUtime=0.11 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 7148 0 0 0 10 1 0 0 20 0 15 0 78723042 14312390656 7821 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3494236 7821 3385 1 0 3483015 0
[pid=32620/tid=32622] ppid=32617 vsize=13977904 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) R 32617 32620 12560 0 -1 4202560 5102 0 0 0 7 1 0 0 20 0 15 0 78723050 14313373696 7821 18446744073709551615 4194304 4196468 140734819466560 140425137314816 140425125415808 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=13977904 memory=328 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140425098406544 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=13977904 memory=140006426744818 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424731953680 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424730900880 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=13977904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) S 32617 32620 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78723050 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424729848080 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=13977904 memory=140006425990784 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78723052 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424612088688 140425133136514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=13977904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78723052 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424611034656 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78723052 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424609981808 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32630] ppid=32617 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32630/stat : 32630 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424608930128 140425133143963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32631] ppid=32617 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32631/stat : 32631 (java) S 32617 32620 12560 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 78723055 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424607877488 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32632] ppid=32617 vsize=13977904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32632/stat : 32632 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14313373696 7887 18446744073709551615 4194304 4196468 140734819466560 140424606824688 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32633] ppid=32617 vsize=13977904 memory=140006425990784 CPUtime=0.01 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 360 0 0 0 1 0 0 0 20 0 15 0 78723055 14313373696 7953 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32634] ppid=32617 vsize=13977904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32634/stat : 32634 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14313373696 7953 18446744073709551615 4194304 4196468 140734819466560 140424604719328 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32635] ppid=32617 vsize=13977904 memory=140006425990784 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32635/stat : 32635 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723060 14313373696 7953 18446744073709551615 4194304 4196468 140734819466560 140424603667632 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 31284 KiB

[startup+0.310222 s]*
/proc/loadavg: 1.32 1.21 1.31 3/209 32635
/proc/meminfo: memFree=31094408/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=13975920 memory=39668 CPUtime=0.27 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 10579 0 0 0 24 3 0 0 20 0 15 0 78723042 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3493980 9917 3545 1 0 3482759 0
[pid=32620/tid=32622] ppid=32617 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) R 32617 32620 12560 0 -1 4202560 8279 0 0 0 16 2 0 0 20 0 15 0 78723050 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140425137351520 140425133147293 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140425098406544 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424731953680 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424730900880 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) S 32617 32620 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78723050 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424729848080 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78723052 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424612088688 140425133136514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78723052 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424611034656 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78723052 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424609981808 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32630] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32630/stat : 32630 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424608930128 140425133143963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32631] ppid=32617 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32620/task/32631/stat : 32631 (java) S 32617 32620 12560 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 78723055 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424607877488 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32632] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32632/stat : 32632 (java) S 32617 32620 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 78723055 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424606824688 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32633] ppid=32617 vsize=13975920 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 399 0 0 0 5 0 0 0 20 0 15 0 78723055 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32634] ppid=32617 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32634/stat : 32634 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424604719328 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32635] ppid=32617 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32635/stat : 32635 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723060 14311342080 9917 18446744073709551615 4194304 4196468 140734819466560 140424603667632 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39668 KiB

[startup+0.700834 s]
/proc/loadavg: 1.32 1.21 1.31 4/209 32635
/proc/meminfo: memFree=31079464/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=13975940 memory=135980 CPUtime=0.99 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 13336 0 0 0 92 7 0 0 20 0 15 0 78723042 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3493985 33995 3712 1 0 3482759 0
[pid=32620/tid=32622] ppid=32617 vsize=13975940 memory=99 CPUtime=0.56 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) R 32617 32620 12560 0 -1 4202560 10085 0 0 0 50 6 0 0 20 0 15 0 78723050 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140425137360560 140425133147293 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=13975940 memory=28 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140425098406544 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=13975940 memory=33 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424731953680 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723050 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424730900880 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) S 32617 32620 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78723050 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424729848080 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78723052 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424612088688 140425133136514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=13975940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78723052 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424611034656 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=13975940 memory=1009 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78723052 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424609981808 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32630] ppid=32617 vsize=13975940 memory=73 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32630/stat : 32630 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424608930128 140425133143963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32631] ppid=32617 vsize=13975940 memory=263 CPUtime=0.13 cores=0,2,4,6
/proc/32620/task/32631/stat : 32631 (java) S 32617 32620 12560 0 -1 1077944384 958 0 0 0 13 0 0 0 20 0 15 0 78723055 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424607877488 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32632] ppid=32617 vsize=13975940 memory=280012540350224 CPUtime=0.12 cores=0,2,4,6
/proc/32620/task/32632/stat : 32632 (java) S 32617 32620 12560 0 -1 1077944384 247 0 0 0 12 0 0 0 20 0 15 0 78723055 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424606824688 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32633] ppid=32617 vsize=13975940 memory=2511482128129 CPUtime=0.15 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 663 0 0 0 15 0 0 0 20 0 15 0 78723055 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32634] ppid=32617 vsize=13975940 memory=2520072062721 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32634/stat : 32634 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424604719328 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32635] ppid=32617 vsize=13975940 memory=2563021735681 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32635/stat : 32635 (java) S 32617 32620 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78723060 14311362560 33995 18446744073709551615 4194304 4196468 140734819466560 140424603667632 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 13975940 KiB
Current children cumulated memory: 135980 KiB

[startup+1.5007 s]
/proc/loadavg: 1.32 1.21 1.31 5/209 32635
/proc/meminfo: memFree=30840972/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=13977988 memory=597576 CPUtime=3.14 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 17379 0 0 0 268 46 0 0 20 0 15 0 78723042 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3494497 149394 3792 1 0 3483271 0
[pid=32620/tid=32622] ppid=32617 vsize=13977988 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) S 32617 32620 12560 0 -1 1077944384 10422 0 0 0 105 10 0 0 20 0 15 0 78723050 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140425137362464 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=13977988 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) R 32617 32620 12560 0 -1 4202560 831 0 0 0 9 8 0 0 20 0 15 0 78723050 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140425098406664 140425126222100 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=13977988 memory=280012540582272 CPUtime=0.18 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) R 32617 32620 12560 0 -1 4202560 383 0 0 0 10 8 0 0 20 0 15 0 78723050 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424731953800 140425126222076 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=13977988 memory=9132 CPUtime=0.16 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) R 32617 32620 12560 0 -1 4202560 186 0 0 0 9 7 0 0 20 0 15 0 78723050 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424730900880 140425126222068 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=13977988 memory=19658 CPUtime=0.19 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) R 32617 32620 12560 0 -1 4202560 416 0 0 0 10 9 0 0 20 0 15 0 78723050 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424729848080 140425126222116 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=13977988 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 78723052 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424612087232 140425133135573 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 78723052 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424611034720 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=13977988 memory=33 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 78723052 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424609981824 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32630] ppid=32617 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32630/stat : 32630 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424608930128 140425133143963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32631] ppid=32617 vsize=13977988 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/32620/task/32631/stat : 32631 (java) S 32617 32620 12560 0 -1 1077944384 1299 0 0 0 45 0 0 0 20 0 15 0 78723055 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424607877488 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32632] ppid=32617 vsize=13977988 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/32620/task/32632/stat : 32632 (java) S 32617 32620 12560 0 -1 1077944384 1232 0 0 0 45 1 0 0 20 0 15 0 78723055 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424606824688 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32633] ppid=32617 vsize=13977988 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 1008 0 0 0 29 0 0 0 20 0 15 0 78723055 14313459712 149394 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0

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

[pid=32620/tid=32633] ppid=32617 vsize=13980036 memory=-8774313645642428999 CPUtime=0.68 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 5638 0 0 0 67 1 0 0 20 0 15 0 78723055 14315556864 1187719 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32634] ppid=32617 vsize=13980036 memory=8624 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32634/stat : 32634 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14315556864 1187719 18446744073709551615 4194304 4196468 140734819466560 140424604719328 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32635] ppid=32617 vsize=13980036 memory=2969264 CPUtime=0.01 cores=0,2,4,6
/proc/32620/task/32635/stat : 32635 (java) S 32617 32620 12560 0 -1 1077944384 36 0 0 0 0 1 0 0 20 0 15 0 78723060 14315556864 1187719 18446744073709551615 4194304 4196468 140734819466560 140424603667632 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 30.28 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 4750876 KiB

[startup+20.8007 s]
/proc/loadavg: 1.16 1.18 1.30 6/209 32635
/proc/meminfo: memFree=25985804/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=13980036 memory=5141524 CPUtime=36.62 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 48694 0 0 0 3340 322 0 0 20 0 15 0 78723042 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3495009 1285381 3816 1 0 3483783 0
[pid=32620/tid=32622] ppid=32617 vsize=13980036 memory=2663 CPUtime=16.14 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) S 32617 32620 12560 0 -1 1077944384 19543 0 0 0 1571 43 0 0 20 0 15 0 78723050 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140425137359376 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=13980036 memory=4941356 CPUtime=4.34 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) R 32617 32620 12560 0 -1 4202560 3115 0 0 0 368 66 0 0 20 0 15 0 78723050 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140425098406744 140425117826058 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=13980036 memory=-8774313645642428999 CPUtime=4.34 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) R 32617 32620 12560 0 -1 4202560 2123 0 0 0 367 67 0 0 20 0 15 0 78723050 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424731953880 140425117825985 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=13980036 memory=280012541133440 CPUtime=4.34 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) R 32617 32620 12560 0 -1 4202560 3080 0 0 0 366 68 0 0 20 0 15 0 78723050 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424730900768 140425117826055 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=13980036 memory=6944656592455097440 CPUtime=4.36 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) R 32617 32620 12560 0 -1 4202560 2415 0 0 0 366 70 0 0 20 0 15 0 78723050 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424729848280 140425117825998 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=13980036 memory=5866333692148213866 CPUtime=0.11 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 5161 0 0 0 11 0 0 0 20 0 15 0 78723052 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424612087232 140425133135573 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=13980036 memory=6225471559887704371 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 78723052 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424611034720 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=13980036 memory=5859854261519215720 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 78723052 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424609981824 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32630] ppid=32617 vsize=13980036 memory=5103156 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32630/stat : 32630 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424608930128 140425133143963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32631] ppid=32617 vsize=13980036 memory=1744 CPUtime=1.08 cores=0,2,4,6
/proc/32620/task/32631/stat : 32631 (java) S 32617 32620 12560 0 -1 1077944384 3305 0 0 0 108 0 0 0 20 0 15 0 78723055 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424607877488 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32632] ppid=32617 vsize=13980036 memory=956 CPUtime=1.12 cores=0,2,4,6
/proc/32620/task/32632/stat : 32632 (java) S 32617 32620 12560 0 -1 1077944384 2895 0 0 0 111 1 0 0 20 0 15 0 78723055 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424606824688 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32633] ppid=32617 vsize=13980036 memory=1232 CPUtime=0.68 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 5638 0 0 0 67 1 0 0 20 0 15 0 78723055 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32634] ppid=32617 vsize=13980036 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32634/stat : 32634 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424604719328 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32635] ppid=32617 vsize=13980036 memory=4088 CPUtime=0.01 cores=0,2,4,6
/proc/32620/task/32635/stat : 32635 (java) S 32617 32620 12560 0 -1 1077944384 38 0 0 0 0 1 0 0 20 0 15 0 78723060 14315556864 1285381 18446744073709551615 4194304 4196468 140734819466560 140424603667632 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 36.62 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 5141524 KiB

[startup+22.4008 s]
/proc/loadavg: 1.31 1.21 1.31 4/209 32635
/proc/meminfo: memFree=25980532/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=13980036 memory=5145840 CPUtime=40.8 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 55751 0 0 0 3757 323 0 0 20 0 15 0 78723042 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3495009 1286460 3816 1 0 3483783 0
[pid=32620/tid=32622] ppid=32617 vsize=13980036 memory=8624 CPUtime=16.79 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) R 32617 32620 12560 0 -1 4202560 20373 0 0 0 1636 43 0 0 20 0 15 0 78723050 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140425137356536 140424779090923 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=13980036 memory=1716 CPUtime=5.13 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) S 32617 32620 12560 0 -1 1077944384 3258 0 0 0 447 66 0 0 20 0 15 0 78723050 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140425098406544 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=13980036 memory=14260 CPUtime=5.14 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) S 32617 32620 12560 0 -1 1077944384 2210 0 0 0 447 67 0 0 20 0 15 0 78723050 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424731953680 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=13980036 memory=796 CPUtime=5.14 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) S 32617 32620 12560 0 -1 1077944384 3229 0 0 0 446 68 0 0 20 0 15 0 78723050 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424730900880 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=13980036 memory=4144 CPUtime=5.16 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) S 32617 32620 12560 0 -1 1077944384 2659 0 0 0 446 70 0 0 20 0 15 0 78723050 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424729848080 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=13980036 memory=43704 CPUtime=0.25 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 7196 0 0 0 25 0 0 0 20 0 15 0 78723052 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424612088688 140425133136514 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=13980036 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 78723052 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424611034720 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=13980036 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 78723052 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424609981824 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32630] ppid=32617 vsize=13980036 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32630/stat : 32630 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424608930128 140425133143963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32631] ppid=32617 vsize=13980036 memory=5808 CPUtime=1.11 cores=0,2,4,6
/proc/32620/task/32631/stat : 32631 (java) S 32617 32620 12560 0 -1 1077944384 4302 0 0 0 111 0 0 0 20 0 15 0 78723055 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424607877488 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32632] ppid=32617 vsize=13980036 memory=4612 CPUtime=1.27 cores=0,2,4,6
/proc/32620/task/32632/stat : 32632 (java) S 32617 32620 12560 0 -1 1077944384 5348 0 0 0 125 2 0 0 20 0 15 0 78723055 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424606824688 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32633] ppid=32617 vsize=13980036 memory=4085172 CPUtime=0.69 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 5695 0 0 0 68 1 0 0 20 0 15 0 78723055 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32634] ppid=32617 vsize=13980036 memory=140006270652732 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32634/stat : 32634 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424604719328 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32635] ppid=32617 vsize=13980036 memory=280012540516160 CPUtime=0.01 cores=0,2,4,6
/proc/32620/task/32635/stat : 32635 (java) S 32617 32620 12560 0 -1 1077944384 55 0 0 0 0 1 0 0 20 0 15 0 78723060 14315556864 1286460 18446744073709551615 4194304 4196468 140734819466560 140424603667632 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 40.8 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 5145840 KiB

[startup+22.8013 s]
/proc/loadavg: 1.31 1.21 1.31 4/209 32635
/proc/meminfo: memFree=25980532/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=13980036 memory=5145920 CPUtime=41.32 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 56378 0 0 0 3809 323 0 0 20 0 15 0 78723042 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3495009 1286480 3820 1 0 3483783 0
[pid=32620/tid=32622] ppid=32617 vsize=13980036 memory=15540738687502695 CPUtime=17.19 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) R 32617 32620 12560 0 -1 4202560 20647 0 0 0 1676 43 0 0 20 0 15 0 78723050 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140425137356640 140425115659374 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=13980036 memory=2016 CPUtime=5.13 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) S 32617 32620 12560 0 -1 1077944384 3258 0 0 0 447 66 0 0 20 0 15 0 78723050 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140425098406544 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=13980036 memory=1196 CPUtime=5.14 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) S 32617 32620 12560 0 -1 1077944384 2210 0 0 0 447 67 0 0 20 0 15 0 78723050 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424731953680 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=13980036 memory=8624 CPUtime=5.14 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) S 32617 32620 12560 0 -1 1077944384 3229 0 0 0 446 68 0 0 20 0 15 0 78723050 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424730900880 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=13980036 memory=1716 CPUtime=5.16 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) S 32617 32620 12560 0 -1 1077944384 2659 0 0 0 446 70 0 0 20 0 15 0 78723050 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424729848080 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=13980036 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 7205 0 0 0 25 0 0 0 20 0 15 0 78723052 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424612088688 140425133136514 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 78723052 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424611034720 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=13980036 memory=140006270418196 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 78723052 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424609981824 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32630] ppid=32617 vsize=13980036 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32630/stat : 32630 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424608930128 140425133143963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32631] ppid=32617 vsize=13980036 memory=15584 CPUtime=1.14 cores=0,2,4,6
/proc/32620/task/32631/stat : 32631 (java) S 32617 32620 12560 0 -1 1077944384 4387 0 0 0 114 0 0 0 20 0 15 0 78723055 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424607877488 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32632] ppid=32617 vsize=13980036 memory=26596 CPUtime=1.37 cores=0,2,4,6
/proc/32620/task/32632/stat : 32632 (java) S 32617 32620 12560 0 -1 1077944384 5608 0 0 0 135 2 0 0 20 0 15 0 78723055 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424606824688 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32633] ppid=32617 vsize=13980036 memory=4048 CPUtime=0.69 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 5695 0 0 0 68 1 0 0 20 0 15 0 78723055 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32634] ppid=32617 vsize=13980036 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32634/stat : 32634 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78723055 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424604719328 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32635] ppid=32617 vsize=13980036 memory=1412 CPUtime=0.01 cores=0,2,4,6
/proc/32620/task/32635/stat : 32635 (java) S 32617 32620 12560 0 -1 1077944384 55 0 0 0 0 1 0 0 20 0 15 0 78723060 14315556864 1286480 18446744073709551615 4194304 4196468 140734819466560 140424603667632 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 41.32 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 5145920 KiB

[startup+23.2007 s]
/proc/loadavg: 1.31 1.21 1.31 3/209 32635
/proc/meminfo: memFree=25979416/32770624 swapFree=67105588/67108860
[pid=32620] ppid=32617 vsize=14046600 memory=5147232 CPUtime=41.85 cores=0,2,4,6
/proc/32620/stat : 32620 (java) S 32617 32620 12560 0 -1 1077944320 58395 0 0 0 3862 323 0 0 20 0 14 0 78723042 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140734819449104 140425133125367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
/proc/32620/statm: 3511650 1286808 3822 1 0 3500424 0
[pid=32620/tid=32622] ppid=32617 vsize=14046600 memory=-8774313645642428999 CPUtime=17.58 cores=0,2,4,6
/proc/32620/task/32622/stat : 32622 (java) S 32617 32620 12560 0 -1 1077944384 21879 0 0 0 1715 43 0 0 20 0 14 0 78723050 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140425137368208 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32623] ppid=32617 vsize=14046600 memory=7379264887457474413 CPUtime=5.13 cores=0,2,4,6
/proc/32620/task/32623/stat : 32623 (java) S 32617 32620 12560 0 -1 1077944384 3258 0 0 0 447 66 0 0 20 0 14 0 78723050 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140425098406544 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32624] ppid=32617 vsize=14046600 memory=7883103003600775783 CPUtime=5.14 cores=0,2,4,6
/proc/32620/task/32624/stat : 32624 (java) S 32617 32620 12560 0 -1 1077944384 2210 0 0 0 447 67 0 0 20 0 14 0 78723050 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424731953680 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32625] ppid=32617 vsize=14046600 memory=0 CPUtime=5.14 cores=0,2,4,6
/proc/32620/task/32625/stat : 32625 (java) S 32617 32620 12560 0 -1 1077944384 3229 0 0 0 446 68 0 0 20 0 14 0 78723050 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424730900880 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32626] ppid=32617 vsize=14046600 memory=5868307306913555813 CPUtime=5.16 cores=0,2,4,6
/proc/32620/task/32626/stat : 32626 (java) S 32617 32620 12560 0 -1 1077944384 2659 0 0 0 446 70 0 0 20 0 14 0 78723050 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424729848080 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32627] ppid=32617 vsize=14046600 memory=56 CPUtime=0.25 cores=0,2,4,6
/proc/32620/task/32627/stat : 32627 (java) S 32617 32620 12560 0 -1 1077944384 7205 0 0 0 25 0 0 0 20 0 14 0 78723052 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424612088896 140425133136514 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32628] ppid=32617 vsize=14046600 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32628/stat : 32628 (java) S 32617 32620 12560 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 14 0 78723052 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424611034720 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32629] ppid=32617 vsize=14046600 memory=5143268 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32629/stat : 32629 (java) S 32617 32620 12560 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 14 0 78723052 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424609981824 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32630] ppid=32617 vsize=14046600 memory=4318852 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32630/stat : 32630 (java) S 32617 32620 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 14 0 78723055 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424608928896 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32631] ppid=32617 vsize=14046600 memory=6944652177228980320 CPUtime=1.2 cores=0,2,4,6
/proc/32620/task/32631/stat : 32631 (java) S 32617 32620 12560 0 -1 1077944384 4810 0 0 0 120 0 0 0 20 0 14 0 78723055 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424607862560 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32632] ppid=32617 vsize=14046600 memory=6944656575208382560 CPUtime=1.43 cores=0,2,4,6
/proc/32620/task/32632/stat : 32632 (java) S 32617 32620 12560 0 -1 1077944384 5863 0 0 0 141 2 0 0 20 0 14 0 78723055 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424606805088 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32633] ppid=32617 vsize=14046600 memory=6944656592455360604 CPUtime=0.7 cores=0,2,4,6
/proc/32620/task/32633/stat : 32633 (java) S 32617 32620 12560 0 -1 1077944384 5750 0 0 0 69 1 0 0 20 0 14 0 78723055 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424605771888 140425133136514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
[pid=32620/tid=32634] ppid=32617 vsize=14046600 memory=6940425710114848873 CPUtime=0 cores=0,2,4,6
/proc/32620/task/32634/stat : 32634 (java) S 32617 32620 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 78723055 14383718400 1286808 18446744073709551615 4194304 4196468 140734819466560 140424604719328 140425133135573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12845056 140734819467631 140734819467817 140734819467817 140734819471311 0
Current children cumulated CPU time: 41.85 s
Current children cumulated vsize: 14046600 KiB
Current children cumulated memory: 5147232 KiB

Child status: 0
Real time (s): 23.2299
CPU time (s): 41.8841
CPU user time (s): 38.6257
CPU system time (s): 3.25841
CPU usage (%): 180.303
Max. virtual memory (cumulated for all children) (KiB): 14046600
Max. memory (cumulated for all children) (KiB): 5147232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.6257
system time used= 3.25841
maximum resident set size= 5147628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3755
involuntary context switches= 250


# summary of solver processes directly reported to runsolver:
#   pid: 32620
#   total CPU time (s): 41.8841
#   total CPU user time (s): 38.6257
#   total CPU system time (s): 3.25841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.158766 second user time and 0.260918 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-15 04:33:55
IDJOB=4274079
IDBENCH=125604
IDSOLVER=2666
FILE ID=node126/4274079-1502765277
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61884 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-90-90.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274079-1502765277/watcher-4274079-1502765277 -o /tmp/evaluation-result-4274079-1502765277/solver-4274079-1502765277 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 858284602 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274079-1502765277.xml

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

MD5SUM BENCH= 4d5ee0d3a7698119cef28df18be09f14
RANDOM SEED=858284602

node126.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.81
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.81
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.81
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.81
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:        31120988 kB
MemAvailable:   31743472 kB
Buffers:          320372 kB
Cached:           570396 kB
SwapCached:          524 kB
Active:           914872 kB
Inactive:         252588 kB
Active(anon):     224888 kB
Inactive(anon):    85380 kB
Active(file):     689984 kB
Inactive(file):   167208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:            147944 kB
Writeback:             4 kB
AnonPages:        275892 kB
Mapped:            64520 kB
Shmem:             33440 kB
Slab:             188548 kB
SReclaimable:     162252 kB
SUnreclaim:        26296 kB
KernelStack:        3408 kB
PageTables:         5564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61844 MiB
End job on node126 at 2017-08-15 04:34:18