Trace number 4285164

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 - Parallel with EPS 2017-08-22SAT 145.597 90.472

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
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 benchmark0.61620301
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 1175860384
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
1.70/0.70	c Parsing done, starting search...
144.92/90.40	s SATISFIABLE
144.92/90.40	v <instantiation>
144.92/90.40	v 	<list>
144.92/90.40	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] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125]
144.92/90.40	v 	</list>
144.92/90.40	v 	<values>
144.92/90.40	v 		2 5 4 22 23 22 23 21 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 
144.92/90.40	v 	</values>
144.92/90.40	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 (11022 MiB free)
  memory of node 1: 16384 MiB (12752 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285164-1503457593/watcher-4285164-1503457593 -o /tmp/evaluation-result-4285164-1503457593/solver-4285164-1503457593 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503452501-17093 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1175860384 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285164-1503457593.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=18212, runsolver pid=18209
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 0.95 1.00 1.15 2/198 18232
/proc/meminfo: memFree=24328080/32770624 swapFree=67108860/67108860
[pid=18212] ppid=18209 vsize=26000852 memory=32816 CPUtime=0.12 cores=0-7
/proc/18212/stat : 18212 (java) S 18209 18212 17066 0 -1 1077944320 8610 0 0 0 11 1 0 0 20 0 20 0 178846847 26624872448 8204 33554432000 4194304 4196468 140723694650528 140723694633072 140673797545719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
/proc/18212/statm: 6500213 8204 3411 1 0 6487932 0
[pid=18212/tid=18214] ppid=18209 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/18212/task/18214/stat : 18214 (java) R 18209 18212 17066 0 -1 4202560 6559 0 0 0 8 1 0 0 20 0 20 0 178846847 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673801762400 140673797567645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18215] ppid=18209 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18212/task/18215/stat : 18215 (java) S 18209 18212 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673750166160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18216] ppid=18209 vsize=26000852 memory=140022066960000 CPUtime=0 cores=0-7
/proc/18212/task/18216/stat : 18216 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673749113360 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18217] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18217/stat : 18217 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673748060560 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18218] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18218/stat : 18218 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673747007760 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18219] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18219/stat : 18219 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673745955984 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18220] ppid=18209 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18212/task/18220/stat : 18220 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673744903184 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18221] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18221/stat : 18221 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673743850384 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18222] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18222/stat : 18222 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 8204 33554432000 4194304 4196468 140723694650528 140673742797584 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18223] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18223/stat : 18223 (java) S 18209 18212 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846849 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672069245296 140673797556866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18224] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18224/stat : 18224 (java) S 18209 18212 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178846850 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672068191264 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18225] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18225/stat : 18225 (java) S 18209 18212 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178846850 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672067138416 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18226] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18226/stat : 18226 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672066086736 140673797564315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18227] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18227/stat : 18227 (java) S 18209 18212 17066 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672065035120 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18228] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18228/stat : 18228 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672063982320 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18229] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18229/stat : 18229 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672062929520 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18230] ppid=18209 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/18212/task/18230/stat : 18230 (java) S 18209 18212 17066 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 20 0 178846853 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672061876720 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18231] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18231/stat : 18231 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672060824160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18232] ppid=18209 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18212/task/18232/stat : 18232 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 8204 33554432000 4194304 4196468 140723694650528 140672059771440 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32816 KiB

