Trace number 4247734

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)67 2400.09 2333.81

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-24-03.xml
MD5SUM0635e1aa85568fae2d5bbba2ded3e0a0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67
Best CPU time to get the best result obtained on this benchmark1.50904
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size313
Distribution of domain sizes[{"size":1,"count":1},{"size":313,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":6},{"degree":5,"count":23},{"degree":6,"count":20},{"degree":7,"count":8},{"degree":8,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity35
Distribution of constraint arities[{"arity":2,"count":112},{"arity":27,"count":1},{"arity":28,"count":1},{"arity":31,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
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.33	c version: 2017-06-30
0.43/0.33	c seed: 603419089
0.43/0.33	c timeout: 2400
0.43/0.33	c memlimit: 15500
0.43/0.33	c nbcore: 8
0.43/0.35	c Parsing instance...
1.59/0.91	c Parsing done, starting search...
1.59/0.93	o 312
1.90/1.04	o 67
2400.06/2333.80	s SATISFIABLE
2400.06/2333.80	v <instantiation>
2400.06/2333.80	v 	<list>
2400.06/2333.80	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2400.06/2333.80	v 	</list>
2400.06/2333.80	v 	<values>
2400.06/2333.80	v 		0 0 0 0 2 7 7 2 7 4 7 10 10 15 17 17 6 10 24 29 24 24 37 6 29 9 15 2 7 11 40 24 30 19 16 33 21 33 33 41 24 36 32 17 44 44 41 48 49 30 38 42 46 37 48 54 50 47 60 49 55 67 
2400.06/2333.80	v 	</values>
2400.06/2333.80	v </instantiation>

Verifier Data

OK	67

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-4247734-1500722923/watcher-4247734-1500722923 -o /tmp/evaluation-result-4247734-1500722923/solver-4247734-1500722923 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500718253-14619 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 603419089 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247734-1500722923.xml 

pid=15182
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.69 1.51 1.44 3/261 15185
/proc/meminfo: memFree=30021344/32770624 swapFree=5844/300988
[pid=15185] ppid=15182 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 7561417 369864704 1925 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 90299 1925 1072 1 0 79210 0
[pid=15185/tid=15186] ppid=15182 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) S 15182 15185 14587 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 7561418 369864704 1925 33554432000 4194304 4196468 140721242274640 140660197554592 140660193323650 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0

[startup+0.100149 s]
/proc/loadavg: 1.69 1.51 1.44 3/261 15185
/proc/meminfo: memFree=30021344/32770624 swapFree=5844/300988
[pid=15185] ppid=15182 vsize=13263912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 6905 0 0 0 9 1 0 0 20 0 20 0 7561417 13582245888 7188 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3315978 7188 3373 1 0 3303698 0
[pid=15185/tid=15186] ppid=15182 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 4931 0 0 0 8 0 0 0 20 0 20 0 7561418 13582245888 7188 33554432000 4194304 4196468 140721242274640 140660197550512 140659793209201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200372 s]
/proc/loadavg: 1.69 1.51 1.44 3/261 15185
/proc/meminfo: memFree=30021344/32770624 swapFree=5844/300988
[pid=15185] ppid=15182 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 8990 0 0 0 25 2 0 0 20 0 20 0 7561417 13582245888 9044 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3315978 9044 3573 1 0 3303698 0
[pid=15185/tid=15186] ppid=15182 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 6726 0 0 0 16 1 0 0 20 0 20 0 7561418 13582245888 9044 33554432000 4194304 4196468 140721242274640 140660197540880 140660193334429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13263912

[startup+0.300403 s]
/proc/loadavg: 1.69 1.51 1.44 3/261 15185
/proc/meminfo: memFree=30021344/32770624 swapFree=5844/300988
[pid=15185] ppid=15182 vsize=13263912 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 9808 0 0 0 40 3 0 0 20 0 20 0 7561417 13582245888 10627 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3315986 10627 3613 1 0 3303706 0
[pid=15185/tid=15186] ppid=15182 vsize=13263912 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 7309 0 0 0 26 2 0 0 20 0 20 0 7561418 13582245888 10627 33554432000 4194304 4196468 140721242274640 140660197529824 140660186029607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700284 s]
/proc/loadavg: 1.69 1.51 1.44 3/261 15185
/proc/meminfo: memFree=30021344/32770624 swapFree=5844/300988
[pid=15185] ppid=15182 vsize=13265980 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 12506 0 0 0 116 4 0 0 20 0 20 0 7561417 13584363520 17386 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3316495 17386 3757 1 0 3304210 0
[pid=15185/tid=15186] ppid=15182 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 8876 0 0 0 64 3 0 0 20 0 20 0 7561418 13584363520 17386 33554432000 4194304 4196468 140721242274640 140660197548480 140660193324438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13265980

[startup+1.50109 s]
/proc/loadavg: 1.80 1.54 1.45 6/281 15205
/proc/meminfo: memFree=29931044/32770624 swapFree=5844/301032
[pid=15185] ppid=15182 vsize=13270076 CPUtime=3.99 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 24694 0 0 0 390 9 0 0 20 0 20 0 7561417 13588557824 36742 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3317519 36742 3793 1 0 3305234 0
[pid=15185/tid=15186] ppid=15182 vsize=13270076 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 12005 0 0 0 142 5 0 0 20 0 20 0 7561418 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660197546408 140659798931443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15188] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15188/stat : 15188 (java) S 15182 15185 14587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660125449232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15189] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15189/stat : 15189 (java) S 15182 15185 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660124396688 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15190] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15190/stat : 15190 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660123343632 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15191] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15191/stat : 15191 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660122291088 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15192] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15192/stat : 15192 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660121238032 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15193] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15193/stat : 15193 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660120185488 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15194] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15194/stat : 15194 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660119132432 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15195] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15195/stat : 15195 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 36742 33554432000 4194304 4196468 140721242274640 140660118079888 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15196] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15196/stat : 15196 (java) S 15182 15185 14587 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 7561420 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659386608368 140660193323650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15197] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15197/stat : 15197 (java) S 15182 15185 14587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659385554592 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15198] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15198/stat : 15198 (java) S 15182 15185 14587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659384501488 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15199] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15199/stat : 15199 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561424 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659383450064 140660193331099 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15200] ppid=15182 vsize=13270076 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15200/stat : 15200 (java) R 15182 15185 14587 0 -1 4202560 2778 0 0 0 61 1 0 0 20 0 20 0 7561424 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659382393536 140660178190929 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15201] ppid=15182 vsize=13270076 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15201/stat : 15201 (java) R 15182 15185 14587 0 -1 4202560 2216 0 0 0 61 0 0 0 20 0 20 0 7561424 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659381332384 140660178193736 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15202] ppid=15182 vsize=13270076 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15202/stat : 15202 (java) R 15182 15185 14587 0 -1 4202560 2645 0 0 0 65 0 0 0 20 0 20 0 7561424 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659380277664 140660186412350 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15203] ppid=15182 vsize=13270076 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15203/stat : 15203 (java) S 15182 15185 14587 0 -1 1077944384 3629 0 0 0 58 1 0 0 20 0 20 0 7561424 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659379239024 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15204] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15204/stat : 15204 (java) S 15182 15185 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7561425 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659378187232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15205] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15205/stat : 15205 (java) S 15182 15185 14587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 7561425 13588557824 36742 33554432000 4194304 4196468 140721242274640 140659377134768 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 13270076

