Trace number 4259677

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
Concrete 3.4? (TO) 260.33899 240.422

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-17.xml
MD5SUMdc7df4a3b3f37e7a6c8d4746a81abb92
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables351
Number of constraints350
Number of domains2
Minimum domain size2
Maximum domain size289
Distribution of domain sizes[{"size":2,"count":61},{"size":289,"count":290}]
Minimum variable degree2
Maximum variable degree61
Distribution of variable degrees[{"degree":2,"count":63},{"degree":3,"count":226},{"degree":4,"count":61},{"degree":61,"count":1}]
Minimum constraint arity2
Maximum constraint arity289
Distribution of constraint arities[{"arity":2,"count":288},{"arity":3,"count":61},{"arity":289,"count":1}]
Number of extensional constraints0
Number of intensional constraints349
Distribution of constraint types[{"type":"intension","count":349},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.39/2.21	c Concrete v3.4 running
260.07/240.38	java.util.concurrent.TimeoutException
260.07/240.38		at concrete.MAC.mac(MAC.scala:74)
260.07/240.38		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
260.07/240.38		at scala.util.Try$.apply(Try.scala:209)
260.07/240.38		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
260.07/240.38		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
260.07/240.38		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
260.07/240.38		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
260.07/240.38		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
260.07/240.38		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
260.07/240.38		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
260.07/240.38		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
260.07/240.38		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
260.07/240.38		at concrete.MAC.oneRun(MAC.scala:146)
260.07/240.38		at concrete.MAC.nextSolution(MAC.scala:166)
260.07/240.38		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
260.07/240.38		at concrete.ProblemState.map(ProblemState.scala:203)
260.07/240.38		at concrete.ProblemState.map(ProblemState.scala:188)
260.07/240.38		at concrete.MAC.nextSolution(MAC.scala:195)
260.07/240.38		at concrete.Solver.hasNext(Solver.scala:202)
260.07/240.38		at scala.collection.Iterator.toStream(Iterator.scala:1403)
260.07/240.38		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
260.07/240.38		at concrete.Solver.toStream(Solver.scala:73)
260.07/240.38		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
260.07/240.38		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
260.07/240.38		at concrete.Solver.toIterable(Solver.scala:73)
260.07/240.38		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
260.07/240.38		at scala.util.Success.$anonfun$map$1(Try.scala:251)
260.07/240.38		at scala.util.Success.map(Try.scala:209)
260.07/240.38		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
260.07/240.38		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
260.07/240.38		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
260.07/240.38		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
260.07/240.38		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
260.07/240.38		at scala.Function0.apply$mcV$sp(Function0.scala:34)
260.07/240.38		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
260.07/240.38		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
260.07/240.38		at scala.App.$anonfun$main$1$adapted(App.scala:76)
260.07/240.38		at scala.collection.immutable.List.foreach(List.scala:389)
260.07/240.38		at scala.App.main(App.scala:76)
260.07/240.38		at scala.App.main$(App.scala:74)
260.07/240.38		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
260.07/240.38		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
260.07/240.39	s UNKNOWN

Verifier Data


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-4259677-1501655816/watcher-4259677-1501655816 -o /tmp/evaluation-result-4259677-1501655816/solver-4259677-1501655816 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300 bin/concrete HOME/instance-4259677-1501655816.xml 

pid=16567
running on 4 cores: 0,2,4,6

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: 1.62 1.85 1.86 2/199 16570
/proc/meminfo: memFree=30799008/32770624 swapFree=0/252168
[pid=16570] ppid=16567 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16570/stat : 16570 (runsolver) D 16567 16570 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7492268 24240128 106 18446744073709551615 4194304 4338465 140736090511600 140736090509240 139731728405207 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 34320384 140736090513617 140736090513991 140736090513991 140736090517450 0
/proc/16570/statm: 5918 106 53 36 0 2156 0

[startup+0.100091 s]
/proc/loadavg: 1.62 1.85 1.86 2/199 16570
/proc/meminfo: memFree=30799008/32770624 swapFree=0/252168
[pid=16570] ppid=16567 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16570/stat : 16570 (bash) S 16567 16570 3187 0 -1 4202496 794 5313 0 0 0 0 0 1 20 0 1 0 7492268 9867264 360 18446744073709551615 4194304 5098028 140731839254368 140731839252024 139697389747200 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 36761600 140731839263250 140731839263335 140731839263335 140731839266794 0
/proc/16570/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200277 s]
/proc/loadavg: 1.62 1.85 1.86 2/199 16570
/proc/meminfo: memFree=30799008/32770624 swapFree=0/252168
[pid=16570] ppid=16567 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16570/stat : 16570 (bash) S 16567 16570 3187 0 -1 4202496 892 6494 0 0 0 0 0 1 20 0 1 0 7492268 9867264 377 18446744073709551615 4194304 5098028 140731839254368 140731839248376 139697389747200 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 36761600 140731839263250 140731839263335 140731839263335 140731839266794 0
/proc/16570/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300345 s]
/proc/loadavg: 1.62 1.85 1.86 2/199 16570
/proc/meminfo: memFree=30799008/32770624 swapFree=0/252168
[pid=16570] ppid=16567 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 5506 12684 0 0 5 1 5 3 20 0 14 0 7492268 14241083392 5175 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3476827 5175 2559 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.70113 s]
/proc/loadavg: 1.62 1.85 1.86 2/199 16570
/proc/meminfo: memFree=30799008/32770624 swapFree=0/252168
[pid=16570] ppid=16567 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 13934 12684 0 0 58 4 5 3 20 0 15 0 7492268 14310178816 14367 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3493696 14367 3130 1 0 3482973 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50111 s]
/proc/loadavg: 1.62 1.85 1.86 3/214 16633
/proc/meminfo: memFree=30707944/32770624 swapFree=0/252188
[pid=16570] ppid=16567 vsize=13985408 CPUtime=1.93 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 27854 12684 0 0 175 10 5 3 20 0 15 0 7492268 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3496352 39617 3341 1 0 3485533 0
[pid=16570/tid=16620] ppid=16567 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/16570/task/16620/stat : 16620 (java) S 16567 16570 3187 0 -1 1077944384 21897 12684 0 0 115 7 5 3 20 0 15 0 7492290 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988934291712 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16621] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16621/stat : 16621 (java) S 16567 16570 3187 0 -1 1077944384 37 12684 0 0 0 0 5 3 20 0 15 0 7492290 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988890966928 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16622] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16622/stat : 16622 (java) S 16567 16570 3187 0 -1 1077944384 69 12684 0 0 0 0 5 3 20 0 15 0 7492290 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988528720656 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16623] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16623/stat : 16623 (java) R 16567 16570 3187 0 -1 1077944384 49 12684 0 0 0 0 5 3 20 0 15 0 7492290 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988527668448 139988930078421 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16624] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16624/stat : 16624 (java) S 16567 16570 3187 0 -1 1077944384 198 12684 0 0 0 0 5 3 20 0 15 0 7492290 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988526615584 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16625] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16625/stat : 16625 (java) S 16567 16570 3187 0 -1 1077944384 57 12684 0 0 0 0 5 3 20 0 15 0 7492292 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988408545728 139988930078421 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16626] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16626/stat : 16626 (java) S 16567 16570 3187 0 -1 1077944384 33 12684 0 0 0 0 5 3 20 0 15 0 7492292 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988407493408 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16627] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16627/stat : 16627 (java) S 16567 16570 3187 0 -1 1077944384 21 12684 0 0 0 0 5 3 20 0 15 0 7492292 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988406441072 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16628] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16628/stat : 16628 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988405389392 139988930086811 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16629] ppid=16567 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/16570/task/16629/stat : 16629 (java) S 16567 16570 3187 0 -1 1077944384 1315 12684 0 0 17 0 5 3 20 0 15 0 7492295 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988404337264 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16630] ppid=16567 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/16570/task/16630/stat : 16630 (java) S 16567 16570 3187 0 -1 1077944384 642 12684 0 0 16 0 5 3 20 0 15 0 7492295 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988403284464 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16631] ppid=16567 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/16570/task/16631/stat : 16631 (java) S 16567 16570 3187 0 -1 1077944384 1368 12684 0 0 23 0 5 3 20 0 15 0 7492295 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988402227664 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16632] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16632/stat : 16632 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988401179616 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16633] ppid=16567 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16633/stat : 16633 (java) S 16567 16570 3187 0 -1 1077944384 10 12684 0 0 0 0 5 3 20 0 15 0 7492299 14321057792 39617 18446744073709551615 4194304 4196468 140736725719760 139988400126384 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10107 s]
/proc/loadavg: 1.62 1.85 1.86 3/214 16633
/proc/meminfo: memFree=30635168/32770624 swapFree=0/252188
[pid=16570] ppid=16567 vsize=13997884 CPUtime=5.16 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 47886 12684 0 0 493 15 5 3 20 0 15 0 7492268 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3499471 54490 3442 1 0 3488093 0
[pid=16570/tid=16620] ppid=16567 vsize=13997884 CPUtime=2.88 cores=0,2,4,6
/proc/16570/task/16620/stat : 16620 (java) R 16567 16570 3187 0 -1 4202560 37025 12684 0 0 270 10 5 3 20 0 15 0 7492290 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988934302056 139988570242516 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16621] ppid=16567 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16570/task/16621/stat : 16621 (java) S 16567 16570 3187 0 -1 1077944384 42 12684 0 0 1 0 5 3 20 0 15 0 7492290 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988890966928 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16622] ppid=16567 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16570/task/16622/stat : 16622 (java) S 16567 16570 3187 0 -1 1077944384 69 12684 0 0 1 0 5 3 20 0 15 0 7492290 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988528720656 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16623] ppid=16567 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16570/task/16623/stat : 16623 (java) S 16567 16570 3187 0 -1 1077944384 49 12684 0 0 1 0 5 3 20 0 15 0 7492290 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988527668368 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16624] ppid=16567 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16570/task/16624/stat : 16624 (java) S 16567 16570 3187 0 -1 1077944384 203 12684 0 0 1 0 5 3 20 0 15 0 7492290 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988526615568 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16625] ppid=16567 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16570/task/16625/stat : 16625 (java) S 16567 16570 3187 0 -1 1077944384 1653 12684 0 0 1 0 5 3 20 0 15 0 7492292 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988408547440 139988930079362 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16626] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16626/stat : 16626 (java) S 16567 16570 3187 0 -1 1077944384 56 12684 0 0 0 0 5 3 20 0 15 0 7492292 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988407493408 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16627] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16627/stat : 16627 (java) S 16567 16570 3187 0 -1 1077944384 44 12684 0 0 0 0 5 3 20 0 15 0 7492292 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988406441072 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16628] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16628/stat : 16628 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988405389392 139988930086811 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16629] ppid=16567 vsize=13997884 CPUtime=0.71 cores=0,2,4,6
/proc/16570/task/16629/stat : 16629 (java) S 16567 16570 3187 0 -1 1077944384 1880 12684 0 0 63 0 5 3 20 0 15 0 7492295 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988404337264 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16630] ppid=16567 vsize=13997884 CPUtime=0.69 cores=0,2,4,6
/proc/16570/task/16630/stat : 16630 (java) R 16567 16570 3187 0 -1 4202560 1343 12684 0 0 60 1 5 3 20 0 15 0 7492295 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988403275920 139988907663120 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16631] ppid=16567 vsize=13997884 CPUtime=0.99 cores=0,2,4,6
/proc/16570/task/16631/stat : 16631 (java) S 16567 16570 3187 0 -1 1077944384 3351 12684 0 0 90 1 5 3 20 0 15 0 7492295 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988402232176 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16632] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16632/stat : 16632 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988401179616 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16633] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16633/stat : 16633 (java) S 16567 16570 3187 0 -1 1077944384 13 12684 0 0 0 0 5 3 20 0 15 0 7492299 14333833216 54490 18446744073709551615 4194304 4196468 140736725719760 139988400126384 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 13997884

