Trace number 4285163

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 13.8412 7.56074

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-06.xml
MD5SUM000bb8293185d226d4bd39fa547f2fd1
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.036646999
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints62
Number of domains1
Minimum domain size729
Maximum domain size729
Distribution of domain sizes[{"size":729,"count":62}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":61},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":61}]
Number of extensional constraints61
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":61},{"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: 214286321
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.28/0.63	c Parsing done, starting search...
13.64/7.53	s SATISFIABLE
13.64/7.53	v <instantiation>
13.64/7.53	v 	<list>
13.64/7.53	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]
13.64/7.53	v 	</list>
13.64/7.53	v 	<values>
13.64/7.53	v 		2 5 4 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 
13.64/7.53	v 	</values>
13.64/7.53	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 (11025 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-4285163-1503457685/watcher-4285163-1503457685 -o /tmp/evaluation-result-4285163-1503457685/solver-4285163-1503457685 -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 214286321 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285163-1503457685.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=18328, runsolver pid=18325
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 1.62 1.12 1.18 2/198 18348
/proc/meminfo: memFree=24330068/32770624 swapFree=67108860/67108860
[pid=18328] ppid=18325 vsize=26000852 memory=31688 CPUtime=0.12 cores=0-7
/proc/18328/stat : 18328 (java) S 18325 18328 17066 0 -1 1077944320 8324 0 0 0 11 1 0 0 20 0 20 0 178856007 26624872448 7922 33554432000 4194304 4196468 140734805120928 140734805103472 140382381014775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
/proc/18328/statm: 6500213 7922 3408 1 0 6487932 0
[pid=18328/tid=18330] ppid=18325 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/18328/task/18330/stat : 18330 (java) R 18325 18328 17066 0 -1 4202560 6214 0 0 0 8 1 0 0 20 0 20 0 178856007 26624872448 7922 33554432000 4194304 4196468 140734805120928 140382385202688 140382381036701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18331] ppid=18325 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18328/task/18331/stat : 18331 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381939436688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18332] ppid=18325 vsize=26000852 memory=140557415937664 CPUtime=0 cores=0-7
/proc/18328/task/18332/stat : 18332 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381938383888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18333] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18333/stat : 18333 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381937331088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18334] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18334/stat : 18334 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381936278288 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18335] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18335/stat : 18335 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381935225488 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18336] ppid=18325 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18328/task/18336/stat : 18336 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381934172688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18337] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18337/stat : 18337 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381933119888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18338] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18338/stat : 18338 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381932067088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18339] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18339/stat : 18339 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856010 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381777718128 140382381025922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18340] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18340/stat : 18340 (java) S 18325 18328 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178856010 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381776664096 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18341] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18341/stat : 18341 (java) S 18325 18328 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178856010 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381775611248 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18342] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18342/stat : 18342 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381774559568 140382381033371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18343] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18343/stat : 18343 (java) S 18325 18328 17066 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381773506928 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18344] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18344/stat : 18344 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381772454128 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18345] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18345/stat : 18345 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381771401328 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18346] ppid=18325 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/18328/task/18346/stat : 18346 (java) S 18325 18328 17066 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 20 0 178856013 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381770348528 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18347] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18347/stat : 18347 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381769296992 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18348] ppid=18325 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18328/task/18348/stat : 18348 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 7922 33554432000 4194304 4196468 140734805120928 140381768244272 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31688 KiB

