Trace number 4275299

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-07-26SAT 1910.9 244.618

General information on the benchmark

NameCostasArray/CostasArray-m1-s1/
CostasArray-13.xml
MD5SUMde2f443ecf68ff3052dd9905ee2aa615
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.194346
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints87
Number of domains2
Minimum domain size13
Maximum domain size24
Distribution of domain sizes[{"size":13,"count":13},{"size":24,"count":75}]
Minimum variable degree2
Maximum variable degree13
Distribution of variable degrees[{"degree":2,"count":75},{"degree":12,"count":2},{"degree":13,"count":11}]
Minimum constraint arity3
Maximum constraint arity13
Distribution of constraint arities[{"arity":3,"count":76},{"arity":4,"count":2},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints76
Distribution of constraint types[{"type":"intension","count":76},{"type":"allDifferent","count":11}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.26	c version: 2017-07-26
0.30/0.26	c seed: 1179719438
0.30/0.26	c timeout: 20160
0.30/0.26	c memlimit: 11000
0.30/0.26	c nbcore: 8
0.30/0.29	c Parsing instance...
1.02/0.62	c Parsing done, starting search...
1910.58/244.58	s SATISFIABLE
1910.58/244.58	v <instantiation>
1910.58/244.58	v 	<list>
1910.58/244.58	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39] y[40] y[41] y[42] y[43] y[44] y[45] y[46] y[47] y[48] y[49] y[50] y[51] y[52] y[53] y[54] y[55] y[56] y[57] y[58] y[59] y[60] y[61] y[62] y[63] y[64] y[65] y[66] y[67] y[68] y[69] y[70] y[71] y[72] y[73] y[74]
1910.58/244.58	v 	</list>
1910.58/244.58	v 	<values>
1910.58/244.58	v 		13 12 6 1 10 2 8 11 4 5 3 7 9 1 6 5 -9 8 -6 -3 7 -1 2 -4 -2 7 11 -4 -1 2 -9 4 6 1 -2 -6 12 2 4 -7 -1 -2 3 8 -3 -4 3 10 -2 -10 6 -3 5 4 -5 11 4 -5 -3 5 -1 1 2 5 1 2 -4 7 -5 -1 2 8 1 -2 3 -7 9 7 3 -6 1 8 9 -1 -8 10 5 -3 
1910.58/244.58	v 	</values>
1910.58/244.58	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 (15227 MiB free)
  memory of node 1: 16384 MiB (15553 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275299-1502676672/watcher-4275299-1502676672 -o /tmp/evaluation-result-4275299-1502676672/solver-4275299-1502676672 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502668245-31343 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1179719438 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275299-1502676672.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
Current StackSize limit: 8192 KiB

solver pid=11229, runsolver pid=11226

[startup+0.100065 s]*
/proc/loadavg: 8.27 8.63 8.69 2/198 11249
/proc/meminfo: memFree=31504712/32770624 swapFree=67108860/67108860
[pid=11229] ppid=11226 vsize=14325320 memory=31492 CPUtime=0.12 cores=0-7
/proc/11229/stat : 11229 (java) S 11226 11229 31316 0 -1 1077944320 8264 0 0 0 11 1 0 0 20 0 20 0 100755402 14669127680 7873 33554432000 4194304 4196468 140721312744288 140721312726832 140499481804535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
/proc/11229/statm: 3581330 7873 3406 1 0 3569050 0
[pid=11229/tid=11231] ppid=11226 vsize=14325320 memory=0 CPUtime=0.08 cores=0-7
/proc/11229/task/11231/stat : 11231 (java) R 11226 11229 31316 0 -1 4202560 6143 0 0 0 8 0 0 0 20 0 20 0 100755402 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499485982448 140499465885022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11232] ppid=11226 vsize=14325320 memory=279615115187960 CPUtime=0 cores=0-7
/proc/11229/task/11232/stat : 11232 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499077667344 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11233] ppid=11226 vsize=14325320 memory=139807621469824 CPUtime=0 cores=0-7
/proc/11229/task/11233/stat : 11233 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499076614800 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11234] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11234/stat : 11234 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499075561744 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11235] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11235/stat : 11235 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499074509200 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11236] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11236/stat : 11236 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499073457168 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11237] ppid=11226 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11229/task/11237/stat : 11237 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499072404624 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11238] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11238/stat : 11238 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499071351568 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11239] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11239/stat : 11239 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 7873 33554432000 4194304 4196468 140721312744288 140499070299024 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11240] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11240/stat : 11240 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755405 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498939865328 140499481815682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11241] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11241/stat : 11241 (java) S 11226 11229 31316 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100755405 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498938811552 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11242] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11242/stat : 11242 (java) S 11226 11229 31316 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100755405 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498937758448 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11243] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11243/stat : 11243 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498936707024 140499481823131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11244] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11244/stat : 11244 (java) S 11226 11229 31316 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498935655152 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11245] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11245/stat : 11245 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498934602608 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11246] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11246/stat : 11246 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498933549552 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11247] ppid=11226 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/11229/task/11247/stat : 11247 (java) R 11226 11229 31316 0 -1 4202560 425 0 0 0 1 0 0 0 20 0 20 0 100755408 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498932497008 140499465885022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11248] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11248/stat : 11248 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498931444192 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11249] ppid=11226 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11229/task/11249/stat : 11249 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 7873 33554432000 4194304 4196468 140721312744288 140498930391728 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 31492 KiB

