Trace number 4257414

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
AbsCon-basic 2017-06-11SAT (TO)6 245.028 240.01199

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
MD5SUM90a7b6352cefaac33401a11faadaca46
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark245.028
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size88
Distribution of domain sizes[{"size":48,"count":1},{"size":88,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints47
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.19/0.40	
0.19/0.40	AbsCon 2 
0.19/0.40	
1.58/0.96	  Solving XCSP3-instance-4257414-1501659018 as a COP in -infty..+infty
1.58/0.96	  Loading variables...
2.13/1.12	  Loading constraints...
2.77/1.44	  Solver SolverBacktrack being built...
2.77/1.44	
3.35/1.60	  Preprocessing : gac=true, ccks=0, filters=2162, revisions=0 (useless=0), AC=2162, removals=2162, inconsistent=false
3.35/1.60	
17.34/14.28	o 0
54.16/49.59	o 1
55.65/50.95	o 2
76.57/71.79	o 6
245.01/240.00	
245.01/240.00	v <instantiation id='sol4' type='solution' cost='6'>  <list> x b[][] </list>  <values> 6 499 497 0 496 492 0 491 486 0 484 250 250 479 253 250 476 254 251 472 256 251 469 255 253 468 256 251 467 257 253 460 258 253 456 260 253 450 261 254 442 265 254 434 269 257 430 269 259 426 271 259 418 276 260 418 268 267 416 270 265 410 300 271 407 309 271 405 309 275 399 301 296 395 305 298 390 315 292 390 309 281 386 321 279 381 341 275 380 331 276 380 309 277 379 309 273 374 337 273 371 319 274 369 320 272 367 340 276 364 333 288 358 333 282 352 330 291 350 330 291 345 326 296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>  </instantiation>
245.01/240.00	s SATISFIABLE

Verifier Data

OK	6

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-4257414-1501659018/watcher-4257414-1501659018 -o /tmp/evaluation-result-4257414-1501659018/solver-4257414-1501659018 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501657935-16609 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257414-1501659018.xml 

pid=16769
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.02 2.93 3.06 3/193 16772
/proc/meminfo: memFree=31206040/32770624 swapFree=0/241636
[pid=16772] ppid=16769 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16772/stat : 16772 (runsolver) D 16769 16772 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14524911 24240128 107 18446744073709551615 4194304 4338465 140729598258432 140729598256072 139901819806423 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 29003776 140729598259359 140729598259782 140729598259782 140729598263242 0
/proc/16772/statm: 5918 107 54 36 0 2156 0

[startup+0.100175 s]
/proc/loadavg: 2.02 2.93 3.06 3/193 16772
/proc/meminfo: memFree=31206040/32770624 swapFree=0/241636
[pid=16772] ppid=16769 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 3489 0 0 0 0 0 0 0 20 0 6 0 14524911 10175037440 4691 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2484140 4691 1912 1 0 2473645 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200352 s]
/proc/loadavg: 2.02 2.93 3.06 3/193 16772
/proc/meminfo: memFree=31206040/32770624 swapFree=0/241636
[pid=16772] ppid=16769 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 4633 0 0 0 4 1 0 0 20 0 14 0 14524911 10736119808 5677 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2621123 5677 2557 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300244 s]
/proc/loadavg: 2.02 2.93 3.06 3/193 16772
/proc/meminfo: memFree=31206040/32770624 swapFree=0/241636
[pid=16772] ppid=16769 vsize=10551180 CPUtime=0.19 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 6130 0 0 0 18 1 0 0 20 0 15 0 14524911 10804408320 7608 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2637795 7608 2871 1 0 2627269 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10551180

[startup+0.700287 s]
/proc/loadavg: 2.02 2.93 3.06 3/193 16772
/proc/meminfo: memFree=31206040/32770624 swapFree=0/241636
[pid=16772] ppid=16769 vsize=10621952 CPUtime=1.07 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 13618 0 0 0 102 5 0 0 20 0 16 0 14524911 10876878848 24397 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2655488 24397 3057 1 0 2644422 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 10621952