[startup+0.210334 s]*
/proc/loadavg: 1.62 1.12 1.18 3/198 18348
/proc/meminfo: memFree=24319816/32770624 swapFree=67108860/67108860
[pid=18328] ppid=18325 vsize=26000852 memory=40840 CPUtime=0.3 cores=0-7
/proc/18328/stat : 18328 (java) S 18325 18328 17066 0 -1 1077944320 9403 0 0 0 28 2 0 0 20 0 20 0 178856007 26624872448 10210 33554432000 4194304 4196468 140734805120928 140734805103472 140382381014775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
/proc/18328/statm: 6500213 10210 3600 1 0 6487932 0
[pid=18328/tid=18330] ppid=18325 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/18328/task/18330/stat : 18330 (java) R 18325 18328 17066 0 -1 4202560 6842 0 0 0 18 1 0 0 20 0 20 0 178856007 26624872448 10210 33554432000 4194304 4196468 140734805120928 140382385220080 140382365095262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18331] ppid=18325 vsize=26000852 memory=13913 CPUtime=0 cores=0-7
/proc/18328/task/18331/stat : 18331 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381939436688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18332] ppid=18325 vsize=26000852 memory=140557415952843 CPUtime=0 cores=0-7
/proc/18328/task/18332/stat : 18332 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381938383888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18333] ppid=18325 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18328/task/18333/stat : 18333 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381937331088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18334] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18334/stat : 18334 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381936278288 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18335] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18335/stat : 18335 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381935225488 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18336] ppid=18325 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18328/task/18336/stat : 18336 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381934172688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18337] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18337/stat : 18337 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381933119888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18338] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18338/stat : 18338 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381932067088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18339] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18339/stat : 18339 (java) S 18325 18328 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178856010 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381777718128 140382381025922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18340] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18340/stat : 18340 (java) S 18325 18328 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178856010 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381776664096 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18341] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18341/stat : 18341 (java) S 18325 18328 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178856010 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381775611248 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18342] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18342/stat : 18342 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381774559568 140382381033371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18343] ppid=18325 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/18328/task/18343/stat : 18343 (java) S 18325 18328 17066 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 20 0 178856013 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381773506928 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18344] ppid=18325 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/18328/task/18344/stat : 18344 (java) S 18325 18328 17066 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 20 0 178856013 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381772454128 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18345] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18345/stat : 18345 (java) S 18325 18328 17066 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381771401328 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18346] ppid=18325 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/18328/task/18346/stat : 18346 (java) R 18325 18328 17066 0 -1 4202560 512 0 0 0 5 0 0 0 20 0 20 0 178856013 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381770348528 140382359548120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18347] ppid=18325 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18347/stat : 18347 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381769296992 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18348] ppid=18325 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18328/task/18348/stat : 18348 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856013 26624872448 10210 33554432000 4194304 4196468 140734805120928 140381768244272 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40840 KiB

[startup+0.310122 s]*
/proc/loadavg: 1.62 1.12 1.18 3/198 18348
/proc/meminfo: memFree=24313116/32770624 swapFree=67108860/67108860
[pid=18328] ppid=18325 vsize=26000872 memory=48504 CPUtime=0.49 cores=0-7
/proc/18328/stat : 18328 (java) S 18325 18328 17066 0 -1 1077944320 10460 0 0 0 46 3 0 0 20 0 20 0 178856007 26624892928 12126 33554432000 4194304 4196468 140734805120928 140734805103472 140382381014775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
/proc/18328/statm: 6500218 12126 3709 1 0 6487932 0
[pid=18328/tid=18330] ppid=18325 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18328/task/18330/stat : 18330 (java) R 18325 18328 17066 0 -1 4202560 7399 0 0 0 27 2 0 0 20 0 20 0 178856007 26624892928 12126 33554432000 4194304 4196468 140734805120928 140382385244304 140382365058405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18331] ppid=18325 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18331/stat : 18331 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856008 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381939436688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18332] ppid=18325 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18332/stat : 18332 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856008 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381938383888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18333] ppid=18325 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18333/stat : 18333 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381937331088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18334] ppid=18325 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18334/stat : 18334 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381936278288 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18335] ppid=18325 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/18328/task/18335/stat : 18335 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381935225488 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18336] ppid=18325 vsize=26000872 memory=140557301150639 CPUtime=0 cores=0-7
/proc/18328/task/18336/stat : 18336 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381934172688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18337] ppid=18325 vsize=26000872 memory=140557301152944 CPUtime=0 cores=0-7
/proc/18328/task/18337/stat : 18337 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381933119888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18338] ppid=18325 vsize=26000872 memory=140557301155248 CPUtime=0 cores=0-7
/proc/18328/task/18338/stat : 18338 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381932067088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18339] ppid=18325 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18339/stat : 18339 (java) S 18325 18328 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178856010 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381777718128 140382381025922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18340] ppid=18325 vsize=26000872 memory=281114602317456 CPUtime=0 cores=0-7
/proc/18328/task/18340/stat : 18340 (java) S 18325 18328 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178856010 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381776664096 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18341] ppid=18325 vsize=26000872 memory=281114602324368 CPUtime=0 cores=0-7
/proc/18328/task/18341/stat : 18341 (java) S 18325 18328 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178856010 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381775611248 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18342] ppid=18325 vsize=26000872 memory=281114602265648 CPUtime=0 cores=0-7
/proc/18328/task/18342/stat : 18342 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856013 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381774559568 140382381033371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18343] ppid=18325 vsize=26000872 memory=281114602338192 CPUtime=0.04 cores=0-7
/proc/18328/task/18343/stat : 18343 (java) S 18325 18328 17066 0 -1 1077944384 588 0 0 0 4 0 0 0 20 0 20 0 178856013 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381773506928 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18344] ppid=18325 vsize=26000872 memory=281114602345104 CPUtime=0.02 cores=0-7
/proc/18328/task/18344/stat : 18344 (java) S 18325 18328 17066 0 -1 1077944384 275 0 0 0 2 0 0 0 20 0 20 0 178856013 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381772454128 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18345] ppid=18325 vsize=26000872 memory=281114602342800 CPUtime=0.02 cores=0-7
/proc/18328/task/18345/stat : 18345 (java) S 18325 18328 17066 0 -1 1077944384 238 0 0 0 2 0 0 0 20 0 20 0 178856013 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381771401328 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18346] ppid=18325 vsize=26000872 memory=281114602359408 CPUtime=0.08 cores=0-7
/proc/18328/task/18346/stat : 18346 (java) S 18325 18328 17066 0 -1 1077944384 574 0 0 0 8 0 0 0 20 0 20 0 178856013 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381770348528 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18347] ppid=18325 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18347/stat : 18347 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856013 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381769296992 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18348] ppid=18325 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/18328/task/18348/stat : 18348 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856013 26624892928 12126 33554432000 4194304 4196468 140734805120928 140381768244272 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48504 KiB