[startup+0.21043 s]*
/proc/loadavg: 0.95 1.00 1.15 3/198 18232
/proc/meminfo: memFree=24318008/32770624 swapFree=67108860/67108860
[pid=18212] ppid=18209 vsize=26000852 memory=41700 CPUtime=0.3 cores=0-7
/proc/18212/stat : 18212 (java) S 18209 18212 17066 0 -1 1077944320 9601 0 0 0 27 3 0 0 20 0 20 0 178846847 26624872448 10425 33554432000 4194304 4196468 140723694650528 140723694633072 140673797545719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
/proc/18212/statm: 6500213 10425 3598 1 0 6487932 0
[pid=18212/tid=18214] ppid=18209 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/18212/task/18214/stat : 18214 (java) R 18209 18212 17066 0 -1 4202560 7188 0 0 0 18 1 0 0 20 0 20 0 178846847 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673801759360 140673781626206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18215] ppid=18209 vsize=26000852 memory=13913 CPUtime=0 cores=0-7
/proc/18212/task/18215/stat : 18215 (java) S 18209 18212 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673750166160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18216] ppid=18209 vsize=26000852 memory=140022066975179 CPUtime=0 cores=0-7
/proc/18212/task/18216/stat : 18216 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673749113360 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18217] ppid=18209 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18212/task/18217/stat : 18217 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673748060560 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18218] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18218/stat : 18218 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673747007760 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18219] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18219/stat : 18219 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673745955984 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18220] ppid=18209 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18212/task/18220/stat : 18220 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673744903184 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18221] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18221/stat : 18221 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673743850384 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18222] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18222/stat : 18222 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624872448 10425 33554432000 4194304 4196468 140723694650528 140673742797584 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18223] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18223/stat : 18223 (java) S 18209 18212 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178846849 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672069245296 140673797556866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18224] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18224/stat : 18224 (java) S 18209 18212 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178846850 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672068191264 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18225] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18225/stat : 18225 (java) S 18209 18212 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178846850 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672067138416 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18226] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18226/stat : 18226 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672066086736 140673797564315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18227] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18227/stat : 18227 (java) S 18209 18212 17066 0 -1 1077944384 473 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672065035120 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18228] ppid=18209 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/18212/task/18228/stat : 18228 (java) S 18209 18212 17066 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 20 0 178846853 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672063982320 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18229] ppid=18209 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/18212/task/18229/stat : 18229 (java) S 18209 18212 17066 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 20 0 178846853 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672062929520 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18230] ppid=18209 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/18212/task/18230/stat : 18230 (java) R 18209 18212 17066 0 -1 4202560 389 0 0 0 5 0 0 0 20 0 20 0 178846853 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672061876720 140673776844022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18231] ppid=18209 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18231/stat : 18231 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672060824160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18232] ppid=18209 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18212/task/18232/stat : 18232 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846853 26624872448 10425 33554432000 4194304 4196468 140723694650528 140672059771440 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41700 KiB

[startup+0.31037 s]*
/proc/loadavg: 0.95 1.00 1.15 3/198 18232
/proc/meminfo: memFree=24311184/32770624 swapFree=67108860/67108860
[pid=18212] ppid=18209 vsize=26000872 memory=49116 CPUtime=0.49 cores=0-7
/proc/18212/stat : 18212 (java) S 18209 18212 17066 0 -1 1077944320 10678 0 0 0 46 3 0 0 20 0 20 0 178846847 26624892928 12279 33554432000 4194304 4196468 140723694650528 140723694633072 140673797545719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
/proc/18212/statm: 6500218 12279 3685 1 0 6487932 0
[pid=18212/tid=18214] ppid=18209 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18212/task/18214/stat : 18214 (java) R 18209 18212 17066 0 -1 4202560 7749 0 0 0 27 2 0 0 20 0 20 0 178846847 26624892928 12279 33554432000 4194304 4196468 140723694650528 140673801769776 140673797557654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18215] ppid=18209 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18215/stat : 18215 (java) S 18209 18212 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846848 26624892928 12279 33554432000 4194304 4196468 140723694650528 140673750166160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18216] ppid=18209 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18216/stat : 18216 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624892928 12279 33554432000 4194304 4196468 140723694650528 140673749113360 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18217] ppid=18209 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18217/stat : 18217 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846848 26624892928 12279 33554432000 4194304 4196468 140723694650528 140673748060560 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18218] ppid=18209 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18218/stat : 18218 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624892928 12279 33554432000 4194304 4196468 140723694650528 140673747007760 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18219] ppid=18209 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/18212/task/18219/stat : 18219 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624892928 12279 33554432000 4194304 4196468 140723694650528 140673745955984 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18220] ppid=18209 vsize=26000872 memory=140021906633647 CPUtime=0 cores=0-7
/proc/18212/task/18220/stat : 18220 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624892928 12344 33554432000 4194304 4196468 140723694650528 140673744903184 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18221] ppid=18209 vsize=26000872 memory=140021906635952 CPUtime=0 cores=0-7
/proc/18212/task/18221/stat : 18221 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624892928 12344 33554432000 4194304 4196468 140723694650528 140673743850384 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18222] ppid=18209 vsize=26000872 memory=140021906638256 CPUtime=0 cores=0-7
/proc/18212/task/18222/stat : 18222 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26624892928 12344 33554432000 4194304 4196468 140723694650528 140673742797584 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18223] ppid=18209 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18223/stat : 18223 (java) S 18209 18212 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178846849 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672069245296 140673797556866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18224] ppid=18209 vsize=26000872 memory=280043813283472 CPUtime=0 cores=0-7
/proc/18212/task/18224/stat : 18224 (java) S 18209 18212 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178846850 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672068191264 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18225] ppid=18209 vsize=26000872 memory=280043813290384 CPUtime=0 cores=0-7
/proc/18212/task/18225/stat : 18225 (java) S 18209 18212 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178846850 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672067138416 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18226] ppid=18209 vsize=26000872 memory=280043813231664 CPUtime=0 cores=0-7
/proc/18212/task/18226/stat : 18226 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846853 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672066086736 140673797564315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18227] ppid=18209 vsize=26000872 memory=280043813304208 CPUtime=0.03 cores=0-7
/proc/18212/task/18227/stat : 18227 (java) S 18209 18212 17066 0 -1 1077944384 653 0 0 0 3 0 0 0 20 0 20 0 178846853 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672065035120 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18228] ppid=18209 vsize=26000872 memory=280043813311120 CPUtime=0.03 cores=0-7
/proc/18212/task/18228/stat : 18228 (java) R 18209 18212 17066 0 -1 1077944384 327 0 0 0 3 0 0 0 20 0 20 0 178846853 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672063982320 140673797556866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18229] ppid=18209 vsize=26000872 memory=280043813308816 CPUtime=0.02 cores=0-7
/proc/18212/task/18229/stat : 18229 (java) S 18209 18212 17066 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 20 0 178846853 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672062929520 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18230] ppid=18209 vsize=26000872 memory=280043813325424 CPUtime=0.08 cores=0-7
/proc/18212/task/18230/stat : 18230 (java) R 18209 18212 17066 0 -1 4202560 501 0 0 0 8 0 0 0 20 0 20 0 178846853 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672061876720 140673776088529 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18231] ppid=18209 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18231/stat : 18231 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846853 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672060824160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18232] ppid=18209 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/18212/task/18232/stat : 18232 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846853 26624892928 12344 33554432000 4194304 4196468 140723694650528 140672059771440 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49116 KiB

