Trace number 4249719

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.04 2348.34

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-31.xml
MD5SUM67c04303171609b86978ceecc7dcafe8
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.04
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"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 constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.27/0.27	
0.27/0.27	AbsCon 2 
0.27/0.27	
18.60/11.35	  Solving XCSP3-instance-4249719-1500764008 as a COP in -infty..+infty
18.60/11.35	  Loading variables...
29.33/15.43	  Loading constraints...
63.02/27.74	  Solver SolverBacktrack being built...
63.02/27.74	
63.52/27.99	  Preprocessing : gac=true, ccks=0, filters=770, revisions=0 (useless=0), AC=770, removals=770, inconsistent=false
63.52/27.99	
99.36/48.74	o 0
2400.01/2348.30	
2400.01/2348.30	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 200 199 199 199 197 0 198 198 198 198 197 0 198 198 198 197 197 0 197 196 196 195 195 0 194 192 192 191 190 0 193 193 193 192 190 0 190 190 189 189 188 0 188 187 185 184 183 0 185 185 185 185 185 0 182 182 181 150 150 150 181 180 179 152 150 150 178 178 176 152 151 151 177 177 177 153 152 151 173 173 172 172 155 154 172 172 171 171 156 154 171 171 171 169 158 155 171 161 160 160 159 155 169 169 169 169 158 157 169 169 168 0 0 0 168 167 167 167 161 157 165 165 162 162 161 157 163 163 162 161 158 157 </values>  </instantiation>
2400.01/2348.30	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-4249719-1500764008/watcher-4249719-1500764008 -o /tmp/evaluation-result-4249719-1500764008/solver-4249719-1500764008 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500754465-20346 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249719-1500764008.xml 

pid=21404
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.00 2.01 2.05 3/262 21407
/proc/meminfo: memFree=30969244/32770624 swapFree=6364/360148
[pid=21407] ppid=21404 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 11668519 369864704 1935 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 90299 1935 1082 1 0 79210 0
[pid=21407/tid=21408] ppid=21404 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 11668520 369864704 1935 33554432000 4194304 4196468 140736164621712 139973008910752 139973004679810 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0

[startup+0.100112 s]
/proc/loadavg: 2.00 2.01 2.05 3/262 21407
/proc/meminfo: memFree=30969244/32770624 swapFree=6364/360148
[pid=21407] ppid=21404 vsize=10900580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 4683 0 0 0 9 1 0 0 20 0 20 0 11668519 11162193920 6752 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2725145 6752 2641 1 0 2713552 0
[pid=21407/tid=21408] ppid=21404 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) R 21404 21407 20315 0 -1 4202560 2764 0 0 0 8 0 0 0 20 0 20 0 11668520 11162193920 6752 33554432000 4194304 4196468 140736164621712 139973008905392 139973004690589 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900580

[startup+0.200354 s]
/proc/loadavg: 2.00 2.01 2.05 3/262 21407
/proc/meminfo: memFree=30969244/32770624 swapFree=6364/360148
[pid=21407] ppid=21404 vsize=10900580 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 7160 0 0 0 25 2 0 0 20 0 20 0 11668519 11162193920 9051 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2725145 9051 2918 1 0 2713552 0
[pid=21407/tid=21408] ppid=21404 vsize=10900580 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) R 21404 21407 20315 0 -1 4202560 4464 0 0 0 17 1 0 0 20 0 20 0 11668520 11162193920 9051 33554432000 4194304 4196468 140736164621712 139973008900640 139972988749150 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900580

[startup+0.300342 s]
/proc/loadavg: 2.00 2.01 2.05 3/262 21407
/proc/meminfo: memFree=30969244/32770624 swapFree=6364/360148
[pid=21407] ppid=21404 vsize=10969228 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 7936 0 0 0 44 3 0 0 20 0 21 0 11668519 11232489472 13338 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2742315 13338 2995 1 0 2730201 0
[pid=21407/tid=21408] ppid=21404 vsize=10969260 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 4694 0 0 0 23 1 0 0 20 0 21 0 11668520 11232522240 13338 33554432000 4194304 4196468 140736164621712 139973008911536 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10969228

