Trace number 4248443

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)954 2400.11 2341.42

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-12.xml
MD5SUMbf7ce9a6e5c92622f49c68f6563ab950
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark954
Best CPU time to get the best result obtained on this benchmark6.3305602
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.42/0.34	c version: 2017-06-30
0.42/0.35	c seed: 1911611648
0.42/0.35	c timeout: 2400
0.42/0.35	c memlimit: 15500
0.42/0.35	c nbcore: 8
0.42/0.37	c Parsing instance...
1.08/0.74	c Parsing done, starting search...
1.08/0.75	o 0
1.26/0.82	o 29
1.26/0.84	o 102
1.26/0.85	o 414
1.26/0.87	o 541
1.26/0.89	o 592
1.57/0.94	o 614
1.82/1.01	o 622
1.82/1.01	o 729
2.75/1.39	o 739
2.75/1.39	o 820
2.90/1.42	o 839
2.90/1.46	o 847
3.32/1.55	o 848
3.64/1.69	o 852
3.94/1.84	o 866
4.09/1.98	o 887
4.63/2.43	o 897
4.63/2.43	o 919
4.86/2.65	o 927
6.92/4.85	o 954
2400.08/2341.40	s SATISFIABLE
2400.08/2341.40	v <instantiation>
2400.08/2341.40	v 	<list>
2400.08/2341.40	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
2400.08/2341.40	v 	</list>
2400.08/2341.40	v 	<values>
2400.08/2341.40	v 		1 1 1 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 
2400.08/2341.40	v 	</values>
2400.08/2341.40	v </instantiation>

Verifier Data

OK	954

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-4248443-1500731198/watcher-4248443-1500731198 -o /tmp/evaluation-result-4248443-1500731198/solver-4248443-1500731198 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500712563-16490 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1911611648 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248443-1500731198.xml 

pid=18587
running on 8 cores: 1,3,5,7,9,11,13,15

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.15 1.33 1.39 2/261 18590
/proc/meminfo: memFree=29768752/32770624 swapFree=5832/318388
[pid=18590] ppid=18587 vsize=10621200 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 1781 0 0 0 0 0 0 0 20 0 2 0 8388460 10876108800 1989 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 2655300 2055 1179 1 0 2644211 0
[pid=18590/tid=18591] ppid=18587 vsize=10621200 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 557 0 0 0 0 0 0 0 20 0 2 0 8388460 10876108800 2121 33554432000 4194304 4196468 140731095276320 140456294783392 140456274844880 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0

[startup+0.100184 s]
/proc/loadavg: 1.15 1.33 1.39 2/261 18590
/proc/meminfo: memFree=29768752/32770624 swapFree=5832/318388
[pid=18590] ppid=18587 vsize=13264380 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 5805 0 0 0 8 1 0 0 20 0 20 0 8388460 13582725120 6373 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3316095 6373 3306 1 0 3303815 0
[pid=18590/tid=18591] ppid=18587 vsize=13264380 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 3886 0 0 0 7 1 0 0 20 0 20 0 8388460 13582725120 6373 33554432000 4194304 4196468 140731095276320 140456294783584 140456290563229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200431 s]
/proc/loadavg: 1.15 1.33 1.39 2/261 18590
/proc/meminfo: memFree=29768752/32770624 swapFree=5832/318388
[pid=18590] ppid=18587 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 8820 0 0 0 23 3 0 0 20 0 20 0 8388460 13582245888 8866 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3315978 8866 3514 1 0 3303698 0
[pid=18590/tid=18591] ppid=18587 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 6587 0 0 0 16 2 0 0 20 0 20 0 8388460 13582245888 8866 33554432000 4194304 4196468 140731095276320 140456294754960 140456290563229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.30043 s]
/proc/loadavg: 1.15 1.33 1.39 2/261 18590
/proc/meminfo: memFree=29768752/32770624 swapFree=5832/318388
[pid=18590] ppid=18587 vsize=13263912 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 9541 0 0 0 38 4 0 0 20 0 20 0 8388460 13582245888 10452 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3315978 10452 3636 1 0 3303698 0
[pid=18590/tid=18591] ppid=18587 vsize=13263912 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 7047 0 0 0 25 3 0 0 20 0 20 0 8388460 13582245888 10452 33554432000 4194304 4196468 140731095276320 140456294755504 140456290563229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700359 s]
/proc/loadavg: 1.15 1.33 1.39 2/261 18590
/proc/meminfo: memFree=29768752/32770624 swapFree=5832/318388
[pid=18590] ppid=18587 vsize=13268028 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 12385 0 0 0 103 5 0 0 20 0 20 0 8388460 13586460672 17670 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3317007 17670 3746 1 0 3304722 0
[pid=18590/tid=18591] ppid=18587 vsize=13268028 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 9006 0 0 0 63 4 0 0 20 0 20 0 8388460 13586460672 17670 33554432000 4194304 4196468 140731095276320 140456294776632 140456290563229 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13268028