[startup+3.10084 s]
/proc/loadavg: 1.80 1.54 1.45 3/281 15205
/proc/meminfo: memFree=29815424/32770624 swapFree=5844/301032
[pid=15185] ppid=15182 vsize=13270076 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 28275 0 0 0 661 18 0 0 20 0 20 0 7561417 13588557824 58529 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3317519 58529 3824 1 0 3305234 0
[pid=15185/tid=15186] ppid=15182 vsize=13270076 CPUtime=3.03 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 12350 0 0 0 297 6 0 0 20 0 20 0 7561418 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660197546872 140659799433731 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15188] ppid=15182 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15188/stat : 15188 (java) S 15182 15185 14587 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 20 0 7561419 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660125449232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15189] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15189/stat : 15189 (java) S 15182 15185 14587 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 7561419 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660124396688 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15190] ppid=15182 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15190/stat : 15190 (java) S 15182 15185 14587 0 -1 1077944384 223 0 0 0 1 0 0 0 20 0 20 0 7561419 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660123343632 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15191] ppid=15182 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15191/stat : 15191 (java) S 15182 15185 14587 0 -1 1077944384 296 0 0 0 0 1 0 0 20 0 20 0 7561419 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660122291088 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15192] ppid=15182 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15192/stat : 15192 (java) S 15182 15185 14587 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 7561419 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660121238032 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15193] ppid=15182 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15193/stat : 15193 (java) S 15182 15185 14587 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 20 0 7561419 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660120185488 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15194] ppid=15182 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15194/stat : 15194 (java) S 15182 15185 14587 0 -1 1077944384 52 0 0 0 0 1 0 0 20 0 20 0 7561419 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660119132432 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15195] ppid=15182 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15195/stat : 15195 (java) S 15182 15185 14587 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 7561419 13588557824 58529 33554432000 4194304 4196468 140721242274640 140660118079888 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15196] ppid=15182 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15196/stat : 15196 (java) S 15182 15185 14587 0 -1 1077944384 302 0 0 0 1 0 0 0 20 0 20 0 7561420 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659386608368 140660193323650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15197] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15197/stat : 15197 (java) S 15182 15185 14587 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659385554656 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15198] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15198/stat : 15198 (java) S 15182 15185 14587 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659384501504 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15199] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15199/stat : 15199 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561424 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659383450064 140660193331099 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15200] ppid=15182 vsize=13270076 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15200/stat : 15200 (java) S 15182 15185 14587 0 -1 1077944384 3073 0 0 0 91 1 0 0 20 0 20 0 7561424 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659382397168 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15201] ppid=15182 vsize=13270076 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15201/stat : 15201 (java) S 15182 15185 14587 0 -1 1077944384 2609 0 0 0 93 0 0 0 20 0 20 0 7561424 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659381344624 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15202] ppid=15182 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15202/stat : 15202 (java) S 15182 15185 14587 0 -1 1077944384 3032 0 0 0 99 1 0 0 20 0 20 0 7561424 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659380291568 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15203] ppid=15182 vsize=13270076 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15203/stat : 15203 (java) S 15182 15185 14587 0 -1 1077944384 4710 0 0 0 68 1 0 0 20 0 20 0 7561424 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659379239024 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15204] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15204/stat : 15204 (java) S 15182 15185 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7561425 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659378187232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15205] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15205/stat : 15205 (java) S 15182 15185 14587 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 7561425 13588557824 58529 33554432000 4194304 4196468 140721242274640 140659377134768 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 13270076