[startup+1.50129 s]
/proc/loadavg: 2.02 2.93 3.06 5/209 16788
/proc/meminfo: memFree=30765840/32770624 swapFree=0/241652
[pid=16772] ppid=16769 vsize=10624000 CPUtime=3.06 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 15567 0 0 0 295 11 0 0 20 0 16 0 14524911 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2656000 53330 3104 1 0 2644934 0
[pid=16772/tid=16774] ppid=16769 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16772/task/16774/stat : 16774 (java) S 16769 16772 5091 0 -1 1077944384 6169 0 0 0 19 2 0 0 20 0 16 0 14524919 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341808319664 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16775] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16775/stat : 16775 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341750426256 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16776] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16776/stat : 16776 (java) S 16769 16772 5091 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341749373456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16777] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16777/stat : 16777 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341412682128 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16778] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16778/stat : 16778 (java) S 16769 16772 5091 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341411629328 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16779] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16779/stat : 16779 (java) S 16769 16772 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14524921 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341368212336 140341804087938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16780] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16780/stat : 16780 (java) S 16769 16772 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341367158304 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16781] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16781/stat : 16781 (java) S 16769 16772 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341366105456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16782] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16782/stat : 16782 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341365053776 140341804095387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16783] ppid=16769 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/16772/task/16783/stat : 16783 (java) R 16769 16772 5091 0 -1 4202560 1423 0 0 0 64 0 0 0 20 0 16 0 14524924 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341363988560 140341781671649 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16784] ppid=16769 vsize=10624000 CPUtime=0.58 cores=1,3,5,7
/proc/16772/task/16784/stat : 16784 (java) R 16769 16772 5091 0 -1 4202560 1222 0 0 0 58 0 0 0 20 0 16 0 14524924 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341362939984 140341789202178 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16785] ppid=16769 vsize=10624000 CPUtime=0.42 cores=1,3,5,7
/proc/16772/task/16785/stat : 16785 (java) S 16769 16772 5091 0 -1 1077944384 2184 0 0 0 42 0 0 0 20 0 16 0 14524924 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341361895536 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16786] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16786/stat : 16786 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341360842976 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16787] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16787/stat : 16787 (java) S 16769 16772 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14524934 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341359791280 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16788] ppid=16769 vsize=10624000 CPUtime=1.07 cores=1,3,5,7
/proc/16772/task/16788/stat : 16788 (java) R 16769 16772 5091 0 -1 4202560 3035 0 0 0 104 3 0 0 20 0 16 0 14524950 10878976000 53330 18446744073709551615 4194304 4196468 140724653031440 140341356600112 140341428716070 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10624000

[startup+3.10064 s]
/proc/loadavg: 2.02 2.93 3.06 6/209 16788
/proc/meminfo: memFree=30508296/32770624 swapFree=0/241644
[pid=16772] ppid=16769 vsize=10624000 CPUtime=5.74 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 16177 0 0 0 563 11 0 0 20 0 16 0 14524911 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2656000 53983 3118 1 0 2644934 0
[pid=16772/tid=16774] ppid=16769 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16772/task/16774/stat : 16774 (java) S 16769 16772 5091 0 -1 1077944384 6169 0 0 0 19 2 0 0 20 0 16 0 14524919 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341808319664 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16775] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16775/stat : 16775 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341750426256 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16776] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16776/stat : 16776 (java) S 16769 16772 5091 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341749373456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16777] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16777/stat : 16777 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341412682128 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16778] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16778/stat : 16778 (java) S 16769 16772 5091 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341411629328 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16779] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16779/stat : 16779 (java) S 16769 16772 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14524921 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341368212336 140341804087938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16780] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16780/stat : 16780 (java) S 16769 16772 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341367158304 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16781] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16781/stat : 16781 (java) S 16769 16772 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341366105456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16782] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16782/stat : 16782 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341365053776 140341804095387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16783] ppid=16769 vsize=10624000 CPUtime=1.14 cores=1,3,5,7
/proc/16772/task/16783/stat : 16783 (java) S 16769 16772 5091 0 -1 1077944384 1734 0 0 0 114 0 0 0 20 0 16 0 14524924 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341364001136 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16784] ppid=16769 vsize=10624000 CPUtime=1.1 cores=1,3,5,7
/proc/16772/task/16784/stat : 16784 (java) S 16769 16772 5091 0 -1 1077944384 1302 0 0 0 110 0 0 0 20 0 16 0 14524924 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341362948336 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16785] ppid=16769 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/16772/task/16785/stat : 16785 (java) S 16769 16772 5091 0 -1 1077944384 2340 0 0 0 49 0 0 0 20 0 16 0 14524924 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341361895536 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16786] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16786/stat : 16786 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341360842976 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16787] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16787/stat : 16787 (java) S 16769 16772 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14524934 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341359791280 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16788] ppid=16769 vsize=10624000 CPUtime=2.67 cores=1,3,5,7
/proc/16772/task/16788/stat : 16788 (java) R 16769 16772 5091 0 -1 4202560 3098 0 0 0 264 3 0 0 20 0 16 0 14524950 10878976000 53983 18446744073709551615 4194304 4196468 140724653031440 140341356598152 140341434606976 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 10624000