[startup+1.50121 s]
/proc/loadavg: 1.15 1.33 1.39 7/281 18610
/proc/meminfo: memFree=29684180/32770624 swapFree=5832/318424
[pid=18590] ppid=18587 vsize=13268028 CPUtime=3.32 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 21184 0 0 0 322 10 0 0 20 0 20 0 8388460 13586460672 47980 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3317007 47980 3803 1 0 3304722 0
[pid=18590/tid=18591] ppid=18587 vsize=13268028 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) S 18587 18590 16458 0 -1 1077944384 11694 0 0 0 140 6 0 0 20 0 20 0 8388460 13586460672 47980 33554432000 4194304 4196468 140731095276320 140456294779232 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18593] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18593/stat : 18593 (java) R 18587 18590 16458 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 47980 33554432000 4194304 4196468 140731095276320 140456243159296 140456275584413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18594] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18594/stat : 18594 (java) S 18587 18590 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 47980 33554432000 4194304 4196468 140731095276320 140456242108688 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18595] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18595/stat : 18595 (java) R 18587 18590 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 47980 33554432000 4194304 4196468 140731095276320 140456241056400 140456290551509 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18596] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18596/stat : 18596 (java) S 18587 18590 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 47980 33554432000 4194304 4196468 140731095276320 140456240003600 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18597] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18597/stat : 18597 (java) R 18587 18590 16458 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 47980 33554432000 4194304 4196468 140731095276320 140456238951512 140456272167248 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18598] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18598/stat : 18598 (java) R 18587 18590 16458 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 47980 33554432000 4194304 4196468 140731095276320 140456237898512 140456275569159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18599] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18599/stat : 18599 (java) R 18587 18590 16458 0 -1 4202560 242 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 47980 33554432000 4194304 4196468 140731095276320 140456236844032 140456275569163 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18600] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18600/stat : 18600 (java) R 18587 18590 16458 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455882193936 140456275563421 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18601] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18601/stat : 18601 (java) S 18587 18590 16458 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 20 0 8388463 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455753757344 140456290551509 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18602] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18602/stat : 18602 (java) S 18587 18590 16458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8388464 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455752704800 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18603] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18603/stat : 18603 (java) S 18587 18590 16458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8388464 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455751652464 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18604] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18604/stat : 18604 (java) S 18587 18590 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8388468 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455750600784 140456290559899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18605] ppid=18587 vsize=13268028 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18605/stat : 18605 (java) R 18587 18590 16458 0 -1 4202560 2328 0 0 0 48 1 0 0 20 0 20 0 8388468 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455749534760 140456271731004 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18606] ppid=18587 vsize=13268028 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18606/stat : 18606 (java) R 18587 18590 16458 0 -1 4202560 1484 0 0 0 41 0 0 0 20 0 20 0 8388468 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455748476872 140456273952194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18607] ppid=18587 vsize=13268028 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18607/stat : 18607 (java) R 18587 18590 16458 0 -1 4202560 1927 0 0 0 43 0 0 0 20 0 20 0 8388468 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455747424584 140456276571105 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18608] ppid=18587 vsize=13268028 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18608/stat : 18608 (java) S 18587 18590 16458 0 -1 1077944384 1851 0 0 0 46 0 0 0 20 0 20 0 8388468 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455746390768 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18609] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18609/stat : 18609 (java) S 18587 18590 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8388468 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455745337696 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18610] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18610/stat : 18610 (java) S 18587 18590 16458 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 8388469 13586460672 47980 33554432000 4194304 4196468 140731095276320 140455744284976 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 13268028

