Trace number 4247727

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)110 2400.05 2318.12

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-13-09.xml
MD5SUM19b417ad6dc2829e4bf67cafab0f775d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size349
Distribution of domain sizes[{"size":1,"count":1},{"size":349,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":22},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":93},{"arity":60,"count":4}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"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.42/0.30	c version: 2017-06-30
0.42/0.30	c seed: 603419089
0.42/0.30	c timeout: 2400
0.42/0.30	c memlimit: 15500
0.42/0.30	c nbcore: 8
0.42/0.32	c Parsing instance...
1.63/0.94	c Parsing done, starting search...
2.59/1.12	o 348
5.11/1.70	o 347
6.61/2.59	o 128
13.76/9.01	o 127
25.62/20.21	o 125
49.64/43.69	o 124
60.21/53.96	o 123
60.21/53.97	o 122
78.56/71.76	o 121
104.62/97.06	o 120
104.62/97.07	o 119
106.81/99.13	o 118
205.78/195.05	o 117
227.87/216.48	o 115
268.93/256.24	o 114
306.50/292.67	o 113
504.89/485.02	o 112
661.63/637.18	o 111
690.58/665.15	o 110
2400.02/2318.10	s SATISFIABLE
2400.02/2318.10	v <instantiation>
2400.02/2318.10	v 	<list>
2400.02/2318.10	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.02/2318.10	v 	</list>
2400.02/2318.10	v 	<values>
2400.02/2318.10	v 		0 8 0 0 1 1 13 65 11 11 15 10 17 37 27 29 42 43 46 31 14 62 35 18 56 41 15 72 72 60 45 61 21 44 41 15 53 27 58 81 80 67 32 74 99 81 91 46 17 90 51 31 51 91 49 61 81 89 99 100 104 110 
2400.02/2318.10	v 	</values>
2400.02/2318.10	v </instantiation>

Verifier Data

OK	110

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

pid=15088
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.63 1.47 1.43 3/261 15091
/proc/meminfo: memFree=29474700/32770624 swapFree=5844/301008
[pid=15091] ppid=15088 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 7557910 369864704 1413 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 90299 1413 1072 1 0 79210 0
[pid=15091/tid=15092] ppid=15088 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) S 15088 15091 14587 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 7557910 369864704 1413 33554432000 4194304 4196468 140734410274480 139754721298848 139754717067906 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0

[startup+0.100123 s]
/proc/loadavg: 1.63 1.47 1.43 3/261 15091
/proc/meminfo: memFree=29474700/32770624 swapFree=5844/301008
[pid=15091] ppid=15088 vsize=13264380 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 5837 0 0 0 9 1 0 0 20 0 20 0 7557910 13582725120 6412 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3316095 6412 3308 1 0 3303815 0
[pid=15091/tid=15092] ppid=15088 vsize=13264380 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 3929 0 0 0 8 0 0 0 20 0 20 0 7557910 13582725120 6412 33554432000 4194304 4196468 140734410274480 139754721292528 139754698463034 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13264380

[startup+0.200482 s]
/proc/loadavg: 1.63 1.47 1.43 3/261 15091
/proc/meminfo: memFree=29474700/32770624 swapFree=5844/301008
[pid=15091] ppid=15088 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 9021 0 0 0 24 2 0 0 20 0 20 0 7557910 13582245888 8989 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3315978 8989 3540 1 0 3303698 0
[pid=15091/tid=15092] ppid=15088 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 6747 0 0 0 17 1 0 0 20 0 20 0 7557910 13582245888 8989 33554432000 4194304 4196468 140734410274480 139754721264912 139754701137246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300315 s]
/proc/loadavg: 1.63 1.47 1.43 3/261 15091
/proc/meminfo: memFree=29474700/32770624 swapFree=5844/301008
[pid=15091] ppid=15088 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 9998 0 0 0 39 3 0 0 20 0 20 0 7557910 13582245888 11176 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3315978 11176 3619 1 0 3303698 0
[pid=15091/tid=15092] ppid=15088 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 7434 0 0 0 25 2 0 0 20 0 20 0 7557910 13582245888 11176 33554432000 4194304 4196468 140734410274480 139754721271040 139754717078589 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700247 s]
/proc/loadavg: 1.63 1.47 1.43 3/261 15091
/proc/meminfo: memFree=29474700/32770624 swapFree=5844/301008
[pid=15091] ppid=15088 vsize=13268028 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 12475 0 0 0 116 5 0 0 20 0 20 0 7557910 13586460672 17827 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3317007 17827 3752 1 0 3304722 0
[pid=15091/tid=15092] ppid=15088 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 8909 0 0 0 64 3 0 0 20 0 20 0 7557910 13586460672 17827 33554432000 4194304 4196468 140734410274480 139754721291200 139754353754567 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13268028