[startup+0.700918 s]
/proc/loadavg: 0.95 1.00 1.15 6/198 18232
/proc/meminfo: memFree=24292576/32770624 swapFree=67108860/67108860
[pid=18212] ppid=18209 vsize=26002920 memory=94128 CPUtime=1.7 cores=0-7
/proc/18212/stat : 18212 (java) S 18209 18212 17066 0 -1 1077944320 14582 0 0 0 165 5 0 0 20 0 20 0 178846847 26626990080 23532 33554432000 4194304 4196468 140723694650528 140723694633072 140673797545719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
/proc/18212/statm: 6500730 23532 3780 1 0 6488444 0
[pid=18212/tid=18214] ppid=18209 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/18212/task/18214/stat : 18214 (java) R 18209 18212 17066 0 -1 4202560 8656 0 0 0 64 3 0 0 20 0 20 0 178846847 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673801784736 140673781626236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18215] ppid=18209 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18215/stat : 18215 (java) S 18209 18212 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846848 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673750166160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18216] ppid=18209 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18216/stat : 18216 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673749113360 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18217] ppid=18209 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18217/stat : 18217 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846848 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673748060560 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18218] ppid=18209 vsize=26002920 memory=1008 CPUtime=0 cores=0-7
/proc/18212/task/18218/stat : 18218 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673747007760 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18219] ppid=18209 vsize=26002920 memory=4620 CPUtime=0 cores=0-7
/proc/18212/task/18219/stat : 18219 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673745955984 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18220] ppid=18209 vsize=26002920 memory=1428 CPUtime=0 cores=0-7
/proc/18212/task/18220/stat : 18220 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673744903184 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18221] ppid=18209 vsize=26002920 memory=1204 CPUtime=0 cores=0-7
/proc/18212/task/18221/stat : 18221 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673743850384 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18222] ppid=18209 vsize=26002920 memory=15880 CPUtime=0 cores=0-7
/proc/18212/task/18222/stat : 18222 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846848 26626990080 23532 33554432000 4194304 4196468 140723694650528 140673742797584 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18223] ppid=18209 vsize=26002920 memory=29120 CPUtime=0 cores=0-7
/proc/18212/task/18223/stat : 18223 (java) S 18209 18212 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178846849 26626990080 23532 33554432000 4194304 4196468 140723694650528 140672069245296 140673797556866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0

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