[startup+3.1008 s]
/proc/loadavg: 1.14 1.33 1.39 3/281 18610
/proc/meminfo: memFree=29567644/32770624 swapFree=5832/318424
[pid=18590] ppid=18587 vsize=13268028 CPUtime=5.4 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 24003 0 0 0 523 17 0 0 20 0 20 0 8388460 13586460672 84103 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3317007 84103 3823 1 0 3304722 0
[pid=18590/tid=18591] ppid=18587 vsize=13268028 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 11960 0 0 0 294 8 0 0 20 0 20 0 8388460 13586460672 84103 33554432000 4194304 4196468 140731095276320 140456294776920 140455921522584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18593] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18593/stat : 18593 (java) S 18587 18590 16458 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 84103 33554432000 4194304 4196468 140731095276320 140456243161488 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18594] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18594/stat : 18594 (java) S 18587 18590 16458 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 84103 33554432000 4194304 4196468 140731095276320 140456242108688 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18595] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18595/stat : 18595 (java) S 18587 18590 16458 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 84103 33554432000 4194304 4196468 140731095276320 140456241056400 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18596] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18596/stat : 18596 (java) S 18587 18590 16458 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 84103 33554432000 4194304 4196468 140731095276320 140456240003600 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18597] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18597/stat : 18597 (java) S 18587 18590 16458 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 84103 33554432000 4194304 4196468 140731095276320 140456238951312 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18598] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18598/stat : 18598 (java) S 18587 18590 16458 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 84103 33554432000 4194304 4196468 140731095276320 140456237898512 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18599] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18599/stat : 18599 (java) S 18587 18590 16458 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 84103 33554432000 4194304 4196468 140731095276320 140456236846224 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18600] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18600/stat : 18600 (java) S 18587 18590 16458 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455882193936 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18601] ppid=18587 vsize=13268028 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18601/stat : 18601 (java) S 18587 18590 16458 0 -1 1077944384 447 0 0 0 2 0 0 0 20 0 20 0 8388463 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455753758832 140456290552450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18602] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18602/stat : 18602 (java) S 18587 18590 16458 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 8388464 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455752704864 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18603] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18603/stat : 18603 (java) S 18587 18590 16458 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 8388464 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455751652480 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18604] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18604/stat : 18604 (java) S 18587 18590 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8388468 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455750600784 140456290559899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18605] ppid=18587 vsize=13268028 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18605/stat : 18605 (java) S 18587 18590 16458 0 -1 1077944384 2552 0 0 0 57 1 0 0 20 0 20 0 8388468 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455749548656 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18606] ppid=18587 vsize=13268028 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18606/stat : 18606 (java) S 18587 18590 16458 0 -1 1077944384 2073 0 0 0 55 0 0 0 20 0 20 0 8388468 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455748495856 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18607] ppid=18587 vsize=13268028 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18607/stat : 18607 (java) S 18587 18590 16458 0 -1 1077944384 2160 0 0 0 52 0 0 0 20 0 20 0 8388468 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455747443568 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18608] ppid=18587 vsize=13268028 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18608/stat : 18608 (java) S 18587 18590 16458 0 -1 1077944384 2823 0 0 0 51 1 0 0 20 0 20 0 8388468 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455746390768 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18609] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18609/stat : 18609 (java) S 18587 18590 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8388468 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455745337696 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18610] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18610/stat : 18610 (java) S 18587 18590 16458 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 8388469 13586460672 84103 33554432000 4194304 4196468 140731095276320 140455744284976 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 13268028

