Trace number 4246724

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)55 2400.07 2334.42

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark11.9432
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.43/0.31	c version: 2017-06-30
0.43/0.31	c seed: 1182802599
0.43/0.31	c timeout: 2400
0.43/0.31	c memlimit: 15500
0.43/0.31	c nbcore: 8
0.43/0.34	c Parsing instance...
1.37/0.81	c Parsing done, starting search...
1.82/0.96	o 500
2.26/1.07	o 499
3.71/1.56	o 479
4.05/1.71	o 91
4.05/1.72	o 80
4.05/1.73	o 77
8.83/5.78	o 76
9.01/5.88	o 71
15.66/11.93	o 70
15.76/12.05	o 65
16.07/12.37	o 64
23.42/19.62	o 63
25.50/21.63	o 62
26.51/22.68	o 60
43.51/39.42	o 58
51.89/47.72	o 55
2400.03/2334.40	s SATISFIABLE
2400.03/2334.40	v <instantiation>
2400.03/2334.40	v 	<list>
2400.03/2334.40	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
2400.03/2334.40	v 	</list>
2400.03/2334.40	v 	<values>
2400.03/2334.40	v 		0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 
2400.03/2334.40	v 	</values>
2400.03/2334.40	v </instantiation>

Verifier Data

OK	55

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-4246724-1500711422/watcher-4246724-1500711422 -o /tmp/evaluation-result-4246724-1500711422/solver-4246724-1500711422 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500683390-16361 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1182802599 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246724-1500711422.xml 

pid=19626
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.76 1.71 1.63 3/261 19629
/proc/meminfo: memFree=31596592/32770624 swapFree=5872/266900
[pid=19629] ppid=19626 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 2198 0 0 0 0 0 0 0 20 0 2 0 6407388 10889764864 1922 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 2658634 1922 1188 1 0 2647545 0
[pid=19629/tid=19630] ppid=19626 vsize=10635564 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) S 19626 19629 16330 0 -1 1077944384 913 0 0 0 0 0 0 0 20 0 3 0 6407388 10890817536 1922 33554432000 4194304 4196468 140721638854704 139699017119440 139699012888277 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=10635564 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 3 0 6407389 10890817536 1922 33554432000 4194304 4196468 140721638854704 139698980436832 139699012888277 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0

[startup+0.100061 s]
/proc/loadavg: 1.76 1.71 1.63 3/261 19629
/proc/meminfo: memFree=31596592/32770624 swapFree=5872/266900
[pid=19629] ppid=19626 vsize=13261040 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 5612 0 0 0 8 1 0 0 20 0 20 0 6407388 13579304960 5374 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3315260 5374 2615 1 0 3303698 0
[pid=19629/tid=19630] ppid=19626 vsize=13261040 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 3667 0 0 0 7 1 0 0 20 0 20 0 6407388 13579304960 5374 33554432000 4194304 4196468 140721638854704 139699017119424 139699012899997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13261040 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407389 13579304960 5374 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13261040

[startup+0.200429 s]
/proc/loadavg: 1.76 1.71 1.63 3/261 19629
/proc/meminfo: memFree=31596592/32770624 swapFree=5872/266900
[pid=19629] ppid=19626 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 8855 0 0 0 23 3 0 0 20 0 20 0 6407388 13582245888 8794 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3315978 8794 3540 1 0 3303698 0
[pid=19629/tid=19630] ppid=19626 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 6487 0 0 0 16 2 0 0 20 0 20 0 6407388 13582245888 8794 33554432000 4194304 4196468 140721638854704 139699017091344 139699012899997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407389 13582245888 8794 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300408 s]
/proc/loadavg: 1.76 1.71 1.63 3/261 19629
/proc/meminfo: memFree=31596592/32770624 swapFree=5872/266900
[pid=19629] ppid=19626 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 9835 0 0 0 39 4 0 0 20 0 20 0 6407388 13582245888 10585 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3315978 10585 3635 1 0 3303698 0
[pid=19629/tid=19630] ppid=19626 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 7123 0 0 0 25 2 0 0 20 0 20 0 6407388 13582245888 10585 33554432000 4194304 4196468 140721638854704 139699017097744 139698650494211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407389 13582245888 10585 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700316 s]
/proc/loadavg: 1.76 1.71 1.63 3/261 19629
/proc/meminfo: memFree=31596592/32770624 swapFree=5872/266900
[pid=19629] ppid=19626 vsize=13268028 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 12247 0 0 0 110 6 0 0 20 0 20 0 6407388 13586460672 17081 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3317007 17081 3753 1 0 3304722 0
[pid=19629/tid=19630] ppid=19626 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 8478 0 0 0 64 3 0 0 20 0 20 0 6407388 13586460672 17081 33554432000 4194304 4196468 140721638854704 139699017114960 139699012890006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407389 13586460672 17081 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 13268028