[startup+0.210206 s]*
/proc/loadavg: 8.27 8.63 8.69 2/198 11249
/proc/meminfo: memFree=31493236/32770624 swapFree=67108860/67108860
[pid=11229] ppid=11226 vsize=14325320 memory=41096 CPUtime=0.3 cores=0-7
/proc/11229/stat : 11229 (java) S 11226 11229 31316 0 -1 1077944320 9399 0 0 0 28 2 0 0 20 0 20 0 100755402 14669127680 10274 33554432000 4194304 4196468 140721312744288 140721312726832 140499481804535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
/proc/11229/statm: 3581330 10274 3594 1 0 3569050 0
[pid=11229/tid=11231] ppid=11226 vsize=14325320 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/11229/task/11231/stat : 11231 (java) R 11226 11229 31316 0 -1 4202560 6813 0 0 0 18 1 0 0 20 0 20 0 100755402 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499486019552 140499465885022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11232] ppid=11226 vsize=14325320 memory=288230596084498767 CPUtime=0 cores=0-7
/proc/11229/task/11232/stat : 11232 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499077667344 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11233] ppid=11226 vsize=14325320 memory=139807621648155 CPUtime=0 cores=0-7
/proc/11229/task/11233/stat : 11233 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499076614800 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11234] ppid=11226 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11229/task/11234/stat : 11234 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499075561744 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11235] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11235/stat : 11235 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499074509200 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11236] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11236/stat : 11236 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499073457168 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11237] ppid=11226 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11229/task/11237/stat : 11237 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499072404624 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11238] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11238/stat : 11238 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499071351568 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11239] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11239/stat : 11239 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100755403 14669127680 10274 33554432000 4194304 4196468 140721312744288 140499070299024 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11240] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11240/stat : 11240 (java) S 11226 11229 31316 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100755405 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498939865328 140499481815682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11241] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11241/stat : 11241 (java) S 11226 11229 31316 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100755405 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498938811552 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11242] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11242/stat : 11242 (java) S 11226 11229 31316 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100755405 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498937758448 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11243] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11243/stat : 11243 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498936707024 140499481823131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11244] ppid=11226 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/11229/task/11244/stat : 11244 (java) S 11226 11229 31316 0 -1 1077944384 431 0 0 0 1 0 0 0 20 0 20 0 100755408 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498935655152 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11245] ppid=11226 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/11229/task/11245/stat : 11245 (java) S 11226 11229 31316 0 -1 1077944384 195 0 0 0 1 0 0 0 20 0 20 0 100755408 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498934602608 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11246] ppid=11226 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/11229/task/11246/stat : 11246 (java) S 11226 11229 31316 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 100755408 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498933549552 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11247] ppid=11226 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/11229/task/11247/stat : 11247 (java) S 11226 11229 31316 0 -1 1077944384 532 0 0 0 5 0 0 0 20 0 20 0 100755408 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498932497008 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11248] ppid=11226 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11248/stat : 11248 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498931444192 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11249] ppid=11226 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11229/task/11249/stat : 11249 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755408 14669127680 10274 33554432000 4194304 4196468 140721312744288 140498930391728 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 41096 KiB

