Trace number 4246775

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 - Hybrid 2017-06-30SAT (TO)929 2400.12 2313.22

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-28-a4.xml
MD5SUM67703e3ced133509b42bcbc9f355bd8f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark920
Best CPU time to get the best result obtained on this benchmark2520.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints67979
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":28}]
Minimum variable degree9478
Maximum variable degree9479
Distribution of variable degrees[{"degree":9478,"count":26},{"degree":9479,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":6552},{"arity":4,"count":61425},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints67978
Distribution of constraint types[{"type":"intension","count":67978},{"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.42/0.32	c version: 2017-06-30
0.42/0.32	c seed: 1714057208
0.42/0.32	c timeout: 2400
0.42/0.32	c memlimit: 15500
0.42/0.32	c nbcore: 8
0.42/0.34	c Parsing instance...
9.09/3.42	c Parsing done, starting first complete search...
66.46/58.34	o 1000
124.91/116.35	c First complete search done, starting ALNS search...
180.70/170.15	o 990
292.71/280.99	o 989
295.12/283.36	o 988
307.44/295.53	o 980
307.54/295.65	o 979
309.17/297.23	o 954
327.95/315.60	o 953
346.00/333.56	o 948
482.34/465.49	o 943
1102.71/1060.30	o 942
1310.31/1260.77	o 941
1323.19/1273.29	o 940
1324.48/1274.42	o 939
1328.30/1278.10	o 938
1328.94/1278.74	o 937
1395.23/1342.75	o 936
1398.64/1346.10	o 935
1400.08/1347.35	o 934
1400.51/1347.77	o 933
1402.80/1349.97	o 932
1682.40/1619.26	o 931
1685.75/1622.48	o 930
1687.64/1624.22	o 929
1860.71/1790.64	c ALNS done, starting second complete search
1860.71/1790.64	c Best operator: ValGuided(21,MaxVal)_WeightDeg(Min) with improvement of: 25
2400.09/2313.20	s SATISFIABLE
2400.09/2313.20	v <instantiation>
2400.09/2313.20	v 	<list>
2400.09/2313.20	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]
2400.09/2313.20	v 	</list>
2400.09/2313.20	v 	<values>
2400.09/2313.20	v 		0 1 3 7 12 20 30 172 250 287 342 405 446 556 600 639 673 706 738 766 792 817 841 863 879 894 915 929 
2400.09/2313.20	v 	</values>
2400.09/2313.20	v </instantiation>

Verifier Data

OK	929

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-4246775-1500705628/watcher-4246775-1500705628 -o /tmp/evaluation-result-4246775-1500705628/solver-4246775-1500705628 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15262 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1714057208 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246775-1500705628.xml 

pid=16323
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.35 1.49 1.53 3/261 16326
/proc/meminfo: memFree=31312808/32770624 swapFree=5800/299728
[pid=16326] ppid=16323 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 5830607 369864704 1925 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 90299 1925 1072 1 0 79210 0
[pid=16326/tid=16327] ppid=16323 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) S 16323 16326 7621 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 5830607 369864704 1925 33554432000 4194304 4196468 140723002980144 140161710700960 140161706470018 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0

[startup+0.100129 s]
/proc/loadavg: 1.35 1.49 1.53 3/261 16326
/proc/meminfo: memFree=31312808/32770624 swapFree=5800/299728
[pid=16326] ppid=16323 vsize=13261040 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 5019 0 0 0 8 1 0 0 20 0 20 0 5830607 13579304960 5604 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3315260 5604 2586 1 0 3303698 0
[pid=16326/tid=16327] ppid=16323 vsize=13261040 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) R 16323 16326 7621 0 -1 4202560 3110 0 0 0 7 1 0 0 20 0 20 0 5830607 13579304960 5604 33554432000 4194304 4196468 140723002980144 140161710701152 140161706480797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13261040

[startup+0.200315 s]
/proc/loadavg: 1.35 1.49 1.53 3/261 16326
/proc/meminfo: memFree=31312808/32770624 swapFree=5800/299728
[pid=16326] ppid=16323 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 8948 0 0 0 23 3 0 0 20 0 20 0 5830607 13582245888 8904 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3315978 8904 3477 1 0 3303698 0
[pid=16326/tid=16327] ppid=16323 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) R 16323 16326 7621 0 -1 4202560 6704 0 0 0 16 1 0 0 20 0 20 0 5830607 13582245888 8904 33554432000 4194304 4196468 140723002980144 140161710673808 140161706480797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300311 s]
/proc/loadavg: 1.35 1.49 1.53 3/261 16326
/proc/meminfo: memFree=31312808/32770624 swapFree=5800/299728
[pid=16326] ppid=16323 vsize=13263912 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 9970 0 0 0 39 3 0 0 20 0 20 0 5830607 13582245888 10696 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3315978 10696 3653 1 0 3303698 0
[pid=16326/tid=16327] ppid=16323 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) R 16323 16326 7621 0 -1 4202560 7383 0 0 0 25 2 0 0 20 0 20 0 5830607 13582245888 10696 33554432000 4194304 4196468 140723002980144 140161710674816 140161690539358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700238 s]
/proc/loadavg: 1.35 1.49 1.53 3/261 16326
/proc/meminfo: memFree=31312808/32770624 swapFree=5800/299728
[pid=16326] ppid=16323 vsize=13265980 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 12912 0 0 0 134 5 0 0 20 0 20 0 5830607 13584363520 32063 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3316495 32063 3752 1 0 3304210 0
[pid=16326/tid=16327] ppid=16323 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) R 16323 16326 7621 0 -1 4202560 8392 0 0 0 64 3 0 0 20 0 20 0 5830607 13584363520 32063 33554432000 4194304 4196468 140723002980144 140161710694608 140161308459782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13265980