[startup+1.50087 s]
/proc/loadavg: 1.76 1.71 1.63 7/281 19649
/proc/meminfo: memFree=31490304/32770624 swapFree=5872/266956
[pid=19629] ppid=19626 vsize=13270076 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 25464 0 0 0 358 13 0 0 20 0 20 0 6407388 13588557824 54428 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3317519 54428 3806 1 0 3305234 0
[pid=19629/tid=19630] ppid=19626 vsize=13270076 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 11067 0 0 0 139 6 0 0 20 0 20 0 6407388 13588557824 54428 33554432000 4194304 4196468 140721638854704 139699017115784 139698653488211 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19632] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19632/stat : 19632 (java) S 19626 19629 16330 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698610834064 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19633] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19633/stat : 19633 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698609781008 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19635] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19635/stat : 19635 (java) S 19626 19629 16330 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698608728464 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19636] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19636/stat : 19636 (java) S 19626 19629 16330 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698607676432 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19637] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19637/stat : 19637 (java) S 19626 19629 16330 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698606623888 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19638] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19638/stat : 19638 (java) S 19626 19629 16330 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698605570832 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19639] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19639/stat : 19639 (java) S 19626 19629 16330 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698604518288 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19640] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19640/stat : 19640 (java) S 19626 19629 16330 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 20 0 6407391 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698476316912 139699012889218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19641] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19641/stat : 19641 (java) S 19626 19629 16330 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698475263200 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19642] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19642/stat : 19642 (java) S 19626 19629 16330 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698474210048 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19643] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19643/stat : 19643 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698473158608 139699012896667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19644] ppid=19626 vsize=13270076 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19644/stat : 19644 (java) S 19626 19629 16330 0 -1 1077944384 4694 0 0 0 57 1 0 0 20 0 20 0 6407396 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698472106736 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19645] ppid=19626 vsize=13270076 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19645/stat : 19645 (java) S 19626 19629 16330 0 -1 1077944384 2264 0 0 0 55 0 0 0 20 0 20 0 6407396 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698471054192 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19646] ppid=19626 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19646/stat : 19646 (java) S 19626 19629 16330 0 -1 1077944384 2232 0 0 0 54 0 0 0 20 0 20 0 6407396 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698470001136 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19647] ppid=19626 vsize=13270076 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19647/stat : 19647 (java) S 19626 19629 16330 0 -1 1077944384 3131 0 0 0 45 1 0 0 20 0 20 0 6407396 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698468948592 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19648] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19648/stat : 19648 (java) S 19626 19629 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698467895776 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19649] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19649/stat : 19649 (java) S 19626 19629 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6407397 13588557824 54428 33554432000 4194304 4196468 140721638854704 139698466843312 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 13270076