[startup+0.700921 s]
/proc/loadavg: 1.62 1.12 1.18 4/198 18348
/proc/meminfo: memFree=24298772/32770624 swapFree=67108860/67108860
[pid=18328] ppid=18325 vsize=26004968 memory=82984 CPUtime=1.43 cores=0-7
/proc/18328/stat : 18328 (java) S 18325 18328 17066 0 -1 1077944320 13843 0 0 0 138 5 0 0 20 0 20 0 178856007 26629087232 20746 33554432000 4194304 4196468 140734805120928 140734805103472 140382381014775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
/proc/18328/statm: 6501242 20746 3769 1 0 6488956 0
[pid=18328/tid=18330] ppid=18325 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/18328/task/18330/stat : 18330 (java) R 18325 18328 17066 0 -1 4202560 8772 0 0 0 64 3 0 0 20 0 20 0 178856007 26629087232 20746 33554432000 4194304 4196468 140734805120928 140382385250688 140382365095262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18331] ppid=18325 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18331/stat : 18331 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856008 26629087232 20746 33554432000 4194304 4196468 140734805120928 140381939436688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18332] ppid=18325 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18332/stat : 18332 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856008 26629087232 20746 33554432000 4194304 4196468 140734805120928 140381938383888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18333] ppid=18325 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18333/stat : 18333 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26629087232 20758 33554432000 4194304 4196468 140734805120928 140381937331088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18334] ppid=18325 vsize=26004968 memory=1008 CPUtime=0 cores=0-7
/proc/18328/task/18334/stat : 18334 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26629087232 20758 33554432000 4194304 4196468 140734805120928 140381936278288 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18335] ppid=18325 vsize=26004968 memory=4620 CPUtime=0 cores=0-7
/proc/18328/task/18335/stat : 18335 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26629087232 20758 33554432000 4194304 4196468 140734805120928 140381935225488 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18336] ppid=18325 vsize=26004968 memory=1428 CPUtime=0 cores=0-7
/proc/18328/task/18336/stat : 18336 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26629087232 20758 33554432000 4194304 4196468 140734805120928 140381934172688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18337] ppid=18325 vsize=26004968 memory=1204 CPUtime=0 cores=0-7
/proc/18328/task/18337/stat : 18337 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26629087232 20758 33554432000 4194304 4196468 140734805120928 140381933119888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18338] ppid=18325 vsize=26004968 memory=15880 CPUtime=0 cores=0-7
/proc/18328/task/18338/stat : 18338 (java) S 18325 18328 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856008 26629087232 20758 33554432000 4194304 4196468 140734805120928 140381932067088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18339] ppid=18325 vsize=26004968 memory=29120 CPUtime=0 cores=0-7
/proc/18328/task/18339/stat : 18339 (java) S 18325 18328 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178856010 26629087232 20758 33554432000 4194304 4196468 140734805120928 140381777718128 140382381025922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0

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