[pid=18212/tid=18237] ppid=18209 vsize=27076136 memory=4 CPUtime=1.14 cores=0-7
/proc/18212/task/18237/stat : 18237 (java) S 18209 18212 17066 0 -1 1077944384 153 0 0 0 114 0 0 0 20 0 36 0 178855142 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671302412976 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18238] ppid=18209 vsize=27076136 memory=0 CPUtime=0.96 cores=0-7
/proc/18212/task/18238/stat : 18238 (java) S 18209 18212 17066 0 -1 1077944384 193 0 0 0 88 8 0 0 20 0 36 0 178855144 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671301359968 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18239] ppid=18209 vsize=27076136 memory=0 CPUtime=0.93 cores=0-7
/proc/18212/task/18239/stat : 18239 (java) S 18209 18212 17066 0 -1 1077944384 230 0 0 0 88 5 0 0 20 0 36 0 178855144 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671300307472 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18240] ppid=18209 vsize=27076136 memory=0 CPUtime=1.18 cores=0-7
/proc/18212/task/18240/stat : 18240 (java) S 18209 18212 17066 0 -1 1077944384 224 0 0 0 115 3 0 0 20 0 36 0 178855144 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671299256752 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18241] ppid=18209 vsize=27076136 memory=72 CPUtime=0.93 cores=0-7
/proc/18212/task/18241/stat : 18241 (java) S 18209 18212 17066 0 -1 1077944384 450 0 0 0 91 2 0 0 20 0 36 0 178855144 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671298201872 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18242] ppid=18209 vsize=27076136 memory=1635064 CPUtime=0 cores=0-7
/proc/18212/task/18242/stat : 18242 (java) S 18209 18212 17066 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 36 0 178855144 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671297149072 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18243] ppid=18209 vsize=27076136 memory=796 CPUtime=1.06 cores=0-7
/proc/18212/task/18243/stat : 18243 (java) S 18209 18212 17066 0 -1 1077944384 87 0 0 0 106 0 0 0 20 0 36 0 178855145 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671296097296 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18244] ppid=18209 vsize=27076136 memory=1716 CPUtime=0 cores=0-7
/proc/18212/task/18244/stat : 18244 (java) S 18209 18212 17066 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 36 0 178855609 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671295044496 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18245] ppid=18209 vsize=27076136 memory=1956 CPUtime=0 cores=0-7
/proc/18212/task/18245/stat : 18245 (java) S 18209 18212 17066 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 36 0 178855610 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671293997936 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18246] ppid=18209 vsize=27076136 memory=280042135979391 CPUtime=0 cores=0-7
/proc/18212/task/18246/stat : 18246 (java) S 18209 18212 17066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 36 0 178855610 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671292938896 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18247] ppid=18209 vsize=27076136 memory=18484 CPUtime=0 cores=0-7
/proc/18212/task/18247/stat : 18247 (java) S 18209 18212 17066 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 36 0 178855610 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671291892784 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18248] ppid=18209 vsize=27076136 memory=1796 CPUtime=0 cores=0-7
/proc/18212/task/18248/stat : 18248 (java) S 18209 18212 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 178855610 27725963264 1917681 33554432000 4194304 4196468 140723694650528 140671290839200 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
Current children cumulated CPU time: 140.09 s
Current children cumulated vsize: 27076136 KiB
Current children cumulated memory: 7670724 KiB

