Trace number 4247720

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)69 2400.03 2341.31

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-36-08.xml
MD5SUM0b1e0c7924bcaa294ffaf4f952f89b7c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark0.76421201
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size335
Distribution of domain sizes[{"size":1,"count":1},{"size":335,"count":61}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":43},{"degree":6,"count":9},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":131},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":17,"count":1},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"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.30	c version: 2017-06-30
0.43/0.30	c seed: 607608249
0.43/0.30	c timeout: 2400
0.43/0.30	c memlimit: 15500
0.43/0.30	c nbcore: 8
0.43/0.32	c Parsing instance...
1.36/0.85	c Parsing done, starting search...
1.36/0.86	o 334
1.93/1.10	o 69
2400.00/2341.30	s SATISFIABLE
2400.00/2341.30	v <instantiation>
2400.00/2341.30	v 	<list>
2400.00/2341.30	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.00/2341.30	v 	</list>
2400.00/2341.30	v 	<values>
2400.00/2341.30	v 		0 0 0 0 3 5 6 6 9 6 9 17 17 6 12 11 19 12 13 27 12 22 20 20 22 27 23 11 18 21 28 36 8 13 32 19 38 15 37 37 23 31 31 33 35 48 42 47 40 32 54 57 42 49 57 52 33 45 60 62 47 69 
2400.00/2341.30	v 	</values>
2400.00/2341.30	v </instantiation>

Verifier Data

OK	69

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

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

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


[startup+0 s]
/proc/loadavg: 1.38 1.37 1.37 2/262 17631
/proc/meminfo: memFree=29939196/32770624 swapFree=5832/308252
[pid=17631] ppid=17628 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 7457705 369864704 1925 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 90299 1925 1072 1 0 79210 0
[pid=17631/tid=17632] ppid=17628 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) S 17628 17631 16458 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 7457705 369864704 1925 33554432000 4194304 4196468 140728012355312 139901272770976 139901268540034 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0

[startup+0.100062 s]
/proc/loadavg: 1.38 1.37 1.37 2/262 17631
/proc/meminfo: memFree=29939196/32770624 swapFree=5832/308252
[pid=17631] ppid=17628 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 6398 0 0 0 8 2 0 0 20 0 20 0 7457705 13582245888 7128 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3315978 7128 3296 1 0 3303698 0
[pid=17631/tid=17632] ppid=17628 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 4464 0 0 0 7 1 0 0 20 0 20 0 7457705 13582245888 7128 33554432000 4194304 4196468 140728012355312 139901272758640 139900860032599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200411 s]
/proc/loadavg: 1.38 1.37 1.37 2/262 17631
/proc/meminfo: memFree=29939196/32770624 swapFree=5832/308252
[pid=17631] ppid=17628 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 8699 0 0 0 23 3 0 0 20 0 20 0 7457705 13582245888 9232 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3315978 9232 3555 1 0 3303698 0
[pid=17631/tid=17632] ppid=17628 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 6411 0 0 0 16 2 0 0 20 0 20 0 7457705 13582245888 9232 33554432000 4194304 4196468 140728012355312 139901272737040 139901252609374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300385 s]
/proc/loadavg: 1.38 1.37 1.37 2/262 17631
/proc/meminfo: memFree=29939196/32770624 swapFree=5832/308252
[pid=17631] ppid=17628 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 9653 0 0 0 39 4 0 0 20 0 20 0 7457705 13582245888 11410 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3315978 11410 3619 1 0 3303698 0
[pid=17631/tid=17632] ppid=17628 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 7095 0 0 0 25 2 0 0 20 0 20 0 7457705 13582245888 11410 33554432000 4194304 4196468 140728012355312 139901272743104 139901268550813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700218 s]
/proc/loadavg: 1.38 1.37 1.37 2/262 17631
/proc/meminfo: memFree=29939196/32770624 swapFree=5832/308252
[pid=17631] ppid=17628 vsize=13268028 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 12101 0 0 0 115 6 0 0 20 0 20 0 7457705 13586460672 17977 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3317007 17977 3760 1 0 3304722 0
[pid=17631/tid=17632] ppid=17628 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 8384 0 0 0 64 3 0 0 20 0 20 0 7457705 13586460672 17977 33554432000 4194304 4196468 140728012355312 139901272757216 139901268550813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13268028