[startup+1.5008 s]
/proc/loadavg: 1.25 1.47 1.52 6/281 16346
/proc/meminfo: memFree=31064968/32770624 swapFree=5800/299780
[pid=16326] ppid=16323 vsize=13265980 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 17353 0 0 0 403 46 0 0 20 0 20 0 5830607 13584363520 101969 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3316495 101969 3800 1 0 3304210 0
[pid=16326/tid=16327] ppid=16323 vsize=13265980 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) S 16323 16326 7621 0 -1 1077944384 8634 0 0 0 130 5 0 0 20 0 20 0 5830607 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161710696368 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16329] ppid=16323 vsize=13265980 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16329/stat : 16329 (java) R 16323 16326 7621 0 -1 4202560 75 0 0 0 4 5 0 0 20 0 20 0 5830608 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161638595160 140161691485699 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16330] ppid=16323 vsize=13265980 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16330/stat : 16330 (java) R 16323 16326 7621 0 -1 4202560 70 0 0 0 3 4 0 0 20 0 20 0 5830608 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161637542160 140161691486736 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16331] ppid=16323 vsize=13265980 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16331/stat : 16331 (java) R 16323 16326 7621 0 -1 1077944384 41 0 0 0 3 4 0 0 20 0 20 0 5830608 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161636489872 140161706469077 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16332] ppid=16323 vsize=13265980 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16332/stat : 16332 (java) R 16323 16326 7621 0 -1 4202560 62 0 0 0 7 3 0 0 20 0 20 0 5830608 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161635437272 140161691486745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16333] ppid=16323 vsize=13265980 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16333/stat : 16333 (java) R 16323 16326 7621 0 -1 4202560 55 0 0 0 4 5 0 0 20 0 20 0 5830608 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161634384984 140161690907034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16334] ppid=16323 vsize=13265980 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16334/stat : 16334 (java) R 16323 16326 7621 0 -1 4202560 46 0 0 0 3 4 0 0 20 0 20 0 5830608 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161633331984 140161691486745 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16335] ppid=16323 vsize=13265980 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16335/stat : 16335 (java) R 16323 16326 7621 0 -1 4202560 52 0 0 0 3 5 0 0 20 0 20 0 5830608 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161632279896 140161699558527 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16336] ppid=16323 vsize=13265980 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16336/stat : 16336 (java) R 16323 16326 7621 0 -1 4202560 59 0 0 0 3 5 0 0 20 0 20 0 5830608 13584363520 101969 33554432000 4194304 4196468 140723002980144 140161631227096 140161688084816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16337] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16337/stat : 16337 (java) S 16323 16326 7621 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 5830611 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160900911776 140161706469077 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16338] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16338/stat : 16338 (java) S 16323 16326 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 5830611 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160899859232 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16339] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16339/stat : 16339 (java) S 16323 16326 7621 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 5830612 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160898806896 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16340] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16340/stat : 16340 (java) S 16323 16326 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5830616 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160897755216 140161706477467 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16341] ppid=16323 vsize=13265980 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16341/stat : 16341 (java) S 16323 16326 7621 0 -1 1077944384 1853 0 0 0 62 1 0 0 20 0 20 0 5830616 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160896688080 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16342] ppid=16323 vsize=13265980 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16342/stat : 16342 (java) S 16323 16326 7621 0 -1 1077944384 1618 0 0 0 72 0 0 0 20 0 20 0 5830616 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160895630352 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16343] ppid=16323 vsize=13265980 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16343/stat : 16343 (java) R 16323 16326 7621 0 -1 4202560 2252 0 0 0 66 0 0 0 20 0 20 0 5830616 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160894584816 140161688004235 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16344] ppid=16323 vsize=13265980 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16344/stat : 16344 (java) S 16323 16326 7621 0 -1 1077944384 1079 0 0 0 36 0 0 0 20 0 20 0 5830616 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160893545200 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16345] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16345/stat : 16345 (java) S 16323 16326 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5830616 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160892492128 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16346] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16346/stat : 16346 (java) S 16323 16326 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5830617 13584363520 101969 33554432000 4194304 4196468 140723002980144 140160891439408 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 13265980

