Trace number 4249565

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: AbsCon-basic 2017-06-11SAT (TO)0 2400.1 2394.01

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-20.xml
MD5SUM60ebd5c4fe4cf6d5772447ebf177dfde
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.28/0.29	
0.28/0.29	AbsCon 2 
0.28/0.29	
2.37/1.16	  Solving XCSP3-instance-4249565-1500758955 as a COP in -infty..+infty
2.37/1.16	  Loading variables...
2.96/1.37	  Loading constraints...
5.61/2.42	  Solver SolverBacktrack being built...
5.61/2.42	
5.98/2.56	  Preprocessing : gac=true, ccks=0, filters=88, revisions=0 (useless=0), AC=858, removals=858, inconsistent=false
5.98/2.56	
202.12/196.97	o 0
2400.08/2394.00	
2400.08/2394.00	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 200 199 187 187 184 0 200 198 187 184 184 0 199 195 195 195 194 0 198 198 198 196 196 0 198 193 185 185 185 0 198 193 184 184 184 0 195 190 190 189 189 0 194 192 191 191 191 0 193 193 186 186 185 0 193 192 189 188 187 0 184 184 183 183 183 0 182 181 180 180 180 0 180 180 179 155 153 152 179 179 178 157 154 151 178 177 177 157 155 153 177 176 175 157 157 156 175 174 174 163 157 151 173 173 172 163 160 158 172 170 170 163 161 160 171 166 165 164 162 160 170 169 169 163 161 160 169 168 167 166 160 159 </values>  </instantiation>
2400.08/2394.00	s SATISFIABLE

Verifier Data

OK	0

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-4249565-1500758955/watcher-4249565-1500758955 -o /tmp/evaluation-result-4249565-1500758955/solver-4249565-1500758955 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500751849-10644 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249565-1500758955.xml 

pid=11391
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: 2.03 2.04 2.05 3/262 11394
/proc/meminfo: memFree=31445700/32770624 swapFree=5848/347840
[pid=11394] ppid=11391 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 2070 0 0 0 0 0 0 0 20 0 2 0 11162919 8550137856 2310 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2087436 2310 1198 1 0 2076347 0
[pid=11394/tid=11395] ppid=11391 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) R 11391 11394 10613 0 -1 4202560 921 0 0 0 0 0 0 0 20 0 3 0 11162920 8551190528 2442 33554432000 4194304 4196468 140733345267312 140631350659488 140631339157249 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) R 11391 11394 10613 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 3 0 11162921 8551190528 2442 33554432000 4194304 4196468 140733345267312 140631350659488 140631339157249 0 4 0 16784584 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0

[startup+0.100144 s]
/proc/loadavg: 2.03 2.04 2.05 3/262 11394
/proc/meminfo: memFree=31445700/32770624 swapFree=5848/347840
[pid=11394] ppid=11391 vsize=10900580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 4945 0 0 0 8 2 0 0 20 0 20 0 11162919 11162193920 6060 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2725145 6060 2624 1 0 2713552 0
[pid=11394/tid=11395] ppid=11391 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) R 11391 11394 10613 0 -1 4202560 3045 0 0 0 7 1 0 0 20 0 20 0 11162920 11162193920 6060 33554432000 4194304 4196468 140733345267312 140631350659680 140631346439325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11162921 11162193920 6060 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900580

[startup+0.200513 s]
/proc/loadavg: 2.03 2.04 2.05 3/262 11394
/proc/meminfo: memFree=31445700/32770624 swapFree=5848/347840
[pid=11394] ppid=11391 vsize=10903200 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 6620 0 0 0 25 3 0 0 20 0 20 0 11162919 11164876800 8597 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2725800 8597 2849 1 0 2714207 0
[pid=11394/tid=11395] ppid=11391 vsize=10903200 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) R 11391 11394 10613 0 -1 4202560 3830 0 0 0 16 2 0 0 20 0 20 0 11162920 11164876800 8663 33554432000 4194304 4196468 140733345267312 140631350631216 140631339097117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10903200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11162921 11164876800 8663 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10903200

