Trace number 4248501

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: OscaR - ALNS 2017-06-30SAT (TO)7 2400.07 2333.91

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-t1.xml
MD5SUM0e22a2954fbf957e92bc2f9155ed2e18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.017871
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints24
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":77}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":7},{"degree":4,"count":26},{"degree":5,"count":41},{"degree":6,"count":3}]
Minimum constraint arity5
Maximum constraint arity20
Distribution of constraint arities[{"arity":5,"count":1},{"arity":6,"count":3},{"arity":7,"count":2},{"arity":8,"count":3},{"arity":9,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":13,"count":3},{"arity":14,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.32	c version: 2017-06-30
0.09/0.61	c seed: 527572016
0.09/0.61	c timeout: 2400
0.09/0.61	c memlimit: 15500
0.09/0.61	c nbcore: 8
0.09/0.61	c Parsing instance...
1.24/0.90	c Parsing done, starting search...
1.24/0.91	o 8
1.56/1.02	o 7
2400.04/2333.90	s SATISFIABLE
2400.04/2333.90	v <instantiation>
2400.04/2333.90	v 	<list>
2400.04/2333.90	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76]
2400.04/2333.90	v 	</list>
2400.04/2333.90	v 	<values>
2400.04/2333.90	v 		1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 
2400.04/2333.90	v 	</values>
2400.04/2333.90	v </instantiation>

Verifier Data

OK	7

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248501-1500732432/watcher-4248501-1500732432 -o /tmp/evaluation-result-4248501-1500732432/solver-4248501-1500732432 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31297 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 527572016 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248501-1500732432.xml 

pid=402
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.24 1.39 1.40 3/264 405
/proc/meminfo: memFree=30340792/32770624 swapFree=5900/349404
[pid=405] ppid=402 vsize=30188 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) R 402 405 31266 0 -1 4202496 1150 0 0 0 0 0 0 0 20 0 1 0 8510202 30912512 938 33554432000 4194304 4196468 140732347995296 140732347975992 140038778830768 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 7547 1003 743 1 0 159 0
[pid=405/tid=406] ppid=402 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) S 402 405 31266 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 8510203 369864704 1413 33554432000 4194304 4196468 140732347995296 140038796757408 140038792526466 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0

[startup+0.100078 s]
/proc/loadavg: 1.24 1.39 1.40 3/264 405
/proc/meminfo: memFree=30340792/32770624 swapFree=5900/349404
[pid=405] ppid=402 vsize=13261040 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 5145 0 0 0 8 1 0 0 20 0 20 0 8510202 13579304960 5244 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3315260 5244 2612 1 0 3303698 0
[pid=405/tid=406] ppid=402 vsize=13261040 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 3232 0 0 0 7 1 0 0 20 0 20 0 8510203 13579304960 5244 33554432000 4194304 4196468 140732347995296 140038796757600 140038776595806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13261040

[startup+0.715389 s]
/proc/loadavg: 1.24 1.39 1.40 3/264 405
/proc/meminfo: memFree=30340792/32770624 swapFree=5900/349404
[pid=405] ppid=402 vsize=13265980 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 11847 0 0 0 88 5 0 0 20 0 20 0 8510202 13584363520 15559 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3316495 15559 3742 1 0 3304210 0
[pid=405/tid=406] ppid=402 vsize=13265980 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 8512 0 0 0 51 4 0 0 20 0 20 0 8510203 13584363520 15559 33554432000 4194304 4196468 140732347995296 140038796735584 140038431535703 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13265980

[startup+0.800391 s]
/proc/loadavg: 1.24 1.39 1.40 3/264 405
/proc/meminfo: memFree=30340792/32770624 swapFree=5900/349404
[pid=405] ppid=402 vsize=13265980 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 12326 0 0 0 103 6 0 0 20 0 20 0 8510202 13584363520 17670 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3316495 17670 3749 1 0 3304210 0
[pid=405/tid=406] ppid=402 vsize=13265980 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 8849 0 0 0 60 4 0 0 20 0 20 0 8510203 13584363520 17670 33554432000 4194304 4196468 140732347995296 140038796742776 140038792537245 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13265980