[startup+3.10119 s]
/proc/loadavg: 1.25 1.47 1.52 5/281 16346
/proc/meminfo: memFree=30863348/32770624 swapFree=5800/299776
[pid=16326] ppid=16323 vsize=13265980 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 21231 0 0 0 754 82 0 0 20 0 20 0 5830607 13584363520 178446 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3316495 178446 3825 1 0 3304210 0
[pid=16326/tid=16327] ppid=16323 vsize=13265980 CPUtime=2.41 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) D 16323 16326 7621 0 -1 4202560 9279 0 0 0 233 8 0 0 20 0 20 0 5830607 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161710695984 140161692199154 0 4 0 16800975 18446744072100609157 0 0 -1 11 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16329] ppid=16323 vsize=13265980 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16329/stat : 16329 (java) S 16323 16326 7621 0 -1 1077944384 123 0 0 0 9 9 0 0 20 0 20 0 5830608 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161638594960 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16330] ppid=16323 vsize=13265980 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16330/stat : 16330 (java) S 16323 16326 7621 0 -1 1077944384 113 0 0 0 8 8 0 0 20 0 20 0 5830608 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161637542160 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16331] ppid=16323 vsize=13265980 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16331/stat : 16331 (java) S 16323 16326 7621 0 -1 1077944384 75 0 0 0 8 7 0 0 20 0 20 0 5830608 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161636489872 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16332] ppid=16323 vsize=13265980 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16332/stat : 16332 (java) S 16323 16326 7621 0 -1 1077944384 104 0 0 0 11 7 0 0 20 0 20 0 5830608 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161635437072 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16333] ppid=16323 vsize=13265980 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16333/stat : 16333 (java) S 16323 16326 7621 0 -1 1077944384 87 0 0 0 9 9 0 0 20 0 20 0 5830608 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161634384784 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16334] ppid=16323 vsize=13265980 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16334/stat : 16334 (java) S 16323 16326 7621 0 -1 1077944384 75 0 0 0 7 6 0 0 20 0 20 0 5830608 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161633331984 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16335] ppid=16323 vsize=13265980 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16335/stat : 16335 (java) S 16323 16326 7621 0 -1 1077944384 93 0 0 0 9 10 0 0 20 0 20 0 5830608 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161632279696 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16336] ppid=16323 vsize=13265980 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16336/stat : 16336 (java) S 16323 16326 7621 0 -1 1077944384 87 0 0 0 7 9 0 0 20 0 20 0 5830608 13584363520 178446 33554432000 4194304 4196468 140723002980144 140161631226896 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16337] ppid=16323 vsize=13265980 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16337/stat : 16337 (java) S 16323 16326 7621 0 -1 1077944384 509 0 0 0 1 0 0 0 20 0 20 0 5830611 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160900913264 140161706470018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16338] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16338/stat : 16338 (java) S 16323 16326 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 5830611 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160899859296 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16339] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16339/stat : 16339 (java) S 16323 16326 7621 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 5830612 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160898806912 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16340] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16340/stat : 16340 (java) S 16323 16326 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5830616 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160897755216 140161706477467 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16341] ppid=16323 vsize=13265980 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16341/stat : 16341 (java) S 16323 16326 7621 0 -1 1077944384 2781 0 0 0 126 1 0 0 20 0 20 0 5830616 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160896703088 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16342] ppid=16323 vsize=13265980 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16342/stat : 16342 (java) S 16323 16326 7621 0 -1 1077944384 2288 0 0 0 134 0 0 0 20 0 20 0 5830616 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160895650288 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16343] ppid=16323 vsize=13265980 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16343/stat : 16343 (java) S 16323 16326 7621 0 -1 1077944384 2603 0 0 0 130 0 0 0 20 0 20 0 5830616 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160894598000 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16344] ppid=16323 vsize=13265980 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16344/stat : 16344 (java) S 16323 16326 7621 0 -1 1077944384 1636 0 0 0 53 1 0 0 20 0 20 0 5830616 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160893545200 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16345] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16345/stat : 16345 (java) S 16323 16326 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5830616 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160892492128 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16346] ppid=16323 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16346/stat : 16346 (java) D 16323 16326 7621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 5830617 13584363520 178446 33554432000 4194304 4196468 140723002980144 140160891439328 140161691314958 0 4 0 16800975 18446744072100609157 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 13265980