[pid=18328/tid=18361] ppid=18325 vsize=26943008 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18328/task/18361/stat : 18361 (java) S 18325 18328 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 178856697 27589640192 216462 33554432000 4194304 4196468 140734805120928 140381539775264 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18362] ppid=18325 vsize=26943008 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18328/task/18362/stat : 18362 (java) S 18325 18328 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 178856697 27589640192 216462 33554432000 4194304 4196468 140734805120928 140381538722464 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
Current children cumulated CPU time: 11.68 s
Current children cumulated vsize: 26943008 KiB
Current children cumulated memory: 863800 KiB

[startup+7.40122 s]
/proc/loadavg: 1.65 1.14 1.18 10/212 18362
/proc/meminfo: memFree=23903588/32770624 swapFree=67108860/67108860
[pid=18328] ppid=18325 vsize=26943008 memory=931212 CPUtime=12.94 cores=0-7
/proc/18328/stat : 18328 (java) S 18325 18328 17066 0 -1 1077944320 37499 0 0 0 1170 124 0 0 20 0 34 0 178856007 27589640192 232803 33554432000 4194304 4196468 140734805120928 140734805103472 140382381014775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
/proc/18328/statm: 6735752 232803 3847 1 0 6723466 0
[pid=18328/tid=18330] ppid=18325 vsize=26943008 memory=0 CPUtime=6.43 cores=0-7
/proc/18328/task/18330/stat : 18330 (java) S 18325 18328 17066 0 -1 1077944384 13395 0 0 0 635 8 0 0 20 0 34 0 178856007 27589640192 232803 33554432000 4194304 4196468 140734805120928 140382385252480 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18331] ppid=18325 vsize=26943008 memory=9681 CPUtime=0.31 cores=0-7
/proc/18328/task/18331/stat : 18331 (java) S 18325 18328 17066 0 -1 1077944384 326 0 0 0 18 13 0 0 20 0 34 0 178856008 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381939436688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18332] ppid=18325 vsize=26943008 memory=0 CPUtime=0.31 cores=0-7
/proc/18328/task/18332/stat : 18332 (java) S 18325 18328 17066 0 -1 1077944384 460 0 0 0 18 13 0 0 20 0 34 0 178856008 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381938383888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18333] ppid=18325 vsize=26943008 memory=0 CPUtime=0.3 cores=0-7
/proc/18328/task/18333/stat : 18333 (java) S 18325 18328 17066 0 -1 1077944384 455 0 0 0 18 12 0 0 20 0 34 0 178856008 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381937331088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18334] ppid=18325 vsize=26943008 memory=0 CPUtime=0.3 cores=0-7
/proc/18328/task/18334/stat : 18334 (java) S 18325 18328 17066 0 -1 1077944384 370 0 0 0 18 12 0 0 20 0 34 0 178856008 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381936278288 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18335] ppid=18325 vsize=26943008 memory=0 CPUtime=0.3 cores=0-7
/proc/18328/task/18335/stat : 18335 (java) S 18325 18328 17066 0 -1 1077944384 448 0 0 0 18 12 0 0 20 0 34 0 178856008 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381935225488 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18336] ppid=18325 vsize=26943008 memory=0 CPUtime=0.31 cores=0-7
/proc/18328/task/18336/stat : 18336 (java) S 18325 18328 17066 0 -1 1077944384 685 0 0 0 19 12 0 0 20 0 34 0 178856008 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381934172688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18337] ppid=18325 vsize=26943008 memory=0 CPUtime=0.3 cores=0-7
/proc/18328/task/18337/stat : 18337 (java) S 18325 18328 17066 0 -1 1077944384 704 0 0 0 18 12 0 0 20 0 34 0 178856008 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381933119888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18338] ppid=18325 vsize=26943008 memory=0 CPUtime=0.31 cores=0-7
/proc/18328/task/18338/stat : 18338 (java) S 18325 18328 17066 0 -1 1077944384 624 0 0 0 19 12 0 0 20 0 34 0 178856008 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381932067088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18339] ppid=18325 vsize=26943008 memory=0 CPUtime=0.03 cores=0-7
/proc/18328/task/18339/stat : 18339 (java) S 18325 18328 17066 0 -1 1077944384 1892 0 0 0 3 0 0 0 20 0 34 0 178856010 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381777718048 140382381024981 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18340] ppid=18325 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18340/stat : 18340 (java) S 18325 18328 17066 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 34 0 178856010 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381776664160 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18341] ppid=18325 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18341/stat : 18341 (java) S 18325 18328 17066 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 34 0 178856010 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381775611264 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18342] ppid=18325 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18342/stat : 18342 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178856013 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381774559568 140382381033371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18343] ppid=18325 vsize=26943008 memory=0 CPUtime=0.8 cores=0-7
/proc/18328/task/18343/stat : 18343 (java) S 18325 18328 17066 0 -1 1077944384 3422 0 0 0 79 1 0 0 20 0 34 0 178856013 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381773506928 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18344] ppid=18325 vsize=26943008 memory=0 CPUtime=0.54 cores=0-7
/proc/18328/task/18344/stat : 18344 (java) S 18325 18328 17066 0 -1 1077944384 2552 0 0 0 53 1 0 0 20 0 34 0 178856013 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381772454128 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18345] ppid=18325 vsize=26943008 memory=0 CPUtime=0.69 cores=0-7
/proc/18328/task/18345/stat : 18345 (java) S 18325 18328 17066 0 -1 1077944384 2431 0 0 0 68 1 0 0 20 0 34 0 178856013 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381771401328 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18346] ppid=18325 vsize=26943008 memory=49300 CPUtime=0.67 cores=0-7
/proc/18328/task/18346/stat : 18346 (java) S 18325 18328 17066 0 -1 1077944384 7329 0 0 0 65 2 0 0 20 0 34 0 178856013 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381770348528 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18347] ppid=18325 vsize=26943008 memory=1296 CPUtime=0 cores=0-7
/proc/18328/task/18347/stat : 18347 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 178856013 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381769296992 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18348] ppid=18325 vsize=26943008 memory=2416 CPUtime=0 cores=0-7
/proc/18328/task/18348/stat : 18348 (java) S 18325 18328 17066 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 34 0 178856013 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381768244272 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18349] ppid=18325 vsize=26943008 memory=1844 CPUtime=0 cores=0-7
/proc/18328/task/18349/stat : 18349 (java) S 18325 18328 17066 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 34 0 178856672 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381757953152 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18350] ppid=18325 vsize=26943008 memory=796 CPUtime=0 cores=0-7
/proc/18328/task/18350/stat : 18350 (java) S 18325 18328 17066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 34 0 178856683 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381754803280 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18351] ppid=18325 vsize=26943008 memory=1716 CPUtime=0.16 cores=0-7
/proc/18328/task/18351/stat : 18351 (java) S 18325 18328 17066 0 -1 1077944384 153 0 0 0 16 0 0 0 20 0 34 0 178856693 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381753750560 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18352] ppid=18325 vsize=26943008 memory=1956 CPUtime=0.13 cores=0-7
/proc/18328/task/18352/stat : 18352 (java) S 18325 18328 17066 0 -1 1077944384 78 0 0 0 13 0 0 0 20 0 34 0 178856694 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381752690592 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18353] ppid=18325 vsize=26943008 memory=8740 CPUtime=0.15 cores=0-7
/proc/18328/task/18353/stat : 18353 (java) S 18325 18328 17066 0 -1 1077944384 48 0 0 0 15 0 0 0 20 0 34 0 178856695 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381749541792 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18354] ppid=18325 vsize=26943008 memory=17828 CPUtime=0.13 cores=0-7
/proc/18328/task/18354/stat : 18354 (java) R 18325 18328 17066 0 -1 1077944384 60 0 0 0 13 0 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381748490032 140382381024981 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18355] ppid=18325 vsize=26943008 memory=6944652177228980320 CPUtime=0.15 cores=0-7
/proc/18328/task/18355/stat : 18355 (java) S 18325 18328 17066 0 -1 1077944384 51 0 0 0 14 1 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381747436304 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18356] ppid=18325 vsize=26943008 memory=0 CPUtime=0.13 cores=0-7
/proc/18328/task/18356/stat : 18356 (java) S 18325 18328 17066 0 -1 1077944384 58 0 0 0 13 0 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381746383808 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18357] ppid=18325 vsize=26943008 memory=0 CPUtime=0.12 cores=0-7
/proc/18328/task/18357/stat : 18357 (java) S 18325 18328 17066 0 -1 1077944384 49 0 0 0 12 0 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381745328800 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18358] ppid=18325 vsize=26943008 memory=281114602111216 CPUtime=0 cores=0-7
/proc/18328/task/18358/stat : 18358 (java) S 18325 18328 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381542933664 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18359] ppid=18325 vsize=26943008 memory=0 CPUtime=0.12 cores=0-7
/proc/18328/task/18359/stat : 18359 (java) S 18325 18328 17066 0 -1 1077944384 63 0 0 0 12 0 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381541875088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18360] ppid=18325 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18360/stat : 18360 (java) S 18325 18328 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381540828064 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18361] ppid=18325 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18361/stat : 18361 (java) S 18325 18328 17066 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381539775280 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18362] ppid=18325 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18362/stat : 18362 (java) S 18325 18328 17066 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 34 0 178856697 27589640192 232803 33554432000 4194304 4196468 140734805120928 140381538717488 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
Current children cumulated CPU time: 12.94 s
Current children cumulated vsize: 26943008 KiB
Current children cumulated memory: 931212 KiB