[startup+0.309548 s]*
/proc/loadavg: 8.27 8.63 8.69 2/198 11249
/proc/meminfo: memFree=31485672/32770624 swapFree=67108860/67108860
[pid=11229] ppid=11226 vsize=14325340 memory=49432 CPUtime=0.48 cores=0-7
/proc/11229/stat : 11229 (java) S 11226 11229 31316 0 -1 1077944320 10642 0 0 0 46 2 0 0 20 0 20 0 100755402 14669148160 12358 33554432000 4194304 4196468 140721312744288 140721312726832 140499481804535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
/proc/11229/statm: 3581335 12358 3715 1 0 3569050 0
[pid=11229/tid=11231] ppid=11226 vsize=14325340 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/11229/task/11231/stat : 11231 (java) R 11226 11229 31316 0 -1 4202560 7528 0 0 0 28 1 0 0 20 0 20 0 100755402 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499486021408 140499467530238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11232] ppid=11226 vsize=14325340 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/11229/task/11232/stat : 11232 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499077667344 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11233] ppid=11226 vsize=14325340 memory=4040 CPUtime=0 cores=0-7
/proc/11229/task/11233/stat : 11233 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499076614800 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11234] ppid=11226 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11234/stat : 11234 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755403 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499075561744 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11235] ppid=11226 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11235/stat : 11235 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755403 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499074509200 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11236] ppid=11226 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11236/stat : 11236 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499073457168 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11237] ppid=11226 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11237/stat : 11237 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499072404624 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11238] ppid=11226 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11238/stat : 11238 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499071351568 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11239] ppid=11226 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/11229/task/11239/stat : 11239 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100755403 14669148160 12358 33554432000 4194304 4196468 140721312744288 140499070299024 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11240] ppid=11226 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11240/stat : 11240 (java) S 11226 11229 31316 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100755405 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498939865328 140499481815682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11241] ppid=11226 vsize=14325340 memory=139807493813199 CPUtime=0 cores=0-7
/proc/11229/task/11241/stat : 11241 (java) S 11226 11229 31316 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100755405 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498938811552 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11242] ppid=11226 vsize=14325340 memory=279614987628688 CPUtime=0 cores=0-7
/proc/11229/task/11242/stat : 11242 (java) S 11226 11229 31316 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100755405 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498937758448 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11243] ppid=11226 vsize=14325340 memory=279614987644816 CPUtime=0 cores=0-7
/proc/11229/task/11243/stat : 11243 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755408 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498936707024 140499481823131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11244] ppid=11226 vsize=14325340 memory=279614987642512 CPUtime=0.04 cores=0-7
/proc/11229/task/11244/stat : 11244 (java) S 11226 11229 31316 0 -1 1077944384 579 0 0 0 4 0 0 0 20 0 20 0 100755408 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498935655152 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11245] ppid=11226 vsize=14325340 memory=279614987649424 CPUtime=0.03 cores=0-7
/proc/11229/task/11245/stat : 11245 (java) S 11226 11229 31316 0 -1 1077944384 387 0 0 0 3 0 0 0 20 0 20 0 100755408 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498934602608 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11246] ppid=11226 vsize=14325340 memory=279614987590704 CPUtime=0.02 cores=0-7
/proc/11229/task/11246/stat : 11246 (java) S 11226 11229 31316 0 -1 1077944384 70 0 0 0 2 0 0 0 20 0 20 0 100755408 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498933549552 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11247] ppid=11226 vsize=14325340 memory=279614987663248 CPUtime=0.08 cores=0-7
/proc/11229/task/11247/stat : 11247 (java) S 11226 11229 31316 0 -1 1077944384 701 0 0 0 8 0 0 0 20 0 20 0 100755408 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498932497008 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11248] ppid=11226 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11248/stat : 11248 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100755408 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498931444192 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11249] ppid=11226 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/11229/task/11249/stat : 11249 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755408 14669148160 12358 33554432000 4194304 4196468 140721312744288 140498930391728 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 49432 KiB

[startup+0.700733 s]
/proc/loadavg: 8.27 8.63 8.69 3/198 11249
/proc/meminfo: memFree=31472676/32770624 swapFree=67108860/67108860
[pid=11229] ppid=11226 vsize=14329436 memory=78128 CPUtime=1.14 cores=0-7
/proc/11229/stat : 11229 (java) S 11226 11229 31316 0 -1 1077944320 13138 0 0 0 110 4 0 0 20 0 20 0 100755402 14673342464 19532 33554432000 4194304 4196468 140721312744288 140721312726832 140499481804535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
/proc/11229/statm: 3582359 19532 3755 1 0 3570074 0
[pid=11229/tid=11231] ppid=11226 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/11229/task/11231/stat : 11231 (java) R 11226 11229 31316 0 -1 4202560 9145 0 0 0 64 3 0 0 20 0 20 0 100755402 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499486039648 140499465885022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11232] ppid=11226 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11232/stat : 11232 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499077667344 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11233] ppid=11226 vsize=14329436 memory=2353 CPUtime=0 cores=0-7
/proc/11229/task/11233/stat : 11233 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499076614800 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11234] ppid=11226 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/11229/task/11234/stat : 11234 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755403 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499075561744 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11235] ppid=11226 vsize=14329436 memory=5792 CPUtime=0 cores=0-7
/proc/11229/task/11235/stat : 11235 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100755403 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499074509200 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11236] ppid=11226 vsize=14329436 memory=4616 CPUtime=0 cores=0-7
/proc/11229/task/11236/stat : 11236 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499073457168 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11237] ppid=11226 vsize=14329436 memory=792 CPUtime=0 cores=0-7
/proc/11229/task/11237/stat : 11237 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499072404624 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11238] ppid=11226 vsize=14329436 memory=1420 CPUtime=0 cores=0-7
/proc/11229/task/11238/stat : 11238 (java) S 11226 11229 31316 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100755403 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499071351568 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11239] ppid=11226 vsize=14329436 memory=13040 CPUtime=0 cores=0-7
/proc/11229/task/11239/stat : 11239 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100755403 14673342464 19532 33554432000 4194304 4196468 140721312744288 140499070299024 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11240] ppid=11226 vsize=14329436 memory=1944 CPUtime=0 cores=0-7
/proc/11229/task/11240/stat : 11240 (java) S 11226 11229 31316 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100755405 14673342464 19532 33554432000 4194304 4196468 140721312744288 140498939865328 140499481815682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0

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