[startup+0.700268 s]
/proc/loadavg: 2.00 2.01 2.05 3/262 21407
/proc/meminfo: memFree=30969244/32770624 swapFree=6364/360148
[pid=21407] ppid=21404 vsize=10969228 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 9672 0 0 0 108 53 0 0 20 0 21 0 11668519 11232489472 62165 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2742307 62165 3040 1 0 2730193 0
[pid=21407/tid=21408] ppid=21404 vsize=10969228 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 4694 0 0 0 23 1 0 0 20 0 21 0 11668520 11232489472 62165 33554432000 4194304 4196468 140736164621712 139973008911536 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 10969228

[startup+1.50088 s]
/proc/loadavg: 2.00 2.01 2.05 6/283 21428
/proc/meminfo: memFree=29943472/32770624 swapFree=6364/360160
[pid=21407] ppid=21404 vsize=10971352 CPUtime=4.49 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 15047 0 0 0 364 85 0 0 20 0 21 0 11668519 11234664448 272186 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2742838 272186 3146 1 0 2730705 0
[pid=21407/tid=21408] ppid=21404 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 4694 0 0 0 23 1 0 0 20 0 21 0 11668520 11234664448 272186 33554432000 4194304 4196468 140736164621712 139973008911536 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21410] ppid=21404 vsize=10971352 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21410/stat : 21410 (java) S 21404 21407 20315 0 -1 1077944384 396 0 0 0 14 8 0 0 20 0 21 0 11668521 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972930742544 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21411] ppid=21404 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21411/stat : 21411 (java) S 21404 21407 20315 0 -1 1077944384 73 0 0 0 20 7 0 0 20 0 21 0 11668521 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972929690000 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21412] ppid=21404 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21412/stat : 21412 (java) S 21404 21407 20315 0 -1 1077944384 58 0 0 0 19 8 0 0 20 0 21 0 11668521 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972928637456 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21413] ppid=21404 vsize=10971352 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21413/stat : 21413 (java) S 21404 21407 20315 0 -1 1077944384 59 0 0 0 15 8 0 0 20 0 21 0 11668521 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972927584912 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21414] ppid=21404 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21414/stat : 21414 (java) S 21404 21407 20315 0 -1 1077944384 255 0 0 0 20 7 0 0 20 0 21 0 11668521 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972926532368 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21415] ppid=21404 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21415/stat : 21415 (java) S 21404 21407 20315 0 -1 1077944384 452 0 0 0 19 8 0 0 20 0 21 0 11668521 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972925479824 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21416] ppid=21404 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21416/stat : 21416 (java) S 21404 21407 20315 0 -1 1077944384 67 0 0 0 19 8 0 0 20 0 21 0 11668521 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972924427280 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21417] ppid=21404 vsize=10971352 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21417/stat : 21417 (java) S 21404 21407 20315 0 -1 1077944384 58 0 0 0 20 8 0 0 20 0 21 0 11668521 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972923374736 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21418] ppid=21404 vsize=10971352 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21418/stat : 21418 (java) S 21404 21407 20315 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 21 0 11668523 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972345485296 139973004679810 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21419] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21419/stat : 21419 (java) S 21404 21407 20315 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 11668523 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972344431584 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21420] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21420/stat : 21420 (java) S 21404 21407 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11668524 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972343378944 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21421] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21421/stat : 21421 (java) S 21404 21407 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11668527 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972342327504 139973004687259 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21422] ppid=21404 vsize=10971352 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21422/stat : 21422 (java) S 21404 21407 20315 0 -1 1077944384 1305 0 0 0 34 0 0 0 20 0 21 0 11668527 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972341275120 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21423] ppid=21404 vsize=10971352 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21423/stat : 21423 (java) S 21404 21407 20315 0 -1 1077944384 1073 0 0 0 28 0 0 0 20 0 21 0 11668527 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972340222576 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21424] ppid=21404 vsize=10971352 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21424/stat : 21424 (java) S 21404 21407 20315 0 -1 1077944384 949 0 0 0 24 1 0 0 20 0 21 0 11668527 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972339170032 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21425] ppid=21404 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21425/stat : 21425 (java) S 21404 21407 20315 0 -1 1077944384 1377 0 0 0 24 0 0 0 20 0 21 0 11668527 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972338117488 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21426] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21426/stat : 21426 (java) S 21404 21407 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11668528 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972337064160 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21427] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21427/stat : 21427 (java) S 21404 21407 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11668528 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972336011696 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21428] ppid=21404 vsize=10971352 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21428/stat : 21428 (java) R 21404 21407 20315 0 -1 4202560 2373 0 0 0 77 15 0 0 20 0 21 0 11668546 11234664448 272186 33554432000 4194304 4196468 140736164621712 139972332817960 139972601526482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 10971352