[startup+7.50152 s]
/proc/loadavg: 1.65 1.14 1.18 10/212 18362
/proc/meminfo: memFree=23903588/32770624 swapFree=67108860/67108860
[pid=18328] ppid=18325 vsize=27212376 memory=932652 CPUtime=13.64 cores=0-7
/proc/18328/stat : 18328 (java) S 18325 18328 17066 0 -1 1077944320 38088 0 0 0 1240 124 0 0 20 0 39 0 178856007 27865473024 233163 33554432000 4194304 4196468 140734805120928 140734805103472 140382381014775 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
/proc/18328/statm: 6835862 233163 3855 1 0 6823055 0
[pid=18328/tid=18330] ppid=18325 vsize=27343448 memory=408416 CPUtime=6.43 cores=0-7
/proc/18328/task/18330/stat : 18330 (java) S 18325 18328 17066 0 -1 1077944384 13395 0 0 0 635 8 0 0 20 0 39 0 178856007 27999690752 233163 33554432000 4194304 4196468 140734805120928 140382385252480 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18331] ppid=18325 vsize=27343448 memory=57 CPUtime=0.31 cores=0-7
/proc/18328/task/18331/stat : 18331 (java) S 18325 18328 17066 0 -1 1077944384 326 0 0 0 18 13 0 0 20 0 39 0 178856008 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381939436688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18332] ppid=18325 vsize=27343448 memory=4140 CPUtime=0.31 cores=0-7
/proc/18328/task/18332/stat : 18332 (java) S 18325 18328 17066 0 -1 1077944384 460 0 0 0 18 13 0 0 20 0 39 0 178856008 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381938383888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18333] ppid=18325 vsize=27343448 memory=49300 CPUtime=0.3 cores=0-7
/proc/18328/task/18333/stat : 18333 (java) S 18325 18328 17066 0 -1 1077944384 455 0 0 0 18 12 0 0 20 0 39 0 178856008 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381937331088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18334] ppid=18325 vsize=27343448 memory=796 CPUtime=0.3 cores=0-7
/proc/18328/task/18334/stat : 18334 (java) S 18325 18328 17066 0 -1 1077944384 370 0 0 0 18 12 0 0 20 0 39 0 178856008 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381936278288 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18335] ppid=18325 vsize=27343448 memory=1716 CPUtime=0.3 cores=0-7
/proc/18328/task/18335/stat : 18335 (java) S 18325 18328 17066 0 -1 1077944384 448 0 0 0 18 12 0 0 20 0 39 0 178856008 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381935225488 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18336] ppid=18325 vsize=27343448 memory=1956 CPUtime=0.31 cores=0-7
/proc/18328/task/18336/stat : 18336 (java) S 18325 18328 17066 0 -1 1077944384 685 0 0 0 19 12 0 0 20 0 39 0 178856008 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381934172688 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18337] ppid=18325 vsize=27343448 memory=4140 CPUtime=0.3 cores=0-7
/proc/18328/task/18337/stat : 18337 (java) S 18325 18328 17066 0 -1 1077944384 704 0 0 0 18 12 0 0 20 0 39 0 178856008 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381933119888 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18338] ppid=18325 vsize=27343448 memory=49300 CPUtime=0.31 cores=0-7
/proc/18328/task/18338/stat : 18338 (java) S 18325 18328 17066 0 -1 1077944384 624 0 0 0 19 12 0 0 20 0 39 0 178856008 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381932067088 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18339] ppid=18325 vsize=27343448 memory=1296 CPUtime=0.03 cores=0-7
/proc/18328/task/18339/stat : 18339 (java) S 18325 18328 17066 0 -1 1077944384 1892 0 0 0 3 0 0 0 20 0 39 0 178856010 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381777718080 140382381024981 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18340] ppid=18325 vsize=27343448 memory=2416 CPUtime=0 cores=0-7
/proc/18328/task/18340/stat : 18340 (java) S 18325 18328 17066 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 39 0 178856010 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381776664160 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18341] ppid=18325 vsize=27343448 memory=1844 CPUtime=0 cores=0-7
/proc/18328/task/18341/stat : 18341 (java) S 18325 18328 17066 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 39 0 178856010 27999690752 233163 33554432000 4194304 4196468 140734805120928 140381775611264 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18342] ppid=18325 vsize=27277912 memory=164 CPUtime=0 cores=0-7
/proc/18328/task/18342/stat : 18342 (java) S 18325 18328 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178856013 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381774559568 140382381033371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18343] ppid=18325 vsize=27277912 memory=0 CPUtime=0.84 cores=0-7
/proc/18328/task/18343/stat : 18343 (java) R 18325 18328 17066 0 -1 4202560 3427 0 0 0 83 1 0 0 20 0 39 0 178856013 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381773487096 140382364425805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18344] ppid=18325 vsize=27277912 memory=43757090617 CPUtime=0.58 cores=0-7
/proc/18328/task/18344/stat : 18344 (java) D 18325 18328 17066 0 -1 4202560 2667 0 0 0 57 1 0 0 20 0 39 0 178856013 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381772445544 140382360532521 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18345] ppid=18325 vsize=27277912 memory=10 CPUtime=0.75 cores=0-7
/proc/18328/task/18345/stat : 18345 (java) D 18325 18328 17066 0 -1 4202560 2596 0 0 0 74 1 0 0 20 0 39 0 178856013 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381771382344 140382373731927 0 4 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18346] ppid=18325 vsize=27277912 memory=0 CPUtime=0.68 cores=0-7
/proc/18328/task/18346/stat : 18346 (java) R 18325 18328 17066 0 -1 1077944384 7370 0 0 0 66 2 0 0 20 0 39 0 178856013 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381770345264 140382381024981 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18347] ppid=18325 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18347/stat : 18347 (java) S 18325 18328 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 178856013 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381769296992 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18348] ppid=18325 vsize=27277912 memory=401244 CPUtime=0 cores=0-7
/proc/18328/task/18348/stat : 18348 (java) S 18325 18328 17066 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 39 0 178856013 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381768244272 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18349] ppid=18325 vsize=27277912 memory=281114603016736 CPUtime=0 cores=0-7
/proc/18328/task/18349/stat : 18349 (java) S 18325 18328 17066 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 39 0 178856672 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381757953632 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18350] ppid=18325 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/18328/task/18350/stat : 18350 (java) S 18325 18328 17066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 39 0 178856683 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381754803280 140382381025922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18351] ppid=18325 vsize=27277912 memory=0 CPUtime=0.24 cores=0-7
/proc/18328/task/18351/stat : 18351 (java) S 18325 18328 17066 0 -1 1077944384 158 0 0 0 24 0 0 0 20 0 39 0 178856693 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381753747744 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18352] ppid=18325 vsize=27277912 memory=0 CPUtime=0.19 cores=0-7
/proc/18328/task/18352/stat : 18352 (java) S 18325 18328 17066 0 -1 1077944384 175 0 0 0 19 0 0 0 20 0 39 0 178856694 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381752696720 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18353] ppid=18325 vsize=27277912 memory=281114602318720 CPUtime=0.22 cores=0-7
/proc/18328/task/18353/stat : 18353 (java) R 18325 18328 17066 0 -1 4202560 51 0 0 0 22 0 0 0 20 0 39 0 178856695 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381749539792 140382020859767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18354] ppid=18325 vsize=27277912 memory=1296 CPUtime=0.19 cores=0-7
/proc/18328/task/18354/stat : 18354 (java) S 18325 18328 17066 0 -1 1077944384 66 0 0 0 19 0 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381748492192 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18355] ppid=18325 vsize=27277912 memory=2416 CPUtime=0.21 cores=0-7
/proc/18328/task/18355/stat : 18355 (java) S 18325 18328 17066 0 -1 1077944384 57 0 0 0 20 1 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381747442192 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18356] ppid=18325 vsize=27277912 memory=1844 CPUtime=0.2 cores=0-7
/proc/18328/task/18356/stat : 18356 (java) R 18325 18328 17066 0 -1 4202560 63 0 0 0 20 0 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381746387616 140382381036122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18357] ppid=18325 vsize=27277912 memory=796 CPUtime=0.12 cores=0-7
/proc/18328/task/18357/stat : 18357 (java) R 18325 18328 17066 0 -1 4202560 55 0 0 0 12 0 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381745331968 140382367082860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18358] ppid=18325 vsize=27277912 memory=1716 CPUtime=0 cores=0-7
/proc/18328/task/18358/stat : 18358 (java) D 18325 18328 17066 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381542927824 140382018551596 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18359] ppid=18325 vsize=27277912 memory=1956 CPUtime=0.12 cores=0-7
/proc/18328/task/18359/stat : 18359 (java) R 18325 18328 17066 0 -1 4202560 76 0 0 0 12 0 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381541877752 140382373256165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18360] ppid=18325 vsize=27277912 memory=8740 CPUtime=0 cores=0-7
/proc/18328/task/18360/stat : 18360 (java) D 18325 18328 17066 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381540822776 140382373256165 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18361] ppid=18325 vsize=27277912 memory=1228 CPUtime=0.07 cores=0-7
/proc/18328/task/18361/stat : 18361 (java) S 18325 18328 17066 0 -1 1077944384 28 0 0 0 7 0 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381539773376 140382381024981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
[pid=18328/tid=18362] ppid=18325 vsize=27277912 memory=12136 CPUtime=0.07 cores=0-7
/proc/18328/task/18362/stat : 18362 (java) R 18325 18328 17066 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 39 0 178856697 27932581888 233163 33554432000 4194304 4196468 140734805120928 140381538719648 140382359011227 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20271104 140734805124194 140734805124379 140734805124379 140734805127119 0
Current children cumulated CPU time: 13.64 s
Current children cumulated vsize: 27212376 KiB
Current children cumulated memory: 932652 KiB