[startup+6.30085 s]
/proc/loadavg: 1.25 1.47 1.52 3/281 16346
/proc/meminfo: memFree=30595120/32770624 swapFree=5800/299788
[pid=16326] ppid=16323 vsize=13270076 CPUtime=13.61 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 26464 0 0 0 1277 84 0 0 20 0 20 0 5830607 13588557824 182250 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3317519 182250 3828 1 0 3305234 0
[pid=16326/tid=16327] ppid=16323 vsize=13270076 CPUtime=5.57 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) R 16323 16326 7621 0 -1 4202560 11172 0 0 0 548 9 0 0 20 0 20 0 5830607 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161710695016 140161317879400 0 4 0 16800975 0 0 0 -1 13 0 0 46 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16329] ppid=16323 vsize=13270076 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16329/stat : 16329 (java) S 16323 16326 7621 0 -1 1077944384 123 0 0 0 9 9 0 0 20 0 20 0 5830608 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161638594960 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16330] ppid=16323 vsize=13270076 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16330/stat : 16330 (java) S 16323 16326 7621 0 -1 1077944384 113 0 0 0 8 8 0 0 20 0 20 0 5830608 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161637542160 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16331] ppid=16323 vsize=13270076 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16331/stat : 16331 (java) S 16323 16326 7621 0 -1 1077944384 75 0 0 0 8 7 0 0 20 0 20 0 5830608 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161636489872 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16332] ppid=16323 vsize=13270076 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16332/stat : 16332 (java) S 16323 16326 7621 0 -1 1077944384 104 0 0 0 11 7 0 0 20 0 20 0 5830608 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161635437072 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16333] ppid=16323 vsize=13270076 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16333/stat : 16333 (java) S 16323 16326 7621 0 -1 1077944384 87 0 0 0 9 9 0 0 20 0 20 0 5830608 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161634384784 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16334] ppid=16323 vsize=13270076 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16334/stat : 16334 (java) S 16323 16326 7621 0 -1 1077944384 75 0 0 0 7 6 0 0 20 0 20 0 5830608 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161633331984 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16335] ppid=16323 vsize=13270076 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16335/stat : 16335 (java) S 16323 16326 7621 0 -1 1077944384 93 0 0 0 9 10 0 0 20 0 20 0 5830608 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161632279696 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16336] ppid=16323 vsize=13270076 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16336/stat : 16336 (java) S 16323 16326 7621 0 -1 1077944384 87 0 0 0 7 9 0 0 20 0 20 0 5830608 13588557824 182250 33554432000 4194304 4196468 140723002980144 140161631226896 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16337] ppid=16323 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16337/stat : 16337 (java) S 16323 16326 7621 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 20 0 5830611 13588557824 182250 33554432000 4194304 4196468 140723002980144 140160900913264 140161706470018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16338] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16338/stat : 16338 (java) S 16323 16326 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 5830611 13588557824 182250 33554432000 4194304 4196468 140723002980144 140160899859296 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16339] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16339/stat : 16339 (java) S 16323 16326 7621 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 5830612 13588557824 182250 33554432000 4194304 4196468 140723002980144 140160898806912 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16340] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=16326/tid=16342] ppid=16323 vsize=13270076 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16342/stat : 16342 (java) S 16323 16326 7621 0 -1 1077944384 11096 0 0 0 295 2 0 0 20 0 20 0 5830616 13588557824 301784 33554432000 4194304 4196468 140723002980144 140160895650288 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16343] ppid=16323 vsize=13270076 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16343/stat : 16343 (java) S 16323 16326 7621 0 -1 1077944384 10392 0 0 0 252 2 0 0 20 0 20 0 5830616 13588557824 301784 33554432000 4194304 4196468 140723002980144 140160894598000 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16344] ppid=16323 vsize=13270076 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16344/stat : 16344 (java) S 16323 16326 7621 0 -1 1077944384 24012 0 0 0 115 3 0 0 20 0 20 0 5830616 13588557824 301784 33554432000 4194304 4196468 140723002980144 140160893545200 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16345] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16345/stat : 16345 (java) S 16323 16326 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5830616 13588557824 301784 33554432000 4194304 4196468 140723002980144 140160892492128 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16346] ppid=16323 vsize=13270076 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16346/stat : 16346 (java) S 16323 16326 7621 0 -1 1077944384 1568 0 0 0 55 66 0 0 20 0 20 0 5830617 13588557824 301784 33554432000 4194304 4196468 140723002980144 140160891439408 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 2223.38
Current children cumulated vsize (KiB) 13270076