[startup+0.30032 s]
/proc/loadavg: 2.03 2.04 2.05 3/262 11394
/proc/meminfo: memFree=31445700/32770624 swapFree=5848/347840
[pid=11394] ppid=11391 vsize=10969228 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 8400 0 0 0 45 4 0 0 20 0 21 0 11162919 11232489472 12802 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2742307 12802 3008 1 0 2730193 0
[pid=11394/tid=11395] ppid=11391 vsize=10969228 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) S 11391 11394 10613 0 -1 1077944384 5190 0 0 0 24 2 0 0 20 0 21 0 11162920 11232489472 12802 33554432000 4194304 4196468 140733345267312 140631350660272 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162921 11232489472 12802 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10969228

[startup+0.700257 s]
/proc/loadavg: 2.03 2.04 2.05 3/262 11394
/proc/meminfo: memFree=31445700/32770624 swapFree=5848/347840
[pid=11394] ppid=11391 vsize=10971352 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 11723 0 0 0 137 7 0 0 20 0 21 0 11162919 11234664448 27246 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2742838 27246 3106 1 0 2730705 0
[pid=11394/tid=11395] ppid=11391 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) S 11391 11394 10613 0 -1 1077944384 5190 0 0 0 24 2 0 0 20 0 21 0 11162920 11234664448 27758 33554432000 4194304 4196468 140733345267312 140631350660272 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162921 11234664448 27758 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10971352

[startup+1.50082 s]
/proc/loadavg: 2.03 2.04 2.05 3/283 11415
/proc/meminfo: memFree=31266036/32770624 swapFree=5848/347956
[pid=11394] ppid=11391 vsize=10971352 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 13784 0 0 0 346 15 0 0 20 0 21 0 11162919 11234664448 49462 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2742838 49462 3127 1 0 2730705 0
[pid=11394/tid=11395] ppid=11391 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) S 11391 11394 10613 0 -1 1077944384 5190 0 0 0 24 2 0 0 20 0 21 0 11162920 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631350660272 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 21 0 11162921 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11397] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11397/stat : 11397 (java) S 11391 11394 10613 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 21 0 11162921 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631271439120 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11399] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11399/stat : 11399 (java) S 11391 11394 10613 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 21 0 11162921 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631270386832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11400] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11400/stat : 11400 (java) S 11391 11394 10613 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 21 0 11162921 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631269334032 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11401] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11401/stat : 11401 (java) S 11391 11394 10613 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 21 0 11162921 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631268280720 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11402] ppid=11391 vsize=10971352 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11402/stat : 11402 (java) S 11391 11394 10613 0 -1 1077944384 18 0 0 0 0 1 0 0 20 0 21 0 11162921 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631267227920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11403] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11403/stat : 11403 (java) S 11391 11394 10613 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 21 0 11162921 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631266175632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11404] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11404/stat : 11404 (java) S 11391 11394 10613 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 21 0 11162921 11234664448 49462 33554432000 4194304 4196468 140733345267312 140631265122832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11405] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11405/stat : 11405 (java) S 11391 11394 10613 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 11162923 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630620678768 140631346428546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11406] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11406/stat : 11406 (java) S 11391 11394 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11162924 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630619624736 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11407] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11407/stat : 11407 (java) S 11391 11394 10613 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11162924 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630618572400 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11408] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11408/stat : 11408 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162928 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630617520720 140631346435995 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11409] ppid=11391 vsize=10971352 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11409/stat : 11409 (java) R 11391 11394 10613 0 -1 4202560 1452 0 0 0 56 0 0 0 20 0 21 0 11162928 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630616467864 140631330812352 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11410] ppid=11391 vsize=10971352 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11410/stat : 11410 (java) R 11391 11394 10613 0 -1 4202560 1240 0 0 0 52 0 0 0 20 0 21 0 11162928 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630615414768 140631346429334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11411] ppid=11391 vsize=10971352 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11411/stat : 11411 (java) R 11391 11394 10613 0 -1 4202560 1165 0 0 0 50 0 0 0 20 0 21 0 11162928 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630614362480 140631346438746 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11412] ppid=11391 vsize=10971352 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11412/stat : 11412 (java) S 11391 11394 10613 0 -1 1077944384 1317 0 0 0 41 0 0 0 20 0 21 0 11162928 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630613309680 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11413] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11413/stat : 11413 (java) S 11391 11394 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11162928 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630612257632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11414] ppid=11391 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11414/stat : 11414 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162929 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630611204912 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11415] ppid=11391 vsize=10971352 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11415/stat : 11415 (java) R 11391 11394 10613 0 -1 4202560 1881 0 0 0 115 3 0 0 20 0 21 0 11162948 11234664448 49462 33554432000 4194304 4196468 140733345267312 140630608010584 140631346429334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 10971352