[startup+6.30108 s]
/proc/loadavg: 1.73 1.87 1.87 3/214 16633
/proc/meminfo: memFree=30518328/32770624 swapFree=0/252180
[pid=16570] ppid=16567 vsize=13997884 CPUtime=9.36 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 51306 12684 0 0 910 18 5 3 20 0 15 0 7492268 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3499471 75882 3455 1 0 3488093 0
[pid=16570/tid=16620] ppid=16567 vsize=13997884 CPUtime=6.05 cores=0,2,4,6
/proc/16570/task/16620/stat : 16620 (java) R 16567 16570 3187 0 -1 4202560 37473 12684 0 0 586 11 5 3 20 0 15 0 7492290 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988934299944 139988578149831 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16621] ppid=16567 vsize=13997884 CPUtime=0.11 cores=0,2,4,6
/proc/16570/task/16621/stat : 16621 (java) S 16567 16570 3187 0 -1 1077944384 151 12684 0 0 2 1 5 3 20 0 15 0 7492290 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988890966928 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16622] ppid=16567 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/16570/task/16622/stat : 16622 (java) S 16567 16570 3187 0 -1 1077944384 600 12684 0 0 2 0 5 3 20 0 15 0 7492290 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988528720656 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16623] ppid=16567 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/16570/task/16623/stat : 16623 (java) S 16567 16570 3187 0 -1 1077944384 135 12684 0 0 2 0 5 3 20 0 15 0 7492290 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988527668368 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16624] ppid=16567 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/16570/task/16624/stat : 16624 (java) S 16567 16570 3187 0 -1 1077944384 380 12684 0 0 2 0 5 3 20 0 15 0 7492290 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988526615568 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16625] ppid=16567 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/16570/task/16625/stat : 16625 (java) S 16567 16570 3187 0 -1 1077944384 1725 12684 0 0 2 0 5 3 20 0 15 0 7492292 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988408547440 139988930079362 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16626] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16626/stat : 16626 (java) S 16567 16570 3187 0 -1 1077944384 56 12684 0 0 0 0 5 3 20 0 15 0 7492292 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988407493472 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16627] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16627/stat : 16627 (java) S 16567 16570 3187 0 -1 1077944384 44 12684 0 0 0 0 5 3 20 0 15 0 7492292 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988406441088 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16628] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16628/stat : 16628 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988405389392 139988930086811 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16629] ppid=16567 vsize=13997884 CPUtime=1.14 cores=0,2,4,6
/proc/16570/task/16629/stat : 16629 (java) S 16567 16570 3187 0 -1 1077944384 2612 12684 0 0 106 0 5 3 20 0 15 0 7492295 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988404337264 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16630] ppid=16567 vsize=13997884 CPUtime=1.09 cores=0,2,4,6
/proc/16570/task/16630/stat : 16630 (java) S 16567 16570 3187 0 -1 1077944384 2305 12684 0 0 100 1 5 3 20 0 15 0 7492295 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988403284464 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16631] ppid=16567 vsize=13997884 CPUtime=1.12 cores=0,2,4,6
/proc/16570/task/16631/stat : 16631 (java) S 16567 16570 3187 0 -1 1077944384 3653 12684 0 0 103 1 5 3 20 0 15 0 7492295 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988402232176 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16632] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16632/stat : 16632 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988401179616 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16633] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16633/stat : 16633 (java) S 16567 16570 3187 0 -1 1077944384 14 12684 0 0 0 0 5 3 20 0 15 0 7492299 14333833216 75882 18446744073709551615 4194304 4196468 140736725719760 139988400126384 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 1.67 1.85 1.86 3/214 16634
/proc/meminfo: memFree=30467124/32770624 swapFree=0/252192
[pid=16570] ppid=16567 vsize=13997884 CPUtime=16.42 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 57309 12684 0 0 1604 30 5 3 20 0 15 0 7492268 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3499471 97821 3460 1 0 3488093 0
[pid=16570/tid=16620] ppid=16567 vsize=13997884 CPUtime=12.38 cores=0,2,4,6
/proc/16570/task/16620/stat : 16620 (java) R 16567 16570 3187 0 -1 4202560 39091 12684 0 0 1219 11 5 3 20 0 15 0 7492290 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988934300384 139988578127077 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16621] ppid=16567 vsize=13997884 CPUtime=0.17 cores=0,2,4,6
/proc/16570/task/16621/stat : 16621 (java) S 16567 16570 3187 0 -1 1077944384 434 12684 0 0 5 4 5 3 20 0 15 0 7492290 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988890966928 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16622] ppid=16567 vsize=13997884 CPUtime=0.16 cores=0,2,4,6
/proc/16570/task/16622/stat : 16622 (java) S 16567 16570 3187 0 -1 1077944384 920 12684 0 0 5 3 5 3 20 0 15 0 7492290 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988528720656 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16623] ppid=16567 vsize=13997884 CPUtime=0.16 cores=0,2,4,6
/proc/16570/task/16623/stat : 16623 (java) S 16567 16570 3187 0 -1 1077944384 222 12684 0 0 5 3 5 3 20 0 15 0 7492290 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988527668368 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16624] ppid=16567 vsize=13997884 CPUtime=0.16 cores=0,2,4,6
/proc/16570/task/16624/stat : 16624 (java) S 16567 16570 3187 0 -1 1077944384 842 12684 0 0 5 3 5 3 20 0 15 0 7492290 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988526615568 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16625] ppid=16567 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/16570/task/16625/stat : 16625 (java) S 16567 16570 3187 0 -1 1077944384 1984 12684 0 0 2 0 5 3 20 0 15 0 7492292 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988408547440 139988930079362 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16626] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16626/stat : 16626 (java) S 16567 16570 3187 0 -1 1077944384 56 12684 0 0 0 0 5 3 20 0 15 0 7492292 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988407493472 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16627] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16627/stat : 16627 (java) S 16567 16570 3187 0 -1 1077944384 44 12684 0 0 0 0 5 3 20 0 15 0 7492292 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988406441088 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16628] ppid=16567 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16628/stat : 16628 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14333833216 97821 18446744073709551615 4194304 4196468 140736725719760 139988405389392 139988930086811 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0

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

