Trace number 4304846

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.05 2499.84

General information on the benchmark

NameColouredQueens/
ColouredQueens-11_c18.xml
MD5SUM3da25fcd556a00d93fc440927ef81e89
Bench CategoryCSP (decision 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 variables121
Number of constraints60
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":121}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":117}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":24}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":60}]
Optimization problemNO
Type of objective

Solver Data

1.05/0.80	c Concrete v3.9.2.1532736233296 running
2520.00/2499.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2499.81		at concrete.MAC.mac(MAC.scala:188)
2520.00/2499.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2499.81		at scala.util.Try$.apply(Try.scala:209)
2520.00/2499.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2499.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2499.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2499.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2499.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2499.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2499.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2499.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2499.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2499.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2499.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2499.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2499.81		at concrete.ProblemState.map(ProblemState.scala:221)
2520.00/2499.81		at concrete.ProblemState.map(ProblemState.scala:204)
2520.00/2499.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2499.81		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2499.81		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.00/2499.81		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.00/2499.81		at concrete.Solver.toStream(Solver.scala:68)
2520.00/2499.81		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.00/2499.81		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.00/2499.81		at concrete.Solver.toIterable(Solver.scala:68)
2520.00/2499.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.00/2499.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2499.81		at scala.util.Success.map(Try.scala:209)
2520.00/2499.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2499.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2499.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2499.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2499.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2499.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2499.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2499.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2499.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2499.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2499.81		at scala.App.main(App.scala:76)
2520.00/2499.81		at scala.App.main$(App.scala:74)
2520.00/2499.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2499.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2499.82	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12881 MiB free)
  memory of node 1: 16384 MiB (11338 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304846-1534039308/watcher-4304846-1534039308 -o /tmp/evaluation-result-4304846-1534039308/solver-4304846-1534039308 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1510924412 -superng HOME/instance-4304846-1534039308.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11522, runsolver pid=11517
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 1.00 1.18 1.60 4/212 11592
/proc/meminfo: memFree=24775824/32770624 swapFree=67108860/67108860
[pid=11522] ppid=11517 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/11522/stat : 11522 (bash) S 11517 11522 10336 0 -1 4202496 886 5672 0 1 0 0 0 1 20 0 1 0 221494011 115974144 403 33554432000 4194304 5098028 140729108542944 140729108536952 139825990081536 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 22794240 140729108550818 140729108550952 140729108550952 140729108553710 0
/proc/11522/statm: 28314 403 319 221 0 119 0
[pid=11574] ppid=11522 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/11574/stat : 11574 (bash) S 11522 11522 10336 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 1 0 221494018 115974144 178 33554432000 4194304 5098028 140729108542944 140729108535624 139825989907068 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22794240 140729108550818 140729108550952 140729108550952 140729108553710 0
/proc/11574/statm: 28314 178 94 221 0 119 0
[pid=11576] ppid=11574 vsize=10260324 memory=20156 CPUtime=0.03 cores=0,2,4,6
/proc/11576/stat : 11576 (java) S 11574 11522 10336 0 -1 1077944320 3820 0 0 0 2 1 0 0 20 0 9 0 221494018 10506571776 5039 33554432000 4194304 4196468 140731009870064 140731009852608 140380071481079 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
/proc/11576/statm: 2565081 5039 2143 1 0 2527622 0
[pid=11576/tid=11581] ppid=11574 vsize=10260324 memory=7751702667093440019 CPUtime=0.02 cores=0,2,4,6
/proc/11576/task/11581/stat : 11581 (java) R 11574 11522 10336 0 -1 4202560 2480 0 0 0 2 0 0 0 20 0 9 0 221494018 10506571776 5039 33554432000 4194304 4196468 140731009870064 140380075716464 140380057174545 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
[pid=11576/tid=11582] ppid=11574 vsize=10260324 memory=4210146916469654281 CPUtime=0 cores=0,2,4,6
/proc/11576/task/11582/stat : 11582 (java) S 11574 11522 10336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221494019 10506571776 5039 33554432000 4194304 4196468 140731009870064 140380008172688 140380071491285 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
[pid=11576/tid=11583] ppid=11574 vsize=10260324 memory=139945496589952 CPUtime=0 cores=0,2,4,6
/proc/11576/task/11583/stat : 11583 (java) S 11574 11522 10336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221494019 10506571776 5039 33554432000 4194304 4196468 140731009870064 140380007119888 140380071491285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
[pid=11576/tid=11585] ppid=11574 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11576/task/11585/stat : 11585 (java) S 11574 11522 10336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 221494019 10506571776 5039 33554432000 4194304 4196468 140731009870064 140380006067088 140380071491285 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
[pid=11576/tid=11586] ppid=11574 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11576/task/11586/stat : 11586 (java) S 11574 11522 10336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 221494019 10506571776 5039 33554432000 4194304 4196468 140731009870064 140380005014288 140380071491285 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
[pid=11576/tid=11590] ppid=11574 vsize=10260324 memory=139945496589952 CPUtime=0 cores=0,2,4,6
/proc/11576/task/11590/stat : 11590 (java) S 11574 11522 10336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 221494021 10506571776 5039 33554432000 4194304 4196468 140731009870064 140379173968240 140380071492226 0 0 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
[pid=11576/tid=11592] ppid=11574 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11576/task/11592/stat : 11592 (java) S 11574 11522 10336 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 221494021 10506571776 5039 33554432000 4194304 4196468 140731009870064 140379172914208 140380071491285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
[pid=11576/tid=11594] ppid=11574 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11576/task/11594/stat : 11594 (java) S 11574 11522 10336 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 221494021 10506571776 5039 33554432000 4194304 4196468 140731009870064 140379171861424 140380071491285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37687296 140731009877283 140731009877297 140731009877297 140731009880015 0
[pid=11578] ppid=11574 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/11578/stat : 11578 (awk) S 11574 11522 10336 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 221494018 116211712 243 33554432000 4194304 4609284 140732088181408 140732088180584 140578773703680 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 26120192 140732088190291 140732088190321 140732088190321 140732088193007 0
/proc/11578/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23452 KiB

[startup+0.215697 s]*
/proc/loadavg: 1.00 1.18 1.60 5/221 11653
/proc/meminfo: memFree=24761260/32770624 swapFree=67108860/67108860
[pid=11522] ppid=11517 vsize=10982696 memory=32176 CPUtime=0.19 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11517 11522 10336 0 -1 1077944320 6352 12922 0 1 10 1 5 3 20 0 15 0 221494011 11246280704 8044 33554432000 4194304 4196468 140734468889696 140734468872240 140209327050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
/proc/11522/statm: 2745674 8044 2852 1 0 2708109 0
[pid=11522/tid=11626] ppid=11517 vsize=10982696 memory=-6007365819731575600 CPUtime=0.14 cores=0,2,4,6
/proc/11522/task/11626/stat : 11626 (java) R 11517 11522 10336 0 -1 4202560 3010 12922 0 1 6 0 5 3 20 0 15 0 221494025 11246280704 8044 33554432000 4194304 4196468 140734468889696 140209298874224 140208888741441 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11628] ppid=11517 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11628/stat : 11628 (java) S 11517 11522 10336 0 -1 1077944384 2 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246280704 8044 33554432000 4194304 4196468 140734468889696 140209331293072 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11629] ppid=11517 vsize=10982696 memory=139945496589952 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11629/stat : 11629 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246280704 8044 33554432000 4194304 4196468 140734468889696 140209212558096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11630] ppid=11517 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11630/stat : 11630 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246280704 8044 33554432000 4194304 4196468 140734468889696 140209211505808 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11631] ppid=11517 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11631/stat : 11631 (java) S 11517 11522 10336 0 -1 1077944384 2 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246280704 8044 33554432000 4194304 4196468 140734468889696 140209210453008 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11636] ppid=11517 vsize=10982696 memory=139945496589952 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11636/stat : 11636 (java) S 11517 11522 10336 0 -1 1077944384 2 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246280704 8044 33554432000 4194304 4196468 140734468889696 140208820017264 140209327061634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11639] ppid=11517 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11639/stat : 11639 (java) S 11517 11522 10336 0 -1 1077944384 13 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246280704 8044 33554432000 4194304 4196468 140734468889696 140208133628704 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11640] ppid=11517 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11640/stat : 11640 (java) S 11517 11522 10336 0 -1 1077944384 21 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246280704 8044 33554432000 4194304 4196468 140734468889696 140208066516080 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11642] ppid=11517 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11642/stat : 11642 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246280704 8044 33554432000 4194304 4196468 140734468889696 140207759120464 140209327069083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11644] ppid=11517 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11644/stat : 11644 (java) R 11517 11522 10336 0 -1 1077944384 423 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246280704 8044 33554432000 4194304 4196468 140734468889696 140208818965104 140209327061634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11645] ppid=11517 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11645/stat : 11645 (java) R 11517 11522 10336 0 -1 4202560 107 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246280704 8044 33554432000 4194304 4196468 140734468889696 140208817905048 140209310283152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11646] ppid=11517 vsize=10982696 memory=139945496589952 CPUtime=0.09 cores=0,2,4,6
/proc/11522/task/11646/stat : 11646 (java) R 11517 11522 10336 0 -1 4202560 585 12922 0 1 1 0 5 3 20 0 15 0 221494031 11246280704 8044 33554432000 4194304 4196468 140734468889696 140208816860016 140209305892756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11647] ppid=11517 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11647/stat : 11647 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246280704 8044 33554432000 4194304 4196468 140734468889696 140207328324576 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11648] ppid=11517 vsize=10982696 memory=139945496589952 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11648/stat : 11648 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246280704 8044 33554432000 4194304 4196468 140734468889696 140208815806896 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 32176 KiB