[startup+1.50102 s]
/proc/loadavg: 1.38 1.37 1.37 6/282 17651
/proc/meminfo: memFree=29842912/32770624 swapFree=5832/308288
[pid=17631] ppid=17628 vsize=13270076 CPUtime=4.1 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 22601 0 0 0 400 10 0 0 20 0 20 0 7457705 13588557824 39099 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3317519 39099 3792 1 0 3305234 0
[pid=17631/tid=17632] ppid=17628 vsize=13270076 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 11418 0 0 0 141 5 0 0 20 0 20 0 7457705 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901272762744 139900864199751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17634] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17634/stat : 17634 (java) S 17628 17631 16458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901187008784 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17635] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17635/stat : 17635 (java) S 17628 17631 16458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901185956240 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17636] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17636/stat : 17636 (java) S 17628 17631 16458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901184903696 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17637] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17637/stat : 17637 (java) S 17628 17631 16458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901183851152 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17638] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17638/stat : 17638 (java) S 17628 17631 16458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901182798608 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17639] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17639/stat : 17639 (java) S 17628 17631 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901181746064 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17640] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17640/stat : 17640 (java) S 17628 17631 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901180693520 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17641] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17641/stat : 17641 (java) S 17628 17631 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 39099 33554432000 4194304 4196468 140728012355312 139901179640976 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17642] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17642/stat : 17642 (java) S 17628 17631 16458 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 7457708 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900597176304 139901268540034 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17643] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17643/stat : 17643 (java) S 17628 17631 16458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900596122528 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17644] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17644/stat : 17644 (java) S 17628 17631 16458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900595069936 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17645] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17645/stat : 17645 (java) S 17628 17631 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900594018512 139901268547483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17646] ppid=17628 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17646/stat : 17646 (java) R 17628 17631 16458 0 -1 4202560 2158 0 0 0 67 0 0 0 20 0 20 0 7457712 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900592957456 139901249877502 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17647] ppid=17628 vsize=13270076 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17647/stat : 17647 (java) R 17628 17631 16458 0 -1 4202560 2385 0 0 0 65 1 0 0 20 0 20 0 7457712 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900591898544 139901253453234 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17648] ppid=17628 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17648/stat : 17648 (java) R 17628 17631 16458 0 -1 4202560 2307 0 0 0 64 0 0 0 20 0 20 0 7457712 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900590860224 139901268532226 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17649] ppid=17628 vsize=13270076 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17649/stat : 17649 (java) S 17628 17631 16458 0 -1 1077944384 2899 0 0 0 60 1 0 0 20 0 20 0 7457712 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900589808496 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17650] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17650/stat : 17650 (java) S 17628 17631 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900588755168 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17651] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17651/stat : 17651 (java) S 17628 17631 16458 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 7457713 13588557824 39099 33554432000 4194304 4196468 140728012355312 139900587702704 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 13270076