[startup+6.30084 s]
/proc/loadavg: 1.80 1.54 1.45 3/281 15205
/proc/meminfo: memFree=29484740/32770624 swapFree=5844/301032
[pid=15185] ppid=15182 vsize=13270076 CPUtime=11.11 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 30412 0 0 0 1080 31 0 0 20 0 20 0 7561417 13588557824 152241 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3317519 152241 3829 1 0 3305234 0
[pid=15185/tid=15186] ppid=15182 vsize=13270076 CPUtime=6.2 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 12964 0 0 0 609 11 0 0 20 0 20 0 7561418 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660197548344 140659800324361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15188] ppid=15182 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15188/stat : 15188 (java) S 15182 15185 14587 0 -1 1077944384 49 0 0 0 2 1 0 0 20 0 20 0 7561419 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660125449232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15189] ppid=15182 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15189/stat : 15189 (java) S 15182 15185 14587 0 -1 1077944384 16 0 0 0 0 1 0 0 20 0 20 0 7561419 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660124396688 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15190] ppid=15182 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15190/stat : 15190 (java) S 15182 15185 14587 0 -1 1077944384 238 0 0 0 1 1 0 0 20 0 20 0 7561419 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660123343632 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15191] ppid=15182 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15191/stat : 15191 (java) S 15182 15185 14587 0 -1 1077944384 305 0 0 0 1 2 0 0 20 0 20 0 7561419 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660122291088 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15192] ppid=15182 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15192/stat : 15192 (java) S 15182 15185 14587 0 -1 1077944384 60 0 0 0 2 1 0 0 20 0 20 0 7561419 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660121238032 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15193] ppid=15182 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15193/stat : 15193 (java) S 15182 15185 14587 0 -1 1077944384 42 0 0 0 1 2 0 0 20 0 20 0 7561419 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660120185488 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15194] ppid=15182 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15194/stat : 15194 (java) S 15182 15185 14587 0 -1 1077944384 61 0 0 0 1 2 0 0 20 0 20 0 7561419 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660119132432 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15195] ppid=15182 vsize=13270076 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15195/stat : 15195 (java) S 15182 15185 14587 0 -1 1077944384 55 0 0 0 2 1 0 0 20 0 20 0 7561419 13588557824 152241 33554432000 4194304 4196468 140721242274640 140660118079888 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15196] ppid=15182 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15196/stat : 15196 (java) S 15182 15185 14587 0 -1 1077944384 673 0 0 0 2 0 0 0 20 0 20 0 7561420 13588557824 152241 33554432000 4194304 4196468 140721242274640 140659386608368 140660193323650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15197] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15197/stat : 15197 (java) S 15182 15185 14587 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 152241 33554432000 4194304 4196468 140721242274640 140659385554656 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15198] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15198/stat : 15198 (java) S 15182 15185 14587 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 152241 33554432000 4194304 4196468 140721242274640 140659384501504 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15199] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=15185/tid=15201] ppid=15182 vsize=13270076 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15201/stat : 15201 (java) S 15182 15185 14587 0 -1 1077944384 8730 0 0 0 135 1 0 0 20 0 20 0 7561424 13588557824 71241 33554432000 4194304 4196468 140721242274640 140659381344624 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15202] ppid=15182 vsize=13270076 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15202/stat : 15202 (java) S 15182 15185 14587 0 -1 1077944384 12181 0 0 0 141 2 0 0 20 0 20 0 7561424 13588557824 71241 33554432000 4194304 4196468 140721242274640 140659380291568 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15203] ppid=15182 vsize=13270076 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15203/stat : 15203 (java) S 15182 15185 14587 0 -1 1077944384 9557 0 0 0 75 2 0 0 20 0 20 0 7561424 13588557824 71241 33554432000 4194304 4196468 140721242274640 140659379239024 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15204] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15204/stat : 15204 (java) S 15182 15185 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7561425 13588557824 71241 33554432000 4194304 4196468 140721242274640 140659378187232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15205] ppid=15182 vsize=13270076 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15205/stat : 15205 (java) S 15182 15185 14587 0 -1 1077944384 888 0 0 0 45 61 0 0 20 0 20 0 7561425 13588557824 71241 33554432000 4194304 4196468 140721242274640 140659377134768 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 2265.03
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.22 1.35 1.43 3/281 15296
/proc/meminfo: memFree=30366192/32770624 swapFree=5844/303008
[pid=15185] ppid=15182 vsize=13270076 CPUtime=2326.54 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 149462 0 0 0 232084 570 0 0 20 0 20 0 7561417 13588557824 75209 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3317519 75209 3837 1 0 3305234 0
[pid=15185/tid=15186] ppid=15182 vsize=13270076 CPUtime=2244.01 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 53370 0 0 0 224373 28 0 0 20 0 20 0 7561418 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660197550800 140659797948693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15188] ppid=15182 vsize=13270076 CPUtime=8.9 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15188/stat : 15188 (java) S 15182 15185 14587 0 -1 1077944384 5469 0 0 0 834 56 0 0 20 0 20 0 7561419 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660125449232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15189] ppid=15182 vsize=13270076 CPUtime=8.91 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15189/stat : 15189 (java) S 15182 15185 14587 0 -1 1077944384 4312 0 0 0 831 60 0 0 20 0 20 0 7561419 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660124396688 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15190] ppid=15182 vsize=13270076 CPUtime=8.82 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15190/stat : 15190 (java) S 15182 15185 14587 0 -1 1077944384 7095 0 0 0 827 55 0 0 20 0 20 0 7561419 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660123343632 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15191] ppid=15182 vsize=13270076 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15191/stat : 15191 (java) S 15182 15185 14587 0 -1 1077944384 5125 0 0 0 817 60 0 0 20 0 20 0 7561419 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660122291088 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15192] ppid=15182 vsize=13270076 CPUtime=8.9 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15192/stat : 15192 (java) S 15182 15185 14587 0 -1 1077944384 5921 0 0 0 832 58 0 0 20 0 20 0 7561419 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660121238032 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15193] ppid=15182 vsize=13270076 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15193/stat : 15193 (java) S 15182 15185 14587 0 -1 1077944384 4830 0 0 0 835 60 0 0 20 0 20 0 7561419 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660120185488 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15194] ppid=15182 vsize=13270076 CPUtime=8.85 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15194/stat : 15194 (java) S 15182 15185 14587 0 -1 1077944384 5138 0 0 0 823 62 0 0 20 0 20 0 7561419 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660119132432 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15195] ppid=15182 vsize=13270076 CPUtime=8.91 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15195/stat : 15195 (java) S 15182 15185 14587 0 -1 1077944384 6596 0 0 0 831 60 0 0 20 0 20 0 7561419 13588557824 75209 33554432000 4194304 4196468 140721242274640 140660118079888 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15196] ppid=15182 vsize=13270076 CPUtime=5.02 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15196/stat : 15196 (java) S 15182 15185 14587 0 -1 1077944384 9117 0 0 0 448 54 0 0 20 0 20 0 7561420 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659386608368 140660193323650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15197] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15197/stat : 15197 (java) S 15182 15185 14587 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659385554656 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15198] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15198/stat : 15198 (java) S 15182 15185 14587 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659384501504 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15199] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15199/stat : 15199 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561424 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659383450064 140660193331099 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15200] ppid=15182 vsize=13270076 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15200/stat : 15200 (java) S 15182 15185 14587 0 -1 1077944384 9685 0 0 0 168 2 0 0 20 0 20 0 7561424 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659382397168 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15201] ppid=15182 vsize=13270076 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15201/stat : 15201 (java) S 15182 15185 14587 0 -1 1077944384 8730 0 0 0 135 1 0 0 20 0 20 0 7561424 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659381344624 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15202] ppid=15182 vsize=13270076 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15202/stat : 15202 (java) S 15182 15185 14587 0 -1 1077944384 12181 0 0 0 141 2 0 0 20 0 20 0 7561424 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659380291568 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15203] ppid=15182 vsize=13270076 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15203/stat : 15203 (java) S 15182 15185 14587 0 -1 1077944384 9557 0 0 0 75 2 0 0 20 0 20 0 7561424 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659379239024 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15204] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15204/stat : 15204 (java) S 15182 15185 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7561425 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659378187232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15205] ppid=15182 vsize=13270076 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15205/stat : 15205 (java) S 15182 15185 14587 0 -1 1077944384 901 0 0 0 46 62 0 0 20 0 20 0 7561425 13588557824 75209 33554432000 4194304 4196468 140721242274640 140659377134768 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 2326.54
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.41 1.38 1.43 3/282 15385
/proc/meminfo: memFree=31083948/32770624 swapFree=5844/303092
[pid=15185] ppid=15182 vsize=13270076 CPUtime=2388.3 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 152438 0 0 0 238252 578 0 0 20 0 20 0 7561417 13588557824 74538 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3317519 74538 3837 1 0 3305234 0
[pid=15185/tid=15186] ppid=15182 vsize=13270076 CPUtime=2303.51 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 55268 0 0 0 230322 29 0 0 20 0 20 0 7561418 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660197550784 140659799647448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15188] ppid=15182 vsize=13270076 CPUtime=9.17 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15188/stat : 15188 (java) S 15182 15185 14587 0 -1 1077944384 5638 0 0 0 860 57 0 0 20 0 20 0 7561419 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660125449232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15189] ppid=15182 vsize=13270076 CPUtime=9.18 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15189/stat : 15189 (java) S 15182 15185 14587 0 -1 1077944384 4433 0 0 0 858 60 0 0 20 0 20 0 7561419 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660124396688 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15190] ppid=15182 vsize=13270076 CPUtime=9.06 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15190/stat : 15190 (java) S 15182 15185 14587 0 -1 1077944384 7199 0 0 0 851 55 0 0 20 0 20 0 7561419 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660123343632 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15191] ppid=15182 vsize=13270076 CPUtime=9.06 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15191/stat : 15191 (java) S 15182 15185 14587 0 -1 1077944384 5212 0 0 0 845 61 0 0 20 0 20 0 7561419 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660122291088 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15192] ppid=15182 vsize=13270076 CPUtime=9.18 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15192/stat : 15192 (java) S 15182 15185 14587 0 -1 1077944384 6014 0 0 0 859 59 0 0 20 0 20 0 7561419 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660121238032 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15193] ppid=15182 vsize=13270076 CPUtime=9.19 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15193/stat : 15193 (java) S 15182 15185 14587 0 -1 1077944384 4906 0 0 0 859 60 0 0 20 0 20 0 7561419 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660120185488 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15194] ppid=15182 vsize=13270076 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15194/stat : 15194 (java) S 15182 15185 14587 0 -1 1077944384 5231 0 0 0 849 63 0 0 20 0 20 0 7561419 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660119132432 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15195] ppid=15182 vsize=13270076 CPUtime=9.18 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15195/stat : 15195 (java) S 15182 15185 14587 0 -1 1077944384 6710 0 0 0 856 62 0 0 20 0 20 0 7561419 13588557824 74538 33554432000 4194304 4196468 140721242274640 140660118079888 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15196] ppid=15182 vsize=13270076 CPUtime=5.14 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15196/stat : 15196 (java) S 15182 15185 14587 0 -1 1077944384 9316 0 0 0 459 55 0 0 20 0 20 0 7561420 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659386608368 140660193323650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15197] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15197/stat : 15197 (java) S 15182 15185 14587 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659385554656 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15198] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15198/stat : 15198 (java) S 15182 15185 14587 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659384501504 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15199] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15199/stat : 15199 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561424 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659383450064 140660193331099 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15200] ppid=15182 vsize=13270076 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15200/stat : 15200 (java) S 15182 15185 14587 0 -1 1077944384 9687 0 0 0 168 2 0 0 20 0 20 0 7561424 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659382397168 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15201] ppid=15182 vsize=13270076 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15201/stat : 15201 (java) S 15182 15185 14587 0 -1 1077944384 8732 0 0 0 135 1 0 0 20 0 20 0 7561424 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659381344624 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15202] ppid=15182 vsize=13270076 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15202/stat : 15202 (java) S 15182 15185 14587 0 -1 1077944384 12183 0 0 0 141 2 0 0 20 0 20 0 7561424 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659380291568 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15203] ppid=15182 vsize=13270076 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15203/stat : 15203 (java) S 15182 15185 14587 0 -1 1077944384 9559 0 0 0 75 2 0 0 20 0 20 0 7561424 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659379239024 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15204] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15204/stat : 15204 (java) S 15182 15185 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7561425 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659378187232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15205] ppid=15182 vsize=13270076 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15205/stat : 15205 (java) S 15182 15185 14587 0 -1 1077944384 915 0 0 0 47 64 0 0 20 0 20 0 7561425 13588557824 74538 33554432000 4194304 4196468 140721242274640 140659377134768 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 2388.3
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2333.8 s]
/proc/loadavg: 1.50 1.40 1.44 3/282 15385
/proc/meminfo: memFree=31087108/32770624 swapFree=5844/303104
[pid=15185] ppid=15182 vsize=13270076 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/15185/stat : 15185 (java) S 15182 15185 14587 0 -1 1077944320 152503 0 0 0 239426 580 0 0 20 0 20 0 7561417 13588557824 73414 33554432000 4194304 4196468 140721242274640 140721242257184 140660193312503 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
/proc/15185/statm: 3317519 73414 3837 1 0 3305234 0
[pid=15185/tid=15186] ppid=15182 vsize=13270076 CPUtime=2314.91 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15186/stat : 15186 (java) R 15182 15185 14587 0 -1 4202560 55308 0 0 0 231462 29 0 0 20 0 20 0 7561418 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660197550912 140659799647448 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15188] ppid=15182 vsize=13270076 CPUtime=9.2 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15188/stat : 15188 (java) S 15182 15185 14587 0 -1 1077944384 5638 0 0 0 863 57 0 0 20 0 20 0 7561419 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660125449232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15189] ppid=15182 vsize=13270076 CPUtime=9.22 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15189/stat : 15189 (java) S 15182 15185 14587 0 -1 1077944384 4437 0 0 0 862 60 0 0 20 0 20 0 7561419 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660124396688 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15190] ppid=15182 vsize=13270076 CPUtime=9.09 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15190/stat : 15190 (java) S 15182 15185 14587 0 -1 1077944384 7200 0 0 0 854 55 0 0 20 0 20 0 7561419 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660123343632 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15191] ppid=15182 vsize=13270076 CPUtime=9.1 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15191/stat : 15191 (java) S 15182 15185 14587 0 -1 1077944384 5226 0 0 0 849 61 0 0 20 0 20 0 7561419 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660122291088 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15192] ppid=15182 vsize=13270076 CPUtime=9.22 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15192/stat : 15192 (java) S 15182 15185 14587 0 -1 1077944384 6015 0 0 0 863 59 0 0 20 0 20 0 7561419 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660121238032 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15193] ppid=15182 vsize=13270076 CPUtime=9.24 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15193/stat : 15193 (java) S 15182 15185 14587 0 -1 1077944384 4906 0 0 0 864 60 0 0 20 0 20 0 7561419 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660120185488 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15194] ppid=15182 vsize=13270076 CPUtime=9.15 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15194/stat : 15194 (java) S 15182 15185 14587 0 -1 1077944384 5231 0 0 0 852 63 0 0 20 0 20 0 7561419 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660119132432 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15195] ppid=15182 vsize=13270076 CPUtime=9.22 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15195/stat : 15195 (java) S 15182 15185 14587 0 -1 1077944384 6710 0 0 0 860 62 0 0 20 0 20 0 7561419 13588557824 73414 33554432000 4194304 4196468 140721242274640 140660118079888 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15196] ppid=15182 vsize=13270076 CPUtime=5.18 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15196/stat : 15196 (java) S 15182 15185 14587 0 -1 1077944384 9319 0 0 0 462 56 0 0 20 0 20 0 7561420 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659386608368 140660193323650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15197] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15197/stat : 15197 (java) S 15182 15185 14587 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659385554656 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15198] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15198/stat : 15198 (java) S 15182 15185 14587 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 7561421 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659384501504 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15199] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15199/stat : 15199 (java) S 15182 15185 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7561424 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659383450064 140660193331099 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15200] ppid=15182 vsize=13270076 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15200/stat : 15200 (java) S 15182 15185 14587 0 -1 1077944384 9687 0 0 0 168 2 0 0 20 0 20 0 7561424 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659382397168 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15201] ppid=15182 vsize=13270076 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15201/stat : 15201 (java) S 15182 15185 14587 0 -1 1077944384 8732 0 0 0 135 1 0 0 20 0 20 0 7561424 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659381344624 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15202] ppid=15182 vsize=13270076 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15202/stat : 15202 (java) S 15182 15185 14587 0 -1 1077944384 12183 0 0 0 141 2 0 0 20 0 20 0 7561424 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659380291568 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15203] ppid=15182 vsize=13270076 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15203/stat : 15203 (java) S 15182 15185 14587 0 -1 1077944384 9559 0 0 0 75 2 0 0 20 0 20 0 7561424 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659379239024 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15204] ppid=15182 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15204/stat : 15204 (java) S 15182 15185 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7561425 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659378187232 140660193322709 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
[pid=15185/tid=15205] ppid=15182 vsize=13270076 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/15185/task/15205/stat : 15205 (java) S 15182 15185 14587 0 -1 1077944384 917 0 0 0 47 64 0 0 20 0 20 0 7561425 13588557824 73414 33554432000 4194304 4196468 140721242274640 140659377134768 140660193323650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140721242281104 140721242281284 140721242281284 140721242283983 0
Current children cumulated CPU time (s) 2400.06
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 15185 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2333.81
CPU time (s): 2400.09
CPU user time (s): 2394.28
CPU system time (s): 5.81031
CPU usage (%): 102.84
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.28
system time used= 5.81031
maximum resident set size= 628752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278041
involuntary context switches= 167334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9671 second user time and 20.4905 second system time