[startup+1.50102 s]
/proc/loadavg: 1.82 1.51 1.44 7/281 15111
/proc/meminfo: memFree=29372428/32770624 swapFree=5844/300960
[pid=15091] ppid=15088 vsize=13270076 CPUtime=4.27 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 31533 0 0 0 417 10 0 0 20 0 20 0 7557910 13588557824 50150 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3317519 50150 3780 1 0 3305234 0
[pid=15091/tid=15092] ppid=15088 vsize=13270076 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 11735 0 0 0 141 6 0 0 20 0 20 0 7557910 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754721291664 139754360588322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15094] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15094/stat : 15094 (java) S 15088 15091 14587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7557911 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754680163088 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15095] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15095/stat : 15095 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557911 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754315643792 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15096] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15096/stat : 15096 (java) S 15088 15091 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7557911 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754314591248 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15097] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15097/stat : 15097 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557911 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754313538704 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15098] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15098/stat : 15098 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557911 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754312485136 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15099] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15099/stat : 15099 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557911 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754311432592 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15100] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15100/stat : 15100 (java) S 15088 15091 14587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7557911 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754310380048 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15101] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15101/stat : 15101 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557911 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754309327504 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15102] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15102/stat : 15102 (java) S 15088 15091 14587 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 7557913 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754180528624 139754717067906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15103] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15103/stat : 15103 (java) S 15088 15091 14587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754179474848 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15104] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15104/stat : 15104 (java) S 15088 15091 14587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754178422256 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15105] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15105/stat : 15105 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754177370832 139754717075355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15106] ppid=15088 vsize=13270076 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15106/stat : 15106 (java) R 15088 15091 14587 0 -1 4202560 3883 0 0 0 70 0 0 0 20 0 20 0 7557918 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754176308144 139754701938690 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15107] ppid=15088 vsize=13270076 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15107/stat : 15107 (java) R 15088 15091 14587 0 -1 4202560 4853 0 0 0 69 0 0 0 20 0 20 0 7557918 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754175250896 139754695082638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15108] ppid=15088 vsize=13270076 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15108/stat : 15108 (java) R 15088 15091 14587 0 -1 4202560 3692 0 0 0 68 0 0 0 20 0 20 0 7557918 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754174199256 139754700542771 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15109] ppid=15088 vsize=13270076 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15109/stat : 15109 (java) S 15088 15091 14587 0 -1 1077944384 5969 0 0 0 68 1 0 0 20 0 20 0 7557918 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754173159792 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15110] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15110/stat : 15110 (java) S 15088 15091 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754172107488 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15111] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15111/stat : 15111 (java) S 15088 15091 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7557919 13588557824 50150 33554432000 4194304 4196468 140734410274480 139754171055024 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 13270076