/proc/11229/task/11233/stat : 11233 (java) S 11226 11229 31316 0 -1 1077944384 6654 0 0 0 86 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499076614800 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11234] ppid=11226 vsize=15469252 memory=7380109406876493632 CPUtime=0.96 cores=0-7
/proc/11229/task/11234/stat : 11234 (java) S 11226 11229 31316 0 -1 1077944384 10638 0 0 0 84 12 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499075561744 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11235] ppid=11226 vsize=15469252 memory=7163928833155296106 CPUtime=0.97 cores=0-7
/proc/11229/task/11235/stat : 11235 (java) S 11226 11229 31316 0 -1 1077944384 8089 0 0 0 86 11 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499074509200 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11236] ppid=11226 vsize=15469252 memory=7163928833155296106 CPUtime=0.96 cores=0-7
/proc/11229/task/11236/stat : 11236 (java) S 11226 11229 31316 0 -1 1077944384 5821 0 0 0 86 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499073457168 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11237] ppid=11226 vsize=15469252 memory=8026377035214513771 CPUtime=0.97 cores=0-7
/proc/11229/task/11237/stat : 11237 (java) S 11226 11229 31316 0 -1 1077944384 6331 0 0 0 87 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499072404624 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11238] ppid=11226 vsize=15469252 memory=961 CPUtime=0.97 cores=0-7
/proc/11229/task/11238/stat : 11238 (java) S 11226 11229 31316 0 -1 1077944384 9824 0 0 0 87 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499071351568 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11239] ppid=11226 vsize=15469252 memory=-6009903901792912539 CPUtime=0.94 cores=0-7
/proc/11229/task/11239/stat : 11239 (java) S 11226 11229 31316 0 -1 1077944384 6938 0 0 0 83 11 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499070299024 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11240] ppid=11226 vsize=15469252 memory=7452378080589489559 CPUtime=1.06 cores=0-7
/proc/11229/task/11240/stat : 11240 (java) S 11226 11229 31316 0 -1 1077944384 19810 0 0 0 91 15 0 0 20 0 37 0 100755405 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498939865328 140499481815682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11241] ppid=11226 vsize=15469252 memory=4137562983521232795 CPUtime=0 cores=0-7
/proc/11229/task/11241/stat : 11241 (java) S 11226 11229 31316 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 37 0 100755405 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498938811616 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11242] ppid=11226 vsize=15469252 memory=-6221273736027073108 CPUtime=0 cores=0-7
/proc/11229/task/11242/stat : 11242 (java) S 11226 11229 31316 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 37 0 100755405 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498937758464 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11243] ppid=11226 vsize=15469252 memory=6442770160236777574 CPUtime=0 cores=0-7
/proc/11229/task/11243/stat : 11243 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498936707024 140499481823131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11244] ppid=11226 vsize=15469252 memory=7589220042448131938 CPUtime=1.73 cores=0-7
/proc/11229/task/11244/stat : 11244 (java) S 11226 11229 31316 0 -1 1077944384 18247 0 0 0 169 4 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498935655152 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11245] ppid=11226 vsize=15469252 memory=1296 CPUtime=1.74 cores=0-7
/proc/11229/task/11245/stat : 11245 (java) S 11226 11229 31316 0 -1 1077944384 16223 0 0 0 170 4 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498934602608 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11246] ppid=11226 vsize=15469252 memory=2336 CPUtime=1.73 cores=0-7
/proc/11229/task/11246/stat : 11246 (java) S 11226 11229 31316 0 -1 1077944384 15584 0 0 0 171 2 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498933549552 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11247] ppid=11226 vsize=15469252 memory=1724 CPUtime=1.02 cores=0-7
/proc/11229/task/11247/stat : 11247 (java) S 11226 11229 31316 0 -1 1077944384 26991 0 0 0 97 5 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498932497008 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11248] ppid=11226 vsize=15469252 memory=1012 CPUtime=0 cores=0-7
/proc/11229/task/11248/stat : 11248 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498931444192 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11249] ppid=11226 vsize=15469252 memory=1716 CPUtime=0.06 cores=0-7
/proc/11229/task/11249/stat : 11249 (java) S 11226 11229 31316 0 -1 1077944384 1938 0 0 0 3 3 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498930391728 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11250] ppid=11226 vsize=15469252 memory=5792 CPUtime=0.34 cores=0-7
/proc/11229/task/11250/stat : 11250 (java) S 11226 11229 31316 0 -1 1077944384 4878 0 0 0 25 9 0 0 20 0 37 0 100755570 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498920104720 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11251] ppid=11226 vsize=15469252 memory=4616 CPUtime=0.29 cores=0-7
/proc/11229/task/11251/stat : 11251 (java) S 11226 11229 31316 0 -1 1077944384 4624 0 0 0 17 12 0 0 20 0 37 0 100755582 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498647900976 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11252] ppid=11226 vsize=15469252 memory=1156 CPUtime=119.15 cores=0-7
/proc/11229/task/11252/stat : 11252 (java) S 11226 11229 31316 0 -1 1077944384 5845 0 0 0 11908 7 0 0 20 0 37 0 100755592 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498644752016 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11253] ppid=11226 vsize=15469252 memory=3840 CPUtime=133.33 cores=0-7
/proc/11229/task/11253/stat : 11253 (java) S 11226 11229 31316 0 -1 1077944384 6700 0 0 0 13322 11 0 0 20 0 37 0 100755593 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498643699472 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11254] ppid=11226 vsize=15469252 memory=1852552 CPUtime=194.56 cores=0-7
/proc/11229/task/11254/stat : 11254 (java) S 11226 11229 31316 0 -1 1077944384 6842 0 0 0 19446 10 0 0 20 0 37 0 100755593 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498642646416 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11255] ppid=11226 vsize=15469252 memory=1696 CPUtime=183 cores=0-7
/proc/11229/task/11255/stat : 11255 (java) S 11226 11229 31316 0 -1 1077944384 7940 0 0 0 18296 4 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498641593872 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11256] ppid=11226 vsize=15469252 memory=920 CPUtime=18.91 cores=0-7
/proc/11229/task/11256/stat : 11256 (java) S 11226 11229 31316 0 -1 1077944384 1616 0 0 0 1891 0 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498640540816 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11257] ppid=11226 vsize=15469252 memory=4176 CPUtime=0.04 cores=0-7
/proc/11229/task/11257/stat : 11257 (java) S 11226 11229 31316 0 -1 1077944384 45 0 0 0 4 0 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498639488032 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11258] ppid=11226 vsize=15469252 memory=3940 CPUtime=108.52 cores=0-7
/proc/11229/task/11258/stat : 11258 (java) S 11226 11229 31316 0 -1 1077944384 4583 0 0 0 10844 8 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498638435216 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11259] ppid=11226 vsize=15469252 memory=3472468085733730362 CPUtime=174.16 cores=0-7
/proc/11229/task/11259/stat : 11259 (java) R 11226 11229 31316 0 -1 4202560 8359 0 0 0 17406 10 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498637379136 140499128413467 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11260] ppid=11226 vsize=15469252 memory=0 CPUtime=112.81 cores=0-7
/proc/11229/task/11260/stat : 11260 (java) S 11226 11229 31316 0 -1 1077944384 4960 0 0 0 11275 6 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498636330640 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11261] ppid=11226 vsize=15469252 memory=8387223549236478041 CPUtime=89.75 cores=0-7
/proc/11229/task/11261/stat : 11261 (java) S 11226 11229 31316 0 -1 1077944384 3745 0 0 0 8971 4 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498635278096 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11262] ppid=11226 vsize=15469252 memory=288287762115986304 CPUtime=119.96 cores=0-7
/proc/11229/task/11262/stat : 11262 (java) S 11226 11229 31316 0 -1 1077944384 4098 0 0 0 11992 4 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498634225040 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11263] ppid=11226 vsize=15469252 memory=-2541025661996457098 CPUtime=146.01 cores=0-7
/proc/11229/task/11263/stat : 11263 (java) S 11226 11229 31316 0 -1 1077944384 9225 0 0 0 14590 11 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498633172496 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11264] ppid=11226 vsize=15469252 memory=-4866526891258710369 CPUtime=196.57 cores=0-7
/proc/11229/task/11264/stat : 11264 (java) S 11226 11229 31316 0 -1 1077944384 8682 0 0 0 19652 5 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498632119440 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11265] ppid=11226 vsize=15469252 memory=3865395355416526880 CPUtime=84.14 cores=0-7
/proc/11229/task/11265/stat : 11265 (java) S 11226 11229 31316 0 -1 1077944384 4435 0 0 0 8412 2 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498631066896 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11266] ppid=11226 vsize=15469252 memory=15876 CPUtime=211.33 cores=0-7
/proc/11229/task/11266/stat : 11266 (java) S 11226 11229 31316 0 -1 1077944384 9588 0 0 0 21123 10 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498630013840 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
Current children cumulated CPU time: 1910.09 s
Current children cumulated vsize: 15469252 KiB
Current children cumulated memory: 1854648 KiB