[startup+90.002 s]*
/proc/loadavg: 1.62 1.12 1.18 11/216 18250
/proc/meminfo: memFree=16670360/32770624 swapFree=67108860/67108860
[pid=18212] ppid=18209 vsize=27211348 memory=7677492 CPUtime=142.59 cores=0-7
/proc/18212/stat : 18212 (java) S 18209 18212 17066 0 -1 1077944320 135696 0 0 0 12484 1775 0 0 20 0 38 0 178846847 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140723694633072 140673797545719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
/proc/18212/statm: 6802837 1919373 3852 1 0 6790030 0
[pid=18212/tid=18214] ppid=18209 vsize=27211348 memory=961 CPUtime=82.32 cores=0-7
/proc/18212/task/18214/stat : 18214 (java) S 18209 18212 17066 0 -1 1077944384 23393 0 0 0 8184 48 0 0 20 0 38 0 178846847 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673801783424 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18215] ppid=18209 vsize=27211348 memory=4872558044660077418 CPUtime=5.87 cores=0-7
/proc/18212/task/18215/stat : 18215 (java) S 18209 18212 17066 0 -1 1077944384 5671 0 0 0 379 208 0 0 20 0 38 0 178846848 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673750166160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18216] ppid=18209 vsize=27211348 memory=4140 CPUtime=5.92 cores=0-7
/proc/18212/task/18216/stat : 18216 (java) S 18209 18212 17066 0 -1 1077944384 8401 0 0 0 383 209 0 0 20 0 38 0 178846848 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673749113360 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18217] ppid=18209 vsize=27211348 memory=49300 CPUtime=5.89 cores=0-7
/proc/18212/task/18217/stat : 18217 (java) S 18209 18212 17066 0 -1 1077944384 5882 0 0 0 375 214 0 0 20 0 38 0 178846848 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673748060560 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18218] ppid=18209 vsize=27211348 memory=471 CPUtime=5.86 cores=0-7
/proc/18212/task/18218/stat : 18218 (java) S 18209 18212 17066 0 -1 1077944384 6254 0 0 0 391 195 0 0 20 0 38 0 178846848 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673747007760 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18219] ppid=18209 vsize=27211348 memory=0 CPUtime=5.92 cores=0-7
/proc/18212/task/18219/stat : 18219 (java) S 18209 18212 17066 0 -1 1077944384 5066 0 0 0 387 205 0 0 20 0 38 0 178846848 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673745955984 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18220] ppid=18209 vsize=27211348 memory=0 CPUtime=5.92 cores=0-7
/proc/18212/task/18220/stat : 18220 (java) S 18209 18212 17066 0 -1 1077944384 6658 0 0 0 378 214 0 0 20 0 38 0 178846848 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673744903184 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18221] ppid=18209 vsize=27211348 memory=5706 CPUtime=5.94 cores=0-7
/proc/18212/task/18221/stat : 18221 (java) S 18209 18212 17066 0 -1 1077944384 5940 0 0 0 383 211 0 0 20 0 38 0 178846848 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673743850384 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18222] ppid=18209 vsize=27211348 memory=0 CPUtime=5.96 cores=0-7
/proc/18212/task/18222/stat : 18222 (java) S 18209 18212 17066 0 -1 1077944384 11081 0 0 0 376 220 0 0 20 0 38 0 178846848 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140673742797584 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18223] ppid=18209 vsize=27211348 memory=337516953 CPUtime=0.29 cores=0-7
/proc/18212/task/18223/stat : 18223 (java) S 18209 18212 17066 0 -1 1077944384 16105 0 0 0 23 6 0 0 20 0 38 0 178846849 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672069245296 140673797556866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18224] ppid=18209 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18224/stat : 18224 (java) S 18209 18212 17066 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 38 0 178846850 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672068191328 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18225] ppid=18209 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18225/stat : 18225 (java) S 18209 18212 17066 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 38 0 178846850 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672067138432 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18226] ppid=18209 vsize=27211348 memory=4 CPUtime=0 cores=0-7
/proc/18212/task/18226/stat : 18226 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 178846853 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672066086736 140673797564315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18227] ppid=18209 vsize=27211348 memory=796 CPUtime=0.93 cores=0-7
/proc/18212/task/18227/stat : 18227 (java) S 18209 18212 17066 0 -1 1077944384 8099 0 0 0 91 2 0 0 20 0 38 0 178846853 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672065035120 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18228] ppid=18209 vsize=27211348 memory=1716 CPUtime=0.92 cores=0-7
/proc/18212/task/18228/stat : 18228 (java) R 18209 18212 17066 0 -1 1077944384 9815 0 0 0 90 2 0 0 20 0 38 0 178846853 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672063982416 140673797555925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18229] ppid=18209 vsize=27211348 memory=1956 CPUtime=0.84 cores=0-7
/proc/18212/task/18229/stat : 18229 (java) R 18209 18212 17066 0 -1 1077944384 8375 0 0 0 83 1 0 0 20 0 38 0 178846853 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672062920496 140673797555925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18230] ppid=18209 vsize=27211348 memory=8740 CPUtime=0.82 cores=0-7
/proc/18212/task/18230/stat : 18230 (java) S 18209 18212 17066 0 -1 1077944384 10246 0 0 0 79 3 0 0 20 0 38 0 178846853 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672061876720 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18231] ppid=18209 vsize=27211348 memory=1228 CPUtime=0 cores=0-7
/proc/18212/task/18231/stat : 18231 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 178846853 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672060824160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18232] ppid=18209 vsize=27211348 memory=12136 CPUtime=0.04 cores=0-7
/proc/18212/task/18232/stat : 18232 (java) S 18209 18212 17066 0 -1 1077944384 666 0 0 0 1 3 0 0 20 0 38 0 178846853 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672059771440 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18233] ppid=18209 vsize=27211348 memory=5792 CPUtime=0 cores=0-7
/proc/18212/task/18233/stat : 18233 (java) S 18209 18212 17066 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 38 0 178855119 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140672058716800 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18234] ppid=18209 vsize=27211348 memory=1008 CPUtime=0 cores=0-7
/proc/18212/task/18234/stat : 18234 (java) R 18209 18212 17066 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 38 0 178855131 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671307674192 140673797556866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18235] ppid=18209 vsize=27211348 memory=4620 CPUtime=1.3 cores=0-7
/proc/18212/task/18235/stat : 18235 (java) R 18209 18212 17066 0 -1 4202560 362 0 0 0 125 5 0 0 20 0 38 0 178855140 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671306615992 140673422425474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18236] ppid=18209 vsize=27211348 memory=1428 CPUtime=0.9 cores=0-7
/proc/18212/task/18236/stat : 18236 (java) S 18209 18212 17066 0 -1 1077944384 239 0 0 0 89 1 0 0 20 0 38 0 178855141 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671305569712 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18237] ppid=18209 vsize=27211348 memory=1204 CPUtime=1.21 cores=0-7
/proc/18212/task/18237/stat : 18237 (java) R 18209 18212 17066 0 -1 4202560 202 0 0 0 121 0 0 0 20 0 38 0 178855142 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671302416024 140673420050099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18238] ppid=18209 vsize=27211348 memory=0 CPUtime=0.96 cores=0-7
/proc/18212/task/18238/stat : 18238 (java) S 18209 18212 17066 0 -1 1077944384 226 0 0 0 88 8 0 0 20 0 38 0 178855144 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671301366960 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18239] ppid=18209 vsize=27211348 memory=7589218934732778090 CPUtime=1 cores=0-7
/proc/18212/task/18239/stat : 18239 (java) R 18209 18212 17066 0 -1 4202560 258 0 0 0 95 5 0 0 20 0 38 0 178855144 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671300307640 140673422443155 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18240] ppid=18209 vsize=27211348 memory=7307462384294521450 CPUtime=1.18 cores=0-7
/proc/18212/task/18240/stat : 18240 (java) S 18209 18212 17066 0 -1 1077944384 267 0 0 0 115 3 0 0 20 0 38 0 178855144 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671299261360 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18241] ppid=18209 vsize=27211348 memory=7670724 CPUtime=1.01 cores=0-7
/proc/18212/task/18241/stat : 18241 (java) R 18209 18212 17066 0 -1 4202560 479 0 0 0 99 2 0 0 20 0 38 0 178855144 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671298201872 140673422425418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18242] ppid=18209 vsize=27211348 memory=0 CPUtime=0.07 cores=0-7
/proc/18212/task/18242/stat : 18242 (java) R 18209 18212 17066 0 -1 4202560 57 0 0 0 7 0 0 0 20 0 38 0 178855144 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671297153552 140673422425644 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18243] ppid=18209 vsize=27211348 memory=0 CPUtime=1.13 cores=0-7
/proc/18212/task/18243/stat : 18243 (java) R 18209 18212 17066 0 -1 4202560 115 0 0 0 113 0 0 0 20 0 38 0 178855145 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671296097328 140673422425388 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18244] ppid=18209 vsize=27211348 memory=0 CPUtime=0.07 cores=0-7
/proc/18212/task/18244/stat : 18244 (java) R 18209 18212 17066 0 -1 4202560 68 0 0 0 7 0 0 0 20 0 38 0 178855609 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671295044496 140673422425284 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18245] ppid=18209 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18245/stat : 18245 (java) S 18209 18212 17066 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 38 0 178855610 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671293998384 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18246] ppid=18209 vsize=27211348 memory=0 CPUtime=0.07 cores=0-7
/proc/18212/task/18246/stat : 18246 (java) R 18209 18212 17066 0 -1 4202560 73 0 0 0 7 0 0 0 20 0 38 0 178855610 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671292939208 140673422425328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18247] ppid=18209 vsize=27211348 memory=280043815682176 CPUtime=0 cores=0-7
/proc/18212/task/18247/stat : 18247 (java) S 18209 18212 17066 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 178855610 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671291892784 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18248] ppid=18209 vsize=27211348 memory=140021908043168 CPUtime=0 cores=0-7
/proc/18212/task/18248/stat : 18248 (java) S 18209 18212 17066 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 38 0 178855610 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671290839984 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18249] ppid=18209 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18249/stat : 18249 (java) S 18209 18212 17066 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 178855840 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671289787184 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18250] ppid=18209 vsize=27211348 memory=0 CPUtime=0 cores=0-7
/proc/18212/task/18250/stat : 18250 (java) S 18209 18212 17066 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 178855840 27864420352 1919373 33554432000 4194304 4196468 140723694650528 140671288734384 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
Current children cumulated CPU time: 142.59 s
Current children cumulated vsize: 27211348 KiB
Current children cumulated memory: 7677492 KiB