[startup+3.1013 s]
/proc/loadavg: 1.76 1.71 1.63 4/281 19649
/proc/meminfo: memFree=31379336/32770624 swapFree=5872/266956
[pid=19629] ppid=19626 vsize=13270076 CPUtime=5.87 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 28140 0 0 0 565 22 0 0 20 0 20 0 6407388 13588557824 96022 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3317519 96022 3816 1 0 3305234 0
[pid=19629/tid=19630] ppid=19626 vsize=13270076 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 11633 0 0 0 295 7 0 0 20 0 20 0 6407388 13588557824 96022 33554432000 4194304 4196468 140721638854704 139699017113720 139698653932492 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 590 0 0 0 1 1 0 0 20 0 20 0 6407389 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19632] ppid=19626 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19632/stat : 19632 (java) S 19626 19629 16330 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 20 0 6407389 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698610834064 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19633] ppid=19626 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19633/stat : 19633 (java) S 19626 19629 16330 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 20 0 6407389 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698609781008 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19635] ppid=19626 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19635/stat : 19635 (java) S 19626 19629 16330 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 20 0 6407389 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698608728464 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19636] ppid=19626 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19636/stat : 19636 (java) S 19626 19629 16330 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 20 0 6407389 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698607676432 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19637] ppid=19626 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19637/stat : 19637 (java) S 19626 19629 16330 0 -1 1077944384 234 0 0 0 0 1 0 0 20 0 20 0 6407389 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698606623888 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19638] ppid=19626 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19638/stat : 19638 (java) S 19626 19629 16330 0 -1 1077944384 49 0 0 0 1 1 0 0 20 0 20 0 6407389 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698605570832 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19639] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19639/stat : 19639 (java) S 19626 19629 16330 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 6407389 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698604518288 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19640] ppid=19626 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19640/stat : 19640 (java) S 19626 19629 16330 0 -1 1077944384 406 0 0 0 1 0 0 0 20 0 20 0 6407391 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698476316912 139699012889218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19641] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19641/stat : 19641 (java) S 19626 19629 16330 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698475263200 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19642] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19642/stat : 19642 (java) S 19626 19629 16330 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698474210048 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19643] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19643/stat : 19643 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698473158608 139699012896667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19644] ppid=19626 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19644/stat : 19644 (java) S 19626 19629 16330 0 -1 1077944384 4942 0 0 0 66 1 0 0 20 0 20 0 6407396 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698472106736 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19645] ppid=19626 vsize=13270076 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19645/stat : 19645 (java) S 19626 19629 16330 0 -1 1077944384 2729 0 0 0 70 1 0 0 20 0 20 0 6407396 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698471054192 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19646] ppid=19626 vsize=13270076 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19646/stat : 19646 (java) R 19626 19629 16330 0 -1 4202560 2605 0 0 0 68 0 0 0 20 0 20 0 6407396 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698470001432 139698998558769 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19647] ppid=19626 vsize=13270076 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19647/stat : 19647 (java) S 19626 19629 16330 0 -1 1077944384 3249 0 0 0 51 1 0 0 20 0 20 0 6407396 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698468948592 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19648] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19648/stat : 19648 (java) S 19626 19629 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698467895776 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19649] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19649/stat : 19649 (java) S 19626 19629 16330 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 6407397 13588557824 96022 33554432000 4194304 4196468 140721638854704 139698466843312 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 13270076

[startup+6.30091 s]
/proc/loadavg: 2.02 1.77 1.65 3/281 19649
/proc/meminfo: memFree=30828340/32770624 swapFree=5872/266968
[pid=19629] ppid=19626 vsize=13270076 CPUtime=9.76 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 30429 0 0 0 940 36 0 0 20 0 20 0 6407388 13588557824 278005 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3317519 278005 3818 1 0 3305234 0
[pid=19629/tid=19630] ppid=19626 vsize=13270076 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 12517 0 0 0 593 18 0 0 20 0 20 0 6407388 13588557824 278005 33554432000 4194304 4196468 140721638854704 139699017113320 139698653297774 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 594 0 0 0 2 1 0 0 20 0 20 0 6407389 13588557824 278005 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19632] ppid=19626 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19632/stat : 19632 (java) S 19626 19629 16330 0 -1 1077944384 72 0 0 0 2 2 0 0 20 0 20 0 6407389 13588557824 278005 33554432000 4194304 4196468 140721638854704 139698610834064 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19633] ppid=19626 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19633/stat : 19633 (java) S 19626 19629 16330 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 20 0 6407389 13588557824 278005 33554432000 4194304 4196468 140721638854704 139698609781008 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19635] ppid=19626 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19635/stat : 19635 (java) S 19626 19629 16330 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 20 0 6407389 13588557824 278005 33554432000 4194304 4196468 140721638854704 139698608728464 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19636] ppid=19626 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19636/stat : 19636 (java) S 19626 19629 16330 0 -1 1077944384 135 0 0 0 2 1 0 0 20 0 20 0 6407389 13588557824 278005 33554432000 4194304 4196468 140721638854704 139698607676432 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19637] ppid=19626 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19637/stat : 19637 (java) S 19626 19629 16330 0 -1 1077944384 238 0 0 0 2 1 0 0 20 0 20 0 6407389 13588557824 278005 33554432000 4194304 4196468 140721638854704 139698606623888 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19638] ppid=19626 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14

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