[startup+244.401 s]
/proc/loadavg: 8.72 8.75 8.73 3/216 11274
/proc/meminfo: memFree=29678312/32770624 swapFree=67108860/67108860
[pid=11229] ppid=11226 vsize=15469252 memory=1854648 CPUtime=1910.48 cores=0-7
/proc/11229/stat : 11229 (java) S 11226 11229 31316 0 -1 1077944320 269405 0 0 0 190820 228 0 0 20 0 37 0 100755402 15840514048 463662 33554432000 4194304 4196468 140721312744288 140721312726832 140499481804535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
/proc/11229/statm: 3867313 463662 3851 1 0 3854507 0
[pid=11229/tid=11231] ppid=11226 vsize=15469252 memory=-1751206657426859557 CPUtime=1.88 cores=0-7
/proc/11229/task/11231/stat : 11231 (java) S 11226 11229 31316 0 -1 1077944384 12865 0 0 0 182 6 0 0 20 0 37 0 100755402 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499486042240 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11232] ppid=11226 vsize=15469252 memory=6791534058613427641 CPUtime=0.96 cores=0-7
/proc/11229/task/11232/stat : 11232 (java) S 11226 11229 31316 0 -1 1077944384 5874 0 0 0 86 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499077667344 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11233] ppid=11226 vsize=15469252 memory=16240 CPUtime=0.96 cores=0-7
/proc/11229/task/11233/stat : 11233 (java) S 11226 11229 31316 0 -1 1077944384 6654 0 0 0 86 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499076614800 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11234] ppid=11226 vsize=15469252 memory=4040 CPUtime=0.96 cores=0-7
/proc/11229/task/11234/stat : 11234 (java) S 11226 11229 31316 0 -1 1077944384 10638 0 0 0 84 12 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499075561744 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11235] ppid=11226 vsize=15469252 memory=1236 CPUtime=0.97 cores=0-7
/proc/11229/task/11235/stat : 11235 (java) S 11226 11229 31316 0 -1 1077944384 8089 0 0 0 86 11 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499074509200 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11236] ppid=11226 vsize=15469252 memory=644 CPUtime=0.96 cores=0-7
/proc/11229/task/11236/stat : 11236 (java) S 11226 11229 31316 0 -1 1077944384 5821 0 0 0 86 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499073457168 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11237] ppid=11226 vsize=15469252 memory=1788 CPUtime=0.97 cores=0-7
/proc/11229/task/11237/stat : 11237 (java) S 11226 11229 31316 0 -1 1077944384 6331 0 0 0 87 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499072404624 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11238] ppid=11226 vsize=15469252 memory=1846304 CPUtime=0.97 cores=0-7
/proc/11229/task/11238/stat : 11238 (java) S 11226 11229 31316 0 -1 1077944384 9824 0 0 0 87 10 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499071351568 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11239] ppid=11226 vsize=15469252 memory=1156 CPUtime=0.94 cores=0-7
/proc/11229/task/11239/stat : 11239 (java) S 11226 11229 31316 0 -1 1077944384 6938 0 0 0 83 11 0 0 20 0 37 0 100755403 15840514048 463662 33554432000 4194304 4196468 140721312744288 140499070299024 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11240] ppid=11226 vsize=15469252 memory=1854648 CPUtime=1.06 cores=0-7
/proc/11229/task/11240/stat : 11240 (java) S 11226 11229 31316 0 -1 1077944384 19810 0 0 0 91 15 0 0 20 0 37 0 100755405 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498939865328 140499481815682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11241] ppid=11226 vsize=15469252 memory=1196 CPUtime=0 cores=0-7
/proc/11229/task/11241/stat : 11241 (java) S 11226 11229 31316 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 37 0 100755405 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498938811616 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11242] ppid=11226 vsize=15469252 memory=8548 CPUtime=0 cores=0-7
/proc/11229/task/11242/stat : 11242 (java) S 11226 11229 31316 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 37 0 100755405 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498937758464 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11243] ppid=11226 vsize=15469252 memory=1228 CPUtime=0 cores=0-7
/proc/11229/task/11243/stat : 11243 (java) S 11226 11229 31316 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498936707024 140499481823131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11244] ppid=11226 vsize=15469252 memory=15876 CPUtime=1.73 cores=0-7
/proc/11229/task/11244/stat : 11244 (java) S 11226 11229 31316 0 -1 1077944384 18247 0 0 0 169 4 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498935655152 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11245] ppid=11226 vsize=15469252 memory=18476 CPUtime=1.74 cores=0-7
/proc/11229/task/11245/stat : 11245 (java) S 11226 11229 31316 0 -1 1077944384 16223 0 0 0 170 4 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498934602608 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11246] ppid=11226 vsize=15469252 memory=16240 CPUtime=1.73 cores=0-7
/proc/11229/task/11246/stat : 11246 (java) S 11226 11229 31316 0 -1 1077944384 15584 0 0 0 171 2 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498933549552 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11247] ppid=11226 vsize=15469252 memory=4040 CPUtime=1.02 cores=0-7
/proc/11229/task/11247/stat : 11247 (java) S 11226 11229 31316 0 -1 1077944384 26991 0 0 0 97 5 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498932497008 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11248] ppid=11226 vsize=15469252 memory=1236 CPUtime=0 cores=0-7
/proc/11229/task/11248/stat : 11248 (java) S 11226 11229 31316 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498931444192 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11249] ppid=11226 vsize=15469252 memory=6791534058613427641 CPUtime=0.07 cores=0-7
/proc/11229/task/11249/stat : 11249 (java) S 11226 11229 31316 0 -1 1077944384 1938 0 0 0 4 3 0 0 20 0 37 0 100755408 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498930391728 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11250] ppid=11226 vsize=15469252 memory=1012 CPUtime=0.34 cores=0-7
/proc/11229/task/11250/stat : 11250 (java) S 11226 11229 31316 0 -1 1077944384 4878 0 0 0 25 9 0 0 20 0 37 0 100755570 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498920104720 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11251] ppid=11226 vsize=15469252 memory=1716 CPUtime=0.29 cores=0-7
/proc/11229/task/11251/stat : 11251 (java) S 11226 11229 31316 0 -1 1077944384 4624 0 0 0 17 12 0 0 20 0 37 0 100755582 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498647900976 140499481815682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11252] ppid=11226 vsize=15469252 memory=5792 CPUtime=119.15 cores=0-7
/proc/11229/task/11252/stat : 11252 (java) S 11226 11229 31316 0 -1 1077944384 5845 0 0 0 11908 7 0 0 20 0 37 0 100755592 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498644752016 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11253] ppid=11226 vsize=15469252 memory=4052 CPUtime=133.33 cores=0-7
/proc/11229/task/11253/stat : 11253 (java) S 11226 11229 31316 0 -1 1077944384 6700 0 0 0 13322 11 0 0 20 0 37 0 100755593 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498643699472 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11254] ppid=11226 vsize=15469252 memory=1839980 CPUtime=194.56 cores=0-7
/proc/11229/task/11254/stat : 11254 (java) S 11226 11229 31316 0 -1 1077944384 6842 0 0 0 19446 10 0 0 20 0 37 0 100755593 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498642646416 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11255] ppid=11226 vsize=15469252 memory=4140 CPUtime=183 cores=0-7
/proc/11229/task/11255/stat : 11255 (java) S 11226 11229 31316 0 -1 1077944384 7940 0 0 0 18296 4 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498641593872 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11256] ppid=11226 vsize=15469252 memory=28836 CPUtime=18.91 cores=0-7
/proc/11229/task/11256/stat : 11256 (java) S 11226 11229 31316 0 -1 1077944384 1616 0 0 0 1891 0 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498640540816 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11257] ppid=11226 vsize=15469252 memory=1296 CPUtime=0.04 cores=0-7
/proc/11229/task/11257/stat : 11257 (java) S 11226 11229 31316 0 -1 1077944384 45 0 0 0 4 0 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498639488032 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11258] ppid=11226 vsize=15469252 memory=2336 CPUtime=108.52 cores=0-7
/proc/11229/task/11258/stat : 11258 (java) S 11226 11229 31316 0 -1 1077944384 4583 0 0 0 10844 8 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498638435216 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11259] ppid=11226 vsize=15469252 memory=1724 CPUtime=174.55 cores=0-7
/proc/11229/task/11259/stat : 11259 (java) R 11226 11229 31316 0 -1 4202560 8359 0 0 0 17445 10 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498637379136 140499128503810 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11260] ppid=11226 vsize=15469252 memory=18476 CPUtime=112.81 cores=0-7
/proc/11229/task/11260/stat : 11260 (java) S 11226 11229 31316 0 -1 1077944384 4960 0 0 0 11275 6 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498636330640 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11261] ppid=11226 vsize=15469252 memory=16240 CPUtime=89.75 cores=0-7
/proc/11229/task/11261/stat : 11261 (java) S 11226 11229 31316 0 -1 1077944384 3745 0 0 0 8971 4 0 0 20 0 37 0 100755595 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498635278096 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11262] ppid=11226 vsize=15469252 memory=4040 CPUtime=119.96 cores=0-7
/proc/11229/task/11262/stat : 11262 (java) S 11226 11229 31316 0 -1 1077944384 4098 0 0 0 11992 4 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498634225040 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11263] ppid=11226 vsize=15469252 memory=1236 CPUtime=146.01 cores=0-7
/proc/11229/task/11263/stat : 11263 (java) S 11226 11229 31316 0 -1 1077944384 9225 0 0 0 14590 11 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498633172496 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11264] ppid=11226 vsize=15469252 memory=644 CPUtime=196.57 cores=0-7
/proc/11229/task/11264/stat : 11264 (java) S 11226 11229 31316 0 -1 1077944384 8682 0 0 0 19652 5 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498632119440 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11265] ppid=11226 vsize=15469252 memory=1788 CPUtime=84.14 cores=0-7
/proc/11229/task/11265/stat : 11265 (java) S 11226 11229 31316 0 -1 1077944384 4435 0 0 0 8412 2 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498631066896 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
[pid=11229/tid=11266] ppid=11226 vsize=15469252 memory=956 CPUtime=211.33 cores=0-7
/proc/11229/task/11266/stat : 11266 (java) S 11226 11229 31316 0 -1 1077944384 9588 0 0 0 21123 10 0 0 20 0 37 0 100755606 15840514048 463662 33554432000 4194304 4196468 140721312744288 140498630013840 140499481814741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12738560 140721312752737 140721312752923 140721312752923 140721312755663 0
Current children cumulated CPU time: 1910.48 s
Current children cumulated vsize: 15469252 KiB
Current children cumulated memory: 1854648 KiB