/proc/16570/task/16631/stat : 16631 (java) S 16567 16570 3187 0 -1 1077944384 16290 12684 0 0 259 4 5 3 20 0 15 0 7492295 14342221824 389123 18446744073709551615 4194304 4196468 140736725719760 139988402232176 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16632] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16632/stat : 16632 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14342221824 389123 18446744073709551615 4194304 4196468 140736725719760 139988401179616 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16633] ppid=16567 vsize=14006076 CPUtime=0.11 cores=0,2,4,6
/proc/16570/task/16633/stat : 16633 (java) S 16567 16570 3187 0 -1 1077944384 462 12684 0 0 1 2 5 3 20 0 15 0 7492299 14342221824 389123 18446744073709551615 4194304 4196468 140736725719760 139988400126384 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
Current children cumulated CPU time (s) 121.07
Current children cumulated vsize (KiB) 14006076

[startup+162.301 s]
/proc/loadavg: 1.65 1.80 1.85 3/215 16787
/proc/meminfo: memFree=29393984/32770624 swapFree=0/252288
[pid=16570] ppid=16567 vsize=14006076 CPUtime=181.17 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 143956 12684 0 0 18027 82 5 3 20 0 15 0 7492268 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3501519 412829 3486 1 0 3490141 0
[pid=16570/tid=16620] ppid=16567 vsize=14006076 CPUtime=161.65 cores=0,2,4,6
/proc/16570/task/16620/stat : 16620 (java) R 16567 16570 3187 0 -1 4202560 62885 12684 0 0 16129 28 5 3 20 0 15 0 7492290 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988934303304 139988590474374 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16621] ppid=16567 vsize=14006076 CPUtime=0.39 cores=0,2,4,6
/proc/16570/task/16621/stat : 16621 (java) S 16567 16570 3187 0 -1 1077944384 851 12684 0 0 21 10 5 3 20 0 15 0 7492290 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988890966928 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16622] ppid=16567 vsize=14006076 CPUtime=0.38 cores=0,2,4,6
/proc/16570/task/16622/stat : 16622 (java) S 16567 16570 3187 0 -1 1077944384 2730 12684 0 0 21 9 5 3 20 0 15 0 7492290 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988528720656 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16623] ppid=16567 vsize=14006076 CPUtime=0.39 cores=0,2,4,6
/proc/16570/task/16623/stat : 16623 (java) S 16567 16570 3187 0 -1 1077944384 2670 12684 0 0 22 9 5 3 20 0 15 0 7492290 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988527668368 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16624] ppid=16567 vsize=14006076 CPUtime=0.39 cores=0,2,4,6
/proc/16570/task/16624/stat : 16624 (java) S 16567 16570 3187 0 -1 1077944384 2175 12684 0 0 22 9 5 3 20 0 15 0 7492290 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988526615568 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16625] ppid=16567 vsize=14006076 CPUtime=0.15 cores=0,2,4,6
/proc/16570/task/16625/stat : 16625 (java) S 16567 16570 3187 0 -1 1077944384 7126 12684 0 0 7 0 5 3 20 0 15 0 7492292 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988408547440 139988930079362 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16626] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16626/stat : 16626 (java) S 16567 16570 3187 0 -1 1077944384 69 12684 0 0 0 0 5 3 20 0 15 0 7492292 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988407493472 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16627] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16627/stat : 16627 (java) S 16567 16570 3187 0 -1 1077944384 50 12684 0 0 0 0 5 3 20 0 15 0 7492292 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988406441088 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16628] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16628/stat : 16628 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988405389392 139988930086811 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16629] ppid=16567 vsize=14006076 CPUtime=7.72 cores=0,2,4,6
/proc/16570/task/16629/stat : 16629 (java) S 16567 16570 3187 0 -1 1077944384 23720 12684 0 0 762 2 5 3 20 0 15 0 7492295 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988404337264 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16630] ppid=16567 vsize=14006076 CPUtime=7.85 cores=0,2,4,6
/proc/16570/task/16630/stat : 16630 (java) S 16567 16570 3187 0 -1 1077944384 22567 12684 0 0 773 4 5 3 20 0 15 0 7492295 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988403284464 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16631] ppid=16567 vsize=14006076 CPUtime=2.71 cores=0,2,4,6
/proc/16570/task/16631/stat : 16631 (java) S 16567 16570 3187 0 -1 1077944384 16466 12684 0 0 259 4 5 3 20 0 15 0 7492295 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988402232176 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16632] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16632/stat : 16632 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988401179616 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16633] ppid=16567 vsize=14006076 CPUtime=0.13 cores=0,2,4,6
/proc/16570/task/16633/stat : 16633 (java) S 16567 16570 3187 0 -1 1077944384 489 12684 0 0 2 3 5 3 20 0 15 0 7492299 14342221824 412829 18446744073709551615 4194304 4196468 140736725719760 139988400126384 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
Current children cumulated CPU time (s) 181.17
Current children cumulated vsize (KiB) 14006076