Child status: 0
Real time (s): 7.56074
CPU time (s): 13.8412
CPU user time (s): 12.5761
CPU system time (s): 1.26516
CPU usage (%): 183.067
Max. virtual memory (cumulated for all children) (KiB): 27212376
Max. memory (cumulated for all children) (KiB): 932652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5761
system time used= 1.26516
maximum resident set size= 938420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6108
involuntary context switches= 92


# summary of solver processes directly reported to runsolver:
#   pid: 18328
#   total CPU time (s): 13.8412
#   total CPU user time (s): 12.5761
#   total CPU system time (s): 1.26516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094973 second user time and 0.101382 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-23 04:53:44
IDJOB=4285163
IDBENCH=138765
IDSOLVER=2681
FILE ID=node106/4285163-1503457685
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-06.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-4285163-1503457685/watcher-4285163-1503457685 -o /tmp/evaluation-result-4285163-1503457685/solver-4285163-1503457685 -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 214286321 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285163-1503457685.xml

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

MD5SUM BENCH= 000bb8293185d226d4bd39fa547f2fd1
RANDOM SEED=214286321

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:        24348616 kB
MemAvailable:   31948700 kB
Buffers:          246924 kB
Cached:          7639932 kB
SwapCached:            0 kB
Active:          1763300 kB
Inactive:        6180264 kB
Active(anon):      12108 kB
Inactive(anon):    88904 kB
Active(file):    1751192 kB
Inactive(file):  6091360 kB
Unevictable:        7700 kB
Mlocked:            7700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42432 kB
Writeback:             0 kB
AnonPages:         64724 kB
Mapped:            55472 kB
Shmem:             41612 kB
Slab:             174636 kB
SReclaimable:     146736 kB
SUnreclaim:        27900 kB
KernelStack:        3168 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:51