[startup+0.31081 s]*
/proc/loadavg: 1.00 1.18 1.60 4/221 11653
/proc/meminfo: memFree=24727168/32770624 swapFree=67108860/67108860
[pid=11522] ppid=11517 vsize=10983192 memory=48636 CPUtime=0.33 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11517 11522 10336 0 -1 1077944320 9608 12922 0 1 23 2 5 3 20 0 15 0 221494011 11246788608 12159 33554432000 4194304 4196468 140734468889696 140734468872240 140209327050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
/proc/11522/statm: 2745798 12159 3060 1 0 2708109 0
[pid=11522/tid=11626] ppid=11517 vsize=10983192 memory=7022364594140610616 CPUtime=0.24 cores=0,2,4,6
/proc/11522/task/11626/stat : 11626 (java) R 11517 11522 10336 0 -1 4202560 6144 12922 0 1 15 1 5 3 20 0 15 0 221494025 11246788608 12159 33554432000 4194304 4196468 140734468889696 140209298842320 140209308614043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11628] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11628/stat : 11628 (java) S 11517 11522 10336 0 -1 1077944384 2 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246788608 12159 33554432000 4194304 4196468 140734468889696 140209331293072 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11629] ppid=11517 vsize=10983192 memory=3978423602902212640 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11629/stat : 11629 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246788608 12159 33554432000 4194304 4196468 140734468889696 140209212558096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11630] ppid=11517 vsize=10983192 memory=139945496596945 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11630/stat : 11630 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246788608 12159 33554432000 4194304 4196468 140734468889696 140209211505808 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11631] ppid=11517 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11631/stat : 11631 (java) S 11517 11522 10336 0 -1 1077944384 2 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246788608 12159 33554432000 4194304 4196468 140734468889696 140209210453008 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11636] ppid=11517 vsize=10983192 memory=279890993178688 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11636/stat : 11636 (java) S 11517 11522 10336 0 -1 1077944384 2 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246788608 12159 33554432000 4194304 4196468 140734468889696 140208820017264 140209327061634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11639] ppid=11517 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11639/stat : 11639 (java) S 11517 11522 10336 0 -1 1077944384 13 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246788608 12159 33554432000 4194304 4196468 140734468889696 140208133628704 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11640] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11640/stat : 11640 (java) S 11517 11522 10336 0 -1 1077944384 21 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246788608 12159 33554432000 4194304 4196468 140734468889696 140208066516080 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11642] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11642/stat : 11642 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246788608 12159 33554432000 4194304 4196468 140734468889696 140207759120464 140209327069083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11644] ppid=11517 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11522/task/11644/stat : 11644 (java) S 11517 11522 10336 0 -1 1077944384 460 12922 0 1 1 0 5 3 20 0 15 0 221494031 11246788608 12159 33554432000 4194304 4196468 140734468889696 140208818965104 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11645] ppid=11517 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11522/task/11645/stat : 11645 (java) S 11517 11522 10336 0 -1 1077944384 141 12922 0 1 1 0 5 3 20 0 15 0 221494031 11246788608 12159 33554432000 4194304 4196468 140734468889696 140208817912304 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11646] ppid=11517 vsize=10983192 memory=139945496589952 CPUtime=0.12 cores=0,2,4,6
/proc/11522/task/11646/stat : 11646 (java) S 11517 11522 10336 0 -1 1077944384 617 12922 0 1 4 0 5 3 20 0 15 0 221494031 11246788608 12159 33554432000 4194304 4196468 140734468889696 140208816860016 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11647] ppid=11517 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11647/stat : 11647 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246788608 12159 33554432000 4194304 4196468 140734468889696 140207328324576 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11648] ppid=11517 vsize=10983192 memory=139945496589952 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11648/stat : 11648 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246788608 12159 33554432000 4194304 4196468 140734468889696 140208815806896 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 48636 KiB