[startup+6.30066 s]
/proc/loadavg: 1.93 2.90 3.05 4/210 16834
/proc/meminfo: memFree=31595664/32770624 swapFree=0/241664
[pid=16772] ppid=16769 vsize=10624000 CPUtime=9.24 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 22107 0 0 0 912 12 0 0 20 0 16 0 14524911 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2656000 54808 3120 1 0 2644934 0
[pid=16772/tid=16774] ppid=16769 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16772/task/16774/stat : 16774 (java) S 16769 16772 5091 0 -1 1077944384 6169 0 0 0 19 2 0 0 20 0 16 0 14524919 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341808319664 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16775] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16775/stat : 16775 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341750426256 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16776] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16776/stat : 16776 (java) S 16769 16772 5091 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341749373456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16777] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16777/stat : 16777 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341412682128 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16778] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16778/stat : 16778 (java) S 16769 16772 5091 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341411629328 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16779] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16779/stat : 16779 (java) S 16769 16772 5091 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 16 0 14524921 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341368212336 140341804087938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16780] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16780/stat : 16780 (java) S 16769 16772 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341367158304 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16781] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16781/stat : 16781 (java) S 16769 16772 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341366105456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16782] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16782/stat : 16782 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341365053776 140341804095387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16783] ppid=16769 vsize=10624000 CPUtime=1.3 cores=1,3,5,7
/proc/16772/task/16783/stat : 16783 (java) S 16769 16772 5091 0 -1 1077944384 3135 0 0 0 130 0 0 0 20 0 16 0 14524924 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341364001136 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16784] ppid=16769 vsize=10624000 CPUtime=1.21 cores=1,3,5,7
/proc/16772/task/16784/stat : 16784 (java) S 16769 16772 5091 0 -1 1077944384 2611 0 0 0 121 0 0 0 20 0 16 0 14524924 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341362948336 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16785] ppid=16769 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/16772/task/16785/stat : 16785 (java) S 16769 16772 5091 0 -1 1077944384 2859 0 0 0 52 1 0 0 20 0 16 0 14524924 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341361895536 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16786] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16786/stat : 16786 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341360842976 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16787] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16787/stat : 16787 (java) S 16769 16772 5091 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 14524934 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341359791280 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16788] ppid=16769 vsize=10624000 CPUtime=5.87 cores=1,3,5,7
/proc/16772/task/16788/stat : 16788 (java) R 16769 16772 5091 0 -1 4202560 5510 0 0 0 583 4 0 0 20 0 16 0 14524950 10878976000 54808 18446744073709551615 4194304 4196468 140724653031440 140341356597888 140341434898406 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
Current children cumulated CPU time (s) 9.24
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.86 2.87 3.04 3/211 16835
/proc/meminfo: memFree=30086536/32770624 swapFree=0/241684
[pid=16772] ppid=16769 vsize=10624000 CPUtime=15.83 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 25832 0 0 0 1570 13 0 0 20 0 16 0 14524911 10878976000 54898 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2656000 54898 3120 1 0 2644934 0
[pid=16772/tid=16774] ppid=16769 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16772/task/16774/stat : 16774 (java) S 16769 16772 5091 0 -1 1077944384 6169 0 0 0 19 2 0 0 20 0 16 0 14524919 10878976000 54898 18446744073709551615 4194304 4196468 140724653031440 140341808319664 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16775] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16775/stat : 16775 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 54898 18446744073709551615 4194304 4196468 140724653031440 140341750426256 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16776] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16776/stat : 16776 (java) S 16769 16772 5091 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 54898 18446744073709551615 4194304 4196468 140724653031440 140341749373456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16777] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16777/stat : 16777 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 54898 18446744073709551615 4194304 4196468 140724653031440 140341412682128 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16778] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16778/stat : 16778 (java) S 16769 16772 5091 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 54898 18446744073709551615 4194304 4196468 140724653031440 140341411629328 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16779] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16779/stat : 16779 (java) S 16769 16772 5091 0 -1 1077944384 362 0 0 0 0 0 0 0 20 0 16 0 14524921 10878976000 54898 18446744073709551615 4194304 4196468 140724653031440 140341368212336 140341804087938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0

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