[startup+6.30113 s]
/proc/loadavg: 1.14 1.33 1.39 3/281 18610
/proc/meminfo: memFree=28863524/32770624 swapFree=5832/318444
[pid=18590] ppid=18587 vsize=13268028 CPUtime=8.46 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 25265 0 0 0 816 30 0 0 20 0 20 0 8388460 13586460672 276039 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3317007 276039 3823 1 0 3304722 0
[pid=18590/tid=18591] ppid=18587 vsize=13268028 CPUtime=5.94 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 12763 0 0 0 574 20 0 0 20 0 20 0 8388460 13586460672 276039 33554432000 4194304 4196468 140731095276320 140456294777368 140455921403150 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18593] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18593/stat : 18593 (java) S 18587 18590 16458 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 276039 33554432000 4194304 4196468 140731095276320 140456243161488 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18594] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18594/stat : 18594 (java) S 18587 18590 16458 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 276039 33554432000 4194304 4196468 140731095276320 140456242108688 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18595] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18595/stat : 18595 (java) S 18587 18590 16458 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 276039 33554432000 4194304 4196468 140731095276320 140456241056400 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18596] ppid=18587 vsize=13268028 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18596/stat : 18596 (java) S 18587 18590 16458 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 8388461 13586460672 276039 33554432000 4194304 4196468 140731095276320 140456240003600 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18597] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18597/stat : 18597 (java) S 18587 18590 16458 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 20 0 8388461 13586460672 276039 33554432000 4194304 4196468 140731095276320 140456238951312 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18598] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18598/stat : 18598 (java) S 18587 18590 16458 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 276039 33554432000 4194304 4196468 140731095276320 140456237898512 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18599] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18599/stat : 18599 (java) S 18587 18590 16458 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 276039 33554432000 4194304 4196468 140731095276320 140456236846224 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18600] ppid=18587 vsize=13268028 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18600/stat : 18600 (java) S 18587 18590 16458 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 8388461 13586460672 276039 33554432000 4194304 4196468 140731095276320 140455882193936 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18601] ppid=18587 vsize=13268028 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18601/stat : 18601 (java) S 18587 18590 16458 0 -1 1077944384 701 0 0 0 2 0 0 0 20 0 20 0 8388463 13586460672 276039 33554432000 4194304 4196468 140731095276320 140455753758832 140456290552450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18602] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18602/stat : 18602 (java) S 18587 18590 16458 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 8388464 13586460672 276039 33554432000 4194304 4196468 140731095276320 140455752704864 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18603] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18603/stat : 18603 (java) S 18587 18590 16458 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 8388464 13586460672 276039 33554432000 4194304 4196468 140731095276320 140455751652480 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18604] ppid=18587 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=18590/tid=18606] ppid=18587 vsize=13270076 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18606/stat : 18606 (java) S 18587 18590 16458 0 -1 1077944384 8484 0 0 0 93 2 0 0 20 0 20 0 8388468 13588557824 302090 33554432000 4194304 4196468 140731095276320 140455748495856 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18607] ppid=18587 vsize=13270076 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18607/stat : 18607 (java) S 18587 18590 16458 0 -1 1077944384 14840 0 0 0 108 2 0 0 20 0 20 0 8388468 13588557824 302090 33554432000 4194304 4196468 140731095276320 140455747443568 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18608] ppid=18587 vsize=13270076 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18608/stat : 18608 (java) S 18587 18590 16458 0 -1 1077944384 15376 0 0 0 65 2 0 0 20 0 20 0 8388468 13588557824 302090 33554432000 4194304 4196468 140731095276320 140455746390768 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18609] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18609/stat : 18609 (java) S 18587 18590 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8388468 13588557824 302090 33554432000 4194304 4196468 140731095276320 140455745337696 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18610] ppid=18587 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18610/stat : 18610 (java) S 18587 18590 16458 0 -1 1077944384 795 0 0 0 54 66 0 0 20 0 20 0 8388469 13588557824 302090 33554432000 4194304 4196468 140731095276320 140455744284976 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 2257.46
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.65 1.40 1.36 3/282 18789
/proc/meminfo: memFree=29139104/32770624 swapFree=5832/320944
[pid=18590] ppid=18587 vsize=13270076 CPUtime=2319.06 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 149431 0 0 0 231438 468 0 0 20 0 20 0 8388460 13588557824 303626 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3317519 303626 3838 1 0 3305234 0
[pid=18590/tid=18591] ppid=18587 vsize=13270076 CPUtime=2243.06 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 66735 0 0 0 224264 42 0 0 20 0 20 0 8388460 13588557824 303626 33554432000 4194304 4196468 140731095276320 140456294779744 140455921522584 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18593] ppid=18587 vsize=13270076 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18593/stat : 18593 (java) S 18587 18590 16458 0 -1 1077944384 1702 0 0 0 762 46 0 0 20 0 20 0 8388461 13588557824 303626 33554432000 4194304 4196468 140731095276320 140456243161488 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18594] ppid=18587 vsize=13270076 CPUtime=8.14 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18594/stat : 18594 (java) S 18587 18590 16458 0 -1 1077944384 2321 0 0 0 774 40 0 0 20 0 20 0 8388461 13588557824 303626 33554432000 4194304 4196468 140731095276320 140456242108688 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18595] ppid=18587 vsize=13270076 CPUtime=8.06 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18595/stat : 18595 (java) S 18587 18590 16458 0 -1 1077944384 2783 0 0 0 761 45 0 0 20 0 20 0 8388461 13588557824 303626 33554432000 4194304 4196468 140731095276320 140456241056400 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18596] ppid=18587 vsize=13270076 CPUtime=8.07 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18596/stat : 18596 (java) S 18587 18590 16458 0 -1 1077944384 2553 0 0 0 766 41 0 0 20 0 20 0 8388461 13588557824 303626 33554432000 4194304 4196468 140731095276320 140456240003600 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18597] ppid=18587 vsize=13270076 CPUtime=8.15 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18597/stat : 18597 (java) S 18587 18590 16458 0 -1 1077944384 3565 0 0 0 770 45 0 0 20 0 20 0 8388461 13588557824 303626 33554432000 4194304 4196468 140731095276320 140456238951312 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18598] ppid=18587 vsize=13270076 CPUtime=8.08 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18598/stat : 18598 (java) S 18587 18590 16458 0 -1 1077944384 2415 0 0 0 765 43 0 0 20 0 20 0 8388461 13588557824 303626 33554432000 4194304 4196468 140731095276320 140456237898512 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18599] ppid=18587 vsize=13270076 CPUtime=8.06 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18599/stat : 18599 (java) S 18587 18590 16458 0 -1 1077944384 2755 0 0 0 761 45 0 0 20 0 20 0 8388461 13588557824 303626 33554432000 4194304 4196468 140731095276320 140456236846224 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18600] ppid=18587 vsize=13270076 CPUtime=8.13 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18600/stat : 18600 (java) S 18587 18590 16458 0 -1 1077944384 3466 0 0 0 771 42 0 0 20 0 20 0 8388461 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455882193936 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18601] ppid=18587 vsize=13270076 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18601/stat : 18601 (java) S 18587 18590 16458 0 -1 1077944384 8976 0 0 0 561 52 0 0 20 0 20 0 8388463 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455753758832 140456290552450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18602] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18602/stat : 18602 (java) S 18587 18590 16458 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 8388464 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455752704864 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18603] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18603/stat : 18603 (java) S 18587 18590 16458 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 8388464 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455751652480 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18604] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18604/stat : 18604 (java) S 18587 18590 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8388468 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455750600784 140456290559899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18605] ppid=18587 vsize=13270076 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18605/stat : 18605 (java) S 18587 18590 16458 0 -1 1077944384 11082 0 0 0 97 2 0 0 20 0 20 0 8388468 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455749548656 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18606] ppid=18587 vsize=13270076 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18606/stat : 18606 (java) S 18587 18590 16458 0 -1 1077944384 8486 0 0 0 93 2 0 0 20 0 20 0 8388468 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455748495856 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18607] ppid=18587 vsize=13270076 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18607/stat : 18607 (java) S 18587 18590 16458 0 -1 1077944384 14943 0 0 0 108 2 0 0 20 0 20 0 8388468 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455747443568 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18608] ppid=18587 vsize=13270076 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18608/stat : 18608 (java) S 18587 18590 16458 0 -1 1077944384 15378 0 0 0 65 2 0 0 20 0 20 0 8388468 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455746390768 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18609] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18609/stat : 18609 (java) S 18587 18590 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8388468 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455745337696 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18610] ppid=18587 vsize=13270076 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18610/stat : 18610 (java) S 18587 18590 16458 0 -1 1077944384 811 0 0 0 56 67 0 0 20 0 20 0 8388469 13588557824 303626 33554432000 4194304 4196468 140731095276320 140455744284976 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 2319.06
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.49 1.40 1.36 3/281 18791
/proc/meminfo: memFree=29130416/32770624 swapFree=5832/321004
[pid=18590] ppid=18587 vsize=13270076 CPUtime=2380.5 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 151408 0 0 0 237572 478 0 0 20 0 20 0 8388460 13588557824 304650 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3317519 304650 3838 1 0 3305234 0
[pid=18590/tid=18591] ppid=18587 vsize=13270076 CPUtime=2302.61 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 67972 0 0 0 230218 43 0 0 20 0 20 0 8388460 13588557824 304650 33554432000 4194304 4196468 140731095276320 140456294779536 140455921522196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18593] ppid=18587 vsize=13270076 CPUtime=8.29 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18593/stat : 18593 (java) S 18587 18590 16458 0 -1 1077944384 1713 0 0 0 782 47 0 0 20 0 20 0 8388461 13588557824 304650 33554432000 4194304 4196468 140731095276320 140456243161488 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18594] ppid=18587 vsize=13270076 CPUtime=8.37 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18594/stat : 18594 (java) S 18587 18590 16458 0 -1 1077944384 2327 0 0 0 796 41 0 0 20 0 20 0 8388461 13588557824 304650 33554432000 4194304 4196468 140731095276320 140456242108688 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18595] ppid=18587 vsize=13270076 CPUtime=8.29 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18595/stat : 18595 (java) S 18587 18590 16458 0 -1 1077944384 2840 0 0 0 783 46 0 0 20 0 20 0 8388461 13588557824 304650 33554432000 4194304 4196468 140731095276320 140456241056400 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18596] ppid=18587 vsize=13270076 CPUtime=8.27 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18596/stat : 18596 (java) S 18587 18590 16458 0 -1 1077944384 2698 0 0 0 785 42 0 0 20 0 20 0 8388461 13588557824 304650 33554432000 4194304 4196468 140731095276320 140456240003600 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18597] ppid=18587 vsize=13270076 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18597/stat : 18597 (java) S 18587 18590 16458 0 -1 1077944384 3645 0 0 0 790 46 0 0 20 0 20 0 8388461 13588557824 304650 33554432000 4194304 4196468 140731095276320 140456238951312 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18598] ppid=18587 vsize=13270076 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18598/stat : 18598 (java) S 18587 18590 16458 0 -1 1077944384 2466 0 0 0 787 43 0 0 20 0 20 0 8388461 13588557824 304650 33554432000 4194304 4196468 140731095276320 140456237898512 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18599] ppid=18587 vsize=13270076 CPUtime=8.27 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18599/stat : 18599 (java) S 18587 18590 16458 0 -1 1077944384 2881 0 0 0 781 46 0 0 20 0 20 0 8388461 13588557824 304650 33554432000 4194304 4196468 140731095276320 140456236846224 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18600] ppid=18587 vsize=13270076 CPUtime=8.35 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18600/stat : 18600 (java) S 18587 18590 16458 0 -1 1077944384 3533 0 0 0 792 43 0 0 20 0 20 0 8388461 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455882193936 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18601] ppid=18587 vsize=13270076 CPUtime=6.27 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18601/stat : 18601 (java) S 18587 18590 16458 0 -1 1077944384 9156 0 0 0 574 53 0 0 20 0 20 0 8388463 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455753758832 140456290552450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18602] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18602/stat : 18602 (java) S 18587 18590 16458 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 8388464 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455752704864 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18603] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18603/stat : 18603 (java) S 18587 18590 16458 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 8388464 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455751652480 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18604] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18604/stat : 18604 (java) S 18587 18590 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8388468 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455750600784 140456290559899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18605] ppid=18587 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18605/stat : 18605 (java) S 18587 18590 16458 0 -1 1077944384 11085 0 0 0 98 2 0 0 20 0 20 0 8388468 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455749548656 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18606] ppid=18587 vsize=13270076 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18606/stat : 18606 (java) S 18587 18590 16458 0 -1 1077944384 8488 0 0 0 93 2 0 0 20 0 20 0 8388468 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455748495856 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18607] ppid=18587 vsize=13270076 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18607/stat : 18607 (java) S 18587 18590 16458 0 -1 1077944384 14945 0 0 0 108 2 0 0 20 0 20 0 8388468 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455747443568 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18608] ppid=18587 vsize=13270076 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18608/stat : 18608 (java) S 18587 18590 16458 0 -1 1077944384 15380 0 0 0 65 2 0 0 20 0 20 0 8388468 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455746390768 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18609] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18609/stat : 18609 (java) S 18587 18590 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8388468 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455745337696 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18610] ppid=18587 vsize=13270076 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18610/stat : 18610 (java) S 18587 18590 16458 0 -1 1077944384 819 0 0 0 57 70 0 0 20 0 20 0 8388469 13588557824 304650 33554432000 4194304 4196468 140731095276320 140455744284976 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 2380.5
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2341.4 s]
/proc/loadavg: 1.35 1.37 1.36 3/281 18791
/proc/meminfo: memFree=29126692/32770624 swapFree=5832/321024
[pid=18590] ppid=18587 vsize=13270076 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/18590/stat : 18590 (java) S 18587 18590 16458 0 -1 1077944320 151959 0 0 0 239527 481 0 0 20 0 20 0 8388460 13588557824 305162 33554432000 4194304 4196468 140731095276320 140731095258864 140456290541303 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
/proc/18590/statm: 3317519 305162 3838 1 0 3305234 0
[pid=18590/tid=18591] ppid=18587 vsize=13270076 CPUtime=2321.54 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18591/stat : 18591 (java) R 18587 18590 16458 0 -1 4202560 68238 0 0 0 232111 43 0 0 20 0 20 0 8388460 13588557824 305162 33554432000 4194304 4196468 140731095276320 140456294779520 140455921395842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18593] ppid=18587 vsize=13270076 CPUtime=8.37 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18593/stat : 18593 (java) S 18587 18590 16458 0 -1 1077944384 1713 0 0 0 789 48 0 0 20 0 20 0 8388461 13588557824 305162 33554432000 4194304 4196468 140731095276320 140456243161488 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18594] ppid=18587 vsize=13270076 CPUtime=8.45 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18594/stat : 18594 (java) S 18587 18590 16458 0 -1 1077944384 2330 0 0 0 804 41 0 0 20 0 20 0 8388461 13588557824 305162 33554432000 4194304 4196468 140731095276320 140456242108688 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18595] ppid=18587 vsize=13270076 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18595/stat : 18595 (java) S 18587 18590 16458 0 -1 1077944384 2852 0 0 0 790 46 0 0 20 0 20 0 8388461 13588557824 305162 33554432000 4194304 4196468 140731095276320 140456241056400 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18596] ppid=18587 vsize=13270076 CPUtime=8.35 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18596/stat : 18596 (java) S 18587 18590 16458 0 -1 1077944384 2700 0 0 0 792 43 0 0 20 0 20 0 8388461 13588557824 305162 33554432000 4194304 4196468 140731095276320 140456240003600 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18597] ppid=18587 vsize=13270076 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18597/stat : 18597 (java) S 18587 18590 16458 0 -1 1077944384 3646 0 0 0 796 46 0 0 20 0 20 0 8388461 13588557824 305162 33554432000 4194304 4196468 140731095276320 140456238951312 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18598] ppid=18587 vsize=13270076 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18598/stat : 18598 (java) S 18587 18590 16458 0 -1 1077944384 2466 0 0 0 793 43 0 0 20 0 20 0 8388461 13588557824 305162 33554432000 4194304 4196468 140731095276320 140456237898512 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18599] ppid=18587 vsize=13270076 CPUtime=8.35 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18599/stat : 18599 (java) S 18587 18590 16458 0 -1 1077944384 2902 0 0 0 789 46 0 0 20 0 20 0 8388461 13588557824 305162 33554432000 4194304 4196468 140731095276320 140456236846224 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18600] ppid=18587 vsize=13270076 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18600/stat : 18600 (java) S 18587 18590 16458 0 -1 1077944384 3533 0 0 0 799 43 0 0 20 0 20 0 8388461 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455882193936 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18601] ppid=18587 vsize=13270076 CPUtime=6.31 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18601/stat : 18601 (java) S 18587 18590 16458 0 -1 1077944384 9290 0 0 0 578 53 0 0 20 0 20 0 8388463 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455753758832 140456290552450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18602] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18602/stat : 18602 (java) S 18587 18590 16458 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 8388464 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455752704864 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18603] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18603/stat : 18603 (java) S 18587 18590 16458 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 8388464 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455751652480 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18604] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18604/stat : 18604 (java) S 18587 18590 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8388468 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455750600784 140456290559899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18605] ppid=18587 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18605/stat : 18605 (java) S 18587 18590 16458 0 -1 1077944384 11087 0 0 0 98 2 0 0 20 0 20 0 8388468 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455749548656 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18606] ppid=18587 vsize=13270076 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18606/stat : 18606 (java) S 18587 18590 16458 0 -1 1077944384 8490 0 0 0 93 2 0 0 20 0 20 0 8388468 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455748495856 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18607] ppid=18587 vsize=13270076 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18607/stat : 18607 (java) S 18587 18590 16458 0 -1 1077944384 15049 0 0 0 108 2 0 0 20 0 20 0 8388468 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455747443568 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18608] ppid=18587 vsize=13270076 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18608/stat : 18608 (java) S 18587 18590 16458 0 -1 1077944384 15382 0 0 0 65 2 0 0 20 0 20 0 8388468 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455746390768 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18609] ppid=18587 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18609/stat : 18609 (java) S 18587 18590 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8388468 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455745337696 140456290551509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
[pid=18590/tid=18610] ppid=18587 vsize=13270076 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/18590/task/18610/stat : 18610 (java) S 18587 18590 16458 0 -1 1077944384 821 0 0 0 57 70 0 0 20 0 20 0 8388469 13588557824 305162 33554432000 4194304 4196468 140731095276320 140455744284976 140456290552450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 16039936 140731095282831 140731095283012 140731095283012 140731095285711 0
Current children cumulated CPU time (s) 2400.08
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 18590 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2341.42
CPU time (s): 2400.11
CPU user time (s): 2395.29
CPU system time (s): 4.8194
CPU usage (%): 102.507
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.29
system time used= 4.8194
maximum resident set size= 1221096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 342131
involuntary context switches= 174004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7395 second user time and 21.5008 second system time