[startup+0.90035 s]
/proc/loadavg: 1.24 1.39 1.40 3/264 405
/proc/meminfo: memFree=30340792/32770624 swapFree=5900/349404
[pid=405] ppid=402 vsize=13268028 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 13633 0 0 0 117 7 0 0 20 0 20 0 8510202 13586460672 20414 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3317007 20414 3749 1 0 3304722 0
[pid=405/tid=406] ppid=402 vsize=13268028 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 10050 0 0 0 69 4 0 0 20 0 20 0 8510203 13586460672 20414 33554432000 4194304 4196468 140732347995296 140038796753144 140038792537245 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13268028

[startup+1.5003 s]
/proc/loadavg: 1.24 1.39 1.40 3/264 405
/proc/meminfo: memFree=30340792/32770624 swapFree=5900/349404
[pid=405] ppid=402 vsize=13268028 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 19928 0 0 0 281 11 0 0 20 0 20 0 8510202 13586460672 50048 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3317007 50048 3802 1 0 3304722 0
[pid=405/tid=406] ppid=402 vsize=13268028 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 11245 0 0 0 127 6 0 0 20 0 20 0 8510203 13586460672 50048 33554432000 4194304 4196468 140732347995296 140038796750296 140038433993181 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 13268028

[startup+3.10087 s]
/proc/loadavg: 1.24 1.39 1.40 4/284 426
/proc/meminfo: memFree=30022852/32770624 swapFree=5900/349436
[pid=405] ppid=402 vsize=13270076 CPUtime=5.38 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 23262 0 0 0 520 18 0 0 20 0 20 0 8510202 13588557824 83200 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3317519 83200 3816 1 0 3305234 0
[pid=405/tid=406] ppid=402 vsize=13270076 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 11906 0 0 0 283 7 0 0 20 0 20 0 8510203 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038796749912 140038434000803 0 4 0 16800975 0 0 0 -1 12 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=408] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/408/stat : 408 (java) S 402 405 31266 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 8510204 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038391810576 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=409] ppid=402 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/405/task/409/stat : 409 (java) S 402 405 31266 0 -1 1077944384 56 0 0 0 0 1 0 0 20 0 20 0 8510204 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038390758032 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=410] ppid=402 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/405/task/410/stat : 410 (java) S 402 405 31266 0 -1 1077944384 299 0 0 0 1 0 0 0 20 0 20 0 8510204 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038389704976 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=411] ppid=402 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/405/task/411/stat : 411 (java) S 402 405 31266 0 -1 1077944384 116 0 0 0 0 1 0 0 20 0 20 0 8510204 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038388652432 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=412] ppid=402 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/405/task/412/stat : 412 (java) S 402 405 31266 0 -1 1077944384 281 0 0 0 0 1 0 0 20 0 20 0 8510204 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038387600400 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=413] ppid=402 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/405/task/413/stat : 413 (java) S 402 405 31266 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 20 0 8510204 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038386547856 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=415] ppid=402 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/405/task/415/stat : 415 (java) S 402 405 31266 0 -1 1077944384 24 0 0 0 0 1 0 0 20 0 20 0 8510204 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038385494800 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=416] ppid=402 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/405/task/416/stat : 416 (java) S 402 405 31266 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 20 0 8510204 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038384442256 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=417] ppid=402 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/405/task/417/stat : 417 (java) S 402 405 31266 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 20 0 8510207 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038255831280 140038792526466 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=418] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/418/stat : 418 (java) S 402 405 31266 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 8510207 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038254777568 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=419] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/419/stat : 419 (java) S 402 405 31266 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 8510208 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038253724416 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=420] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/420/stat : 420 (java) S 402 405 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038252672976 140038792533915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=421] ppid=402 vsize=13270076 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/405/task/421/stat : 421 (java) S 402 405 31266 0 -1 1077944384 2266 0 0 0 58 0 0 0 20 0 20 0 8510212 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038251621104 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=422] ppid=402 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/405/task/422/stat : 422 (java) S 402 405 31266 0 -1 1077944384 1824 0 0 0 67 0 0 0 20 0 20 0 8510212 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038250568560 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=423] ppid=402 vsize=13270076 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/405/task/423/stat : 423 (java) S 402 405 31266 0 -1 1077944384 1961 0 0 0 53 0 0 0 20 0 20 0 8510212 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038249515504 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=424] ppid=402 vsize=13270076 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/405/task/424/stat : 424 (java) S 402 405 31266 0 -1 1077944384 2555 0 0 0 48 1 0 0 20 0 20 0 8510212 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038248462960 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=425] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/425/stat : 425 (java) S 402 405 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038247410144 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=426] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/426/stat : 426 (java) S 402 405 31266 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 8510213 13588557824 83200 33554432000 4194304 4196468 140732347995296 140038246357680 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 13270076