/proc/meminfo: memFree=30070564/32770624 swapFree=0/241740
[pid=16772] ppid=16769 vsize=10624000 CPUtime=107.25 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 45736 0 0 0 10709 16 0 0 20 0 16 0 14524911 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2656000 56961 3127 1 0 2644934 0
[pid=16772/tid=16774] ppid=16769 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16772/task/16774/stat : 16774 (java) S 16769 16772 5091 0 -1 1077944384 6169 0 0 0 19 2 0 0 20 0 16 0 14524919 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341808319664 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16775] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16775/stat : 16775 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341750426256 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16776] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16776/stat : 16776 (java) S 16769 16772 5091 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341749373456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16777] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16777/stat : 16777 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341412682128 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16778] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16778/stat : 16778 (java) S 16769 16772 5091 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341411629328 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16779] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16779/stat : 16779 (java) S 16769 16772 5091 0 -1 1077944384 929 0 0 0 0 0 0 0 20 0 16 0 14524921 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341368212336 140341804087938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16780] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16780/stat : 16780 (java) S 16769 16772 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341367158304 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16781] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16781/stat : 16781 (java) S 16769 16772 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341366105456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16782] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16782/stat : 16782 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341365053776 140341804095387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16783] ppid=16769 vsize=10624000 CPUtime=2.11 cores=1,3,5,7
/proc/16772/task/16783/stat : 16783 (java) S 16769 16772 5091 0 -1 1077944384 8607 0 0 0 210 1 0 0 20 0 16 0 14524924 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341364001136 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16784] ppid=16769 vsize=10624000 CPUtime=2.25 cores=1,3,5,7
/proc/16772/task/16784/stat : 16784 (java) S 16769 16772 5091 0 -1 1077944384 10267 0 0 0 224 1 0 0 20 0 16 0 14524924 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341362948336 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16785] ppid=16769 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/16772/task/16785/stat : 16785 (java) S 16769 16772 5091 0 -1 1077944384 7049 0 0 0 63 1 0 0 20 0 16 0 14524924 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341361895536 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16786] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16786/stat : 16786 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341360842976 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16787] ppid=16769 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/16772/task/16787/stat : 16787 (java) S 16769 16772 5091 0 -1 1077944384 403 0 0 0 1 1 0 0 20 0 16 0 14524934 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341359791280 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16788] ppid=16769 vsize=10624000 CPUtime=101.87 cores=1,3,5,7
/proc/16772/task/16788/stat : 16788 (java) R 16769 16772 5091 0 -1 4202560 10862 0 0 0 10183 4 0 0 20 0 16 0 14524950 10878976000 56961 18446744073709551615 4194304 4196468 140724653031440 140341356598888 140341433838376 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
Current children cumulated CPU time (s) 107.25
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 1.99 2.52 2.89 3/211 16840
/proc/meminfo: memFree=30070208/32770624 swapFree=0/241772
[pid=16772] ppid=16769 vsize=10624000 CPUtime=167.25 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 46074 0 0 0 16709 16 0 0 20 0 16 0 14524911 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2656000 56962 3127 1 0 2644934 0
[pid=16772/tid=16774] ppid=16769 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16772/task/16774/stat : 16774 (java) S 16769 16772 5091 0 -1 1077944384 6169 0 0 0 19 2 0 0 20 0 16 0 14524919 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341808319664 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16775] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16775/stat : 16775 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341750426256 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16776] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16776/stat : 16776 (java) S 16769 16772 5091 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341749373456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16777] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16777/stat : 16777 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341412682128 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16778] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16778/stat : 16778 (java) S 16769 16772 5091 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341411629328 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16779] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16779/stat : 16779 (java) S 16769 16772 5091 0 -1 1077944384 938 0 0 0 0 0 0 0 20 0 16 0 14524921 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341368212336 140341804087938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16780] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16780/stat : 16780 (java) S 16769 16772 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341367158304 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16781] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16781/stat : 16781 (java) S 16769 16772 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341366105456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16782] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16782/stat : 16782 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341365053776 140341804095387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16783] ppid=16769 vsize=10624000 CPUtime=2.11 cores=1,3,5,7
/proc/16772/task/16783/stat : 16783 (java) S 16769 16772 5091 0 -1 1077944384 8716 0 0 0 210 1 0 0 20 0 16 0 14524924 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341364001136 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16784] ppid=16769 vsize=10624000 CPUtime=2.26 cores=1,3,5,7
/proc/16772/task/16784/stat : 16784 (java) S 16769 16772 5091 0 -1 1077944384 10281 0 0 0 225 1 0 0 20 0 16 0 14524924 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341362948336 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16785] ppid=16769 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/16772/task/16785/stat : 16785 (java) S 16769 16772 5091 0 -1 1077944384 7058 0 0 0 63 1 0 0 20 0 16 0 14524924 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341361895536 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16786] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16786/stat : 16786 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341360842976 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16787] ppid=16769 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/16772/task/16787/stat : 16787 (java) S 16769 16772 5091 0 -1 1077944384 439 0 0 0 1 2 0 0 20 0 16 0 14524934 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341359791280 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16788] ppid=16769 vsize=10624000 CPUtime=161.87 cores=1,3,5,7
/proc/16772/task/16788/stat : 16788 (java) R 16769 16772 5091 0 -1 4202560 11023 0 0 0 16183 4 0 0 20 0 16 0 14524950 10878976000 56962 18446744073709551615 4194304 4196468 140724653031440 140341356599064 140341434876985 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
Current children cumulated CPU time (s) 167.25
Current children cumulated vsize (KiB) 10624000