The end

Launcher Data

Begin job on node119 at 2017-07-22 15:46:38
IDJOB=4248443
IDBENCH=133516
IDSOLVER=2627
FILE ID=node119/4248443-1500731198
RUNJOBID= node119-1500712563-16490
PBS_JOBID= 20623350
Free space on /tmp= 61836 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-12.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-4248443-1500731198/watcher-4248443-1500731198 -o /tmp/evaluation-result-4248443-1500731198/solver-4248443-1500731198 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500712563-16490 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1911611648 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248443-1500731198.xml

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

MD5SUM BENCH= bf7ce9a6e5c92622f49c68f6563ab950
RANDOM SEED=1911611648

node119.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		: 2267.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	: 5333.98
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		: 1733.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	: 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		: 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	: 5333.98
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		: 1867.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	: 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	: 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	: 5333.98
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	: 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		: 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	: 5333.98
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	: 5332.55
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	: 5333.98
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	: 5332.55
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		: 1600.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	: 5333.98
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	: 5332.55
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		: 1600.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	: 5333.98
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		: 2400.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	: 5332.55
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	: 5333.98
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29769156 kB
MemAvailable:   30160900 kB
Buffers:          144412 kB
Cached:           528452 kB
SwapCached:            0 kB
Active:          2235060 kB
Inactive:         327088 kB
Active(anon):    1892292 kB
Inactive(anon):     8700 kB
Active(file):     342768 kB
Inactive(file):   318388 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42240 kB
Writeback:             0 kB
AnonPages:       1896212 kB
Mapped:            45496 kB
Shmem:              8844 kB
Slab:             126152 kB
SReclaimable:      92848 kB
SUnreclaim:        33304 kB
KernelStack:        4560 kB
PageTables:         8588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2684580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1822720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61792 MiB
End job on node119 at 2017-07-22 16:25:39