[startup+3.10108 s]
/proc/loadavg: 1.82 1.51 1.44 5/281 15111
/proc/meminfo: memFree=29244720/32770624 swapFree=5844/300960
[pid=15091] ppid=15088 vsize=13270076 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 38856 0 0 0 720 25 0 0 20 0 20 0 7557910 13588557824 91533 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3317519 91533 3808 1 0 3305234 0
[pid=15091/tid=15092] ppid=15088 vsize=13270076 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 12416 0 0 0 293 8 0 0 20 0 20 0 7557910 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754721294184 139754360587016 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15094] ppid=15088 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15094/stat : 15094 (java) S 15088 15091 14587 0 -1 1077944384 52 0 0 0 2 1 0 0 20 0 20 0 7557911 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754680163088 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15095] ppid=15088 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15095/stat : 15095 (java) S 15088 15091 14587 0 -1 1077944384 43 0 0 0 1 1 0 0 20 0 20 0 7557911 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754315643792 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15096] ppid=15088 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15096/stat : 15096 (java) S 15088 15091 14587 0 -1 1077944384 51 0 0 0 1 1 0 0 20 0 20 0 7557911 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754314591248 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15097] ppid=15088 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15097/stat : 15097 (java) S 15088 15091 14587 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 20 0 7557911 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754313538704 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15098] ppid=15088 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15098/stat : 15098 (java) S 15088 15091 14587 0 -1 1077944384 126 0 0 0 1 1 0 0 20 0 20 0 7557911 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754312485136 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15099] ppid=15088 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15099/stat : 15099 (java) S 15088 15091 14587 0 -1 1077944384 50 0 0 0 1 1 0 0 20 0 20 0 7557911 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754311432592 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15100] ppid=15088 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15100/stat : 15100 (java) S 15088 15091 14587 0 -1 1077944384 772 0 0 0 2 1 0 0 20 0 20 0 7557911 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754310380048 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15101] ppid=15088 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15101/stat : 15101 (java) S 15088 15091 14587 0 -1 1077944384 276 0 0 0 1 2 0 0 20 0 20 0 7557911 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754309327504 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15102] ppid=15088 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15102/stat : 15102 (java) S 15088 15091 14587 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 20 0 7557913 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754180528624 139754717067906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15103] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15103/stat : 15103 (java) S 15088 15091 14587 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754179474912 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15104] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15104/stat : 15104 (java) S 15088 15091 14587 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754178422272 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15105] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15105/stat : 15105 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754177370832 139754717075355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15106] ppid=15088 vsize=13270076 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15106/stat : 15106 (java) S 15088 15091 14587 0 -1 1077944384 5395 0 0 0 115 0 0 0 20 0 20 0 7557918 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754176317424 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15107] ppid=15088 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15107/stat : 15107 (java) S 15088 15091 14587 0 -1 1077944384 6210 0 0 0 107 0 0 0 20 0 20 0 7557918 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754175264880 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15108] ppid=15088 vsize=13270076 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15108/stat : 15108 (java) S 15088 15091 14587 0 -1 1077944384 4404 0 0 0 111 0 0 0 20 0 20 0 7557918 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754174212336 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15109] ppid=15088 vsize=13270076 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15109/stat : 15109 (java) S 15088 15091 14587 0 -1 1077944384 7153 0 0 0 75 2 0 0 20 0 20 0 7557918 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754173159792 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15110] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15110/stat : 15110 (java) S 15088 15091 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754172107488 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15111] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15111/stat : 15111 (java) S 15088 15091 14587 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 7557919 13588557824 91533 33554432000 4194304 4196468 140734410274480 139754171055024 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 13270076