[pid=19629/tid=19645] ppid=19626 vsize=13270076 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19645/stat : 19645 (java) S 19626 19629 16330 0 -1 1077944384 20184 0 0 0 185 4 0 0 20 0 20 0 6407396 13588557824 466742 33554432000 4194304 4196468 140721638854704 139698471054192 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19646] ppid=19626 vsize=13270076 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19646/stat : 19646 (java) S 19626 19629 16330 0 -1 1077944384 16365 0 0 0 142 2 0 0 20 0 20 0 6407396 13588557824 466742 33554432000 4194304 4196468 140721638854704 139698470001136 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 43 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19647] ppid=19626 vsize=13270076 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19647/stat : 19647 (java) S 19626 19629 16330 0 -1 1077944384 22650 0 0 0 74 3 0 0 20 0 20 0 6407396 13588557824 466742 33554432000 4194304 4196468 140721638854704 139698468948592 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19648] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19648/stat : 19648 (java) S 19626 19629 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 466742 33554432000 4194304 4196468 140721638854704 139698467895776 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19649] ppid=19626 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19649/stat : 19649 (java) S 19626 19629 16330 0 -1 1077944384 2006 0 0 0 63 61 0 0 20 0 20 0 6407397 13588557824 466742 33554432000 4194304 4196468 140721638854704 139698466843312 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 2264.26
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.16 1.42 1.48 3/281 19719
/proc/meminfo: memFree=29637036/32770624 swapFree=5872/269000
[pid=19629] ppid=19626 vsize=13270076 CPUtime=2325.89 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 274802 0 0 0 232143 446 0 0 20 0 20 0 6407388 13588557824 467766 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3317519 467766 3839 1 0 3305234 0
[pid=19629/tid=19630] ppid=19626 vsize=13270076 CPUtime=2243.78 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 103696 0 0 0 224324 54 0 0 20 0 20 0 6407388 13588557824 467766 33554432000 4194304 4196468 140721638854704 139699017116464 139698652696566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13270076 CPUtime=8.76 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 9082 0 0 0 835 41 0 0 20 0 20 0 6407389 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19632] ppid=19626 vsize=13270076 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19632/stat : 19632 (java) S 19626 19629 16330 0 -1 1077944384 8430 0 0 0 826 38 0 0 20 0 20 0 6407389 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698610834064 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19633] ppid=19626 vsize=13270076 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19633/stat : 19633 (java) S 19626 19629 16330 0 -1 1077944384 10123 0 0 0 820 43 0 0 20 0 20 0 6407389 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698609781008 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19635] ppid=19626 vsize=13270076 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19635/stat : 19635 (java) S 19626 19629 16330 0 -1 1077944384 7602 0 0 0 827 39 0 0 20 0 20 0 6407389 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698608728464 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19636] ppid=19626 vsize=13270076 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19636/stat : 19636 (java) S 19626 19629 16330 0 -1 1077944384 7513 0 0 0 824 41 0 0 20 0 20 0 6407389 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698607676432 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19637] ppid=19626 vsize=13270076 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19637/stat : 19637 (java) S 19626 19629 16330 0 -1 1077944384 7462 0 0 0 834 40 0 0 20 0 20 0 6407389 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698606623888 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19638] ppid=19626 vsize=13270076 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19638/stat : 19638 (java) S 19626 19629 16330 0 -1 1077944384 8615 0 0 0 833 41 0 0 20 0 20 0 6407389 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698605570832 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19639] ppid=19626 vsize=13270076 CPUtime=8.54 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19639/stat : 19639 (java) S 19626 19629 16330 0 -1 1077944384 7483 0 0 0 815 39 0 0 20 0 20 0 6407389 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698604518288 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19640] ppid=19626 vsize=13270076 CPUtime=5.64 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19640/stat : 19640 (java) S 19626 19629 16330 0 -1 1077944384 17280 0 0 0 526 38 0 0 20 0 20 0 6407391 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698476316912 139699012889218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19641] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19641/stat : 19641 (java) S 19626 19629 16330 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698475263200 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19642] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19642/stat : 19642 (java) S 19626 19629 16330 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698474210048 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19643] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19643/stat : 19643 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698473158608 139699012896667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19644] ppid=19626 vsize=13270076 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19644/stat : 19644 (java) S 19626 19629 16330 0 -1 1077944384 24808 0 0 0 154 4 0 0 20 0 20 0 6407396 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698472106736 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19645] ppid=19626 vsize=13270076 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19645/stat : 19645 (java) S 19626 19629 16330 0 -1 1077944384 20188 0 0 0 185 4 0 0 20 0 20 0 6407396 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698471054192 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19646] ppid=19626 vsize=13270076 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19646/stat : 19646 (java) S 19626 19629 16330 0 -1 1077944384 16369 0 0 0 142 2 0 0 20 0 20 0 6407396 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698470001136 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19647] ppid=19626 vsize=13270076 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19647/stat : 19647 (java) S 19626 19629 16330 0 -1 1077944384 22654 0 0 0 74 3 0 0 20 0 20 0 6407396 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698468948592 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 21 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19648] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19648/stat : 19648 (java) S 19626 19629 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698467895776 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19649] ppid=19626 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19649/stat : 19649 (java) S 19626 19629 16330 0 -1 1077944384 2032 0 0 0 65 63 0 0 20 0 20 0 6407397 13588557824 467766 33554432000 4194304 4196468 140721638854704 139698466843312 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 2325.89
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.44 1.47 1.50 3/281 19807
/proc/meminfo: memFree=26465344/32770624 swapFree=5872/269104
[pid=19629] ppid=19626 vsize=13270076 CPUtime=2387.59 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 279717 0 0 0 238301 458 0 0 20 0 20 0 6407388 13588557824 468790 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3317519 468790 3839 1 0 3305234 0
[pid=19629/tid=19630] ppid=19626 vsize=13270076 CPUtime=2303.23 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 105969 0 0 0 230267 56 0 0 20 0 20 0 6407388 13588557824 468790 33554432000 4194304 4196468 140721638854704 139699017116464 139698654763952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13270076 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 9300 0 0 0 860 42 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19632] ppid=19626 vsize=13270076 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19632/stat : 19632 (java) S 19626 19629 16330 0 -1 1077944384 9041 0 0 0 850 38 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698610834064 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19633] ppid=19626 vsize=13270076 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19633/stat : 19633 (java) S 19626 19629 16330 0 -1 1077944384 10309 0 0 0 844 45 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698609781008 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19635] ppid=19626 vsize=13270076 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19635/stat : 19635 (java) S 19626 19629 16330 0 -1 1077944384 7734 0 0 0 852 41 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698608728464 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19636] ppid=19626 vsize=13270076 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19636/stat : 19636 (java) S 19626 19629 16330 0 -1 1077944384 7872 0 0 0 847 42 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698607676432 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19637] ppid=19626 vsize=13270076 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19637/stat : 19637 (java) S 19626 19629 16330 0 -1 1077944384 7547 0 0 0 859 41 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698606623888 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19638] ppid=19626 vsize=13270076 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19638/stat : 19638 (java) S 19626 19629 16330 0 -1 1077944384 8873 0 0 0 859 42 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698605570832 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19639] ppid=19626 vsize=13270076 CPUtime=8.8 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19639/stat : 19639 (java) S 19626 19629 16330 0 -1 1077944384 7690 0 0 0 839 41 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698604518288 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19640] ppid=19626 vsize=13270076 CPUtime=5.81 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19640/stat : 19640 (java) S 19626 19629 16330 0 -1 1077944384 17805 0 0 0 542 39 0 0 20 0 20 0 6407391 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698476316912 139699012889218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19641] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19641/stat : 19641 (java) S 19626 19629 16330 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698475263200 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19642] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19642/stat : 19642 (java) S 19626 19629 16330 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698474210048 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19643] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19643/stat : 19643 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698473158608 139699012896667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19644] ppid=19626 vsize=13270076 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19644/stat : 19644 (java) S 19626 19629 16330 0 -1 1077944384 24814 0 0 0 154 4 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698472106736 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19645] ppid=19626 vsize=13270076 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19645/stat : 19645 (java) S 19626 19629 16330 0 -1 1077944384 20194 0 0 0 185 4 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698471054192 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19646] ppid=19626 vsize=13270076 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19646/stat : 19646 (java) S 19626 19629 16330 0 -1 1077944384 16375 0 0 0 142 2 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698470001136 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19647] ppid=19626 vsize=13270076 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19647/stat : 19647 (java) S 19626 19629 16330 0 -1 1077944384 22660 0 0 0 74 3 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698468948592 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19648] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19648/stat : 19648 (java) S 19626 19629 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698467895776 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19649] ppid=19626 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19649/stat : 19649 (java) S 19626 19629 16330 0 -1 1077944384 2069 0 0 0 67 64 0 0 20 0 20 0 6407397 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698466843312 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 70 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 2387.59
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2334.4 s]
/proc/loadavg: 1.53 1.49 1.50 3/281 19808
/proc/meminfo: memFree=26502916/32770624 swapFree=5872/269148
[pid=19629] ppid=19626 vsize=13270076 CPUtime=2400.03 cores=0,2,4,6,8,10,12,14
/proc/19629/stat : 19629 (java) S 19626 19629 16330 0 -1 1077944320 280148 0 0 0 239543 460 0 0 20 0 20 0 6407388 13588557824 468790 33554432000 4194304 4196468 140721638854704 140721638837248 139699012878071 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
/proc/19629/statm: 3317519 468790 3839 1 0 3305234 0
[pid=19629/tid=19630] ppid=19626 vsize=13270076 CPUtime=2315.24 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19630/stat : 19630 (java) R 19626 19629 16330 0 -1 4202560 106390 0 0 0 231467 57 0 0 20 0 20 0 6407388 13588557824 468790 33554432000 4194304 4196468 140721638854704 139699017116368 139698653488407 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19631] ppid=19626 vsize=13270076 CPUtime=9.06 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19631/stat : 19631 (java) S 19626 19629 16330 0 -1 1077944384 9300 0 0 0 864 42 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698980436496 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19632] ppid=19626 vsize=13270076 CPUtime=8.94 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19632/stat : 19632 (java) S 19626 19629 16330 0 -1 1077944384 9043 0 0 0 856 38 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698610834064 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19633] ppid=19626 vsize=13270076 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19633/stat : 19633 (java) S 19626 19629 16330 0 -1 1077944384 10310 0 0 0 850 45 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698609781008 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19635] ppid=19626 vsize=13270076 CPUtime=8.97 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19635/stat : 19635 (java) S 19626 19629 16330 0 -1 1077944384 7736 0 0 0 856 41 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698608728464 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19636] ppid=19626 vsize=13270076 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19636/stat : 19636 (java) S 19626 19629 16330 0 -1 1077944384 7872 0 0 0 852 43 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698607676432 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19637] ppid=19626 vsize=13270076 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19637/stat : 19637 (java) S 19626 19629 16330 0 -1 1077944384 7547 0 0 0 864 41 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698606623888 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19638] ppid=19626 vsize=13270076 CPUtime=9.06 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19638/stat : 19638 (java) S 19626 19629 16330 0 -1 1077944384 8875 0 0 0 864 42 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698605570832 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19639] ppid=19626 vsize=13270076 CPUtime=8.85 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19639/stat : 19639 (java) S 19626 19629 16330 0 -1 1077944384 7692 0 0 0 844 41 0 0 20 0 20 0 6407389 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698604518288 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19640] ppid=19626 vsize=13270076 CPUtime=5.85 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19640/stat : 19640 (java) S 19626 19629 16330 0 -1 1077944384 17806 0 0 0 545 40 0 0 20 0 20 0 6407391 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698476316912 139699012889218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19641] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19641/stat : 19641 (java) S 19626 19629 16330 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698475263200 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19642] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19642/stat : 19642 (java) S 19626 19629 16330 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 6407392 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698474210048 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19643] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19643/stat : 19643 (java) S 19626 19629 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698473158608 139699012896667 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19644] ppid=19626 vsize=13270076 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19644/stat : 19644 (java) S 19626 19629 16330 0 -1 1077944384 24814 0 0 0 154 4 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698472106736 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19645] ppid=19626 vsize=13270076 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19645/stat : 19645 (java) S 19626 19629 16330 0 -1 1077944384 20194 0 0 0 185 4 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698471054192 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19646] ppid=19626 vsize=13270076 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19646/stat : 19646 (java) S 19626 19629 16330 0 -1 1077944384 16375 0 0 0 142 2 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698470001136 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19647] ppid=19626 vsize=13270076 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19647/stat : 19647 (java) S 19626 19629 16330 0 -1 1077944384 22660 0 0 0 74 3 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698468948592 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19648] ppid=19626 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19648/stat : 19648 (java) S 19626 19629 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6407396 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698467895776 139699012888277 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
[pid=19629/tid=19649] ppid=19626 vsize=13270076 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/19629/task/19649/stat : 19649 (java) S 19626 19629 16330 0 -1 1077944384 2069 0 0 0 68 64 0 0 20 0 20 0 6407397 13588557824 468790 33554432000 4194304 4196468 140721638854704 139698466843312 139699012889218 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 70 0 0 6293624 6294260 12599296 140721638859919 140721638860100 140721638860100 140721638862799 0
Current children cumulated CPU time (s) 2400.03
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 19629 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2334.42
CPU time (s): 2400.07
CPU user time (s): 2395.45
CPU system time (s): 4.62065
CPU usage (%): 102.812
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.45
system time used= 4.62065
maximum resident set size= 1875540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 311753
involuntary context switches= 172517

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6128 second user time and 20.686 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-22 10:17:02
IDJOB=4246724
IDBENCH=126224
IDSOLVER=2627
FILE ID=node147/4246724-1500711422
RUNJOBID= node147-1500683390-16361
PBS_JOBID= 20623340
Free space on /tmp= 61892 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.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-4246724-1500711422/watcher-4246724-1500711422 -o /tmp/evaluation-result-4246724-1500711422/solver-4246724-1500711422 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500683390-16361 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1182802599 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246724-1500711422.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=1182802599

node147.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		: 2667.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.47
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		: 1600.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.47
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	: 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		: 1600.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.47
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		: 1867.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.47
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.47
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		: 1733.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.47
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		: 2400.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.47
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	: 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		: 2133.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.47
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:        31596592 kB
MemAvailable:   31866712 kB
Buffers:          123452 kB
Cached:           426980 kB
SwapCached:            0 kB
Active:           461808 kB
Inactive:         275576 kB
Active(anon):     189576 kB
Inactive(anon):     8676 kB
Active(file):     272232 kB
Inactive(file):   266900 kB
Unevictable:        5872 kB
Mlocked:            5872 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42020 kB
Writeback:             0 kB
AnonPages:        191432 kB
Mapped:            45508 kB
Shmem:              8852 kB
Slab:             127168 kB
SReclaimable:      93648 kB
SUnreclaim:        33520 kB
KernelStack:        4832 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1151492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61852 MiB
End job on node147 at 2017-07-22 10:55:56