[startup+3.10072 s]
/proc/loadavg: 2.00 2.01 2.05 3/283 21428
/proc/meminfo: memFree=29775724/32770624 swapFree=6364/360160
[pid=21407] ppid=21404 vsize=10971352 CPUtime=7.02 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 17133 0 0 0 565 137 0 0 20 0 21 0 11668519 11234664448 340154 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2742838 340154 3152 1 0 2730705 0
[pid=21407/tid=21408] ppid=21404 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 4694 0 0 0 23 1 0 0 20 0 21 0 11668520 11234664448 340154 33554432000 4194304 4196468 140736164621712 139973008911536 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21410] ppid=21404 vsize=10971352 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21410/stat : 21410 (java) S 21404 21407 20315 0 -1 1077944384 553 0 0 0 22 14 0 0 20 0 21 0 11668521 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972930742544 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21411] ppid=21404 vsize=10971352 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21411/stat : 21411 (java) S 21404 21407 20315 0 -1 1077944384 279 0 0 0 27 14 0 0 20 0 21 0 11668521 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972929690000 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21412] ppid=21404 vsize=10971352 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21412/stat : 21412 (java) S 21404 21407 20315 0 -1 1077944384 236 0 0 0 27 14 0 0 20 0 21 0 11668521 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972928637456 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21413] ppid=21404 vsize=10971352 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21413/stat : 21413 (java) S 21404 21407 20315 0 -1 1077944384 237 0 0 0 22 13 0 0 20 0 21 0 11668521 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972927584912 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21414] ppid=21404 vsize=10971352 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21414/stat : 21414 (java) S 21404 21407 20315 0 -1 1077944384 712 0 0 0 26 15 0 0 20 0 21 0 11668521 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972926532368 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21415] ppid=21404 vsize=10971352 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21415/stat : 21415 (java) S 21404 21407 20315 0 -1 1077944384 590 0 0 0 25 14 0 0 20 0 21 0 11668521 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972925479824 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21416] ppid=21404 vsize=10971352 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21416/stat : 21416 (java) S 21404 21407 20315 0 -1 1077944384 282 0 0 0 27 15 0 0 20 0 21 0 11668521 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972924427280 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21417] ppid=21404 vsize=10971352 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21417/stat : 21417 (java) S 21404 21407 20315 0 -1 1077944384 224 0 0 0 28 14 0 0 20 0 21 0 11668521 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972923374736 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21418] ppid=21404 vsize=10971352 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21418/stat : 21418 (java) S 21404 21407 20315 0 -1 1077944384 714 0 0 0 1 0 0 0 20 0 21 0 11668523 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972345485296 139973004679810 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21419] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21419/stat : 21419 (java) S 21404 21407 20315 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 11668523 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972344431584 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21420] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21420/stat : 21420 (java) S 21404 21407 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11668524 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972343378944 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21421] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21421/stat : 21421 (java) S 21404 21407 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11668527 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972342327504 139973004687259 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21422] ppid=21404 vsize=10971352 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21422/stat : 21422 (java) S 21404 21407 20315 0 -1 1077944384 1305 0 0 0 34 0 0 0 20 0 21 0 11668527 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972341275120 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21423] ppid=21404 vsize=10971352 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21423/stat : 21423 (java) S 21404 21407 20315 0 -1 1077944384 1073 0 0 0 28 0 0 0 20 0 21 0 11668527 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972340222576 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21424] ppid=21404 vsize=10971352 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21424/stat : 21424 (java) S 21404 21407 20315 0 -1 1077944384 949 0 0 0 24 1 0 0 20 0 21 0 11668527 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972339170032 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21425] ppid=21404 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21425/stat : 21425 (java) S 21404 21407 20315 0 -1 1077944384 1377 0 0 0 24 0 0 0 20 0 21 0 11668527 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972338117488 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21426] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21426/stat : 21426 (java) S 21404 21407 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11668528 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972337064160 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21427] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21427/stat : 21427 (java) S 21404 21407 20315 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 11668528 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972336011696 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21428] ppid=21404 vsize=10971352 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21428/stat : 21428 (java) R 21404 21407 20315 0 -1 4202560 2537 0 0 0 219 17 0 0 20 0 21 0 11668546 11234664448 340154 33554432000 4194304 4196468 140736164621712 139972332820080 139972601441586 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 10971352