[startup+0.706191 s]
/proc/loadavg: 1.00 1.18 1.60 4/221 11653
/proc/meminfo: memFree=24702276/32770624 swapFree=67108860/67108860
[pid=11522] ppid=11517 vsize=10983192 memory=83460 CPUtime=0.92 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11517 11522 10336 0 -1 1077944320 16530 12922 0 1 81 3 5 3 20 0 15 0 221494011 11246788608 20865 33554432000 4194304 4196468 140734468889696 140734468872240 140209327050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
/proc/11522/statm: 2745798 20865 3235 1 0 2708109 0
[pid=11522/tid=11626] ppid=11517 vsize=10983192 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/11522/task/11626/stat : 11626 (java) R 11517 11522 10336 0 -1 4202560 12086 12922 0 1 52 2 5 3 20 0 15 0 221494025 11246788608 20865 33554432000 4194304 4196468 140734468889696 140209298873488 140209312216159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11628] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11628/stat : 11628 (java) S 11517 11522 10336 0 -1 1077944384 2 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246788608 20865 33554432000 4194304 4196468 140734468889696 140209331293072 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11629] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11629/stat : 11629 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246788608 20865 33554432000 4194304 4196468 140734468889696 140209212558096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11630] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11630/stat : 11630 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246788608 20865 33554432000 4194304 4196468 140734468889696 140209211505808 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11631] ppid=11517 vsize=10983192 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11631/stat : 11631 (java) S 11517 11522 10336 0 -1 1077944384 2 12922 0 1 0 0 5 3 20 0 15 0 221494026 11246788608 20865 33554432000 4194304 4196468 140734468889696 140209210453008 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11636] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11636/stat : 11636 (java) S 11517 11522 10336 0 -1 1077944384 5 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246788608 20865 33554432000 4194304 4196468 140734468889696 140208820017264 140209327061634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11639] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11639/stat : 11639 (java) S 11517 11522 10336 0 -1 1077944384 13 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246788608 20865 33554432000 4194304 4196468 140734468889696 140208133628704 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11640] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11640/stat : 11640 (java) S 11517 11522 10336 0 -1 1077944384 21 12922 0 1 0 0 5 3 20 0 15 0 221494028 11246788608 20865 33554432000 4194304 4196468 140734468889696 140208066516080 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11642] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11642/stat : 11642 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246788608 20865 33554432000 4194304 4196468 140734468889696 140207759120464 140209327069083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11644] ppid=11517 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/11522/task/11644/stat : 11644 (java) S 11517 11522 10336 0 -1 1077944384 884 12922 0 1 7 0 5 3 20 0 15 0 221494031 11246788608 20865 33554432000 4194304 4196468 140734468889696 140208818965104 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11645] ppid=11517 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/11522/task/11645/stat : 11645 (java) R 11517 11522 10336 0 -1 4202560 603 12922 0 1 8 0 5 3 20 0 15 0 221494031 11246788608 20865 33554432000 4194304 4196468 140734468889696 140208817893320 140209310518417 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11646] ppid=11517 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/11522/task/11646/stat : 11646 (java) S 11517 11522 10336 0 -1 1077944384 708 12922 0 1 13 0 5 3 20 0 15 0 221494031 11246788608 20865 33554432000 4194304 4196468 140734468889696 140208816860016 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11647] ppid=11517 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11647/stat : 11647 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246788608 20865 33554432000 4194304 4196468 140734468889696 140207328324576 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11648] ppid=11517 vsize=10983192 memory=139945335355833 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11648/stat : 11648 (java) S 11517 11522 10336 0 -1 1077944384 1 12922 0 1 0 0 5 3 20 0 15 0 221494031 11246788608 20865 33554432000 4194304 4196468 140734468889696 140208815806896 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 83460 KiB