[startup+3.1008 s]
/proc/loadavg: 2.03 2.04 2.05 3/283 11415
/proc/meminfo: memFree=31086020/32770624 swapFree=5848/347952
[pid=11394] ppid=11391 vsize=10973400 CPUtime=7.1 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 17528 0 0 0 655 55 0 0 20 0 21 0 11162919 11236761600 101394 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2743350 101394 3154 1 0 2731217 0
[pid=11394/tid=11395] ppid=11391 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) S 11391 11394 10613 0 -1 1077944384 5190 0 0 0 24 2 0 0 20 0 21 0 11162920 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631350660272 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 90 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11397] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11397/stat : 11397 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631271439120 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11399] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11399/stat : 11399 (java) S 11391 11394 10613 0 -1 1077944384 95 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631270386832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11400] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11400/stat : 11400 (java) S 11391 11394 10613 0 -1 1077944384 80 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631269334032 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11401] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11401/stat : 11401 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631268280720 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11402] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11402/stat : 11402 (java) S 11391 11394 10613 0 -1 1077944384 83 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631267227920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11403] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11403/stat : 11403 (java) S 11391 11394 10613 0 -1 1077944384 81 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631266175632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11404] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11404/stat : 11404 (java) S 11391 11394 10613 0 -1 1077944384 88 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 101394 33554432000 4194304 4196468 140733345267312 140631265122832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11405] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11405/stat : 11405 (java) S 11391 11394 10613 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 21 0 11162923 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630620678768 140631346428546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11406] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11406/stat : 11406 (java) S 11391 11394 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11162924 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630619624800 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11407] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11407/stat : 11407 (java) S 11391 11394 10613 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11162924 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630618572416 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11408] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11408/stat : 11408 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162928 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630617520720 140631346435995 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11409] ppid=11391 vsize=10973400 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11409/stat : 11409 (java) S 11391 11394 10613 0 -1 1077944384 3055 0 0 0 105 0 0 0 20 0 21 0 11162928 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630616467568 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11410] ppid=11391 vsize=10973400 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11410/stat : 11410 (java) S 11391 11394 10613 0 -1 1077944384 1549 0 0 0 81 0 0 0 20 0 21 0 11162928 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630615414768 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11411] ppid=11391 vsize=10973400 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11411/stat : 11411 (java) R 11391 11394 10613 0 -1 4202560 1755 0 0 0 85 0 0 0 20 0 21 0 11162928 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630614362776 140631327961488 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11412] ppid=11391 vsize=10973400 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11412/stat : 11412 (java) S 11391 11394 10613 0 -1 1077944384 1540 0 0 0 54 0 0 0 20 0 21 0 11162928 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630613309680 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11413] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11413/stat : 11413 (java) S 11391 11394 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11162928 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630612257632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11414] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11414/stat : 11414 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162929 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630611204912 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11415] ppid=11391 vsize=10973400 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11415/stat : 11415 (java) R 11391 11394 10613 0 -1 4202560 2197 0 0 0 263 4 0 0 20 0 21 0 11162948 11236761600 101394 33554432000 4194304 4196468 140733345267312 140630608012392 140630942127074 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 10973400