[startup+6.30085 s]
/proc/loadavg: 2.08 2.03 2.05 3/283 21428
/proc/meminfo: memFree=29220496/32770624 swapFree=6364/360164
[pid=21407] ppid=21404 vsize=10971352 CPUtime=13.48 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 23961 0 0 0 1030 318 0 0 20 0 21 0 11668519 11234664448 465201 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2742838 465201 3152 1 0 2730705 0
[pid=21407/tid=21408] ppid=21404 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 4694 0 0 0 23 1 0 0 20 0 21 0 11668520 11234664448 465201 33554432000 4194304 4196468 140736164621712 139973008911536 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21410] ppid=21404 vsize=10971352 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21410/stat : 21410 (java) S 21404 21407 20315 0 -1 1077944384 1491 0 0 0 47 36 0 0 20 0 21 0 11668521 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972930742544 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21411] ppid=21404 vsize=10971352 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21411/stat : 21411 (java) S 21404 21407 20315 0 -1 1077944384 756 0 0 0 50 35 0 0 20 0 21 0 11668521 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972929690000 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21412] ppid=21404 vsize=10971352 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21412/stat : 21412 (java) S 21404 21407 20315 0 -1 1077944384 690 0 0 0 51 37 0 0 20 0 21 0 11668521 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972928637456 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21413] ppid=21404 vsize=10971352 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21413/stat : 21413 (java) S 21404 21407 20315 0 -1 1077944384 718 0 0 0 46 36 0 0 20 0 21 0 11668521 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972927584912 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21414] ppid=21404 vsize=10971352 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21414/stat : 21414 (java) S 21404 21407 20315 0 -1 1077944384 1317 0 0 0 51 37 0 0 20 0 21 0 11668521 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972926532368 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21415] ppid=21404 vsize=10971352 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21415/stat : 21415 (java) S 21404 21407 20315 0 -1 1077944384 1126 0 0 0 50 36 0 0 20 0 21 0 11668521 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972925479824 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21416] ppid=21404 vsize=10971352 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21416/stat : 21416 (java) S 21404 21407 20315 0 -1 1077944384 796 0 0 0 52 37 0 0 20 0 21 0 11668521 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972924427280 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21417] ppid=21404 vsize=10971352 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21417/stat : 21417 (java) S 21404 21407 20315 0 -1 1077944384 788 0 0 0 52 36 0 0 20 0 21 0 11668521 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972923374736 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21418] ppid=21404 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21418/stat : 21418 (java) S 21404 21407 20315 0 -1 1077944384 1170 0 0 0 2 0 0 0 20 0 21 0 11668523 11234664448 465201 33554432000 4194304 4196468 140736164621712 139972345485296 139973004679810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21419] ppid=21404 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=21407/tid=21427] ppid=21404 vsize=10973400 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21427/stat : 21427 (java) S 21404 21407 20315 0 -1 1077944384 2683 0 0 0 62 60 0 0 20 0 21 0 11668528 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972336011696 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21428] ppid=21404 vsize=10973400 CPUtime=2192.14 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21428/stat : 21428 (java) R 21404 21407 20315 0 -1 4202560 992351 0 0 0 219142 72 0 0 20 0 21 0 11668546 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972332822008 139972604777120 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 2254.01
Current children cumulated vsize (KiB) 10973400

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/283 21618
/proc/meminfo: memFree=18903460/32770624 swapFree=6364/362392
[pid=21407] ppid=21404 vsize=10973400 CPUtime=2314.01 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 1222702 0 0 0 229751 1650 0 0 20 0 21 0 11668519 11236761600 1464127 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2743350 1464127 3183 1 0 2731217 0
[pid=21407/tid=21408] ppid=21404 vsize=10973400 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 4694 0 0 0 23 1 0 0 20 0 21 0 11668520 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139973008911536 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21410] ppid=21404 vsize=10973400 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21410/stat : 21410 (java) S 21404 21407 20315 0 -1 1077944384 21562 0 0 0 484 193 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972930742544 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21411] ppid=21404 vsize=10973400 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21411/stat : 21411 (java) S 21404 21407 20315 0 -1 1077944384 19190 0 0 0 488 189 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972929690000 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21412] ppid=21404 vsize=10973400 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21412/stat : 21412 (java) S 21404 21407 20315 0 -1 1077944384 22094 0 0 0 488 190 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972928637456 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21413] ppid=21404 vsize=10973400 CPUtime=6.81 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21413/stat : 21413 (java) S 21404 21407 20315 0 -1 1077944384 23313 0 0 0 487 194 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972927584912 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21414] ppid=21404 vsize=10973400 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21414/stat : 21414 (java) S 21404 21407 20315 0 -1 1077944384 21426 0 0 0 477 178 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972926532368 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21415] ppid=21404 vsize=10973400 CPUtime=6.82 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21415/stat : 21415 (java) S 21404 21407 20315 0 -1 1077944384 25196 0 0 0 493 189 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972925479824 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21416] ppid=21404 vsize=10973400 CPUtime=6.86 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21416/stat : 21416 (java) S 21404 21407 20315 0 -1 1077944384 21941 0 0 0 507 179 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972924427280 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21417] ppid=21404 vsize=10973400 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21417/stat : 21417 (java) S 21404 21407 20315 0 -1 1077944384 18869 0 0 0 485 193 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972923374736 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21418] ppid=21404 vsize=10973400 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21418/stat : 21418 (java) S 21404 21407 20315 0 -1 1077944384 14992 0 0 0 138 5 0 0 20 0 21 0 11668523 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972345485296 139973004679810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21419] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21419/stat : 21419 (java) S 21404 21407 20315 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 11668523 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972344431584 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21420] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21420/stat : 21420 (java) S 21404 21407 20315 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 11668524 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972343378944 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21421] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21421/stat : 21421 (java) S 21404 21407 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972342327504 139973004687259 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21422] ppid=21404 vsize=10973400 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21422/stat : 21422 (java) S 21404 21407 20315 0 -1 1077944384 7938 0 0 0 140 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972341275120 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21423] ppid=21404 vsize=10973400 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21423/stat : 21423 (java) S 21404 21407 20315 0 -1 1077944384 6913 0 0 0 136 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972340222576 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21424] ppid=21404 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21424/stat : 21424 (java) S 21404 21407 20315 0 -1 1077944384 8699 0 0 0 120 3 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972339170032 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21425] ppid=21404 vsize=10973400 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21425/stat : 21425 (java) S 21404 21407 20315 0 -1 1077944384 6912 0 0 0 67 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972338117488 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21426] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21426/stat : 21426 (java) S 21404 21407 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11668528 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972337064160 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21427] ppid=21404 vsize=10973400 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21427/stat : 21427 (java) S 21404 21407 20315 0 -1 1077944384 2723 0 0 0 65 62 0 0 20 0 21 0 11668528 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972336011696 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21428] ppid=21404 vsize=10973400 CPUtime=2252.1 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21428/stat : 21428 (java) R 21404 21407 20315 0 -1 4202560 994821 0 0 0 225137 73 0 0 20 0 21 0 11668546 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972332822008 139972604777429 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 2314.01
Current children cumulated vsize (KiB) 10973400