[startup+6.30085 s]
/proc/loadavg: 1.30 1.40 1.41 3/284 426
/proc/meminfo: memFree=29762944/32770624 swapFree=5900/349440
[pid=405] ppid=402 vsize=13270076 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 24409 0 0 0 858 25 0 0 20 0 20 0 8510202 13588557824 148530 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3317519 148530 3816 1 0 3305234 0
[pid=405/tid=406] ppid=402 vsize=13270076 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 12439 0 0 0 597 10 0 0 20 0 20 0 8510203 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038796752616 140038433505883 0 4 0 16800975 0 0 0 -1 12 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=408] ppid=402 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/405/task/408/stat : 408 (java) S 402 405 31266 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 20 0 8510204 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038391810576 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=409] ppid=402 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/405/task/409/stat : 409 (java) S 402 405 31266 0 -1 1077944384 64 0 0 0 1 1 0 0 20 0 20 0 8510204 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038390758032 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=410] ppid=402 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/405/task/410/stat : 410 (java) S 402 405 31266 0 -1 1077944384 307 0 0 0 2 1 0 0 20 0 20 0 8510204 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038389704976 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=411] ppid=402 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/405/task/411/stat : 411 (java) S 402 405 31266 0 -1 1077944384 127 0 0 0 1 1 0 0 20 0 20 0 8510204 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038388652432 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=412] ppid=402 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/405/task/412/stat : 412 (java) S 402 405 31266 0 -1 1077944384 286 0 0 0 1 1 0 0 20 0 20 0 8510204 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038387600400 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=413] ppid=402 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/405/task/413/stat : 413 (java) S 402 405 31266 0 -1 1077944384 47 0 0 0 1 1 0 0 20 0 20 0 8510204 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038386547856 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=415] ppid=402 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/405/task/415/stat : 415 (java) S 402 405 31266 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 20 0 8510204 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038385494800 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=416] ppid=402 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/405/task/416/stat : 416 (java) S 402 405 31266 0 -1 1077944384 36 0 0 0 2 0 0 0 20 0 20 0 8510204 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038384442256 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=417] ppid=402 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/405/task/417/stat : 417 (java) S 402 405 31266 0 -1 1077944384 662 0 0 0 1 0 0 0 20 0 20 0 8510207 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038255831280 140038792526466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=418] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/418/stat : 418 (java) S 402 405 31266 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 8510207 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038254777568 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=419] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/419/stat : 419 (java) S 402 405 31266 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 8510208 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038253724416 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=420] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/420/stat : 420 (java) S 402 405 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038252672976 140038792533915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=421] ppid=402 vsize=13270076 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/405/task/421/stat : 421 (java) S 402 405 31266 0 -1 1077944384 2283 0 0 0 61 0 0 0 20 0 20 0 8510212 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038251621104 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=422] ppid=402 vsize=13270076 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/405/task/422/stat : 422 (java) S 402 405 31266 0 -1 1077944384 1854 0 0 0 70 0 0 0 20 0 20 0 8510212 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038250568560 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=423] ppid=402 vsize=13270076 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/405/task/423/stat : 423 (java) S 402 405 31266 0 -1 1077944384 2019 0 0 0 58 0 0 0 20 0 20 0 8510212 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038249515504 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=424] ppid=402 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/405/task/424/stat : 424 (java) S 402 405 31266 0 -1 1077944384 2733 0 0 0 53 1 0 0 20 0 20 0 8510212 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038248462960 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=425] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/425/stat : 425 (java) S 402 405 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038247410144 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=426] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/426/stat : 426 (java) S 402 405 31266 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 8510213 13588557824 148530 33554432000 4194304 4196468 140732347995296 140038246357680 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 8.83
Current children cumulated vsize (KiB) 13270076