[startup+6.30088 s]
/proc/loadavg: 2.11 2.06 2.05 4/283 11415
/proc/meminfo: memFree=31049804/32770624 swapFree=5848/347952
[pid=11394] ppid=11391 vsize=10973400 CPUtime=10.93 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 22940 0 0 0 1037 56 0 0 20 0 21 0 11162919 11236761600 102434 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2743350 102434 3160 1 0 2731217 0
[pid=11394/tid=11395] ppid=11391 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) S 11391 11394 10613 0 -1 1077944384 5190 0 0 0 24 2 0 0 20 0 21 0 11162920 11236761600 102434 33554432000 4194304 4196468 140733345267312 140631350660272 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 90 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 102434 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11397] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11397/stat : 11397 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 102434 33554432000 4194304 4196468 140733345267312 140631271439120 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11399] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11399/stat : 11399 (java) S 11391 11394 10613 0 -1 1077944384 95 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 102434 33554432000 4194304 4196468 140733345267312 140631270386832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11400] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11400/stat : 11400 (java) S 11391 11394 10613 0 -1 1077944384 80 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 102434 33554432000 4194304 4196468 140733345267312 140631269334032 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11401] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=11394/tid=11414] ppid=11391 vsize=10973400 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11414/stat : 11414 (java) S 11391 11394 10613 0 -1 1077944384 1787 0 0 0 69 58 0 0 20 0 21 0 11162929 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630611204912 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11415] ppid=11391 vsize=10973400 CPUtime=2260.98 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11415/stat : 11415 (java) R 11391 11394 10613 0 -1 4202560 22776 0 0 0 226092 6 0 0 20 0 21 0 11162948 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630608015208 140630943345200 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 2268.34
Current children cumulated vsize (KiB) 10973400

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/283 11631
/proc/meminfo: memFree=30695940/32770624 swapFree=5848/349892
[pid=11394] ppid=11391 vsize=10973400 CPUtime=2328.35 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 64326 0 0 0 232725 110 0 0 20 0 21 0 11162919 11236761600 109745 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2743350 109745 3164 1 0 2731217 0
[pid=11394/tid=11395] ppid=11391 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) S 11391 11394 10613 0 -1 1077944384 5190 0 0 0 24 2 0 0 20 0 21 0 11162920 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631350660272 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 90 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11397] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11397/stat : 11397 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631271439120 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11399] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11399/stat : 11399 (java) S 11391 11394 10613 0 -1 1077944384 95 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631270386832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11400] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11400/stat : 11400 (java) S 11391 11394 10613 0 -1 1077944384 80 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631269334032 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11401] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11401/stat : 11401 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631268280720 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11402] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11402/stat : 11402 (java) S 11391 11394 10613 0 -1 1077944384 83 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631267227920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11403] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11403/stat : 11403 (java) S 11391 11394 10613 0 -1 1077944384 81 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631266175632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11404] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11404/stat : 11404 (java) S 11391 11394 10613 0 -1 1077944384 88 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631265122832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11405] ppid=11391 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11405/stat : 11405 (java) S 11391 11394 10613 0 -1 1077944384 1234 0 0 0 3 2 0 0 20 0 21 0 11162923 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630620678768 140631346428546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11406] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11406/stat : 11406 (java) S 11391 11394 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11162924 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630619624800 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11407] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11407/stat : 11407 (java) S 11391 11394 10613 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11162924 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630618572416 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11408] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11408/stat : 11408 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630617520720 140631346435995 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11409] ppid=11391 vsize=10973400 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11409/stat : 11409 (java) S 11391 11394 10613 0 -1 1077944384 9898 0 0 0 156 2 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630616467568 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11410] ppid=11391 vsize=10973400 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11410/stat : 11410 (java) S 11391 11394 10613 0 -1 1077944384 5885 0 0 0 126 1 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630615414768 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11411] ppid=11391 vsize=10973400 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11411/stat : 11411 (java) S 11391 11394 10613 0 -1 1077944384 7368 0 0 0 132 1 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630614362480 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11412] ppid=11391 vsize=10973400 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11412/stat : 11412 (java) S 11391 11394 10613 0 -1 1077944384 7854 0 0 0 67 2 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630613309680 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11413] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11413/stat : 11413 (java) S 11391 11394 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630612257632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11414] ppid=11391 vsize=10973400 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11414/stat : 11414 (java) S 11391 11394 10613 0 -1 1077944384 1791 0 0 0 71 60 0 0 20 0 21 0 11162929 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630611204912 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11415] ppid=11391 vsize=10973400 CPUtime=2320.95 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11415/stat : 11415 (java) R 11391 11394 10613 0 -1 4202560 23074 0 0 0 232089 6 0 0 20 0 21 0 11162948 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630608015480 140630943345768 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 2328.35
Current children cumulated vsize (KiB) 10973400