[startup+3.10085 s]
/proc/loadavg: 1.38 1.37 1.37 4/282 17651
/proc/meminfo: memFree=29749912/32770624 swapFree=5832/308300
[pid=17631] ppid=17628 vsize=13270076 CPUtime=6.76 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 24848 0 0 0 662 14 0 0 20 0 20 0 7457705 13588557824 54809 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3317519 54809 3826 1 0 3305234 0
[pid=17631/tid=17632] ppid=17628 vsize=13270076 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 11714 0 0 0 298 6 0 0 20 0 20 0 7457705 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901272764824 139900865612589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17634] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17634/stat : 17634 (java) S 17628 17631 16458 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901187008784 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17635] ppid=17628 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17635/stat : 17635 (java) S 17628 17631 16458 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 20 0 7457706 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901185956240 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17636] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17636/stat : 17636 (java) S 17628 17631 16458 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901184903696 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17637] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17637/stat : 17637 (java) S 17628 17631 16458 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901183851152 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17638] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17638/stat : 17638 (java) S 17628 17631 16458 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901182798608 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17639] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17639/stat : 17639 (java) S 17628 17631 16458 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901181746064 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17640] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17640/stat : 17640 (java) S 17628 17631 16458 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901180693520 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17641] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17641/stat : 17641 (java) S 17628 17631 16458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 7457706 13588557824 54809 33554432000 4194304 4196468 140728012355312 139901179640976 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17642] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17642/stat : 17642 (java) S 17628 17631 16458 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 20 0 7457708 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900597176304 139901268540034 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17643] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17643/stat : 17643 (java) S 17628 17631 16458 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900596122592 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17644] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17644/stat : 17644 (java) S 17628 17631 16458 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900595069952 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17645] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17645/stat : 17645 (java) S 17628 17631 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900594018512 139901268547483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17646] ppid=17628 vsize=13270076 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17646/stat : 17646 (java) R 17628 17631 16458 0 -1 4202560 2422 0 0 0 89 0 0 0 20 0 20 0 7457712 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900592966424 139901253427263 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17647] ppid=17628 vsize=13270076 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17647/stat : 17647 (java) S 17628 17631 16458 0 -1 1077944384 2554 0 0 0 97 1 0 0 20 0 20 0 7457712 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900591913584 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17648] ppid=17628 vsize=13270076 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17648/stat : 17648 (java) S 17628 17631 16458 0 -1 1077944384 2437 0 0 0 104 0 0 0 20 0 20 0 7457712 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900590861040 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17649] ppid=17628 vsize=13270076 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17649/stat : 17649 (java) S 17628 17631 16458 0 -1 1077944384 3387 0 0 0 65 1 0 0 20 0 20 0 7457712 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900589808496 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17650] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17650/stat : 17650 (java) S 17628 17631 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900588755168 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17651] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17651/stat : 17651 (java) S 17628 17631 16458 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 7457713 13588557824 54809 33554432000 4194304 4196468 140728012355312 139900587702704 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 13270076