[startup+1.50073 s]
/proc/loadavg: 1.00 1.18 1.60 2/221 11653
/proc/meminfo: memFree=24622432/32770624 swapFree=67108860/67108860
[pid=11522] ppid=11517 vsize=10998092 memory=175404 CPUtime=2.13 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11517 11522 10336 0 -1 1077944320 23265 12922 1 1 196 9 5 3 20 0 15 0 221494011 11262046208 43851 33554432000 4194304 4196468 140734468889696 140734468872240 140209327050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
/proc/11522/statm: 2749523 43851 3472 1 0 2711181 0
[pid=11522/tid=11626] ppid=11517 vsize=10998092 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/11522/task/11626/stat : 11626 (java) R 11517 11522 10336 0 -1 4202560 17103 12922 1 1 118 5 5 3 20 0 15 0 221494025 11262046208 43851 33554432000 4194304 4196468 140734468889696 140209298867632 140209311130974 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11628] ppid=11517 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/11522/task/11628/stat : 11628 (java) S 11517 11522 10336 0 -1 1077944384 76 12922 0 1 1 0 5 3 20 0 15 0 221494026 11262046208 43851 33554432000 4194304 4196468 140734468889696 140209331293072 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11629] ppid=11517 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11522/task/11629/stat : 11629 (java) S 11517 11522 10336 0 -1 1077944384 224 12922 0 1 1 0 5 3 20 0 15 0 221494026 11262046208 43851 33554432000 4194304 4196468 140734468889696 140209212558096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11630] ppid=11517 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11522/task/11630/stat : 11630 (java) S 11517 11522 10336 0 -1 1077944384 23 12922 0 1 1 0 5 3 20 0 15 0 221494026 11262046208 43851 33554432000 4194304 4196468 140734468889696 140209211505808 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11631] ppid=11517 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11631/stat : 11631 (java) S 11517 11522 10336 0 -1 1077944384 28 12922 0 1 0 0 5 3 20 0 15 0 221494026 11262046208 43851 33554432000 4194304 4196468 140734468889696 140209210453008 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11636] ppid=11517 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11522/task/11636/stat : 11636 (java) S 11517 11522 10336 0 -1 1077944384 54 12922 0 1 1 0 5 3 20 0 15 0 221494028 11262046208 43851 33554432000 4194304 4196468 140734468889696 140208820017264 140209327061634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11639] ppid=11517 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11639/stat : 11639 (java) S 11517 11522 10336 0 -1 1077944384 13 12922 0 1 0 0 5 3 20 0 15 0 221494028 11262046208 43851 33554432000 4194304 4196468 140734468889696 140208133628768 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11640] ppid=11517 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6

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