[startup+222.306 s]
/proc/loadavg: 2.00 2.43 2.83 3/211 16842
/proc/meminfo: memFree=30069712/32770624 swapFree=0/241800
[pid=16772] ppid=16769 vsize=10624000 CPUtime=227.31 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 48376 0 0 0 22714 17 0 0 20 0 16 0 14524911 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2656000 56965 3127 1 0 2644934 0
[pid=16772/tid=16774] ppid=16769 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16772/task/16774/stat : 16774 (java) S 16769 16772 5091 0 -1 1077944384 6169 0 0 0 19 2 0 0 20 0 16 0 14524919 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341808319664 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16775] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16775/stat : 16775 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341750426256 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16776] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16776/stat : 16776 (java) S 16769 16772 5091 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341749373456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16777] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16777/stat : 16777 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341412682128 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16778] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16778/stat : 16778 (java) S 16769 16772 5091 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341411629328 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16779] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16779/stat : 16779 (java) S 16769 16772 5091 0 -1 1077944384 938 0 0 0 0 0 0 0 20 0 16 0 14524921 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341368212336 140341804087938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16780] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16780/stat : 16780 (java) S 16769 16772 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341367158304 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16781] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16781/stat : 16781 (java) S 16769 16772 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341366105456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16782] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16782/stat : 16782 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341365053776 140341804095387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16783] ppid=16769 vsize=10624000 CPUtime=2.12 cores=1,3,5,7
/proc/16772/task/16783/stat : 16783 (java) S 16769 16772 5091 0 -1 1077944384 9338 0 0 0 211 1 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341364001136 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16784] ppid=16769 vsize=10624000 CPUtime=2.27 cores=1,3,5,7
/proc/16772/task/16784/stat : 16784 (java) S 16769 16772 5091 0 -1 1077944384 11598 0 0 0 226 1 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341362948336 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16785] ppid=16769 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/16772/task/16785/stat : 16785 (java) S 16769 16772 5091 0 -1 1077944384 7058 0 0 0 63 1 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341361895536 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16786] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16786/stat : 16786 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341360842976 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16787] ppid=16769 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/16772/task/16787/stat : 16787 (java) S 16769 16772 5091 0 -1 1077944384 447 0 0 0 2 2 0 0 20 0 16 0 14524934 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341359791280 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16788] ppid=16769 vsize=10624000 CPUtime=221.87 cores=1,3,5,7
/proc/16772/task/16788/stat : 16788 (java) R 16769 16772 5091 0 -1 4202560 11378 0 0 0 22183 4 0 0 20 0 16 0 14524950 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341356599016 140341433838315 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
Current children cumulated CPU time (s) 227.31
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.07 2.42 2.82 3/212 16857
/proc/meminfo: memFree=30068220/32770624 swapFree=0/241828
[pid=16772] ppid=16769 vsize=10624000 CPUtime=245.01 cores=1,3,5,7
/proc/16772/stat : 16772 (java) S 16769 16772 5091 0 -1 1077944320 48432 0 0 0 24484 17 0 0 20 0 16 0 14524911 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140724653013984 140341804076791 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
/proc/16772/statm: 2656000 56965 3127 1 0 2644934 0
[pid=16772/tid=16774] ppid=16769 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16772/task/16774/stat : 16774 (java) S 16769 16772 5091 0 -1 1077944384 6169 0 0 0 19 2 0 0 20 0 16 0 14524919 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341808319664 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16775] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16775/stat : 16775 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341750426256 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16776] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16776/stat : 16776 (java) S 16769 16772 5091 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341749373456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16777] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16777/stat : 16777 (java) S 16769 16772 5091 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341412682128 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16778] ppid=16769 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16772/task/16778/stat : 16778 (java) S 16769 16772 5091 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 14524920 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341411629328 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16779] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16779/stat : 16779 (java) S 16769 16772 5091 0 -1 1077944384 938 0 0 0 0 0 0 0 20 0 16 0 14524921 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341368212336 140341804087938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16780] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16780/stat : 16780 (java) S 16769 16772 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341367158304 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16781] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16781/stat : 16781 (java) S 16769 16772 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14524922 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341366105456 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16782] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16782/stat : 16782 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341365053776 140341804095387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16783] ppid=16769 vsize=10624000 CPUtime=2.12 cores=1,3,5,7
/proc/16772/task/16783/stat : 16783 (java) S 16769 16772 5091 0 -1 1077944384 9338 0 0 0 211 1 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341364001136 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16784] ppid=16769 vsize=10624000 CPUtime=2.27 cores=1,3,5,7
/proc/16772/task/16784/stat : 16784 (java) S 16769 16772 5091 0 -1 1077944384 11598 0 0 0 226 1 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341362948336 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16785] ppid=16769 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/16772/task/16785/stat : 16785 (java) S 16769 16772 5091 0 -1 1077944384 7058 0 0 0 63 1 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341361895536 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16786] ppid=16769 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16772/task/16786/stat : 16786 (java) S 16769 16772 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14524924 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341360842976 140341804086997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16787] ppid=16769 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/16772/task/16787/stat : 16787 (java) S 16769 16772 5091 0 -1 1077944384 447 0 0 0 2 2 0 0 20 0 16 0 14524934 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341359791280 140341804087938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
[pid=16772/tid=16788] ppid=16769 vsize=10624000 CPUtime=239.57 cores=1,3,5,7
/proc/16772/task/16788/stat : 16788 (java) R 16769 16772 5091 0 -1 4202560 11434 0 0 0 23953 4 0 0 20 0 16 0 14524950 10878976000 56965 18446744073709551615 4194304 4196468 140724653031440 140341356599016 140341433838243 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28807168 140724653040074 140724653040203 140724653040203 140724653043663 0
Current children cumulated CPU time (s) 245.01
Current children cumulated vsize (KiB) 10624000

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