[startup+6.30085 s]
/proc/loadavg: 1.35 1.37 1.37 3/282 17651
/proc/meminfo: memFree=29754184/32770624 swapFree=5832/308300
[pid=17631] ppid=17628 vsize=13270076 CPUtime=10.91 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 27613 0 0 0 1072 19 0 0 20 0 20 0 7457705 13588557824 55258 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3317519 55258 3830 1 0 3305234 0
[pid=17631/tid=17632] ppid=17628 vsize=13270076 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 12163 0 0 0 614 6 0 0 20 0 20 0 7457705 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901272764760 139900863838413 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17634] ppid=17628 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17634/stat : 17634 (java) S 17628 17631 16458 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 20 0 7457706 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901187008784 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17635] ppid=17628 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17635/stat : 17635 (java) S 17628 17631 16458 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 7457706 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901185956240 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17636] ppid=17628 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17636/stat : 17636 (java) S 17628 17631 16458 0 -1 1077944384 51 0 0 0 1 1 0 0 20 0 20 0 7457706 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901184903696 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17637] ppid=17628 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17637/stat : 17637 (java) S 17628 17631 16458 0 -1 1077944384 59 0 0 0 1 1 0 0 20 0 20 0 7457706 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901183851152 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17638] ppid=17628 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17638/stat : 17638 (java) S 17628 17631 16458 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 20 0 7457706 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901182798608 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17639] ppid=17628 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17639/stat : 17639 (java) S 17628 17631 16458 0 -1 1077944384 199 0 0 0 2 0 0 0 20 0 20 0 7457706 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901181746064 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17640] ppid=17628 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17640/stat : 17640 (java) S 17628 17631 16458 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 20 0 7457706 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901180693520 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17641] ppid=17628 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17641/stat : 17641 (java) S 17628 17631 16458 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 7457706 13588557824 55258 33554432000 4194304 4196468 140728012355312 139901179640976 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17642] ppid=17628 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17642/stat : 17642 (java) S 17628 17631 16458 0 -1 1077944384 301 0 0 0 2 0 0 0 20 0 20 0 7457708 13588557824 55258 33554432000 4194304 4196468 140728012355312 139900597176304 139901268540034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17643] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17643/stat : 17643 (java) S 17628 17631 16458 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 55258 33554432000 4194304 4196468 140728012355312 139900596122592 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17644] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17644/stat : 17644 (java) S 17628 17631 16458 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 55258 33554432000 4194304 4196468 140728012355312 139900595069952 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17645] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=17631/tid=17647] ppid=17628 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17647/stat : 17647 (java) S 17628 17631 16458 0 -1 1077944384 7618 0 0 0 122 2 0 0 20 0 20 0 7457712 13588557824 54389 33554432000 4194304 4196468 140728012355312 139900591913584 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17648] ppid=17628 vsize=13270076 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17648/stat : 17648 (java) S 17628 17631 16458 0 -1 1077944384 9346 0 0 0 182 1 0 0 20 0 20 0 7457712 13588557824 54389 33554432000 4194304 4196468 140728012355312 139900590861040 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17649] ppid=17628 vsize=13270076 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17649/stat : 17649 (java) S 17628 17631 16458 0 -1 1077944384 6968 0 0 0 71 2 0 0 20 0 20 0 7457712 13588557824 54389 33554432000 4194304 4196468 140728012355312 139900589808496 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17650] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17650/stat : 17650 (java) S 17628 17631 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 54389 33554432000 4194304 4196468 140728012355312 139900588755168 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17651] ppid=17628 vsize=13270076 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17651/stat : 17651 (java) S 17628 17631 16458 0 -1 1077944384 681 0 0 0 59 55 0 0 20 0 20 0 7457713 13588557824 54389 33554432000 4194304 4196468 140728012355312 139900587702704 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 2319.32
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.70 1.48 1.40 4/281 17815
/proc/meminfo: memFree=29683316/32770624 swapFree=5832/310916
[pid=17631] ppid=17628 vsize=13270076 CPUtime=2380.64 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 140041 0 0 0 237623 441 0 0 20 0 20 0 7457705 13588557824 51544 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3317519 51544 3837 1 0 3305234 0
[pid=17631/tid=17632] ppid=17628 vsize=13270076 CPUtime=2304.79 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 59875 0 0 0 230448 31 0 0 20 0 20 0 7457705 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901272767296 139900865612570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17634] ppid=17628 vsize=13270076 CPUtime=8.01 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17634/stat : 17634 (java) S 17628 17631 16458 0 -1 1077944384 4481 0 0 0 756 45 0 0 20 0 20 0 7457706 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901187008784 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17635] ppid=17628 vsize=13270076 CPUtime=7.84 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17635/stat : 17635 (java) S 17628 17631 16458 0 -1 1077944384 5607 0 0 0 740 44 0 0 20 0 20 0 7457706 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901185956240 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17636] ppid=17628 vsize=13270076 CPUtime=8.12 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17636/stat : 17636 (java) S 17628 17631 16458 0 -1 1077944384 4287 0 0 0 768 44 0 0 20 0 20 0 7457706 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901184903696 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17637] ppid=17628 vsize=13270076 CPUtime=7.95 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17637/stat : 17637 (java) S 17628 17631 16458 0 -1 1077944384 4763 0 0 0 749 46 0 0 20 0 20 0 7457706 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901183851152 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17638] ppid=17628 vsize=13270076 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17638/stat : 17638 (java) S 17628 17631 16458 0 -1 1077944384 5025 0 0 0 764 44 0 0 20 0 20 0 7457706 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901182798608 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17639] ppid=17628 vsize=13270076 CPUtime=8.02 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17639/stat : 17639 (java) S 17628 17631 16458 0 -1 1077944384 4823 0 0 0 761 41 0 0 20 0 20 0 7457706 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901181746064 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17640] ppid=17628 vsize=13270076 CPUtime=8.02 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17640/stat : 17640 (java) S 17628 17631 16458 0 -1 1077944384 4446 0 0 0 757 45 0 0 20 0 20 0 7457706 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901180693520 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17641] ppid=17628 vsize=13270076 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17641/stat : 17641 (java) S 17628 17631 16458 0 -1 1077944384 5203 0 0 0 767 41 0 0 20 0 20 0 7457706 13588557824 51544 33554432000 4194304 4196468 140728012355312 139901179640976 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17642] ppid=17628 vsize=13270076 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17642/stat : 17642 (java) S 17628 17631 16458 0 -1 1077944384 6998 0 0 0 489 46 0 0 20 0 20 0 7457708 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900597176304 139901268540034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17643] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17643/stat : 17643 (java) S 17628 17631 16458 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900596122592 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17644] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17644/stat : 17644 (java) S 17628 17631 16458 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900595069952 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17645] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17645/stat : 17645 (java) S 17628 17631 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900594018512 139901268547483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17646] ppid=17628 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17646/stat : 17646 (java) S 17628 17631 16458 0 -1 1077944384 8476 0 0 0 126 1 0 0 20 0 20 0 7457712 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900592966128 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17647] ppid=17628 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17647/stat : 17647 (java) S 17628 17631 16458 0 -1 1077944384 7620 0 0 0 122 2 0 0 20 0 20 0 7457712 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900591913584 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17648] ppid=17628 vsize=13270076 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17648/stat : 17648 (java) S 17628 17631 16458 0 -1 1077944384 9348 0 0 0 182 1 0 0 20 0 20 0 7457712 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900590861040 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17649] ppid=17628 vsize=13270076 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17649/stat : 17649 (java) S 17628 17631 16458 0 -1 1077944384 6970 0 0 0 71 2 0 0 20 0 20 0 7457712 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900589808496 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17650] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17650/stat : 17650 (java) S 17628 17631 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900588755168 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17651] ppid=17628 vsize=13270076 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17651/stat : 17651 (java) S 17628 17631 16458 0 -1 1077944384 696 0 0 0 61 57 0 0 20 0 20 0 7457713 13588557824 51544 33554432000 4194304 4196468 140728012355312 139900587702704 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 2380.64
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2341.3 s]
/proc/loadavg: 1.65 1.48 1.40 4/281 17815
/proc/meminfo: memFree=29680992/32770624 swapFree=5832/310928
[pid=17631] ppid=17628 vsize=13270076 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 140465 0 0 0 239556 444 0 0 20 0 20 0 7457705 13588557824 49962 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3317519 49962 3837 1 0 3305234 0
[pid=17631/tid=17632] ppid=17628 vsize=13270076 CPUtime=2323.66 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 59940 0 0 0 232335 31 0 0 20 0 20 0 7457705 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901272767296 139900865612570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17634] ppid=17628 vsize=13270076 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17634/stat : 17634 (java) S 17628 17631 16458 0 -1 1077944384 4535 0 0 0 762 46 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901187008784 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17635] ppid=17628 vsize=13270076 CPUtime=7.88 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17635/stat : 17635 (java) S 17628 17631 16458 0 -1 1077944384 5655 0 0 0 744 44 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901185956240 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17636] ppid=17628 vsize=13270076 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17636/stat : 17636 (java) S 17628 17631 16458 0 -1 1077944384 4311 0 0 0 773 44 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901184903696 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17637] ppid=17628 vsize=13270076 CPUtime=8.01 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17637/stat : 17637 (java) S 17628 17631 16458 0 -1 1077944384 4794 0 0 0 754 47 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901183851152 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17638] ppid=17628 vsize=13270076 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17638/stat : 17638 (java) S 17628 17631 16458 0 -1 1077944384 5066 0 0 0 769 44 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901182798608 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17639] ppid=17628 vsize=13270076 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17639/stat : 17639 (java) S 17628 17631 16458 0 -1 1077944384 4890 0 0 0 766 41 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901181746064 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17640] ppid=17628 vsize=13270076 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17640/stat : 17640 (java) S 17628 17631 16458 0 -1 1077944384 4495 0 0 0 763 45 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901180693520 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17641] ppid=17628 vsize=13270076 CPUtime=8.12 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17641/stat : 17641 (java) S 17628 17631 16458 0 -1 1077944384 5244 0 0 0 771 41 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901179640976 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17642] ppid=17628 vsize=13270076 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17642/stat : 17642 (java) S 17628 17631 16458 0 -1 1077944384 7000 0 0 0 493 46 0 0 20 0 20 0 7457708 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900597176304 139901268540034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17643] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17643/stat : 17643 (java) S 17628 17631 16458 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900596122592 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17644] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17644/stat : 17644 (java) S 17628 17631 16458 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900595069952 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17645] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17645/stat : 17645 (java) S 17628 17631 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900594018512 139901268547483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17646] ppid=17628 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17646/stat : 17646 (java) S 17628 17631 16458 0 -1 1077944384 8476 0 0 0 126 1 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900592966128 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17647] ppid=17628 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17647/stat : 17647 (java) S 17628 17631 16458 0 -1 1077944384 7620 0 0 0 122 2 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900591913584 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17648] ppid=17628 vsize=13270076 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17648/stat : 17648 (java) S 17628 17631 16458 0 -1 1077944384 9348 0 0 0 182 1 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900590861040 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17649] ppid=17628 vsize=13270076 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17649/stat : 17649 (java) S 17628 17631 16458 0 -1 1077944384 6970 0 0 0 71 2 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900589808496 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17650] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17650/stat : 17650 (java) S 17628 17631 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900588755168 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17651] ppid=17628 vsize=13270076 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17651/stat : 17651 (java) S 17628 17631 16458 0 -1 1077944384 698 0 0 0 62 58 0 0 20 0 20 0 7457713 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900587702704 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 2400
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 17631 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2341.3 s]
/proc/loadavg: 1.65 1.48 1.40 4/281 17815
/proc/meminfo: memFree=29680992/32770624 swapFree=5832/310928
[pid=17631] ppid=17628 vsize=13270076 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/17631/stat : 17631 (java) S 17628 17631 16458 0 -1 1077944320 140465 0 0 0 239556 444 0 0 20 0 20 0 7457705 13588557824 49962 33554432000 4194304 4196468 140728012355312 140728012337856 139901268528887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
/proc/17631/statm: 3317519 49962 3837 1 0 3305234 0
[pid=17631/tid=17632] ppid=17628 vsize=13270076 CPUtime=2323.66 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17632/stat : 17632 (java) R 17628 17631 16458 0 -1 4202560 59940 0 0 0 232335 31 0 0 20 0 20 0 7457705 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901272767296 139900865612570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17634] ppid=17628 vsize=13270076 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17634/stat : 17634 (java) S 17628 17631 16458 0 -1 1077944384 4535 0 0 0 762 46 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901187008784 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17635] ppid=17628 vsize=13270076 CPUtime=7.88 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17635/stat : 17635 (java) S 17628 17631 16458 0 -1 1077944384 5655 0 0 0 744 44 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901185956240 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17636] ppid=17628 vsize=13270076 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17636/stat : 17636 (java) S 17628 17631 16458 0 -1 1077944384 4311 0 0 0 773 44 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901184903696 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17637] ppid=17628 vsize=13270076 CPUtime=8.01 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17637/stat : 17637 (java) S 17628 17631 16458 0 -1 1077944384 4794 0 0 0 754 47 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901183851152 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17638] ppid=17628 vsize=13270076 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17638/stat : 17638 (java) S 17628 17631 16458 0 -1 1077944384 5066 0 0 0 769 44 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901182798608 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17639] ppid=17628 vsize=13270076 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17639/stat : 17639 (java) S 17628 17631 16458 0 -1 1077944384 4890 0 0 0 766 41 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901181746064 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17640] ppid=17628 vsize=13270076 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17640/stat : 17640 (java) S 17628 17631 16458 0 -1 1077944384 4495 0 0 0 763 45 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901180693520 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17641] ppid=17628 vsize=13270076 CPUtime=8.12 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17641/stat : 17641 (java) S 17628 17631 16458 0 -1 1077944384 5244 0 0 0 771 41 0 0 20 0 20 0 7457706 13588557824 49962 33554432000 4194304 4196468 140728012355312 139901179640976 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17642] ppid=17628 vsize=13270076 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17642/stat : 17642 (java) S 17628 17631 16458 0 -1 1077944384 7000 0 0 0 493 46 0 0 20 0 20 0 7457708 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900597176304 139901268540034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17643] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17643/stat : 17643 (java) S 17628 17631 16458 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900596122592 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17644] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17644/stat : 17644 (java) S 17628 17631 16458 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 7457709 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900595069952 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17645] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17645/stat : 17645 (java) S 17628 17631 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900594018512 139901268547483 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17646] ppid=17628 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17646/stat : 17646 (java) S 17628 17631 16458 0 -1 1077944384 8476 0 0 0 126 1 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900592966128 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17647] ppid=17628 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17647/stat : 17647 (java) S 17628 17631 16458 0 -1 1077944384 7620 0 0 0 122 2 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900591913584 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17648] ppid=17628 vsize=13270076 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17648/stat : 17648 (java) S 17628 17631 16458 0 -1 1077944384 9348 0 0 0 182 1 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900590861040 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17649] ppid=17628 vsize=13270076 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17649/stat : 17649 (java) S 17628 17631 16458 0 -1 1077944384 6970 0 0 0 71 2 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900589808496 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17650] ppid=17628 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17650/stat : 17650 (java) S 17628 17631 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7457712 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900588755168 139901268539093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
[pid=17631/tid=17651] ppid=17628 vsize=13270076 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/17631/task/17651/stat : 17651 (java) S 17628 17631 16458 0 -1 1077944384 698 0 0 0 62 58 0 0 20 0 20 0 7457713 13588557824 49962 33554432000 4194304 4196468 140728012355312 139900587702704 139901268540034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21065728 140728012358800 140728012358980 140728012358980 140728012361679 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2341.31
CPU time (s): 2400.03
CPU user time (s): 2395.58
CPU system time (s): 4.45124
CPU usage (%): 102.508
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.58
system time used= 4.45124
maximum resident set size= 257820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294210
involuntary context switches= 166299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2481 second user time and 20.6015 second system time