/proc/11522/task/11626/stat : 11626 (java) R 11517 11522 10336 0 -1 4202560 70841 12922 1 1 231434 25 5 3 20 0 15 0 221494025 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209298884048 140208899387752 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11628] ppid=11517 vsize=11077984 memory=472180 CPUtime=3.59 cores=0,2,4,6
/proc/11522/task/11628/stat : 11628 (java) S 11517 11522 10336 0 -1 1077944384 9845 12922 0 1 326 25 5 3 20 0 15 0 221494026 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209331293072 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11629] ppid=11517 vsize=11077984 memory=472180 CPUtime=3.6 cores=0,2,4,6
/proc/11522/task/11629/stat : 11629 (java) S 11517 11522 10336 0 -1 1077944384 5554 12922 0 1 329 23 5 3 20 0 15 0 221494026 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209212558096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11630] ppid=11517 vsize=11077984 memory=472180 CPUtime=3.58 cores=0,2,4,6
/proc/11522/task/11630/stat : 11630 (java) S 11517 11522 10336 0 -1 1077944384 5626 12922 0 1 329 21 5 3 20 0 15 0 221494026 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209211505808 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11631] ppid=11517 vsize=11077984 memory=230881 CPUtime=3.6 cores=0,2,4,6
/proc/11522/task/11631/stat : 11631 (java) S 11517 11522 10336 0 -1 1077944384 4650 12922 0 1 329 23 5 3 20 0 15 0 221494026 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209210453008 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11636] ppid=11517 vsize=11077984 memory=472180 CPUtime=2.86 cores=0,2,4,6
/proc/11522/task/11636/stat : 11636 (java) S 11517 11522 10336 0 -1 1077944384 7396 12922 0 1 260 18 5 3 20 0 15 0 221494028 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208820017264 140209327061634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11639] ppid=11517 vsize=11077984 memory=472180 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11639/stat : 11639 (java) S 11517 11522 10336 0 -1 1077944384 16 12922 0 1 0 0 5 3 20 0 15 0 221494028 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208133628768 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11640] ppid=11517 vsize=11077984 memory=472180 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11640/stat : 11640 (java) S 11517 11522 10336 0 -1 1077944384 50 12922 0 1 0 0 5 3 20 0 15 0 221494028 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208066516096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11642] ppid=11517 vsize=11077984 memory=472180 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11642/stat : 11642 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140207759120464 140209327069083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11644] ppid=11517 vsize=11077984 memory=68 CPUtime=3.45 cores=0,2,4,6
/proc/11522/task/11644/stat : 11644 (java) S 11517 11522 10336 0 -1 1077944384 15686 12922 0 1 333 4 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208818965104 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11645] ppid=11517 vsize=11077984 memory=1740 CPUtime=3.89 cores=0,2,4,6
/proc/11522/task/11645/stat : 11645 (java) S 11517 11522 10336 0 -1 1077944384 16371 12922 0 1 377 4 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208817912304 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11646] ppid=11517 vsize=11077984 memory=472180 CPUtime=1.71 cores=0,2,4,6
/proc/11522/task/11646/stat : 11646 (java) S 11517 11522 10336 0 -1 1077944384 18614 12922 0 1 159 4 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208816860016 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11647] ppid=11517 vsize=11077984 memory=11192 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11647/stat : 11647 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140207328324576 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11648] ppid=11517 vsize=11077984 memory=472180 CPUtime=1.36 cores=0,2,4,6
/proc/11522/task/11648/stat : 11648 (java) S 11517 11522 10336 0 -1 1077944384 832 12922 0 1 63 65 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208815806896 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
Current children cumulated CPU time: 2341.72 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 472180 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.45 1.47 3/215 11853
/proc/meminfo: memFree=23946652/32770624 swapFree=67108860/67108860
[pid=11522] ppid=11517 vsize=11077984 memory=472180 CPUtime=2401.99 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11517 11522 10336 0 -1 1077944320 158271 12922 1 1 240001 190 5 3 20 0 15 0 221494011 11343855616 118045 33554432000 4194304 4196468 140734468889696 140734468872240 140209327050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
/proc/11522/statm: 2769496 118045 3522 1 0 2731149 0
[pid=11522/tid=11626] ppid=11517 vsize=11077984 memory=6791534058613427641 CPUtime=2374.45 cores=0,2,4,6
/proc/11522/task/11626/stat : 11626 (java) R 11517 11522 10336 0 -1 4202560 71120 12922 1 1 237412 25 5 3 20 0 15 0 221494025 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209298884784 140208902367212 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11628] ppid=11517 vsize=11077984 memory=472180 CPUtime=3.68 cores=0,2,4,6
/proc/11522/task/11628/stat : 11628 (java) S 11517 11522 10336 0 -1 1077944384 9861 12922 0 1 335 25 5 3 20 0 15 0 221494026 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209331293072 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11629] ppid=11517 vsize=11077984 memory=472180 CPUtime=3.69 cores=0,2,4,6
/proc/11522/task/11629/stat : 11629 (java) S 11517 11522 10336 0 -1 1077944384 5763 12922 0 1 338 23 5 3 20 0 15 0 221494026 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209212558096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11630] ppid=11517 vsize=11077984 memory=472180 CPUtime=3.67 cores=0,2,4,6
/proc/11522/task/11630/stat : 11630 (java) S 11517 11522 10336 0 -1 1077944384 5675 12922 0 1 338 21 5 3 20 0 15 0 221494026 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209211505808 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11631] ppid=11517 vsize=11077984 memory=472180 CPUtime=3.7 cores=0,2,4,6
/proc/11522/task/11631/stat : 11631 (java) S 11517 11522 10336 0 -1 1077944384 4665 12922 0 1 339 23 5 3 20 0 15 0 221494026 11343855616 118045 33554432000 4194304 4196468 140734468889696 140209210453008 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11636] ppid=11517 vsize=11077984 memory=472180 CPUtime=2.95 cores=0,2,4,6
/proc/11522/task/11636/stat : 11636 (java) S 11517 11522 10336 0 -1 1077944384 7411 12922 0 1 268 19 5 3 20 0 15 0 221494028 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208820017264 140209327061634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11639] ppid=11517 vsize=11077984 memory=472180 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11639/stat : 11639 (java) S 11517 11522 10336 0 -1 1077944384 16 12922 0 1 0 0 5 3 20 0 15 0 221494028 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208133628768 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11640] ppid=11517 vsize=11077984 memory=472180 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11640/stat : 11640 (java) S 11517 11522 10336 0 -1 1077944384 50 12922 0 1 0 0 5 3 20 0 15 0 221494028 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208066516096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11642] ppid=11517 vsize=11077984 memory=472180 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11642/stat : 11642 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140207759120464 140209327069083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11644] ppid=11517 vsize=11077984 memory=1724 CPUtime=3.45 cores=0,2,4,6
/proc/11522/task/11644/stat : 11644 (java) S 11517 11522 10336 0 -1 1077944384 15686 12922 0 1 333 4 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208818965104 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11645] ppid=11517 vsize=11077984 memory=3848 CPUtime=3.89 cores=0,2,4,6
/proc/11522/task/11645/stat : 11645 (java) S 11517 11522 10336 0 -1 1077944384 16371 12922 0 1 377 4 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208817912304 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11646] ppid=11517 vsize=11077984 memory=2296 CPUtime=1.71 cores=0,2,4,6
/proc/11522/task/11646/stat : 11646 (java) S 11517 11522 10336 0 -1 1077944384 18614 12922 0 1 159 4 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208816860016 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11647] ppid=11517 vsize=11077984 memory=3712 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11647/stat : 11647 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140207328324576 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11648] ppid=11517 vsize=11077984 memory=60308 CPUtime=1.41 cores=0,2,4,6
/proc/11522/task/11648/stat : 11648 (java) S 11517 11522 10336 0 -1 1077944384 836 12922 0 1 66 67 5 3 20 0 15 0 221494031 11343855616 118045 33554432000 4194304 4196468 140734468889696 140208815806896 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
Current children cumulated CPU time: 2401.99 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 472180 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.41 1.46 3/215 11854
/proc/meminfo: memFree=23944548/32770624 swapFree=67108860/67108860
[pid=11522] ppid=11517 vsize=11077984 memory=474184 CPUtime=2462.26 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11517 11522 10336 0 -1 1077944320 158927 12922 1 1 246025 193 5 3 20 0 15 0 221494011 11343855616 118546 33554432000 4194304 4196468 140734468889696 140734468872240 140209327050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
/proc/11522/statm: 2769496 118546 3522 1 0 2731149 0
[pid=11522/tid=11626] ppid=11517 vsize=11077984 memory=474184 CPUtime=2434.24 cores=0,2,4,6
/proc/11522/task/11626/stat : 11626 (java) R 11517 11522 10336 0 -1 4202560 71438 12922 1 1 243391 25 5 3 20 0 15 0 221494025 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209298885040 140208898065303 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11628] ppid=11517 vsize=11077984 memory=474184 CPUtime=3.78 cores=0,2,4,6
/proc/11522/task/11628/stat : 11628 (java) S 11517 11522 10336 0 -1 1077944384 9877 12922 0 1 344 26 5 3 20 0 15 0 221494026 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209331293072 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11629] ppid=11517 vsize=11077984 memory=474184 CPUtime=3.78 cores=0,2,4,6
/proc/11522/task/11629/stat : 11629 (java) S 11517 11522 10336 0 -1 1077944384 5770 12922 0 1 347 23 5 3 20 0 15 0 221494026 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209212558096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11630] ppid=11517 vsize=11077984 memory=474184 CPUtime=3.77 cores=0,2,4,6
/proc/11522/task/11630/stat : 11630 (java) S 11517 11522 10336 0 -1 1077944384 5692 12922 0 1 347 22 5 3 20 0 15 0 221494026 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209211505808 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11631] ppid=11517 vsize=11077984 memory=474184 CPUtime=3.78 cores=0,2,4,6
/proc/11522/task/11631/stat : 11631 (java) S 11517 11522 10336 0 -1 1077944384 4750 12922 0 1 347 23 5 3 20 0 15 0 221494026 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209210453008 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11636] ppid=11517 vsize=11077984 memory=474184 CPUtime=3.02 cores=0,2,4,6
/proc/11522/task/11636/stat : 11636 (java) S 11517 11522 10336 0 -1 1077944384 7600 12922 0 1 274 20 5 3 20 0 15 0 221494028 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208820017264 140209327061634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11639] ppid=11517 vsize=11077984 memory=474184 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11639/stat : 11639 (java) S 11517 11522 10336 0 -1 1077944384 16 12922 0 1 0 0 5 3 20 0 15 0 221494028 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208133628768 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11640] ppid=11517 vsize=11077984 memory=474184 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11640/stat : 11640 (java) S 11517 11522 10336 0 -1 1077944384 50 12922 0 1 0 0 5 3 20 0 15 0 221494028 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208066516096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11642] ppid=11517 vsize=11077984 memory=472180 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11642/stat : 11642 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140207759120464 140209327069083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11644] ppid=11517 vsize=11077984 memory=474184 CPUtime=3.45 cores=0,2,4,6
/proc/11522/task/11644/stat : 11644 (java) S 11517 11522 10336 0 -1 1077944384 15688 12922 0 1 333 4 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208818965104 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11645] ppid=11517 vsize=11077984 memory=2140 CPUtime=3.9 cores=0,2,4,6
/proc/11522/task/11645/stat : 11645 (java) S 11517 11522 10336 0 -1 1077944384 16373 12922 0 1 378 4 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208817912304 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11646] ppid=11517 vsize=11077984 memory=474184 CPUtime=1.71 cores=0,2,4,6
/proc/11522/task/11646/stat : 11646 (java) S 11517 11522 10336 0 -1 1077944384 18616 12922 0 1 159 4 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208816860016 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11647] ppid=11517 vsize=11077984 memory=396752 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11647/stat : 11647 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140207328324576 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11648] ppid=11517 vsize=11077984 memory=474184 CPUtime=1.44 cores=0,2,4,6
/proc/11522/task/11648/stat : 11648 (java) S 11517 11522 10336 0 -1 1077944384 854 12922 0 1 68 68 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208815806896 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
Current children cumulated CPU time: 2462.26 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 474184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.8 s]
/proc/loadavg: 1.45 1.44 1.47 3/215 11855
/proc/meminfo: memFree=23944888/32770624 swapFree=67108860/67108860
[pid=11522] ppid=11517 vsize=11077984 memory=474184 CPUtime=2520 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11517 11522 10336 0 -1 1077944320 159867 12922 1 1 251796 196 5 3 20 0 15 0 221494011 11343855616 118546 33554432000 4194304 4196468 140734468889696 140734468872240 140209327050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
/proc/11522/statm: 2769496 118546 3522 1 0 2731149 0
[pid=11522/tid=11626] ppid=11517 vsize=11077984 memory=1828 CPUtime=2491.54 cores=0,2,4,6
/proc/11522/task/11626/stat : 11626 (java) R 11517 11522 10336 0 -1 4202560 71728 12922 1 1 249120 26 5 3 20 0 15 0 221494025 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209298884176 140208902366762 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11628] ppid=11517 vsize=11077984 memory=1120 CPUtime=3.86 cores=0,2,4,6
/proc/11522/task/11628/stat : 11628 (java) S 11517 11522 10336 0 -1 1077944384 9913 12922 0 1 352 26 5 3 20 0 15 0 221494026 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209331293072 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11629] ppid=11517 vsize=11077984 memory=6116 CPUtime=3.86 cores=0,2,4,6
/proc/11522/task/11629/stat : 11629 (java) S 11517 11522 10336 0 -1 1077944384 5784 12922 0 1 355 23 5 3 20 0 15 0 221494026 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209212558096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11630] ppid=11517 vsize=11077984 memory=474184 CPUtime=3.85 cores=0,2,4,6
/proc/11522/task/11630/stat : 11630 (java) S 11517 11522 10336 0 -1 1077944384 5907 12922 0 1 355 22 5 3 20 0 15 0 221494026 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209211505808 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11631] ppid=11517 vsize=11077984 memory=474184 CPUtime=3.88 cores=0,2,4,6
/proc/11522/task/11631/stat : 11631 (java) S 11517 11522 10336 0 -1 1077944384 4757 12922 0 1 356 24 5 3 20 0 15 0 221494026 11343855616 118546 33554432000 4194304 4196468 140734468889696 140209210453008 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11636] ppid=11517 vsize=11077984 memory=1088 CPUtime=3.09 cores=0,2,4,6
/proc/11522/task/11636/stat : 11636 (java) S 11517 11522 10336 0 -1 1077944384 7615 12922 0 1 281 20 5 3 20 0 15 0 221494028 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208820017264 140209327061634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11639] ppid=11517 vsize=11077984 memory=1724 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11639/stat : 11639 (java) S 11517 11522 10336 0 -1 1077944384 16 12922 0 1 0 0 5 3 20 0 15 0 221494028 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208133628768 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11640] ppid=11517 vsize=11077984 memory=4004 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11640/stat : 11640 (java) S 11517 11522 10336 0 -1 1077944384 50 12922 0 1 0 0 5 3 20 0 15 0 221494028 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208066516096 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11642] ppid=11517 vsize=11077984 memory=3516 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11642/stat : 11642 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140207759120464 140209327069083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11644] ppid=11517 vsize=11077984 memory=872 CPUtime=3.46 cores=0,2,4,6
/proc/11522/task/11644/stat : 11644 (java) S 11517 11522 10336 0 -1 1077944384 15688 12922 0 1 334 4 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208818965104 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11645] ppid=11517 vsize=11077984 memory=1288 CPUtime=3.9 cores=0,2,4,6
/proc/11522/task/11645/stat : 11645 (java) S 11517 11522 10336 0 -1 1077944384 16733 12922 0 1 378 4 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208817912304 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11646] ppid=11517 vsize=11077984 memory=1088 CPUtime=1.72 cores=0,2,4,6
/proc/11522/task/11646/stat : 11646 (java) S 11517 11522 10336 0 -1 1077944384 18616 12922 0 1 160 4 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208816860016 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11647] ppid=11517 vsize=11077984 memory=15512 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11647/stat : 11647 (java) S 11517 11522 10336 0 -1 1077944384 3 12922 0 1 0 0 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140207328324576 140209327060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
[pid=11522/tid=11648] ppid=11517 vsize=11077984 memory=33416 CPUtime=1.47 cores=0,2,4,6
/proc/11522/task/11648/stat : 11648 (java) S 11517 11522 10336 0 -1 1077944384 857 12922 0 1 69 70 5 3 20 0 15 0 221494031 11343855616 118546 33554432000 4194304 4196468 140734468889696 140208815806896 140209327061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18620416 140734468897379 140734468900188 140734468900188 140734468902863 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 474184 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2499.84 s]
# the end of solver process 11522 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.04 s, system=2.01256 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2499.84
CPU time (s): 2520.05
CPU user time (s): 2518.04
CPU system time (s): 2.01256
CPU usage (%): 100.809
Max. virtual memory (cumulated for all children) (KiB): 11078644
Max. memory (cumulated for all children) (KiB): 785540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.04
system time used= 2.01256
maximum resident set size= 787576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173877
page faults= 2
swaps= 0
block input operations= 3384
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122688
involuntary context switches= 7193