[startup+222.307 s]
/proc/loadavg: 1.49 1.73 1.82 3/214 16790
/proc/meminfo: memFree=29472468/32770624 swapFree=0/252304
[pid=16570] ppid=16567 vsize=14006076 CPUtime=241.4 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 156832 12684 0 0 24048 84 5 3 20 0 15 0 7492268 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3501519 397179 3486 1 0 3490141 0
[pid=16570/tid=16620] ppid=16567 vsize=14006076 CPUtime=221.62 cores=0,2,4,6
/proc/16570/task/16620/stat : 16620 (java) R 16567 16570 3187 0 -1 4202560 65650 12684 0 0 22126 28 5 3 20 0 15 0 7492290 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988934299440 139988590474565 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16621] ppid=16567 vsize=14006076 CPUtime=0.41 cores=0,2,4,6
/proc/16570/task/16621/stat : 16621 (java) S 16567 16570 3187 0 -1 1077944384 1005 12684 0 0 23 10 5 3 20 0 15 0 7492290 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988890966928 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16622] ppid=16567 vsize=14006076 CPUtime=0.41 cores=0,2,4,6
/proc/16570/task/16622/stat : 16622 (java) S 16567 16570 3187 0 -1 1077944384 2819 12684 0 0 24 9 5 3 20 0 15 0 7492290 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988528720656 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16623] ppid=16567 vsize=14006076 CPUtime=0.41 cores=0,2,4,6
/proc/16570/task/16623/stat : 16623 (java) S 16567 16570 3187 0 -1 1077944384 4119 12684 0 0 24 9 5 3 20 0 15 0 7492290 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988527668368 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16624] ppid=16567 vsize=14006076 CPUtime=0.41 cores=0,2,4,6
/proc/16570/task/16624/stat : 16624 (java) S 16567 16570 3187 0 -1 1077944384 2198 12684 0 0 24 9 5 3 20 0 15 0 7492290 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988526615568 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16625] ppid=16567 vsize=14006076 CPUtime=0.17 cores=0,2,4,6
/proc/16570/task/16625/stat : 16625 (java) S 16567 16570 3187 0 -1 1077944384 7349 12684 0 0 8 1 5 3 20 0 15 0 7492292 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988408547440 139988930079362 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16626] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16626/stat : 16626 (java) S 16567 16570 3187 0 -1 1077944384 73 12684 0 0 0 0 5 3 20 0 15 0 7492292 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988407493472 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16627] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16627/stat : 16627 (java) S 16567 16570 3187 0 -1 1077944384 50 12684 0 0 0 0 5 3 20 0 15 0 7492292 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988406441088 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16628] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16628/stat : 16628 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988405389392 139988930086811 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16629] ppid=16567 vsize=14006076 CPUtime=7.76 cores=0,2,4,6
/proc/16570/task/16629/stat : 16629 (java) S 16567 16570 3187 0 -1 1077944384 25819 12684 0 0 766 2 5 3 20 0 15 0 7492295 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988404337264 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16630] ppid=16567 vsize=14006076 CPUtime=7.93 cores=0,2,4,6
/proc/16570/task/16630/stat : 16630 (java) S 16567 16570 3187 0 -1 1077944384 26647 12684 0 0 781 4 5 3 20 0 15 0 7492295 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988403284464 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16631] ppid=16567 vsize=14006076 CPUtime=2.73 cores=0,2,4,6
/proc/16570/task/16631/stat : 16631 (java) S 16567 16570 3187 0 -1 1077944384 18427 12684 0 0 261 4 5 3 20 0 15 0 7492295 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988402232176 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16632] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16632/stat : 16632 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988401179616 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16633] ppid=16567 vsize=14006076 CPUtime=0.15 cores=0,2,4,6
/proc/16570/task/16633/stat : 16633 (java) S 16567 16570 3187 0 -1 1077944384 518 12684 0 0 3 4 5 3 20 0 15 0 7492299 14342221824 397179 18446744073709551615 4194304 4196468 140736725719760 139988400126384 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
Current children cumulated CPU time (s) 241.4
Current children cumulated vsize (KiB) 14006076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.42 1.70 1.81 3/214 16790
/proc/meminfo: memFree=29495860/32770624 swapFree=0/252296
[pid=16570] ppid=16567 vsize=14006076 CPUtime=259.13 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 157700 12684 0 0 25820 85 5 3 20 0 15 0 7492268 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3501519 391664 3486 1 0 3490141 0
[pid=16570/tid=16620] ppid=16567 vsize=14006076 CPUtime=239.31 cores=0,2,4,6
/proc/16570/task/16620/stat : 16620 (java) R 16567 16570 3187 0 -1 4202560 65676 12684 0 0 23895 28 5 3 20 0 15 0 7492290 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988934299296 139988591831559 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16621] ppid=16567 vsize=14006076 CPUtime=0.42 cores=0,2,4,6
/proc/16570/task/16621/stat : 16621 (java) S 16567 16570 3187 0 -1 1077944384 1005 12684 0 0 24 10 5 3 20 0 15 0 7492290 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988890966928 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16622] ppid=16567 vsize=14006076 CPUtime=0.41 cores=0,2,4,6
/proc/16570/task/16622/stat : 16622 (java) S 16567 16570 3187 0 -1 1077944384 2821 12684 0 0 24 9 5 3 20 0 15 0 7492290 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988528720656 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16623] ppid=16567 vsize=14006076 CPUtime=0.42 cores=0,2,4,6
/proc/16570/task/16623/stat : 16623 (java) S 16567 16570 3187 0 -1 1077944384 4121 12684 0 0 25 9 5 3 20 0 15 0 7492290 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988527668368 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16624] ppid=16567 vsize=14006076 CPUtime=0.42 cores=0,2,4,6
/proc/16570/task/16624/stat : 16624 (java) S 16567 16570 3187 0 -1 1077944384 2216 12684 0 0 25 9 5 3 20 0 15 0 7492290 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988526615568 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16625] ppid=16567 vsize=14006076 CPUtime=0.17 cores=0,2,4,6
/proc/16570/task/16625/stat : 16625 (java) S 16567 16570 3187 0 -1 1077944384 7349 12684 0 0 8 1 5 3 20 0 15 0 7492292 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988408547440 139988930079362 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16626] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16626/stat : 16626 (java) S 16567 16570 3187 0 -1 1077944384 73 12684 0 0 0 0 5 3 20 0 15 0 7492292 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988407493472 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16627] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16627/stat : 16627 (java) S 16567 16570 3187 0 -1 1077944384 50 12684 0 0 0 0 5 3 20 0 15 0 7492292 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988406441088 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16628] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16628/stat : 16628 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988405389392 139988930086811 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16629] ppid=16567 vsize=14006076 CPUtime=7.77 cores=0,2,4,6
/proc/16570/task/16629/stat : 16629 (java) S 16567 16570 3187 0 -1 1077944384 26035 12684 0 0 767 2 5 3 20 0 15 0 7492295 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988404337264 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16630] ppid=16567 vsize=14006076 CPUtime=7.93 cores=0,2,4,6
/proc/16570/task/16630/stat : 16630 (java) S 16567 16570 3187 0 -1 1077944384 26647 12684 0 0 781 4 5 3 20 0 15 0 7492295 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988403284464 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16631] ppid=16567 vsize=14006076 CPUtime=2.73 cores=0,2,4,6
/proc/16570/task/16631/stat : 16631 (java) S 16567 16570 3187 0 -1 1077944384 19031 12684 0 0 261 4 5 3 20 0 15 0 7492295 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988402232176 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16632] ppid=16567 vsize=14006076 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16632/stat : 16632 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988401179616 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16633] ppid=16567 vsize=14006076 CPUtime=0.16 cores=0,2,4,6
/proc/16570/task/16633/stat : 16633 (java) S 16567 16570 3187 0 -1 1077944384 518 12684 0 0 3 5 5 3 20 0 15 0 7492299 14342221824 391664 18446744073709551615 4194304 4196468 140736725719760 139988400126384 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
Current children cumulated CPU time (s) 259.13
Current children cumulated vsize (KiB) 14006076

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