[startup+2382.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/283 11633
/proc/meminfo: memFree=30695452/32770624 swapFree=5848/349984
[pid=11394] ppid=11391 vsize=10973400 CPUtime=2388.37 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 64629 0 0 0 238725 112 0 0 20 0 21 0 11162919 11236761600 109745 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2743350 109745 3164 1 0 2731217 0
[pid=11394/tid=11395] ppid=11391 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) S 11391 11394 10613 0 -1 1077944384 5190 0 0 0 24 2 0 0 20 0 21 0 11162920 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631350660272 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 90 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11397] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11397/stat : 11397 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631271439120 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11399] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11399/stat : 11399 (java) S 11391 11394 10613 0 -1 1077944384 95 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631270386832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11400] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11400/stat : 11400 (java) S 11391 11394 10613 0 -1 1077944384 80 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631269334032 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11401] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11401/stat : 11401 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631268280720 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11402] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11402/stat : 11402 (java) S 11391 11394 10613 0 -1 1077944384 83 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631267227920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11403] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11403/stat : 11403 (java) S 11391 11394 10613 0 -1 1077944384 81 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631266175632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11404] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11404/stat : 11404 (java) S 11391 11394 10613 0 -1 1077944384 88 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631265122832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11405] ppid=11391 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11405/stat : 11405 (java) S 11391 11394 10613 0 -1 1077944384 1241 0 0 0 3 3 0 0 20 0 21 0 11162923 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630620678768 140631346428546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11406] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11406/stat : 11406 (java) S 11391 11394 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11162924 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630619624800 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11407] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11407/stat : 11407 (java) S 11391 11394 10613 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11162924 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630618572416 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11408] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11408/stat : 11408 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630617520720 140631346435995 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11409] ppid=11391 vsize=10973400 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11409/stat : 11409 (java) S 11391 11394 10613 0 -1 1077944384 9900 0 0 0 156 2 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630616467568 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11410] ppid=11391 vsize=10973400 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11410/stat : 11410 (java) S 11391 11394 10613 0 -1 1077944384 5893 0 0 0 126 1 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630615414768 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11411] ppid=11391 vsize=10973400 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11411/stat : 11411 (java) S 11391 11394 10613 0 -1 1077944384 7370 0 0 0 132 1 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630614362480 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11412] ppid=11391 vsize=10973400 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11412/stat : 11412 (java) S 11391 11394 10613 0 -1 1077944384 7856 0 0 0 67 2 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630613309680 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11413] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11413/stat : 11413 (java) S 11391 11394 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630612257632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11414] ppid=11391 vsize=10973400 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11414/stat : 11414 (java) S 11391 11394 10613 0 -1 1077944384 1823 0 0 0 72 62 0 0 20 0 21 0 11162929 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630611204912 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11415] ppid=11391 vsize=10973400 CPUtime=2380.93 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11415/stat : 11415 (java) R 11391 11394 10613 0 -1 4202560 23324 0 0 0 238087 6 0 0 20 0 21 0 11162948 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630608015480 140630941936443 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 2388.37
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394 s]
/proc/loadavg: 2.06 2.03 2.05 3/283 11633
/proc/meminfo: memFree=30695452/32770624 swapFree=5848/349984
[pid=11394] ppid=11391 vsize=10973400 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/11394/stat : 11394 (java) S 11391 11394 10613 0 -1 1077944320 64629 0 0 0 239895 113 0 0 20 0 21 0 11162919 11236761600 109745 33554432000 4194304 4196468 140733345267312 140733345249856 140631346417399 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
/proc/11394/statm: 2743350 109745 3164 1 0 2731217 0
[pid=11394/tid=11395] ppid=11391 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11395/stat : 11395 (java) S 11391 11394 10613 0 -1 1077944384 5190 0 0 0 24 2 0 0 20 0 21 0 11162920 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631350660272 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11396] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11396/stat : 11396 (java) S 11391 11394 10613 0 -1 1077944384 90 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631272491920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11397] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11397/stat : 11397 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631271439120 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11399] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11399/stat : 11399 (java) S 11391 11394 10613 0 -1 1077944384 95 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631270386832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11400] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11400/stat : 11400 (java) S 11391 11394 10613 0 -1 1077944384 80 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631269334032 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11401] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11401/stat : 11401 (java) S 11391 11394 10613 0 -1 1077944384 74 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631268280720 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11402] ppid=11391 vsize=10973400 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11402/stat : 11402 (java) S 11391 11394 10613 0 -1 1077944384 83 0 0 0 4 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631267227920 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11403] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11403/stat : 11403 (java) S 11391 11394 10613 0 -1 1077944384 81 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631266175632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11404] ppid=11391 vsize=10973400 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11404/stat : 11404 (java) S 11391 11394 10613 0 -1 1077944384 88 0 0 0 5 5 0 0 20 0 21 0 11162921 11236761600 109745 33554432000 4194304 4196468 140733345267312 140631265122832 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11405] ppid=11391 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11405/stat : 11405 (java) S 11391 11394 10613 0 -1 1077944384 1241 0 0 0 3 3 0 0 20 0 21 0 11162923 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630620678768 140631346428546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11406] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11406/stat : 11406 (java) S 11391 11394 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11162924 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630619624800 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11407] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11407/stat : 11407 (java) S 11391 11394 10613 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11162924 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630618572416 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11408] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11408/stat : 11408 (java) S 11391 11394 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630617520720 140631346435995 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11409] ppid=11391 vsize=10973400 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11409/stat : 11409 (java) S 11391 11394 10613 0 -1 1077944384 9900 0 0 0 157 2 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630616467568 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11410] ppid=11391 vsize=10973400 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11410/stat : 11410 (java) S 11391 11394 10613 0 -1 1077944384 5893 0 0 0 126 1 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630615414768 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11411] ppid=11391 vsize=10973400 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11411/stat : 11411 (java) S 11391 11394 10613 0 -1 1077944384 7370 0 0 0 132 1 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630614362480 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11412] ppid=11391 vsize=10973400 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11412/stat : 11412 (java) S 11391 11394 10613 0 -1 1077944384 7856 0 0 0 67 2 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630613309680 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11413] ppid=11391 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11413/stat : 11413 (java) S 11391 11394 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11162928 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630612257632 140631346427605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11414] ppid=11391 vsize=10973400 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11414/stat : 11414 (java) S 11391 11394 10613 0 -1 1077944384 1823 0 0 0 72 62 0 0 20 0 21 0 11162929 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630611204912 140631346428546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
[pid=11394/tid=11415] ppid=11391 vsize=10973400 CPUtime=2392.63 cores=0,2,4,6,8,10,12,14
/proc/11394/task/11415/stat : 11415 (java) R 11391 11394 10613 0 -1 4202560 23324 0 0 0 239257 6 0 0 20 0 21 0 11162948 11236761600 109745 33554432000 4194304 4196468 140733345267312 140630608015480 140630943345616 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17793024 140733345273027 140733345273156 140733345273156 140733345275855 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10973400

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 11394 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2394.01
CPU time (s): 2400.1
CPU user time (s): 2398.97
CPU system time (s): 1.13676
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.97
system time used= 1.13676
maximum resident set size= 439988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56323
involuntary context switches= 121393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1906 second user time and 17.8441 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 23:29:15
IDJOB=4249565
IDBENCH=137152
IDSOLVER=2624
FILE ID=node131/4249565-1500758955
RUNJOBID= node131-1500751849-10644
PBS_JOBID= 20624579
Free space on /tmp= 61924 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-20.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249565-1500758955/watcher-4249565-1500758955 -o /tmp/evaluation-result-4249565-1500758955/solver-4249565-1500758955 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500751849-10644 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249565-1500758955.xml

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

MD5SUM BENCH= 60ebd5c4fe4cf6d5772447ebf177dfde
RANDOM SEED=756569390

node131.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	: 5334.06
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		: 1733.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	: 5334.06
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	: 5334.06
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		: 2668.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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
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:        31445948 kB
MemAvailable:   31872584 kB
Buffers:          157064 kB
Cached:           549176 kB
SwapCached:            0 kB
Active:           529076 kB
Inactive:         356532 kB
Active(anon):     182172 kB
Inactive(anon):     8692 kB
Active(file):     346904 kB
Inactive(file):   347840 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8136 kB
Writeback:             0 kB
AnonPages:        187052 kB
Mapped:            43044 kB
Shmem:              8844 kB
Slab:             129548 kB
SReclaimable:      95452 kB
SUnreclaim:        34096 kB
KernelStack:        4944 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61916 MiB
End job on node131 at 2017-07-23 00:09:09