# summary of solver processes directly reported to runsolver:
#   pid: 11522
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.04
#   total CPU system time (s): 2.01256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1908 second user time and 23.314 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 04:01:48
IDJOB=4304846
IDBENCH=141024
IDSOLVER=2781
FILE ID=node107/4304846-1534039308
RUNJOBID= node107-1534039308-11488
PBS_JOBID= 21036970
Free space on /tmp= 39332 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304846-1534039308/watcher-4304846-1534039308 -o /tmp/evaluation-result-4304846-1534039308/solver-4304846-1534039308 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1510924412 -superng HOME/instance-4304846-1534039308.xml

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

MD5SUM BENCH= 3da25fcd556a00d93fc440927ef81e89
RANDOM SEED=1510924412

node107.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.40
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.40
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.40
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.40
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:        24801520 kB
MemAvailable:   31903748 kB
Buffers:          181620 kB
Cached:          7114064 kB
SwapCached:            0 kB
Active:          3675988 kB
Inactive:        3672696 kB
Active(anon):       3376 kB
Inactive(anon):   103432 kB
Active(file):    3672612 kB
Inactive(file):  3569264 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52880 kB
Writeback:            12 kB
AnonPages:         61152 kB
Mapped:            51336 kB
Shmem:             49804 kB
Slab:             317036 kB
SReclaimable:     288812 kB
SUnreclaim:        28224 kB
KernelStack:        3184 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39280 MiB
End job on node107 at 2018-08-12 04:43:28