[startup+240.401 s]
/proc/loadavg: 1.42 1.70 1.81 3/214 16790
/proc/meminfo: memFree=29495860/32770624 swapFree=0/252296
[pid=16570] ppid=16567 vsize=14139204 CPUtime=260.3 cores=0,2,4,6
/proc/16570/stat : 16570 (java) S 16567 16570 3187 0 -1 1077944320 165207 12684 0 0 25936 86 5 3 20 0 15 0 7492268 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 140736725702304 139988930068215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
/proc/16570/statm: 3534801 383798 3489 1 0 3523423 0
[pid=16570/tid=16620] ppid=16567 vsize=14139204 CPUtime=239.33 cores=0,2,4,6
/proc/16570/task/16620/stat : 16620 (java) S 16567 16570 3187 0 -1 1077944384 65947 12684 0 0 23896 29 5 3 20 0 15 0 7492290 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988934309616 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16621] ppid=16567 vsize=14139204 CPUtime=0.68 cores=0,2,4,6
/proc/16570/task/16621/stat : 16621 (java) S 16567 16570 3187 0 -1 1077944384 1098 12684 0 0 50 10 5 3 20 0 15 0 7492290 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988890966928 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16622] ppid=16567 vsize=14139204 CPUtime=0.67 cores=0,2,4,6
/proc/16570/task/16622/stat : 16622 (java) S 16567 16570 3187 0 -1 1077944384 2897 12684 0 0 50 9 5 3 20 0 15 0 7492290 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988528720656 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16623] ppid=16567 vsize=14139204 CPUtime=0.67 cores=0,2,4,6
/proc/16570/task/16623/stat : 16623 (java) S 16567 16570 3187 0 -1 1077944384 4222 12684 0 0 50 9 5 3 20 0 15 0 7492290 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988527668368 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16624] ppid=16567 vsize=14139204 CPUtime=0.68 cores=0,2,4,6
/proc/16570/task/16624/stat : 16624 (java) S 16567 16570 3187 0 -1 1077944384 2313 12684 0 0 51 9 5 3 20 0 15 0 7492290 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988526615568 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16625] ppid=16567 vsize=14139204 CPUtime=0.27 cores=0,2,4,6
/proc/16570/task/16625/stat : 16625 (java) S 16567 16570 3187 0 -1 1077944384 13939 12684 0 0 18 1 5 3 20 0 15 0 7492292 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988408546944 139988930079362 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16626] ppid=16567 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16626/stat : 16626 (java) S 16567 16570 3187 0 -1 1077944384 73 12684 0 0 0 0 5 3 20 0 15 0 7492292 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988407493472 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16627] ppid=16567 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16627/stat : 16627 (java) S 16567 16570 3187 0 -1 1077944384 52 12684 0 0 0 0 5 3 20 0 15 0 7492292 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988406441088 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16628] ppid=16567 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16628/stat : 16628 (java) S 16567 16570 3187 0 -1 1077944384 83 12684 0 0 0 0 5 3 20 0 15 0 7492295 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988405386160 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16629] ppid=16567 vsize=14139204 CPUtime=7.77 cores=0,2,4,6
/proc/16570/task/16629/stat : 16629 (java) S 16567 16570 3187 0 -1 1077944384 26035 12684 0 0 767 2 5 3 20 0 15 0 7492295 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988404337264 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16630] ppid=16567 vsize=14139204 CPUtime=7.93 cores=0,2,4,6
/proc/16570/task/16630/stat : 16630 (java) S 16567 16570 3187 0 -1 1077944384 26649 12684 0 0 781 4 5 3 20 0 15 0 7492295 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988403269536 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16631] ppid=16567 vsize=14139204 CPUtime=2.73 cores=0,2,4,6
/proc/16570/task/16631/stat : 16631 (java) S 16567 16570 3187 0 -1 1077944384 19035 12684 0 0 261 4 5 3 20 0 15 0 7492295 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988402232176 139988930079362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
[pid=16570/tid=16632] ppid=16567 vsize=14139204 CPUtime=0.08 cores=0,2,4,6
/proc/16570/task/16632/stat : 16632 (java) S 16567 16570 3187 0 -1 1077944384 3 12684 0 0 0 0 5 3 20 0 15 0 7492295 14478544896 383798 18446744073709551615 4194304 4196468 140736725719760 139988401179616 139988930078421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28917760 140736725727182 140736725729967 140736725729967 140736725733327 0
Current children cumulated CPU time (s) 260.3
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 240.422
CPU time (s): 260.339
CPU user time (s): 259.42
CPU system time (s): 0.919264
CPU usage (%): 108.284
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.42
system time used= 0.919264
maximum resident set size= 1653416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16009
involuntary context switches= 416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1306 second user time and 1.47422 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 08:22:56
IDJOB=4259677
IDBENCH=130624
IDSOLVER=2646
FILE ID=node135/4259677-1501655816
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259677-1501655816/watcher-4259677-1501655816 -o /tmp/evaluation-result-4259677-1501655816/solver-4259677-1501655816 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259677-1501655816.xml

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

MD5SUM BENCH= dc7df4a3b3f37e7a6c8d4746a81abb92
RANDOM SEED=115453855

node135.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.21
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.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		: 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.21
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.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		: 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.21
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.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		: 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.21
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30798984 kB
MemAvailable:   31079332 kB
Buffers:          132188 kB
Cached:           425172 kB
SwapCached:            0 kB
Active:          1290292 kB
Inactive:         260760 kB
Active(anon):     994312 kB
Inactive(anon):     8592 kB
Active(file):     295980 kB
Inactive(file):   252168 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24344 kB
Writeback:             0 kB
AnonPages:        995164 kB
Mapped:            42472 kB
Shmem:              8960 kB
Slab:             122152 kB
SReclaimable:      96072 kB
SUnreclaim:        26080 kB
KernelStack:        3552 kB
PageTables:         6968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1815204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 08:26:57