[startup+12.713 s]
/proc/loadavg: 1.36 1.41 1.41 3/284 426
/proc/meminfo: memFree=29748756/32770624 swapFree=5900/349444
[pid=405] ppid=402 vsize=13270076 CPUtime=15.5 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 27996 0 0 0 1518 32 0 0 20 0 20 0 8510202 13588557824 150409 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3317519 150409 3822 1 0 3305234 0
[pid=405/tid=406] ppid=402 vsize=13270076 CPUtime=12.46 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 13499 0 0 0 1236 10 0 0 20 0 20 0 8510203 13588557824 150409 33554432000 4194304 4196468 140732347995296 140038796749416 140038433506395 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=408] ppid=402 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/405/task/408/stat : 408 (java) S 402 405 31266 0 -1 1077944384 67 0 0 0 1 2 0 0 20 0 20 0 8510204 13588557824 150409 33554432000 4194304 4196468 140732347995296 140038391810576 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=409] ppid=402 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/405/task/409/stat : 409 (java) S 402 405 31266 0 -1 1077944384 77 0 0 0 2 2 0 0 20 0 20 0 8510204 13588557824 150409 33554432000 4194304 4196468 140732347995296 140038390758032 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=410] ppid=402 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/405/task/410/stat : 410 (java) S 402 405 31266 0 -1 1077944384 323 0 0 0 2 2 0 0 20 0 20 0 8510204 13588557824 150409 33554432000 4194304 4196468 140732347995296 140038389704976 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=411] ppid=402 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/405/task/411/stat : 411 (java) S 402 405 31266 0 -1 1077944384 529 0 0 0 1 2 0 0 20 0 20 0 8510204 13588557824 150409 33554432000 4194304 4196468 140732347995296 140038388652432 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=412] ppid=402 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/405/task/412/stat : 412 (java) S 402 405 31266 0 -1 1077944384 329 0 0 0 1 2 0 0 20 0 20 0 8510204 13588557824 150409 33554432000 4194304 4196468 140732347995296 140038387600400 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=413] ppid=402 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/405/task/413/stat : 413 (java) S 402 405 31266 0 -1 1077944384 55 0 0 0 1 2 0 0 20 0 20 0 8510204 13588557824 150409 33554432000 4194304 4196468 140732347995296 140038386547856 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0

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