[startup+90.4015 s]
/proc/loadavg: 1.62 1.12 1.18 11/216 18250
/proc/meminfo: memFree=16670360/32770624 swapFree=67108860/67108860
[pid=18212] ppid=18209 vsize=27544168 memory=7679288 CPUtime=145.52 cores=0-7
/proc/18212/stat : 18212 (java) S 18209 18212 17066 0 -1 1077944320 139187 0 0 0 12773 1779 0 0 20 0 31 0 178846847 28205228032 1919900 33554432000 4194304 4196468 140723694650528 140723694633072 140673797545719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
/proc/18212/statm: 6886042 1919839 3862 1 0 6873235 0
[pid=18212/tid=18214] ppid=18209 vsize=27544168 memory=6872598998417432672 CPUtime=82.32 cores=0-7
/proc/18212/task/18214/stat : 18214 (java) R 18209 18212 17066 0 -1 4202560 23423 0 0 0 8184 48 0 0 20 0 27 0 178846847 28205228032 1919822 33554432000 4194304 4196468 140723694650528 140673801784960 140673416304576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18215] ppid=18209 vsize=27544168 memory=6791534058613427641 CPUtime=5.87 cores=0-7
/proc/18212/task/18215/stat : 18215 (java) S 18209 18212 17066 0 -1 1077944384 5671 0 0 0 379 208 0 0 20 0 27 0 178846848 28205228032 1919822 33554432000 4194304 4196468 140723694650528 140673750166160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18216] ppid=18209 vsize=27544168 memory=12136 CPUtime=5.92 cores=0-7
/proc/18212/task/18216/stat : 18216 (java) S 18209 18212 17066 0 -1 1077944384 8401 0 0 0 383 209 0 0 20 0 27 0 178846848 28205228032 1919822 33554432000 4194304 4196468 140723694650528 140673749113360 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18217] ppid=18209 vsize=27544168 memory=5792 CPUtime=5.89 cores=0-7
/proc/18212/task/18217/stat : 18217 (java) S 18209 18212 17066 0 -1 1077944384 5882 0 0 0 375 214 0 0 20 0 27 0 178846848 28205228032 1919822 33554432000 4194304 4196468 140723694650528 140673748060560 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18218] ppid=18209 vsize=27544168 memory=1008 CPUtime=5.86 cores=0-7
/proc/18212/task/18218/stat : 18218 (java) S 18209 18212 17066 0 -1 1077944384 6254 0 0 0 391 195 0 0 20 0 27 0 178846848 28205228032 1919804 33554432000 4194304 4196468 140723694650528 140673747007760 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18219] ppid=18209 vsize=27544168 memory=1956 CPUtime=5.92 cores=0-7
/proc/18212/task/18219/stat : 18219 (java) S 18209 18212 17066 0 -1 1077944384 5066 0 0 0 387 205 0 0 20 0 26 0 178846848 28205228032 1919804 33554432000 4194304 4196468 140723694650528 140673745955984 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18220] ppid=18209 vsize=27544168 memory=8740 CPUtime=5.92 cores=0-7
/proc/18212/task/18220/stat : 18220 (java) S 18209 18212 17066 0 -1 1077944384 6658 0 0 0 378 214 0 0 20 0 26 0 178846848 28205228032 1919804 33554432000 4194304 4196468 140723694650528 140673744903184 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18221] ppid=18209 vsize=27544168 memory=1228 CPUtime=5.94 cores=0-7
/proc/18212/task/18221/stat : 18221 (java) S 18209 18212 17066 0 -1 1077944384 5940 0 0 0 383 211 0 0 20 0 26 0 178846848 28205228032 1919804 33554432000 4194304 4196468 140723694650528 140673743850384 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18222] ppid=18209 vsize=27544168 memory=12136 CPUtime=5.96 cores=0-7
/proc/18212/task/18222/stat : 18222 (java) S 18209 18212 17066 0 -1 1077944384 11081 0 0 0 376 220 0 0 20 0 26 0 178846848 28205228032 1919804 33554432000 4194304 4196468 140723694650528 140673742797584 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18223] ppid=18209 vsize=27544168 memory=1796 CPUtime=0.29 cores=0-7
/proc/18212/task/18223/stat : 18223 (java) S 18209 18212 17066 0 -1 1077944384 16351 0 0 0 23 6 0 0 20 0 26 0 178846849 28205228032 1919827 33554432000 4194304 4196468 140723694650528 140672069245296 140673797556866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18224] ppid=18209 vsize=27544168 memory=1236 CPUtime=0 cores=0-7
/proc/18212/task/18224/stat : 18224 (java) S 18209 18212 17066 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 24 0 178846850 28205228032 1919790 33554432000 4194304 4196468 140723694650528 140672068191328 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18225] ppid=18209 vsize=27544168 memory=7670724 CPUtime=0 cores=0-7
/proc/18212/task/18225/stat : 18225 (java) S 18209 18212 17066 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 24 0 178846850 28205228032 1919805 33554432000 4194304 4196468 140723694650528 140672067138432 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18226] ppid=18209 vsize=27544168 memory=4715433313220523562 CPUtime=0 cores=0-7
/proc/18212/task/18226/stat : 18226 (java) S 18209 18212 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 178846853 28205228032 1919786 33554432000 4194304 4196468 140723694650528 140672066086736 140673797564315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18227] ppid=18209 vsize=27544168 memory=4713745541279610410 CPUtime=0.98 cores=0-7
/proc/18212/task/18227/stat : 18227 (java) R 18209 18212 17066 0 -1 4202560 8602 0 0 0 96 2 0 0 20 0 23 0 178846853 28205228032 1919786 33554432000 4194304 4196468 140723694650528 140672065020672 140673782472407 0 4 0 16800975 0 0 0 -1 2 0 0 47 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18228] ppid=18209 vsize=27544168 memory=-8341965534556230502 CPUtime=0.99 cores=0-7
/proc/18212/task/18228/stat : 18228 (java) R 18209 18212 17066 0 -1 4202560 10639 0 0 0 96 3 0 0 20 0 23 0 178846853 28205228032 1919786 33554432000 4194304 4196468 140723694650528 140672063961672 140673779067099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18229] ppid=18209 vsize=27544168 memory=-8707038579349950309 CPUtime=0.95 cores=0-7
/proc/18212/task/18229/stat : 18229 (java) S 18209 18212 17066 0 -1 1077944384 9111 0 0 0 94 1 0 0 20 0 23 0 178846853 28205228032 1919792 33554432000 4194304 4196468 140723694650528 140672062929520 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18230] ppid=18209 vsize=27544168 memory=9047017150487036571 CPUtime=0.85 cores=0-7
/proc/18212/task/18230/stat : 18230 (java) R 18209 18212 17066 0 -1 4202560 10563 0 0 0 82 3 0 0 20 0 23 0 178846853 28205228032 1919773 33554432000 4194304 4196468 140723694650528 140672061872928 140673797557654 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18231] ppid=18209 vsize=27544168 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18212/task/18231/stat : 18231 (java) S 18209 18212 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 178846853 28205228032 1919807 33554432000 4194304 4196468 140723694650528 140672060824160 140673797555925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
[pid=18212/tid=18232] ppid=18209 vsize=27544168 memory=2424 CPUtime=0.04 cores=0-7
/proc/18212/task/18232/stat : 18232 (java) S 18209 18212 17066 0 -1 1077944384 666 0 0 0 1 3 0 0 20 0 21 0 178846853 28205228032 1919772 33554432000 4194304 4196468 140723694650528 140672059771440 140673797556866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 28168192 140723694654561 140723694654747 140723694654747 140723694657487 0
Current children cumulated CPU time: 145.52 s
Current children cumulated vsize: 27544168 KiB
Current children cumulated memory: 7679288 KiB