[startup+6.30088 s]
/proc/loadavg: 1.82 1.51 1.44 3/281 15111
/proc/meminfo: memFree=28862120/32770624 swapFree=5844/300960
[pid=15091] ppid=15088 vsize=13270076 CPUtime=10.92 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 39992 0 0 0 1053 39 0 0 20 0 20 0 7557910 13588557824 203147 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3317519 203147 3821 1 0 3305234 0
[pid=15091/tid=15092] ppid=15088 vsize=13270076 CPUtime=5.9 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 12852 0 0 0 576 14 0 0 20 0 20 0 7557910 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754721293576 139754360586217 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15094] ppid=15088 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15094/stat : 15094 (java) S 15088 15091 14587 0 -1 1077944384 59 0 0 0 2 2 0 0 20 0 20 0 7557911 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754680163088 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15095] ppid=15088 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15095/stat : 15095 (java) S 15088 15091 14587 0 -1 1077944384 53 0 0 0 2 2 0 0 20 0 20 0 7557911 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754315643792 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15096] ppid=15088 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15096/stat : 15096 (java) S 15088 15091 14587 0 -1 1077944384 59 0 0 0 2 2 0 0 20 0 20 0 7557911 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754314591248 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15097] ppid=15088 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15097/stat : 15097 (java) S 15088 15091 14587 0 -1 1077944384 45 0 0 0 2 2 0 0 20 0 20 0 7557911 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754313538704 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15098] ppid=15088 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15098/stat : 15098 (java) S 15088 15091 14587 0 -1 1077944384 133 0 0 0 2 2 0 0 20 0 20 0 7557911 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754312485136 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15099] ppid=15088 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15099/stat : 15099 (java) S 15088 15091 14587 0 -1 1077944384 55 0 0 0 2 2 0 0 20 0 20 0 7557911 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754311432592 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15100] ppid=15088 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15100/stat : 15100 (java) S 15088 15091 14587 0 -1 1077944384 783 0 0 0 3 2 0 0 20 0 20 0 7557911 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754310380048 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15101] ppid=15088 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15101/stat : 15101 (java) S 15088 15091 14587 0 -1 1077944384 286 0 0 0 2 2 0 0 20 0 20 0 7557911 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754309327504 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15102] ppid=15088 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15102/stat : 15102 (java) S 15088 15091 14587 0 -1 1077944384 696 0 0 0 2 0 0 0 20 0 20 0 7557913 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754180528624 139754717067906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15103] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15103/stat : 15103 (java) S 15088 15091 14587 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754179474912 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15104] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15104/stat : 15104 (java) S 15088 15091 14587 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 203147 33554432000 4194304 4196468 140734410274480 139754178422272 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15105] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=15091/tid=15107] ppid=15088 vsize=13270076 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15107/stat : 15107 (java) S 15088 15091 14587 0 -1 1077944384 13442 0 0 0 192 2 0 0 20 0 20 0 7557918 13588557824 271947 33554432000 4194304 4196468 140734410274480 139754175264880 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15108] ppid=15088 vsize=13270076 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15108/stat : 15108 (java) S 15088 15091 14587 0 -1 1077944384 12915 0 0 0 224 2 0 0 20 0 20 0 7557918 13588557824 271947 33554432000 4194304 4196468 140734410274480 139754174212336 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15109] ppid=15088 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15109/stat : 15109 (java) S 15088 15091 14587 0 -1 1077944384 21883 0 0 0 103 4 0 0 20 0 20 0 7557918 13588557824 271947 33554432000 4194304 4196468 140734410274480 139754173159792 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15110] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15110/stat : 15110 (java) S 15088 15091 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 271947 33554432000 4194304 4196468 140734410274480 139754172107488 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15111] ppid=15088 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15111/stat : 15111 (java) S 15088 15091 14587 0 -1 1077944384 1106 0 0 0 66 64 0 0 20 0 20 0 7557919 13588557824 271947 33554432000 4194304 4196468 140734410274480 139754171055024 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 2280.8
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.22 1.37 1.44 3/282 15296
/proc/meminfo: memFree=30336984/32770624 swapFree=5844/302992
[pid=15091] ppid=15088 vsize=13270076 CPUtime=2342.53 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 212867 0 0 0 233778 475 0 0 20 0 20 0 7557910 13588557824 266690 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3317519 266690 3860 1 0 3305234 0
[pid=15091/tid=15092] ppid=15088 vsize=13270076 CPUtime=2241.91 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 80519 0 0 0 224145 46 0 0 20 0 20 0 7557910 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754721295168 139754360643727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15094] ppid=15088 vsize=13270076 CPUtime=10.81 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15094/stat : 15094 (java) S 15088 15091 14587 0 -1 1077944384 7078 0 0 0 1037 44 0 0 20 0 20 0 7557911 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754680163088 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15095] ppid=15088 vsize=13270076 CPUtime=10.9 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15095/stat : 15095 (java) S 15088 15091 14587 0 -1 1077944384 6339 0 0 0 1045 45 0 0 20 0 20 0 7557911 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754315643792 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15096] ppid=15088 vsize=13270076 CPUtime=10.92 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15096/stat : 15096 (java) S 15088 15091 14587 0 -1 1077944384 5355 0 0 0 1048 44 0 0 20 0 20 0 7557911 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754314591248 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15097] ppid=15088 vsize=13270076 CPUtime=10.89 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15097/stat : 15097 (java) S 15088 15091 14587 0 -1 1077944384 6314 0 0 0 1044 45 0 0 20 0 20 0 7557911 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754313538704 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15098] ppid=15088 vsize=13270076 CPUtime=10.84 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15098/stat : 15098 (java) S 15088 15091 14587 0 -1 1077944384 6344 0 0 0 1042 42 0 0 20 0 20 0 7557911 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754312485136 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15099] ppid=15088 vsize=13270076 CPUtime=10.8 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15099/stat : 15099 (java) S 15088 15091 14587 0 -1 1077944384 6576 0 0 0 1038 42 0 0 20 0 20 0 7557911 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754311432592 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15100] ppid=15088 vsize=13270076 CPUtime=10.92 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15100/stat : 15100 (java) S 15088 15091 14587 0 -1 1077944384 7542 0 0 0 1045 47 0 0 20 0 20 0 7557911 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754310380048 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15101] ppid=15088 vsize=13270076 CPUtime=10.94 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15101/stat : 15101 (java) S 15088 15091 14587 0 -1 1077944384 6621 0 0 0 1050 44 0 0 20 0 20 0 7557911 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754309327504 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15102] ppid=15088 vsize=13270076 CPUtime=4.71 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15102/stat : 15102 (java) S 15088 15091 14587 0 -1 1077944384 14482 0 0 0 424 47 0 0 20 0 20 0 7557913 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754180528624 139754717067906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15103] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15103/stat : 15103 (java) S 15088 15091 14587 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754179474912 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15104] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15104/stat : 15104 (java) S 15088 15091 14587 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754178422272 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15105] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15105/stat : 15105 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754177370832 139754717075355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15106] ppid=15088 vsize=13270076 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15106/stat : 15106 (java) S 15088 15091 14587 0 -1 1077944384 14875 0 0 0 213 1 0 0 20 0 20 0 7557918 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754176317424 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15107] ppid=15088 vsize=13270076 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15107/stat : 15107 (java) S 15088 15091 14587 0 -1 1077944384 13446 0 0 0 192 2 0 0 20 0 20 0 7557918 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754175264880 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15108] ppid=15088 vsize=13270076 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15108/stat : 15108 (java) S 15088 15091 14587 0 -1 1077944384 12919 0 0 0 224 2 0 0 20 0 20 0 7557918 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754174212336 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15109] ppid=15088 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15109/stat : 15109 (java) S 15088 15091 14587 0 -1 1077944384 21887 0 0 0 103 4 0 0 20 0 20 0 7557918 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754173159792 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15110] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15110/stat : 15110 (java) S 15088 15091 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754172107488 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15111] ppid=15088 vsize=13270076 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15111/stat : 15111 (java) S 15088 15091 14587 0 -1 1077944384 1123 0 0 0 67 66 0 0 20 0 20 0 7557919 13588557824 266690 33554432000 4194304 4196468 140734410274480 139754171055024 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 44 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 2342.53
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2318.1 s]
/proc/loadavg: 1.28 1.36 1.43 3/281 15297
/proc/meminfo: memFree=30382512/32770624 swapFree=5844/303040
[pid=15091] ppid=15088 vsize=13270076 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 214602 0 0 0 239517 485 0 0 20 0 20 0 7557910 13588557824 260662 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3317519 260662 3860 1 0 3305234 0
[pid=15091/tid=15092] ppid=15088 vsize=13270076 CPUtime=2297.19 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 81806 0 0 0 229673 46 0 0 20 0 20 0 7557910 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754721295152 139754362644194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15094] ppid=15088 vsize=13270076 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15094/stat : 15094 (java) S 15088 15091 14587 0 -1 1077944384 7097 0 0 0 1060 45 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754680163088 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15095] ppid=15088 vsize=13270076 CPUtime=11.15 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15095/stat : 15095 (java) S 15088 15091 14587 0 -1 1077944384 6347 0 0 0 1068 47 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754315643792 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15096] ppid=15088 vsize=13270076 CPUtime=11.16 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15096/stat : 15096 (java) S 15088 15091 14587 0 -1 1077944384 5449 0 0 0 1072 44 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754314591248 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15097] ppid=15088 vsize=13270076 CPUtime=11.14 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15097/stat : 15097 (java) S 15088 15091 14587 0 -1 1077944384 6334 0 0 0 1068 46 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754313538704 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15098] ppid=15088 vsize=13270076 CPUtime=11.09 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15098/stat : 15098 (java) S 15088 15091 14587 0 -1 1077944384 6355 0 0 0 1067 42 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754312485136 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15099] ppid=15088 vsize=13270076 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15099/stat : 15099 (java) S 15088 15091 14587 0 -1 1077944384 6592 0 0 0 1063 42 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754311432592 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15100] ppid=15088 vsize=13270076 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15100/stat : 15100 (java) S 15088 15091 14587 0 -1 1077944384 7575 0 0 0 1070 49 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754310380048 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15101] ppid=15088 vsize=13270076 CPUtime=11.2 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15101/stat : 15101 (java) S 15088 15091 14587 0 -1 1077944384 6627 0 0 0 1075 45 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754309327504 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15102] ppid=15088 vsize=13270076 CPUtime=4.86 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15102/stat : 15102 (java) S 15088 15091 14587 0 -1 1077944384 14690 0 0 0 437 49 0 0 20 0 20 0 7557913 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754180528624 139754717067906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15103] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15103/stat : 15103 (java) S 15088 15091 14587 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754179474912 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15104] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15104/stat : 15104 (java) S 15088 15091 14587 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754178422272 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15105] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15105/stat : 15105 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754177370832 139754717075355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15106] ppid=15088 vsize=13270076 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15106/stat : 15106 (java) S 15088 15091 14587 0 -1 1077944384 14877 0 0 0 213 1 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754176317424 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15107] ppid=15088 vsize=13270076 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15107/stat : 15107 (java) S 15088 15091 14587 0 -1 1077944384 13449 0 0 0 192 2 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754175264880 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15108] ppid=15088 vsize=13270076 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15108/stat : 15108 (java) S 15088 15091 14587 0 -1 1077944384 12921 0 0 0 224 2 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754174212336 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15109] ppid=15088 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15109/stat : 15109 (java) S 15088 15091 14587 0 -1 1077944384 21889 0 0 0 103 4 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754173159792 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15110] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15110/stat : 15110 (java) S 15088 15091 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754172107488 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15111] ppid=15088 vsize=13270076 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15111/stat : 15111 (java) S 15088 15091 14587 0 -1 1077944384 1147 0 0 0 69 67 0 0 20 0 20 0 7557919 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754171055024 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 2400.02
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 15091 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2318.1 s]
/proc/loadavg: 1.28 1.36 1.43 3/281 15297
/proc/meminfo: memFree=30382512/32770624 swapFree=5844/303040
[pid=15091] ppid=15088 vsize=13270076 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/15091/stat : 15091 (java) S 15088 15091 14587 0 -1 1077944320 214602 0 0 0 239517 485 0 0 20 0 20 0 7557910 13588557824 260662 33554432000 4194304 4196468 140734410274480 140734410257024 139754717056759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
/proc/15091/statm: 3317519 260662 3860 1 0 3305234 0
[pid=15091/tid=15092] ppid=15088 vsize=13270076 CPUtime=2297.19 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15092/stat : 15092 (java) R 15088 15091 14587 0 -1 4202560 81806 0 0 0 229673 46 0 0 20 0 20 0 7557910 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754721295152 139754362644194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15094] ppid=15088 vsize=13270076 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15094/stat : 15094 (java) S 15088 15091 14587 0 -1 1077944384 7097 0 0 0 1060 45 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754680163088 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15095] ppid=15088 vsize=13270076 CPUtime=11.15 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15095/stat : 15095 (java) S 15088 15091 14587 0 -1 1077944384 6347 0 0 0 1068 47 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754315643792 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15096] ppid=15088 vsize=13270076 CPUtime=11.16 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15096/stat : 15096 (java) S 15088 15091 14587 0 -1 1077944384 5449 0 0 0 1072 44 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754314591248 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15097] ppid=15088 vsize=13270076 CPUtime=11.14 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15097/stat : 15097 (java) S 15088 15091 14587 0 -1 1077944384 6334 0 0 0 1068 46 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754313538704 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15098] ppid=15088 vsize=13270076 CPUtime=11.09 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15098/stat : 15098 (java) S 15088 15091 14587 0 -1 1077944384 6355 0 0 0 1067 42 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754312485136 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15099] ppid=15088 vsize=13270076 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15099/stat : 15099 (java) S 15088 15091 14587 0 -1 1077944384 6592 0 0 0 1063 42 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754311432592 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15100] ppid=15088 vsize=13270076 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15100/stat : 15100 (java) S 15088 15091 14587 0 -1 1077944384 7575 0 0 0 1070 49 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754310380048 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15101] ppid=15088 vsize=13270076 CPUtime=11.2 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15101/stat : 15101 (java) S 15088 15091 14587 0 -1 1077944384 6627 0 0 0 1075 45 0 0 20 0 20 0 7557911 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754309327504 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15102] ppid=15088 vsize=13270076 CPUtime=4.86 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15102/stat : 15102 (java) S 15088 15091 14587 0 -1 1077944384 14690 0 0 0 437 49 0 0 20 0 20 0 7557913 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754180528624 139754717067906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15103] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15103/stat : 15103 (java) S 15088 15091 14587 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754179474912 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15104] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15104/stat : 15104 (java) S 15088 15091 14587 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 7557914 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754178422272 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15105] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15105/stat : 15105 (java) S 15088 15091 14587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754177370832 139754717075355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15106] ppid=15088 vsize=13270076 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15106/stat : 15106 (java) S 15088 15091 14587 0 -1 1077944384 14877 0 0 0 213 1 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754176317424 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15107] ppid=15088 vsize=13270076 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15107/stat : 15107 (java) S 15088 15091 14587 0 -1 1077944384 13449 0 0 0 192 2 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754175264880 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15108] ppid=15088 vsize=13270076 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15108/stat : 15108 (java) S 15088 15091 14587 0 -1 1077944384 12921 0 0 0 224 2 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754174212336 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15109] ppid=15088 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15109/stat : 15109 (java) S 15088 15091 14587 0 -1 1077944384 21889 0 0 0 103 4 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754173159792 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15110] ppid=15088 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15110/stat : 15110 (java) S 15088 15091 14587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7557918 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754172107488 139754717066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
[pid=15091/tid=15111] ppid=15088 vsize=13270076 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15091/task/15111/stat : 15111 (java) S 15088 15091 14587 0 -1 1077944384 1147 0 0 0 69 67 0 0 20 0 20 0 7557919 13588557824 260662 33554432000 4194304 4196468 140734410274480 139754171055024 139754717067906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 8753152 140734410282128 140734410282308 140734410282308 140734410285007 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2318.12
CPU time (s): 2400.05
CPU user time (s): 2395.18
CPU system time (s): 4.8679
CPU usage (%): 103.535
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.18
system time used= 4.8679
maximum resident set size= 1756060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 260512
involuntary context switches= 169367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6223 second user time and 20.4335 second system time