[startup+2202.31 s]
/proc/loadavg: 1.71 1.67 1.60 3/281 16517
/proc/meminfo: memFree=28895668/32770624 swapFree=5800/302124
[pid=16326] ppid=16323 vsize=13270076 CPUtime=2285.33 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 319743 0 0 0 227994 539 0 0 20 0 20 0 5830607 13588557824 293704 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3317519 293704 3859 1 0 3305234 0
[pid=16326/tid=16327] ppid=16323 vsize=13270076 CPUtime=2184.62 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) R 16323 16326 7621 0 -1 4202560 92741 0 0 0 218394 68 0 0 20 0 20 0 5830607 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161710697184 140161318058010 0 4 0 16800975 0 0 0 -1 7 0 0 46 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16329] ppid=16323 vsize=13270076 CPUtime=10.77 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16329/stat : 16329 (java) S 16323 16326 7621 0 -1 1077944384 15958 0 0 0 1030 47 0 0 20 0 20 0 5830608 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161638594960 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16330] ppid=16323 vsize=13270076 CPUtime=11.09 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16330/stat : 16330 (java) S 16323 16326 7621 0 -1 1077944384 15616 0 0 0 1062 47 0 0 20 0 20 0 5830608 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161637542160 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16331] ppid=16323 vsize=13270076 CPUtime=10.93 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16331/stat : 16331 (java) S 16323 16326 7621 0 -1 1077944384 16222 0 0 0 1050 43 0 0 20 0 20 0 5830608 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161636489872 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16332] ppid=16323 vsize=13270076 CPUtime=10.75 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16332/stat : 16332 (java) S 16323 16326 7621 0 -1 1077944384 16369 0 0 0 1030 45 0 0 20 0 20 0 5830608 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161635437072 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16333] ppid=16323 vsize=13270076 CPUtime=10.92 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16333/stat : 16333 (java) S 16323 16326 7621 0 -1 1077944384 17080 0 0 0 1044 48 0 0 20 0 20 0 5830608 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161634384784 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16334] ppid=16323 vsize=13270076 CPUtime=10.68 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16334/stat : 16334 (java) S 16323 16326 7621 0 -1 1077944384 19044 0 0 0 1025 43 0 0 20 0 20 0 5830608 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161633331984 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16335] ppid=16323 vsize=13270076 CPUtime=10.83 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16335/stat : 16335 (java) S 16323 16326 7621 0 -1 1077944384 15566 0 0 0 1035 48 0 0 20 0 20 0 5830608 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161632279696 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16336] ppid=16323 vsize=13270076 CPUtime=10.88 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16336/stat : 16336 (java) S 16323 16326 7621 0 -1 1077944384 16807 0 0 0 1041 47 0 0 20 0 20 0 5830608 13588557824 293704 33554432000 4194304 4196468 140723002980144 140161631226896 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16337] ppid=16323 vsize=13270076 CPUtime=3.11 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16337/stat : 16337 (java) S 16323 16326 7621 0 -1 1077944384 35047 0 0 0 255 56 0 0 20 0 20 0 5830611 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160900913264 140161706470018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16338] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16338/stat : 16338 (java) S 16323 16326 7621 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 20 0 5830611 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160899859296 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16339] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16339/stat : 16339 (java) S 16323 16326 7621 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 20 0 5830612 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160898806912 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16340] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16340/stat : 16340 (java) S 16323 16326 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5830616 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160897755216 140161706477467 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16341] ppid=16323 vsize=13270076 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16341/stat : 16341 (java) S 16323 16326 7621 0 -1 1077944384 10689 0 0 0 265 2 0 0 20 0 20 0 5830616 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160896703088 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16342] ppid=16323 vsize=13270076 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16342/stat : 16342 (java) S 16323 16326 7621 0 -1 1077944384 11098 0 0 0 295 2 0 0 20 0 20 0 5830616 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160895650288 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16343] ppid=16323 vsize=13270076 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16343/stat : 16343 (java) S 16323 16326 7621 0 -1 1077944384 10394 0 0 0 252 2 0 0 20 0 20 0 5830616 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160894598000 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16344] ppid=16323 vsize=13270076 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16344/stat : 16344 (java) S 16323 16326 7621 0 -1 1077944384 24014 0 0 0 115 3 0 0 20 0 20 0 5830616 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160893545200 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16345] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16345/stat : 16345 (java) S 16323 16326 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5830616 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160892492128 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16346] ppid=16323 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16346/stat : 16346 (java) S 16323 16326 7621 0 -1 1077944384 1589 0 0 0 56 68 0 0 20 0 20 0 5830617 13588557824 293704 33554432000 4194304 4196468 140723002980144 140160891439408 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 2285.33
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.95 1.73 1.62 3/281 16518
/proc/meminfo: memFree=28983596/32770624 swapFree=5800/302192
[pid=16326] ppid=16323 vsize=13270076 CPUtime=2347.63 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 324608 0 0 0 234214 549 0 0 20 0 20 0 5830607 13588557824 286327 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3317519 286327 3859 1 0 3305234 0
[pid=16326/tid=16327] ppid=16323 vsize=13270076 CPUtime=2244.03 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) R 16323 16326 7621 0 -1 4202560 93543 0 0 0 224335 68 0 0 20 0 20 0 5830607 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161710697120 140161318696745 0 4 0 16800975 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16329] ppid=16323 vsize=13270076 CPUtime=11.1 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16329/stat : 16329 (java) S 16323 16326 7621 0 -1 1077944384 16227 0 0 0 1063 47 0 0 20 0 20 0 5830608 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161638594960 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16330] ppid=16323 vsize=13270076 CPUtime=11.44 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16330/stat : 16330 (java) S 16323 16326 7621 0 -1 1077944384 15840 0 0 0 1096 48 0 0 20 0 20 0 5830608 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161637542160 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16331] ppid=16323 vsize=13270076 CPUtime=11.26 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16331/stat : 16331 (java) S 16323 16326 7621 0 -1 1077944384 16474 0 0 0 1082 44 0 0 20 0 20 0 5830608 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161636489872 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16332] ppid=16323 vsize=13270076 CPUtime=11.1 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16332/stat : 16332 (java) S 16323 16326 7621 0 -1 1077944384 16648 0 0 0 1064 46 0 0 20 0 20 0 5830608 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161635437072 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16333] ppid=16323 vsize=13270076 CPUtime=11.25 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16333/stat : 16333 (java) S 16323 16326 7621 0 -1 1077944384 17486 0 0 0 1076 49 0 0 20 0 20 0 5830608 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161634384784 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16334] ppid=16323 vsize=13270076 CPUtime=11 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16334/stat : 16334 (java) S 16323 16326 7621 0 -1 1077944384 19415 0 0 0 1057 43 0 0 20 0 20 0 5830608 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161633331984 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16335] ppid=16323 vsize=13270076 CPUtime=11.17 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16335/stat : 16335 (java) S 16323 16326 7621 0 -1 1077944384 15804 0 0 0 1068 49 0 0 20 0 20 0 5830608 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161632279696 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16336] ppid=16323 vsize=13270076 CPUtime=11.22 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16336/stat : 16336 (java) S 16323 16326 7621 0 -1 1077944384 17007 0 0 0 1074 48 0 0 20 0 20 0 5830608 13588557824 286327 33554432000 4194304 4196468 140723002980144 140161631226896 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16337] ppid=16323 vsize=13270076 CPUtime=3.24 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16337/stat : 16337 (java) S 16323 16326 7621 0 -1 1077944384 36846 0 0 0 267 57 0 0 20 0 20 0 5830611 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160900913264 140161706470018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16338] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16338/stat : 16338 (java) S 16323 16326 7621 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 20 0 5830611 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160899859296 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16339] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16339/stat : 16339 (java) S 16323 16326 7621 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 20 0 5830612 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160898806912 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16340] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16340/stat : 16340 (java) S 16323 16326 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5830616 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160897755216 140161706477467 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16341] ppid=16323 vsize=13270076 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16341/stat : 16341 (java) S 16323 16326 7621 0 -1 1077944384 10691 0 0 0 265 2 0 0 20 0 20 0 5830616 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160896703088 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16342] ppid=16323 vsize=13270076 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16342/stat : 16342 (java) S 16323 16326 7621 0 -1 1077944384 11100 0 0 0 295 2 0 0 20 0 20 0 5830616 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160895650288 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16343] ppid=16323 vsize=13270076 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16343/stat : 16343 (java) S 16323 16326 7621 0 -1 1077944384 10396 0 0 0 252 2 0 0 20 0 20 0 5830616 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160894598000 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16344] ppid=16323 vsize=13270076 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16344/stat : 16344 (java) S 16323 16326 7621 0 -1 1077944384 24016 0 0 0 115 3 0 0 20 0 20 0 5830616 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160893545200 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16345] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16345/stat : 16345 (java) S 16323 16326 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5830616 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160892492128 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16346] ppid=16323 vsize=13270076 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16346/stat : 16346 (java) S 16323 16326 7621 0 -1 1077944384 1606 0 0 0 58 70 0 0 20 0 20 0 5830617 13588557824 286327 33554432000 4194304 4196468 140723002980144 140160891439408 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 2347.63
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2313.2 s]
/proc/loadavg: 1.73 1.70 1.61 3/281 16519
/proc/meminfo: memFree=29023596/32770624 swapFree=5800/302244
[pid=16326] ppid=16323 vsize=13270076 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/16326/stat : 16326 (java) S 16323 16326 7621 0 -1 1077944320 325949 0 0 0 239453 556 0 0 20 0 20 0 5830607 13588557824 280980 33554432000 4194304 4196468 140723002980144 140723002962688 140161706458871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
/proc/16326/statm: 3317519 280980 3859 1 0 3305234 0
[pid=16326/tid=16327] ppid=16323 vsize=13270076 CPUtime=2294.52 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16327/stat : 16327 (java) R 16323 16326 7621 0 -1 4202560 94251 0 0 0 229383 69 0 0 20 0 20 0 5830607 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161710697008 140161317879374 0 4 0 16800975 0 0 0 -1 11 0 0 46 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16329] ppid=16323 vsize=13270076 CPUtime=11.32 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16329/stat : 16329 (java) S 16323 16326 7621 0 -1 1077944384 16252 0 0 0 1084 48 0 0 20 0 20 0 5830608 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161638594960 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16330] ppid=16323 vsize=13270076 CPUtime=11.66 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16330/stat : 16330 (java) S 16323 16326 7621 0 -1 1077944384 15918 0 0 0 1117 49 0 0 20 0 20 0 5830608 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161637542160 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16331] ppid=16323 vsize=13270076 CPUtime=11.5 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16331/stat : 16331 (java) S 16323 16326 7621 0 -1 1077944384 16524 0 0 0 1105 45 0 0 20 0 20 0 5830608 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161636489872 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16332] ppid=16323 vsize=13270076 CPUtime=11.34 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16332/stat : 16332 (java) S 16323 16326 7621 0 -1 1077944384 16709 0 0 0 1087 47 0 0 20 0 20 0 5830608 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161635437072 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16333] ppid=16323 vsize=13270076 CPUtime=11.5 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16333/stat : 16333 (java) S 16323 16326 7621 0 -1 1077944384 17586 0 0 0 1100 50 0 0 20 0 20 0 5830608 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161634384784 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16334] ppid=16323 vsize=13270076 CPUtime=11.23 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16334/stat : 16334 (java) S 16323 16326 7621 0 -1 1077944384 19457 0 0 0 1079 44 0 0 20 0 20 0 5830608 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161633331984 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16335] ppid=16323 vsize=13270076 CPUtime=11.41 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16335/stat : 16335 (java) S 16323 16326 7621 0 -1 1077944384 15831 0 0 0 1091 50 0 0 20 0 20 0 5830608 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161632279696 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16336] ppid=16323 vsize=13270076 CPUtime=11.45 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16336/stat : 16336 (java) S 16323 16326 7621 0 -1 1077944384 17047 0 0 0 1097 48 0 0 20 0 20 0 5830608 13588557824 280980 33554432000 4194304 4196468 140723002980144 140161631226896 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16337] ppid=16323 vsize=13270076 CPUtime=3.34 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16337/stat : 16337 (java) S 16323 16326 7621 0 -1 1077944384 37032 0 0 0 276 58 0 0 20 0 20 0 5830611 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160900913264 140161706470018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16338] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16338/stat : 16338 (java) S 16323 16326 7621 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 20 0 5830611 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160899859296 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16339] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16339/stat : 16339 (java) S 16323 16326 7621 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 20 0 5830612 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160898806912 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16340] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16340/stat : 16340 (java) S 16323 16326 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5830616 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160897755216 140161706477467 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16341] ppid=16323 vsize=13270076 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16341/stat : 16341 (java) S 16323 16326 7621 0 -1 1077944384 10693 0 0 0 265 2 0 0 20 0 20 0 5830616 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160896703088 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16342] ppid=16323 vsize=13270076 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16342/stat : 16342 (java) S 16323 16326 7621 0 -1 1077944384 11103 0 0 0 295 2 0 0 20 0 20 0 5830616 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160895650288 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16343] ppid=16323 vsize=13270076 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16343/stat : 16343 (java) S 16323 16326 7621 0 -1 1077944384 10398 0 0 0 252 2 0 0 20 0 20 0 5830616 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160894598000 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16344] ppid=16323 vsize=13270076 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16344/stat : 16344 (java) S 16323 16326 7621 0 -1 1077944384 24018 0 0 0 115 3 0 0 20 0 20 0 5830616 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160893545200 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16345] ppid=16323 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16345/stat : 16345 (java) S 16323 16326 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5830616 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160892492128 140161706469077 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
[pid=16326/tid=16346] ppid=16323 vsize=13270076 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/16326/task/16346/stat : 16346 (java) S 16323 16326 7621 0 -1 1077944384 1621 0 0 0 60 71 0 0 20 0 20 0 5830617 13588557824 280980 33554432000 4194304 4196468 140723002980144 140160891439408 140161706470018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 9355264 140723002983565 140723002983748 140723002983748 140723002986447 0
Current children cumulated CPU time (s) 2400.09
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 16326 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2313.22
CPU time (s): 2400.12
CPU user time (s): 2394.54
CPU system time (s): 5.58051
CPU usage (%): 103.757
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.54
system time used= 5.58051
maximum resident set size= 3505580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326336
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 173524
involuntary context switches= 146922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8462 second user time and 20.8576 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 08:40:28
IDJOB=4246775
IDBENCH=126237
IDSOLVER=2629
FILE ID=node124/4246775-1500705628
RUNJOBID= node124-1500696956-15262
PBS_JOBID= 20623343
Free space on /tmp= 61964 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-28-a4.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246775-1500705628/watcher-4246775-1500705628 -o /tmp/evaluation-result-4246775-1500705628/solver-4246775-1500705628 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15262 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1714057208 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246775-1500705628.xml

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

MD5SUM BENCH= 67703e3ced133509b42bcbc9f355bd8f
RANDOM SEED=1714057208

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.16
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		: 2400.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.16
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		: 1733.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.16
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		: 2668.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.16
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.16
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.16
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.16
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		: 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.16
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		: 2133.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:        31312160 kB
MemAvailable:   31606276 kB
Buffers:          125536 kB
Cached:           449996 kB
SwapCached:            0 kB
Active:           713952 kB
Inactive:         308472 kB
Active(anon):     450000 kB
Inactive(anon):     8744 kB
Active(file):     263952 kB
Inactive(file):   299728 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45148 kB
Writeback:             0 kB
AnonPages:        453000 kB
Mapped:            44924 kB
Shmem:              8840 kB
Slab:             126324 kB
SReclaimable:      92544 kB
SUnreclaim:        33780 kB
KernelStack:        4464 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1125284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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= 61920 MiB
End job on node124 at 2017-07-22 09:19:02