[startup+2322.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/283 21619
/proc/meminfo: memFree=18903592/32770624 swapFree=6364/362428
[pid=21407] ppid=21404 vsize=10973400 CPUtime=2374.01 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 1224046 0 0 0 235749 1652 0 0 20 0 21 0 11668519 11236761600 1464127 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2743350 1464127 3183 1 0 2731217 0
[pid=21407/tid=21408] ppid=21404 vsize=10973400 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 4694 0 0 0 23 1 0 0 20 0 21 0 11668520 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139973008911536 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21410] ppid=21404 vsize=10973400 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21410/stat : 21410 (java) S 21404 21407 20315 0 -1 1077944384 21562 0 0 0 484 193 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972930742544 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21411] ppid=21404 vsize=10973400 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21411/stat : 21411 (java) S 21404 21407 20315 0 -1 1077944384 19190 0 0 0 488 189 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972929690000 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21412] ppid=21404 vsize=10973400 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21412/stat : 21412 (java) S 21404 21407 20315 0 -1 1077944384 22094 0 0 0 488 190 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972928637456 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21413] ppid=21404 vsize=10973400 CPUtime=6.81 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21413/stat : 21413 (java) S 21404 21407 20315 0 -1 1077944384 23313 0 0 0 487 194 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972927584912 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21414] ppid=21404 vsize=10973400 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21414/stat : 21414 (java) S 21404 21407 20315 0 -1 1077944384 21426 0 0 0 477 178 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972926532368 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21415] ppid=21404 vsize=10973400 CPUtime=6.82 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21415/stat : 21415 (java) S 21404 21407 20315 0 -1 1077944384 25196 0 0 0 493 189 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972925479824 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21416] ppid=21404 vsize=10973400 CPUtime=6.86 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21416/stat : 21416 (java) S 21404 21407 20315 0 -1 1077944384 21941 0 0 0 507 179 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972924427280 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21417] ppid=21404 vsize=10973400 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21417/stat : 21417 (java) S 21404 21407 20315 0 -1 1077944384 18869 0 0 0 485 193 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972923374736 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21418] ppid=21404 vsize=10973400 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21418/stat : 21418 (java) S 21404 21407 20315 0 -1 1077944384 15002 0 0 0 138 6 0 0 20 0 21 0 11668523 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972345485296 139973004679810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21419] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21419/stat : 21419 (java) S 21404 21407 20315 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 11668523 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972344431584 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21420] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21420/stat : 21420 (java) S 21404 21407 20315 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 11668524 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972343378944 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21421] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21421/stat : 21421 (java) S 21404 21407 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972342327504 139973004687259 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21422] ppid=21404 vsize=10973400 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21422/stat : 21422 (java) S 21404 21407 20315 0 -1 1077944384 7945 0 0 0 141 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972341275120 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21423] ppid=21404 vsize=10973400 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21423/stat : 21423 (java) S 21404 21407 20315 0 -1 1077944384 6919 0 0 0 136 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972340222576 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21424] ppid=21404 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21424/stat : 21424 (java) S 21404 21407 20315 0 -1 1077944384 8708 0 0 0 120 3 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972339170032 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21425] ppid=21404 vsize=10973400 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21425/stat : 21425 (java) S 21404 21407 20315 0 -1 1077944384 6920 0 0 0 67 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972338117488 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21426] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21426/stat : 21426 (java) S 21404 21407 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11668528 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972337064160 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21427] ppid=21404 vsize=10973400 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21427/stat : 21427 (java) S 21404 21407 20315 0 -1 1077944384 2761 0 0 0 66 64 0 0 20 0 21 0 11668528 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972336011696 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21428] ppid=21404 vsize=10973400 CPUtime=2312.06 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21428/stat : 21428 (java) R 21404 21407 20315 0 -1 4202560 996087 0 0 0 231133 73 0 0 20 0 21 0 11668546 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972332822008 139972604777125 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 2374.01
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/283 21619
/proc/meminfo: memFree=18903468/32770624 swapFree=6364/362440
[pid=21407] ppid=21404 vsize=10973400 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/21407/stat : 21407 (java) S 21404 21407 20315 0 -1 1077944320 1224784 0 0 0 238348 1653 0 0 20 0 21 0 11668519 11236761600 1464127 33554432000 4194304 4196468 140736164621712 140736164604256 139973004668663 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
/proc/21407/statm: 2743350 1464127 3183 1 0 2731217 0
[pid=21407/tid=21408] ppid=21404 vsize=10973400 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21408/stat : 21408 (java) S 21404 21407 20315 0 -1 1077944384 4694 0 0 0 23 1 0 0 20 0 21 0 11668520 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139973008911536 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21410] ppid=21404 vsize=10973400 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21410/stat : 21410 (java) S 21404 21407 20315 0 -1 1077944384 21562 0 0 0 484 193 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972930742544 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21411] ppid=21404 vsize=10973400 CPUtime=6.77 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21411/stat : 21411 (java) S 21404 21407 20315 0 -1 1077944384 19190 0 0 0 488 189 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972929690000 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21412] ppid=21404 vsize=10973400 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21412/stat : 21412 (java) S 21404 21407 20315 0 -1 1077944384 22094 0 0 0 488 190 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972928637456 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21413] ppid=21404 vsize=10973400 CPUtime=6.81 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21413/stat : 21413 (java) S 21404 21407 20315 0 -1 1077944384 23313 0 0 0 487 194 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972927584912 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21414] ppid=21404 vsize=10973400 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21414/stat : 21414 (java) S 21404 21407 20315 0 -1 1077944384 21426 0 0 0 477 178 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972926532368 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21415] ppid=21404 vsize=10973400 CPUtime=6.82 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21415/stat : 21415 (java) S 21404 21407 20315 0 -1 1077944384 25196 0 0 0 493 189 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972925479824 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21416] ppid=21404 vsize=10973400 CPUtime=6.86 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21416/stat : 21416 (java) S 21404 21407 20315 0 -1 1077944384 21941 0 0 0 507 179 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972924427280 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21417] ppid=21404 vsize=10973400 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21417/stat : 21417 (java) S 21404 21407 20315 0 -1 1077944384 18869 0 0 0 485 193 0 0 20 0 21 0 11668521 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972923374736 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21418] ppid=21404 vsize=10973400 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21418/stat : 21418 (java) S 21404 21407 20315 0 -1 1077944384 15012 0 0 0 138 6 0 0 20 0 21 0 11668523 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972345485296 139973004679810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21419] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21419/stat : 21419 (java) S 21404 21407 20315 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 11668523 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972344431584 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21420] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21420/stat : 21420 (java) S 21404 21407 20315 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 11668524 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972343378944 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21421] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21421/stat : 21421 (java) S 21404 21407 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972342327504 139973004687259 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21422] ppid=21404 vsize=10973400 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21422/stat : 21422 (java) S 21404 21407 20315 0 -1 1077944384 7950 0 0 0 141 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972341275120 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21423] ppid=21404 vsize=10973400 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21423/stat : 21423 (java) S 21404 21407 20315 0 -1 1077944384 6922 0 0 0 136 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972340222576 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21424] ppid=21404 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21424/stat : 21424 (java) S 21404 21407 20315 0 -1 1077944384 8711 0 0 0 120 3 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972339170032 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21425] ppid=21404 vsize=10973400 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21425/stat : 21425 (java) S 21404 21407 20315 0 -1 1077944384 6935 0 0 0 67 1 0 0 20 0 21 0 11668527 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972338117488 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21426] ppid=21404 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21426/stat : 21426 (java) S 21404 21407 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11668528 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972337064160 139973004678869 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21427] ppid=21404 vsize=10973400 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21427/stat : 21427 (java) S 21404 21407 20315 0 -1 1077944384 2797 0 0 0 66 65 0 0 20 0 21 0 11668528 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972336011696 139973004679810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
[pid=21407/tid=21428] ppid=21404 vsize=10973400 CPUtime=2338.03 cores=0,2,4,6,8,10,12,14
/proc/21407/task/21428/stat : 21428 (java) R 21404 21407 20315 0 -1 4202560 996753 0 0 0 233730 73 0 0 20 0 21 0 11668546 11236761600 1464127 33554432000 4194304 4196468 140736164621712 139972332822008 139972604777115 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35217408 140736164627651 140736164627780 140736164627780 140736164630479 0
Current children cumulated CPU time (s) 2400.01
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 21407 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2348.34
CPU time (s): 2400.04
CPU user time (s): 2383.48
CPU system time (s): 16.5598
CPU usage (%): 102.202
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2383.48
system time used= 16.5598
maximum resident set size= 5860508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1225494
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66132
involuntary context switches= 123790

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5288 second user time and 18.7281 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-23 00:53:28
IDJOB=4249719
IDBENCH=138074
IDSOLVER=2624
FILE ID=node127/4249719-1500764008
RUNJOBID= node127-1500754465-20346
PBS_JOBID= 20624589
Free space on /tmp= 61736 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249719-1500764008/watcher-4249719-1500764008 -o /tmp/evaluation-result-4249719-1500764008/solver-4249719-1500764008 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500754465-20346 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249719-1500764008.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=985070171

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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.94
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		: 2668.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.94
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		: 1733.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:        30969640 kB
MemAvailable:   31602432 kB
Buffers:          162600 kB
Cached:           747260 kB
SwapCached:            0 kB
Active:           988312 kB
Inactive:         368840 kB
Active(anon):     450216 kB
Inactive(anon):     8692 kB
Active(file):     538096 kB
Inactive(file):   360148 kB
Unevictable:        6364 kB
Mlocked:            6364 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             82872 kB
Writeback:             0 kB
AnonPages:        453740 kB
Mapped:            43184 kB
Shmem:              8840 kB
Slab:             134308 kB
SReclaimable:     100764 kB
SUnreclaim:        33544 kB
KernelStack:        4512 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1567184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61644 MiB
End job on node127 at 2017-07-23 01:32:37