[pid=405/tid=422] ppid=402 vsize=13270076 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/405/task/422/stat : 422 (java) S 402 405 31266 0 -1 1077944384 10270 0 0 0 108 1 0 0 20 0 20 0 8510212 13588557824 215047 33554432000 4194304 4196468 140732347995296 140038250568560 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=423] ppid=402 vsize=13270076 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/405/task/423/stat : 423 (java) S 402 405 31266 0 -1 1077944384 12283 0 0 0 95 2 0 0 20 0 20 0 8510212 13588557824 215047 33554432000 4194304 4196468 140732347995296 140038249515504 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=424] ppid=402 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/405/task/424/stat : 424 (java) S 402 405 31266 0 -1 1077944384 8208 0 0 0 62 2 0 0 20 0 20 0 8510212 13588557824 215047 33554432000 4194304 4196468 140732347995296 140038248462960 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=425] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/425/stat : 425 (java) S 402 405 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 215047 33554432000 4194304 4196468 140732347995296 140038247410144 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=426] ppid=402 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/405/task/426/stat : 426 (java) S 402 405 31266 0 -1 1077944384 916 0 0 0 63 60 0 0 20 0 20 0 8510213 13588557824 215047 33554432000 4194304 4196468 140732347995296 140038246357680 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 2264.39
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.65 1.73 1.70 4/285 594
/proc/meminfo: memFree=29912008/32770624 swapFree=5900/350584
[pid=405] ppid=402 vsize=13270076 CPUtime=2326.24 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 122626 0 0 0 232207 417 0 0 20 0 20 0 8510202 13588557824 216583 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3317519 216583 3839 1 0 3305234 0
[pid=405/tid=406] ppid=402 vsize=13270076 CPUtime=2243.23 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 48376 0 0 0 224297 26 0 0 20 0 20 0 8510203 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038796753568 140038434162955 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=408] ppid=402 vsize=13270076 CPUtime=9.06 cores=0,2,4,6,8,10,12,14
/proc/405/task/408/stat : 408 (java) S 402 405 31266 0 -1 1077944384 1782 0 0 0 863 43 0 0 20 0 20 0 8510204 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038391810576 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=409] ppid=402 vsize=13270076 CPUtime=9.17 cores=0,2,4,6,8,10,12,14
/proc/405/task/409/stat : 409 (java) S 402 405 31266 0 -1 1077944384 3146 0 0 0 877 40 0 0 20 0 20 0 8510204 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038390758032 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=410] ppid=402 vsize=13270076 CPUtime=9.07 cores=0,2,4,6,8,10,12,14
/proc/405/task/410/stat : 410 (java) S 402 405 31266 0 -1 1077944384 2825 0 0 0 866 41 0 0 20 0 20 0 8510204 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038389704976 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=411] ppid=402 vsize=13270076 CPUtime=9.12 cores=0,2,4,6,8,10,12,14
/proc/405/task/411/stat : 411 (java) S 402 405 31266 0 -1 1077944384 3889 0 0 0 870 42 0 0 20 0 20 0 8510204 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038388652432 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=412] ppid=402 vsize=13270076 CPUtime=8.97 cores=0,2,4,6,8,10,12,14
/proc/405/task/412/stat : 412 (java) S 402 405 31266 0 -1 1077944384 3527 0 0 0 854 43 0 0 20 0 20 0 8510204 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038387600400 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=413] ppid=402 vsize=13270076 CPUtime=8.96 cores=0,2,4,6,8,10,12,14
/proc/405/task/413/stat : 413 (java) S 402 405 31266 0 -1 1077944384 2925 0 0 0 859 37 0 0 20 0 20 0 8510204 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038386547856 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=415] ppid=402 vsize=13270076 CPUtime=8.96 cores=0,2,4,6,8,10,12,14
/proc/405/task/415/stat : 415 (java) S 402 405 31266 0 -1 1077944384 2218 0 0 0 853 43 0 0 20 0 20 0 8510204 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038385494800 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=416] ppid=402 vsize=13270076 CPUtime=9.04 cores=0,2,4,6,8,10,12,14
/proc/405/task/416/stat : 416 (java) S 402 405 31266 0 -1 1077944384 2334 0 0 0 865 39 0 0 20 0 20 0 8510204 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038384442256 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=417] ppid=402 vsize=13270076 CPUtime=5.49 cores=0,2,4,6,8,10,12,14
/proc/405/task/417/stat : 417 (java) S 402 405 31266 0 -1 1077944384 6696 0 0 0 513 36 0 0 20 0 20 0 8510207 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038255831280 140038792526466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=418] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/418/stat : 418 (java) S 402 405 31266 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 8510207 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038254777568 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=419] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/419/stat : 419 (java) S 402 405 31266 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 8510208 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038253724416 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=420] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/420/stat : 420 (java) S 402 405 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038252672976 140038792533915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=421] ppid=402 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/405/task/421/stat : 421 (java) S 402 405 31266 0 -1 1077944384 11642 0 0 0 106 1 0 0 20 0 20 0 8510212 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038251621104 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=422] ppid=402 vsize=13270076 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/405/task/422/stat : 422 (java) S 402 405 31266 0 -1 1077944384 10303 0 0 0 108 1 0 0 20 0 20 0 8510212 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038250568560 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=423] ppid=402 vsize=13270076 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/405/task/423/stat : 423 (java) S 402 405 31266 0 -1 1077944384 12285 0 0 0 95 2 0 0 20 0 20 0 8510212 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038249515504 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=424] ppid=402 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/405/task/424/stat : 424 (java) S 402 405 31266 0 -1 1077944384 8278 0 0 0 62 2 0 0 20 0 20 0 8510212 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038248462960 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=425] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/425/stat : 425 (java) S 402 405 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038247410144 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=426] ppid=402 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/405/task/426/stat : 426 (java) S 402 405 31266 0 -1 1077944384 931 0 0 0 65 62 0 0 20 0 20 0 8510213 13588557824 216583 33554432000 4194304 4196468 140732347995296 140038246357680 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 2326.24
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.40 1.66 1.67 4/284 597
/proc/meminfo: memFree=29905512/32770624 swapFree=5900/350632
[pid=405] ppid=402 vsize=13270076 CPUtime=2388.11 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 124062 0 0 0 238385 426 0 0 20 0 20 0 8510202 13588557824 218120 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3317519 218120 3839 1 0 3305234 0
[pid=405/tid=406] ppid=402 vsize=13270076 CPUtime=2302.69 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 49137 0 0 0 230243 26 0 0 20 0 20 0 8510203 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038796753568 140038434243834 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=408] ppid=402 vsize=13270076 CPUtime=9.34 cores=0,2,4,6,8,10,12,14
/proc/405/task/408/stat : 408 (java) S 402 405 31266 0 -1 1077944384 1798 0 0 0 891 43 0 0 20 0 20 0 8510204 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038391810576 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=409] ppid=402 vsize=13270076 CPUtime=9.46 cores=0,2,4,6,8,10,12,14
/proc/405/task/409/stat : 409 (java) S 402 405 31266 0 -1 1077944384 3150 0 0 0 905 41 0 0 20 0 20 0 8510204 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038390758032 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=410] ppid=402 vsize=13270076 CPUtime=9.37 cores=0,2,4,6,8,10,12,14
/proc/405/task/410/stat : 410 (java) S 402 405 31266 0 -1 1077944384 2904 0 0 0 895 42 0 0 20 0 20 0 8510204 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038389704976 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=411] ppid=402 vsize=13270076 CPUtime=9.4 cores=0,2,4,6,8,10,12,14
/proc/405/task/411/stat : 411 (java) S 402 405 31266 0 -1 1077944384 3891 0 0 0 897 43 0 0 20 0 20 0 8510204 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038388652432 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=412] ppid=402 vsize=13270076 CPUtime=9.25 cores=0,2,4,6,8,10,12,14
/proc/405/task/412/stat : 412 (java) S 402 405 31266 0 -1 1077944384 3550 0 0 0 882 43 0 0 20 0 20 0 8510204 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038387600400 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=413] ppid=402 vsize=13270076 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/405/task/413/stat : 413 (java) S 402 405 31266 0 -1 1077944384 2951 0 0 0 884 39 0 0 20 0 20 0 8510204 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038386547856 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=415] ppid=402 vsize=13270076 CPUtime=9.22 cores=0,2,4,6,8,10,12,14
/proc/405/task/415/stat : 415 (java) S 402 405 31266 0 -1 1077944384 2227 0 0 0 879 43 0 0 20 0 20 0 8510204 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038385494800 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=416] ppid=402 vsize=13270076 CPUtime=9.29 cores=0,2,4,6,8,10,12,14
/proc/405/task/416/stat : 416 (java) S 402 405 31266 0 -1 1077944384 2415 0 0 0 889 40 0 0 20 0 20 0 8510204 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038384442256 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=417] ppid=402 vsize=13270076 CPUtime=5.63 cores=0,2,4,6,8,10,12,14
/proc/405/task/417/stat : 417 (java) S 402 405 31266 0 -1 1077944384 6831 0 0 0 526 37 0 0 20 0 20 0 8510207 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038255831280 140038792526466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=418] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/418/stat : 418 (java) S 402 405 31266 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 8510207 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038254777568 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=419] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/419/stat : 419 (java) S 402 405 31266 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 8510208 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038253724416 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=420] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/420/stat : 420 (java) S 402 405 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038252672976 140038792533915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=421] ppid=402 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/405/task/421/stat : 421 (java) S 402 405 31266 0 -1 1077944384 11644 0 0 0 106 1 0 0 20 0 20 0 8510212 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038251621104 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=422] ppid=402 vsize=13270076 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/405/task/422/stat : 422 (java) S 402 405 31266 0 -1 1077944384 10305 0 0 0 108 1 0 0 20 0 20 0 8510212 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038250568560 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=423] ppid=402 vsize=13270076 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/405/task/423/stat : 423 (java) S 402 405 31266 0 -1 1077944384 12287 0 0 0 95 2 0 0 20 0 20 0 8510212 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038249515504 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=424] ppid=402 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/405/task/424/stat : 424 (java) S 402 405 31266 0 -1 1077944384 8566 0 0 0 63 2 0 0 20 0 20 0 8510212 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038248462960 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=425] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/425/stat : 425 (java) S 402 405 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038247410144 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=426] ppid=402 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/405/task/426/stat : 426 (java) S 402 405 31266 0 -1 1077944384 937 0 0 0 67 63 0 0 20 0 20 0 8510213 13588557824 218120 33554432000 4194304 4196468 140732347995296 140038246357680 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 2388.11
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2333.9 s]
/proc/loadavg: 1.49 1.67 1.68 4/284 598
/proc/meminfo: memFree=29905504/32770624 swapFree=5900/350660
[pid=405] ppid=402 vsize=13270076 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/405/stat : 405 (java) S 402 405 31266 0 -1 1077944320 125139 0 0 0 239576 428 0 0 20 0 20 0 8510202 13588557824 218122 33554432000 4194304 4196468 140732347995296 140732347977840 140038792515319 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
/proc/405/statm: 3317519 218122 3839 1 0 3305234 0
[pid=405/tid=406] ppid=402 vsize=13270076 CPUtime=2314.2 cores=0,2,4,6,8,10,12,14
/proc/405/task/406/stat : 406 (java) R 402 405 31266 0 -1 4202560 49366 0 0 0 231393 27 0 0 20 0 20 0 8510203 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038796753568 140038434243923 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=408] ppid=402 vsize=13270076 CPUtime=9.39 cores=0,2,4,6,8,10,12,14
/proc/405/task/408/stat : 408 (java) S 402 405 31266 0 -1 1077944384 1801 0 0 0 895 44 0 0 20 0 20 0 8510204 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038391810576 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=409] ppid=402 vsize=13270076 CPUtime=9.51 cores=0,2,4,6,8,10,12,14
/proc/405/task/409/stat : 409 (java) S 402 405 31266 0 -1 1077944384 3188 0 0 0 910 41 0 0 20 0 20 0 8510204 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038390758032 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=410] ppid=402 vsize=13270076 CPUtime=9.41 cores=0,2,4,6,8,10,12,14
/proc/405/task/410/stat : 410 (java) S 402 405 31266 0 -1 1077944384 2907 0 0 0 899 42 0 0 20 0 20 0 8510204 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038389704976 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=411] ppid=402 vsize=13270076 CPUtime=9.45 cores=0,2,4,6,8,10,12,14
/proc/405/task/411/stat : 411 (java) S 402 405 31266 0 -1 1077944384 4082 0 0 0 902 43 0 0 20 0 20 0 8510204 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038388652432 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=412] ppid=402 vsize=13270076 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/405/task/412/stat : 412 (java) S 402 405 31266 0 -1 1077944384 3674 0 0 0 887 44 0 0 20 0 20 0 8510204 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038387600400 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=413] ppid=402 vsize=13270076 CPUtime=9.29 cores=0,2,4,6,8,10,12,14
/proc/405/task/413/stat : 413 (java) S 402 405 31266 0 -1 1077944384 2953 0 0 0 890 39 0 0 20 0 20 0 8510204 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038386547856 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=415] ppid=402 vsize=13270076 CPUtime=9.27 cores=0,2,4,6,8,10,12,14
/proc/405/task/415/stat : 415 (java) S 402 405 31266 0 -1 1077944384 2261 0 0 0 883 44 0 0 20 0 20 0 8510204 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038385494800 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=416] ppid=402 vsize=13270076 CPUtime=9.33 cores=0,2,4,6,8,10,12,14
/proc/405/task/416/stat : 416 (java) S 402 405 31266 0 -1 1077944384 2586 0 0 0 893 40 0 0 20 0 20 0 8510204 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038384442256 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=417] ppid=402 vsize=13270076 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/405/task/417/stat : 417 (java) S 402 405 31266 0 -1 1077944384 6869 0 0 0 528 37 0 0 20 0 20 0 8510207 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038255831280 140038792526466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=418] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/418/stat : 418 (java) S 402 405 31266 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 8510207 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038254777568 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=419] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/419/stat : 419 (java) S 402 405 31266 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 8510208 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038253724416 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=420] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/420/stat : 420 (java) S 402 405 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038252672976 140038792533915 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=421] ppid=402 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/405/task/421/stat : 421 (java) S 402 405 31266 0 -1 1077944384 11644 0 0 0 106 1 0 0 20 0 20 0 8510212 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038251621104 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=422] ppid=402 vsize=13270076 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/405/task/422/stat : 422 (java) S 402 405 31266 0 -1 1077944384 10305 0 0 0 108 1 0 0 20 0 20 0 8510212 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038250568560 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=423] ppid=402 vsize=13270076 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/405/task/423/stat : 423 (java) S 402 405 31266 0 -1 1077944384 12356 0 0 0 96 2 0 0 20 0 20 0 8510212 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038249515504 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=424] ppid=402 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/405/task/424/stat : 424 (java) S 402 405 31266 0 -1 1077944384 8730 0 0 0 63 2 0 0 20 0 20 0 8510212 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038248462960 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=425] ppid=402 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/405/task/425/stat : 425 (java) S 402 405 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8510212 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038247410144 140038792525525 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
[pid=405/tid=426] ppid=402 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/405/task/426/stat : 426 (java) S 402 405 31266 0 -1 1077944384 948 0 0 0 67 63 0 0 20 0 20 0 8510213 13588557824 218122 33554432000 4194304 4196468 140732347995296 140038246357680 140038792526466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19046400 140732347999376 140732347999556 140732347999556 140732348002255 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 13270076

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 405 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2333.91
CPU time (s): 2400.07
CPU user time (s): 2395.77
CPU system time (s): 4.2948
CPU usage (%): 102.834
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.77
system time used= 4.2948
maximum resident set size= 872876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 309229
involuntary context switches= 174795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9422 second user time and 21.2337 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 16:07:12
IDJOB=4248501
IDBENCH=133706
IDSOLVER=2627
FILE ID=node133/4248501-1500732432
RUNJOBID= node133-1500718428-31297
PBS_JOBID= 20623372
Free space on /tmp= 61896 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-t1.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248501-1500732432/watcher-4248501-1500732432 -o /tmp/evaluation-result-4248501-1500732432/solver-4248501-1500732432 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31297 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 527572016 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248501-1500732432.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 0e22a2954fbf957e92bc2f9155ed2e18
RANDOM SEED=527572016

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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	: 8
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	: 5229.85
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		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30341568 kB
MemAvailable:   30830332 kB
Buffers:          145944 kB
Cached:           619380 kB
SwapCached:            0 kB
Active:          1625628 kB
Inactive:         358160 kB
Active(anon):    1221036 kB
Inactive(anon):     8756 kB
Active(file):     404592 kB
Inactive(file):   349404 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41624 kB
Writeback:             0 kB
AnonPages:       1224360 kB
Mapped:            45916 kB
Shmem:              8872 kB
Slab:             135084 kB
SReclaimable:     101204 kB
SUnreclaim:        33880 kB
KernelStack:        4512 kB
PageTables:         7520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2049444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61852 MiB
End job on node133 at 2017-07-22 16:46:07