Child status: 0
Real time (s): 90.472
CPU time (s): 145.597
CPU user time (s): 127.739
CPU system time (s): 17.8588
CPU usage (%): 160.931
Max. virtual memory (cumulated for all children) (KiB): 27544168
Max. memory (cumulated for all children) (KiB): 7679288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.739
system time used= 17.8588
maximum resident set size= 7679828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11193
involuntary context switches= 1479


# summary of solver processes directly reported to runsolver:
#   pid: 18212
#   total CPU time (s): 145.597
#   total CPU user time (s): 127.739
#   total CPU system time (s): 17.8588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.506095 second user time and 1.12296 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-23 04:52:12
IDJOB=4285164
IDBENCH=138763
IDSOLVER=2681
FILE ID=node106/4285164-1503457593
RUNJOBID= node106-1503452501-17093
PBS_JOBID= 20632165
Free space on /tmp= 61080 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285164-1503457593/watcher-4285164-1503457593 -o /tmp/evaluation-result-4285164-1503457593/solver-4285164-1503457593 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503452501-17093 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1175860384 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285164-1503457593.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=1175860384

node106.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.86
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.86
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.86
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.86
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:        24345880 kB
MemAvailable:   31945712 kB
Buffers:          246908 kB
Cached:          7639696 kB
SwapCached:            0 kB
Active:          1763120 kB
Inactive:        6180248 kB
Active(anon):      12164 kB
Inactive(anon):    88904 kB
Active(file):    1750956 kB
Inactive(file):  6091344 kB
Unevictable:        7700 kB
Mlocked:            7700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42508 kB
Writeback:             0 kB
AnonPages:         67836 kB
Mapped:            55308 kB
Shmem:             41612 kB
Slab:             174636 kB
SReclaimable:     146736 kB
SUnreclaim:        27900 kB
KernelStack:        3488 kB
PageTables:         4800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61040 MiB
End job on node106 at 2017-08-23 04:53:43