The end

Launcher Data

Begin job on node119 at 2017-07-22 13:11:30
IDJOB=4247720
IDBENCH=128318
IDSOLVER=2627
FILE ID=node119/4247720-1500721890
RUNJOBID= node119-1500712563-16489
PBS_JOBID= 20623350
Free space on /tmp= 61836 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-36-08.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-4247720-1500721890/watcher-4247720-1500721890 -o /tmp/evaluation-result-4247720-1500721890/solver-4247720-1500721890 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500712563-16489 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 607608249 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247720-1500721890.xml

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

MD5SUM BENCH= 0b1e0c7924bcaa294ffaf4f952f89b7c
RANDOM SEED=607608249

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29939832 kB
MemAvailable:   30320208 kB
Buffers:          137104 kB
Cached:           524472 kB
SwapCached:            0 kB
Active:          2076920 kB
Inactive:         316952 kB
Active(anon):    1735260 kB
Inactive(anon):     8700 kB
Active(file):     341660 kB
Inactive(file):   308252 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42220 kB
Writeback:             0 kB
AnonPages:       1738268 kB
Mapped:            45332 kB
Shmem:              8844 kB
Slab:             126660 kB
SReclaimable:      92596 kB
SUnreclaim:        34064 kB
KernelStack:        4560 kB
PageTables:         8528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2691544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1617920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61792 MiB
End job on node119 at 2017-07-22 13:50:32