The end

Launcher Data

Begin job on node112 at 2017-07-22 13:28:08
IDJOB=4247727
IDBENCH=128351
IDSOLVER=2627
FILE ID=node112/4247727-1500722888
RUNJOBID= node112-1500718253-14618
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-13-09.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-4247727-1500722888/watcher-4247727-1500722888 -o /tmp/evaluation-result-4247727-1500722888/solver-4247727-1500722888 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500718253-14618 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 603419089 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247727-1500722888.xml

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

MD5SUM BENCH= 19b417ad6dc2829e4bf67cafab0f775d
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		: 2668.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		: 2400.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		: 1600.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 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.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		: 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:        29474948 kB
MemAvailable:   29771688 kB
Buffers:          126880 kB
Cached:           451560 kB
SwapCached:            0 kB
Active:          2547880 kB
Inactive:         309708 kB
Active(anon):    2282000 kB
Inactive(anon):     8700 kB
Active(file):     265880 kB
Inactive(file):   301008 kB
Unevictable:        5844 kB
Mlocked:            5844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41976 kB
Writeback:             0 kB
AnonPages:       2285036 kB
Mapped:            45428 kB
Shmem:              8840 kB
Slab:             125008 kB
SReclaimable:      91376 kB
SUnreclaim:        33632 kB
KernelStack:        4480 kB
PageTables:         9692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2985268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2152448 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:06:46