[startup+244.608 s]*
/proc/loadavg: 8.72 8.75 8.73 2/181 11275
/proc/meminfo: memFree=31443144/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 244.618
CPU time (s): 1910.9
CPU user time (s): 1908.57
CPU system time (s): 2.33028
CPU usage (%): 781.177
Max. virtual memory (cumulated for all children) (KiB): 15469252
Max. memory (cumulated for all children) (KiB): 1854648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1908.57
system time used= 2.33028
maximum resident set size= 1866620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278670
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133772
involuntary context switches= 64987


# summary of solver processes directly reported to runsolver:
#   pid: 11229
#   total CPU time (s): 1910.9
#   total CPU user time (s): 1908.57
#   total CPU system time (s): 2.33028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.35681 second user time and 3.27011 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-14 03:56:53
IDJOB=4275299
IDBENCH=120417
IDSOLVER=2668
FILE ID=node103/4275299-1502676672
RUNJOBID= node103-1502668245-31343
PBS_JOBID= 20628966
Free space on /tmp= 61796 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/CostasArray/CostasArray-m1-s1/CostasArray-13.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275299-1502676672/watcher-4275299-1502676672 -o /tmp/evaluation-result-4275299-1502676672/solver-4275299-1502676672 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502668245-31343 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1179719438 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275299-1502676672.xml

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

MD5SUM BENCH= de2f443ecf68ff3052dd9905ee2aa615
RANDOM SEED=1179719438

node103.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.56
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.56
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.56
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.56
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:        31520128 kB
MemAvailable:   31985136 kB
Buffers:          138168 kB
Cached:           613384 kB
SwapCached:            0 kB
Active:           602816 kB
Inactive:         202616 kB
Active(anon):       3372 kB
Inactive(anon):    78604 kB
Active(file):     599444 kB
Inactive(file):   124012 kB
Unevictable:        6424 kB
Mlocked:            6424 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42300 kB
Writeback:             0 kB
AnonPages:         60484 kB
Mapped:            44092 kB
Shmem:             25228 kB
Slab:             140532 kB
SReclaimable:     114776 kB
SUnreclaim:        25756 kB
KernelStack:        3216 kB
PageTables:         4828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node103 at 2017-08-14 04:00:58