The end

Launcher Data

Begin job on node112 at 2017-07-22 13:28:43
IDJOB=4247734
IDBENCH=128586
IDSOLVER=2627
FILE ID=node112/4247734-1500722923
RUNJOBID= node112-1500718253-14619
PBS_JOBID= 20623367
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-24-03.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-4247734-1500722923/watcher-4247734-1500722923 -o /tmp/evaluation-result-4247734-1500722923/solver-4247734-1500722923 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500718253-14619 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 603419089 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247734-1500722923.xml

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

MD5SUM BENCH= 0635e1aa85568fae2d5bbba2ded3e0a0
RANDOM SEED=603419089

node112.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.79
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		: 2668.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.79
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		: 2000.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.79
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		: 2400.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		: 2133.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.79
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		: 2267.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		: 1867.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.79
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		: 2400.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.79
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		: 1733.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		: 1733.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.79
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.79
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:        30021992 kB
MemAvailable:   30318140 kB
Buffers:          127000 kB
Cached:           451296 kB
SwapCached:            0 kB
Active:          2003428 kB
Inactive:         309688 kB
Active(anon):    1738136 kB
Inactive(anon):     8700 kB
Active(file):     265292 kB
Inactive(file):   300988 kB
Unevictable:        5844 kB
Mlocked:            5844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42220 kB
Writeback:            16 kB
AnonPages:       1741008 kB
Mapped:            45308 kB
Shmem:              8840 kB
Slab:             125036 kB
SReclaimable:      91404 kB
SUnreclaim:        33632 kB
KernelStack:        4496 kB
PageTables:         8584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2681088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1609728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61936 MiB
End job on node112 at 2017-07-22 14:07:37