Child status: 143
Real time (s): 240.012
CPU time (s): 245.028
CPU user time (s): 244.851
CPU system time (s): 0.177099
CPU usage (%): 102.09
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.851
system time used= 0.177099
maximum resident set size= 228476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48868
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8019
involuntary context switches= 98

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.999091 second user time and 1.34348 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 09:16:18
IDJOB=4257414
IDBENCH=135990
IDSOLVER=2642
FILE ID=node129/4257414-1501659018
RUNJOBID= node129-1501657935-16609
PBS_JOBID= 
Free space on /tmp= 61748 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257414-1501659018/watcher-4257414-1501659018 -o /tmp/evaluation-result-4257414-1501659018/solver-4257414-1501659018 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501657935-16609 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257414-1501659018.xml

TIME LIMIT= 264 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 90a7b6352cefaac33401a11faadaca46
RANDOM SEED=1134809801

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.53
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	: 4
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.57
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.53
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	: 4
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.57
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.53
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31218348 kB
MemAvailable:   31432448 kB
Buffers:          127932 kB
Cached:           366436 kB
SwapCached:            0 kB
Active:           896716 kB
Inactive:         250168 kB
Active(anon):     652468 kB
Inactive(anon):     8532 kB
Active(file):     244248 kB
Inactive(file):   241636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8276 kB
Writeback:             4 kB
AnonPages:        633032 kB
Mapped:            42260 kB
Shmem:              8872 kB
Slab:             113192 kB
SReclaimable:      88100 kB
SUnreclaim:        25092 kB
KernelStack:        3408 kB
PageTables:         5988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1557920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61756 MiB
End job on node129 at 2017-08-02 09:20:19