Trace number 4396253

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.12.2SAT (TO)3 2520.08 2487.23

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.94
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.74/0.59	c Concrete v3.12.2.1568380929293 running
11.10/4.89	o 78
11.87/5.12	o 77
11.87/5.15	o 3
2520.05/2487.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2487.20		at concrete.MAC.mac(MAC.scala:192)
2520.05/2487.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2487.20		at scala.util.Try$.apply(Try.scala:212)
2520.05/2487.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2487.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2487.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2487.20		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2487.20		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2487.20		at concrete.MAC.nextSolution(MAC.scala:369)
2520.05/2487.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2487.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2487.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2487.20		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2487.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2487.20		at scala.util.Success.map(Try.scala:264)
2520.05/2487.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2487.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2487.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2487.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2487.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2487.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2487.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2487.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2487.20		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2487.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2487.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2487.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2487.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2487.21		at scala.App.main(App.scala:75)
2520.05/2487.21		at scala.App.main$(App.scala:73)
2520.05/2487.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2487.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2487.21	v <instantiation
2520.05/2487.21	v         cost = '3'>
2520.05/2487.21	v       <list>
2520.05/2487.21	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78]
2520.05/2487.21	v       </list>
2520.05/2487.21	v       <values>
2520.05/2487.21	v         0 1 0 3 0 3 0 3 0 1 0 2 3 0 3 0 3 0 2 0 2 1 1 0 2 1 1 2 1 2 1 1 0 2 0 1 0 0 1 3 0 3 0 1 3 3 3 1 1 2 3 3 1 0 1 0 1 0 0 0 0 0 0 0 0 1 3 1 2 1 3 1 2 1 1 1 3 1 0
2520.05/2487.21	v       </values>
2520.05/2487.21	v     </instantiation>
2520.05/2487.21	s SATISFIABLE

Verifier Data

OK	3

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 (12756 MiB free)
  memory of node 1: 16384 MiB (15698 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396253-1568394120/watcher-4396253-1568394120 -o /tmp/evaluation-result-4396253-1568394120/solver-4396253-1568394120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568394081-28381 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1760984517 HOME/instance-4396253-1568394120.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
solver pid=28411, runsolver pid=28404
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100122 s]*
/proc/loadavg: 1.00 1.03 1.29 5/206 28496
/proc/meminfo: memFree=29124104/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=300 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/28411/stat : 28411 (java) R 28404 28411 25641 0 -1 4194304 1053 13286 0 0 0 0 5 3 20 0 1 0 415676956 307200 2 33554432000 4194304 4196468 140733327513200 140733327513200 140131736949361 0 0 4096 0 0 0 0 17 2 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 75 2 0 1 0 39 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 300 KiB
Current children cumulated memory: 8 KiB

[startup+0.211235 s]*
/proc/loadavg: 1.00 1.03 1.29 6/228 28542
/proc/meminfo: memFree=29091364/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=10819664 memory=38664 CPUtime=0.22 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28404 28411 25641 0 -1 1077944320 7001 13286 0 0 12 2 5 3 20 0 15 0 415676956 11079335936 9666 33554432000 4194304 4196468 140733327513200 140733327495744 140131734699767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 2704916 9666 3135 1 0 2667149 0
[pid=28411/tid=28516] ppid=28404 vsize=10819664 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/28411/task/28516/stat : 28516 (java) R 28404 28411 25641 0 -1 4202560 3535 13286 0 0 8 1 5 3 20 0 15 0 415676968 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131706532784 140131310899875 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28521] ppid=28404 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28521/stat : 28521 (java) S 28404 28411 25641 0 -1 1077944384 2 13286 0 0 0 0 5 3 20 0 15 0 415676968 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131738942224 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28522] ppid=28404 vsize=10819664 memory=139747570904455 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28522/stat : 28522 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131637832592 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28523] ppid=28404 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28523/stat : 28523 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131636780048 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28524] ppid=28404 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28524/stat : 28524 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131635727504 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28526] ppid=28404 vsize=10819664 memory=139747567879808 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28526/stat : 28526 (java) S 28404 28411 25641 0 -1 1077944384 2 13286 0 0 0 0 5 3 20 0 15 0 415676970 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131193083888 140131734710914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28528] ppid=28404 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28528/stat : 28528 (java) S 28404 28411 25641 0 -1 1077944384 13 13286 0 0 0 0 5 3 20 0 15 0 415676970 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131092652960 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28530] ppid=28404 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28530/stat : 28530 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676971 11079335936 9666 33554432000 4194304 4196468 140733327513200 140130488673264 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28536] ppid=28404 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28536/stat : 28536 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676973 11079335936 9666 33554432000 4194304 4196468 140733327513200 140130248382672 140131734718363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28537] ppid=28404 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28537/stat : 28537 (java) R 28404 28411 25641 0 -1 1077944384 572 13286 0 0 1 0 5 3 20 0 15 0 415676973 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131192031728 140131734710914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28538] ppid=28404 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28538/stat : 28538 (java) S 28404 28411 25641 0 -1 1077944384 59 13286 0 0 0 0 5 3 20 0 15 0 415676973 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131190979184 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28539] ppid=28404 vsize=10819664 memory=139747567879808 CPUtime=0.1 cores=0,2,4,6
/proc/28411/task/28539/stat : 28539 (java) R 28404 28411 25641 0 -1 4202560 603 13286 0 0 2 0 5 3 20 0 15 0 415676973 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131189922368 140131713234831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28541] ppid=28404 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28541/stat : 28541 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676974 11079335936 9666 33554432000 4194304 4196468 140733327513200 140130214825056 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28542] ppid=28404 vsize=10819664 memory=139747567879808 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28542/stat : 28542 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676974 11079335936 9666 33554432000 4194304 4196468 140733327513200 140131188873520 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38664 KiB

[startup+0.310418 s]*
/proc/loadavg: 1.00 1.03 1.29 4/228 28542
/proc/meminfo: memFree=29060120/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=10820148 memory=50372 CPUtime=0.37 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28404 28411 25641 0 -1 1077944320 10766 13286 0 0 25 4 5 3 20 0 15 0 415676956 11079831552 12593 33554432000 4194304 4196468 140733327513200 140733327495744 140131734699767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 2705037 12593 3297 1 0 2667149 0
[pid=28411/tid=28516] ppid=28404 vsize=10820148 memory=576461178948550685 CPUtime=0.27 cores=0,2,4,6
/proc/28411/task/28516/stat : 28516 (java) R 28404 28411 25641 0 -1 4202560 7265 13286 0 0 16 3 5 3 20 0 15 0 415676968 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131706499680 140131715344684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28521] ppid=28404 vsize=10820148 memory=297237803895619607 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28521/stat : 28521 (java) S 28404 28411 25641 0 -1 1077944384 2 13286 0 0 0 0 5 3 20 0 15 0 415676968 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131738942224 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28522] ppid=28404 vsize=10820148 memory=139747569876822 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28522/stat : 28522 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131637832592 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28523] ppid=28404 vsize=10820148 memory=8514701219242344867 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28523/stat : 28523 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131636780048 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28524] ppid=28404 vsize=10820148 memory=3472328296225127011 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28524/stat : 28524 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131635727504 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28526] ppid=28404 vsize=10820148 memory=7008596394769675952 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28526/stat : 28526 (java) S 28404 28411 25641 0 -1 1077944384 2 13286 0 0 0 0 5 3 20 0 15 0 415676970 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131193083888 140131734710914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28528] ppid=28404 vsize=10820148 memory=3544385890265608200 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28528/stat : 28528 (java) S 28404 28411 25641 0 -1 1077944384 13 13286 0 0 0 0 5 3 20 0 15 0 415676970 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131092652960 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28530] ppid=28404 vsize=10820148 memory=9051283677730746851 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28530/stat : 28530 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676971 11079831552 12593 33554432000 4194304 4196468 140733327513200 140130488673264 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28536] ppid=28404 vsize=10820148 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28536/stat : 28536 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676973 11079831552 12593 33554432000 4194304 4196468 140733327513200 140130248382672 140131734718363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28537] ppid=28404 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28537/stat : 28537 (java) S 28404 28411 25641 0 -1 1077944384 581 13286 0 0 1 0 5 3 20 0 15 0 415676973 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131192031728 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28538] ppid=28404 vsize=10820148 memory=8392585875757298272 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28538/stat : 28538 (java) S 28404 28411 25641 0 -1 1077944384 69 13286 0 0 1 0 5 3 20 0 15 0 415676973 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131190979184 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28539] ppid=28404 vsize=10820148 memory=139747567879808 CPUtime=0.12 cores=0,2,4,6
/proc/28411/task/28539/stat : 28539 (java) S 28404 28411 25641 0 -1 1077944384 619 13286 0 0 4 0 5 3 20 0 15 0 415676973 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131189926640 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28541] ppid=28404 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28541/stat : 28541 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676974 11079831552 12593 33554432000 4194304 4196468 140733327513200 140130214825056 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28542] ppid=28404 vsize=10820148 memory=139747567879808 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28542/stat : 28542 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676974 11079831552 12593 33554432000 4194304 4196468 140733327513200 140131188873520 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50372 KiB

[startup+0.700753 s]
/proc/loadavg: 1.00 1.03 1.29 4/228 28542
/proc/meminfo: memFree=29036976/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=10822312 memory=79812 CPUtime=1.03 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28404 28411 25641 0 -1 1077944320 14686 13286 0 0 90 5 5 3 20 0 15 0 415676956 11082047488 19953 33554432000 4194304 4196468 140733327513200 140733327495744 140131734699767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 2705578 19953 3492 1 0 2667661 0
[pid=28411/tid=28516] ppid=28404 vsize=10822312 memory=4100 CPUtime=0.63 cores=0,2,4,6
/proc/28411/task/28516/stat : 28516 (java) D 28404 28411 25641 0 -1 4202560 10089 13286 0 0 51 4 5 3 20 0 15 0 415676968 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131706525024 140131734721693 0 4 0 16800975 18446744071580419588 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28521] ppid=28404 vsize=10822312 memory=2312 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28521/stat : 28521 (java) S 28404 28411 25641 0 -1 1077944384 2 13286 0 0 0 0 5 3 20 0 15 0 415676968 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131738942224 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28522] ppid=28404 vsize=10822312 memory=2312 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28522/stat : 28522 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131637832592 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28523] ppid=28404 vsize=10822312 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28523/stat : 28523 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131636780048 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28524] ppid=28404 vsize=10822312 memory=2424 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28524/stat : 28524 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676968 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131635727504 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28526] ppid=28404 vsize=10822312 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28526/stat : 28526 (java) S 28404 28411 25641 0 -1 1077944384 6 13286 0 0 0 0 5 3 20 0 15 0 415676970 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131193083888 140131734710914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28528] ppid=28404 vsize=10822312 memory=2420 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28528/stat : 28528 (java) S 28404 28411 25641 0 -1 1077944384 13 13286 0 0 0 0 5 3 20 0 15 0 415676970 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131092652960 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28530] ppid=28404 vsize=10822312 memory=63648 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28530/stat : 28530 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676971 11082047488 19953 33554432000 4194304 4196468 140733327513200 140130488673264 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28536] ppid=28404 vsize=10822312 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28536/stat : 28536 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676973 11082047488 19953 33554432000 4194304 4196468 140733327513200 140130248382672 140131734718363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28537] ppid=28404 vsize=10822312 memory=2244 CPUtime=0.19 cores=0,2,4,6
/proc/28411/task/28537/stat : 28537 (java) S 28404 28411 25641 0 -1 1077944384 979 13286 0 0 11 0 5 3 20 0 15 0 415676973 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131192031728 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28538] ppid=28404 vsize=10822312 memory=2120 CPUtime=0.18 cores=0,2,4,6
/proc/28411/task/28538/stat : 28538 (java) S 28404 28411 25641 0 -1 1077944384 527 13286 0 0 10 0 5 3 20 0 15 0 415676973 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131190979184 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28539] ppid=28404 vsize=10822312 memory=496 CPUtime=0.24 cores=0,2,4,6
/proc/28411/task/28539/stat : 28539 (java) S 28404 28411 25641 0 -1 1077944384 855 13286 0 0 16 0 5 3 20 0 15 0 415676973 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131189926640 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28541] ppid=28404 vsize=10822312 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28541/stat : 28541 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676974 11082047488 19953 33554432000 4194304 4196468 140733327513200 140130214825056 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28542] ppid=28404 vsize=10822312 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28542/stat : 28542 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676974 11082047488 19953 33554432000 4194304 4196468 140733327513200 140131188873520 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 79812 KiB

[startup+1.50074 s]
/proc/loadavg: 1.00 1.03 1.29 6/228 28542
/proc/meminfo: memFree=28953304/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=10834676 memory=170192 CPUtime=2.34 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28404 28411 25641 0 -1 1077944320 21561 13286 0 0 216 10 5 3 20 0 15 0 415676956 11094708224 42548 33554432000 4194304 4196468 140733327513200 140733327495744 140131734699767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 2708669 42548 3579 1 0 2670733 0
[pid=28411/tid=28516] ppid=28404 vsize=10834676 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/28411/task/28516/stat : 28516 (java) R 28404 28411 25641 0 -1 4202560 15285 13286 0 0 125 6 5 3 20 0 15 0 415676968 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131706511904 140131314850079 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28521] ppid=28404 vsize=10834676 memory=8694940669839529174 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28521/stat : 28521 (java) S 28404 28411 25641 0 -1 1077944384 261 13286 0 0 1 0 5 3 20 0 15 0 415676968 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131738942224 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28522] ppid=28404 vsize=10834676 memory=-2247047206137519705 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28522/stat : 28522 (java) S 28404 28411 25641 0 -1 1077944384 55 13286 0 0 1 0 5 3 20 0 15 0 415676968 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131637832592 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28523] ppid=28404 vsize=10834676 memory=-3472574513799858003 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28523/stat : 28523 (java) S 28404 28411 25641 0 -1 1077944384 31 13286 0 0 1 0 5 3 20 0 15 0 415676968 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131636780048 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28524] ppid=28404 vsize=10834676 memory=-2127767799640501289 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28524/stat : 28524 (java) S 28404 28411 25641 0 -1 1077944384 50 13286 0 0 1 0 5 3 20 0 15 0 415676968 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131635727504 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28526] ppid=28404 vsize=10834676 memory=-2895393857603775783 CPUtime=0.09 cores=0,2,4,6
/proc/28411/task/28526/stat : 28526 (java) S 28404 28411 25641 0 -1 1077944384 112 13286 0 0 1 0 5 3 20 0 15 0 415676970 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131193083888 140131734710914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28528] ppid=28404 vsize=10834676 memory=-6452064069391756930 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28528/stat : 28528 (java) S 28404 28411 25641 0 -1 1077944384 13 13286 0 0 0 0 5 3 20 0 15 0 415676970 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131092653024 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28530] ppid=28404 vsize=10834676 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28530/stat : 28530 (java) S 28404 28411 25641 0 -1 1077944384 2 13286 0 0 0 0 5 3 20 0 15 0 415676971 11094708224 42548 33554432000 4194304 4196468 140733327513200 140130488673280 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28536] ppid=28404 vsize=10834676 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28536/stat : 28536 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676973 11094708224 42548 33554432000 4194304 4196468 140733327513200 140130248382672 140131734718363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28537] ppid=28404 vsize=10834676 memory=6944656592455360604 CPUtime=0.29 cores=0,2,4,6
/proc/28411/task/28537/stat : 28537 (java) S 28404 28411 25641 0 -1 1077944384 1082 13286 0 0 20 1 5 3 20 0 15 0 415676973 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131192031728 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28538] ppid=28404 vsize=10834676 memory=-4051592751533505334 CPUtime=0.31 cores=0,2,4,6
/proc/28411/task/28538/stat : 28538 (java) S 28404 28411 25641 0 -1 1077944384 833 13286 0 0 23 0 5 3 20 0 15 0 415676973 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131190979184 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28539] ppid=28404 vsize=10834676 memory=908 CPUtime=0.46 cores=0,2,4,6
/proc/28411/task/28539/stat : 28539 (java) R 28404 28411 25641 0 -1 4202560 1627 13286 0 0 38 0 5 3 20 0 15 0 415676973 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131189926640 140131718780254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28541] ppid=28404 vsize=10834676 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28541/stat : 28541 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676974 11094708224 42548 33554432000 4194304 4196468 140733327513200 140130214825056 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28542] ppid=28404 vsize=10834676 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28542/stat : 28542 (java) S 28404 28411 25641 0 -1 1077944384 1 13286 0 0 0 0 5 3 20 0 15 0 415676974 11094708224 42548 33554432000 4194304 4196468 140733327513200 140131188873520 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 170192 KiB

[startup+3.11047 s]
/proc/loadavg: 1.24 1.08 1.30 11/228 28542
/proc/meminfo: memFree=28637800/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=10847136 memory=254516 CPUtime=6.67 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28404 28411 25641 0 -1 1077944320 41807 13286 1 0 643 16 5 3 20 0 15 0 415676956 11107467264 63629 33554432000 4194304 4196468 140733327513200 140733327495744 140131734699767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 2711784 63629 3607 1 0 2673843 0
[pid=28411/tid=28516] ppid=28404 vsize=10847136 memory=279494862772160 CPUtime=2.94 cores=0,2,4,6
/proc/28411/task/28516/stat : 28516 (java) R 28404 28411 25641 0 -1 4202560 19754 13286 1 0 278 8 5 3 20 0 15 0 415676968 11107467264 63629 33554432000 4194304 4196468 140733327513200 140131706534304 140131321147668 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0

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

/proc/28411/task/28516/stat : 28516 (java) R 28404 28411 25641 0 -1 4202560 49685 13286 1 0 230313 34 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131706535792 140131323590469 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28521] ppid=28404 vsize=10844936 memory=588932 CPUtime=7.85 cores=0,2,4,6
/proc/28411/task/28521/stat : 28521 (java) S 28404 28411 25641 0 -1 1077944384 10121 13286 0 0 733 44 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131738942224 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28522] ppid=28404 vsize=10844936 memory=588896 CPUtime=7.82 cores=0,2,4,6
/proc/28411/task/28522/stat : 28522 (java) S 28404 28411 25641 0 -1 1077944384 9239 13286 0 0 734 40 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131637832592 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28523] ppid=28404 vsize=10844936 memory=588896 CPUtime=7.83 cores=0,2,4,6
/proc/28411/task/28523/stat : 28523 (java) S 28404 28411 25641 0 -1 1077944384 11171 13286 0 0 730 45 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131636780048 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28524] ppid=28404 vsize=10844936 memory=588932 CPUtime=7.8 cores=0,2,4,6
/proc/28411/task/28524/stat : 28524 (java) S 28404 28411 25641 0 -1 1077944384 10215 13286 0 0 732 40 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131635727504 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28526] ppid=28404 vsize=10844936 memory=588932 CPUtime=7.78 cores=0,2,4,6
/proc/28411/task/28526/stat : 28526 (java) S 28404 28411 25641 0 -1 1077944384 11162 13286 0 0 732 38 5 3 20 0 15 0 415676970 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131193083888 140131734710914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28528] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28528/stat : 28528 (java) S 28404 28411 25641 0 -1 1077944384 22 13286 0 0 0 0 5 3 20 0 15 0 415676970 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131092653024 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28530] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28530/stat : 28530 (java) S 28404 28411 25641 0 -1 1077944384 17 13286 0 0 0 0 5 3 20 0 15 0 415676971 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130488673280 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28536] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28536/stat : 28536 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130248382672 140131734718363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28537] ppid=28404 vsize=10844936 memory=1408 CPUtime=4.2 cores=0,2,4,6
/proc/28411/task/28537/stat : 28537 (java) S 28404 28411 25641 0 -1 1077944384 18180 13286 0 0 406 6 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131192031728 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28538] ppid=28404 vsize=10844936 memory=588932 CPUtime=4.35 cores=0,2,4,6
/proc/28411/task/28538/stat : 28538 (java) S 28404 28411 25641 0 -1 1077944384 19021 13286 0 0 424 3 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131190979184 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28539] ppid=28404 vsize=10844936 memory=588932 CPUtime=1.53 cores=0,2,4,6
/proc/28411/task/28539/stat : 28539 (java) S 28404 28411 25641 0 -1 1077944384 8886 13286 0 0 143 2 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131189926640 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28541] ppid=28404 vsize=10844936 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28541/stat : 28541 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676974 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130214825056 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28542] ppid=28404 vsize=10844936 memory=9536 CPUtime=1.48 cores=0,2,4,6
/proc/28411/task/28542/stat : 28542 (java) S 28404 28411 25641 0 -1 1077944384 1388 13286 0 0 76 64 5 3 20 0 15 0 415676974 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131188873520 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
Current children cumulated CPU time: 2353.57 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 588932 KiB

[startup+2382.3 s]
/proc/loadavg: 1.46 1.60 1.54 4/228 28761
/proc/meminfo: memFree=25411796/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=10844936 memory=588932 CPUtime=2414.15 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28404 28411 25641 0 -1 1077944320 151964 13286 1 0 241138 269 5 3 20 0 15 0 415676956 11105214464 147233 33554432000 4194304 4196468 140733327513200 140733327495744 140131734699767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 2711234 147233 3624 1 0 2673293 0
[pid=28411/tid=28516] ppid=28404 vsize=10844936 memory=588932 CPUtime=2363.08 cores=0,2,4,6
/proc/28411/task/28516/stat : 28516 (java) R 28404 28411 25641 0 -1 4202560 50109 13286 1 0 236265 35 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131706535264 140131320538112 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28521] ppid=28404 vsize=10844936 memory=588932 CPUtime=8.05 cores=0,2,4,6
/proc/28411/task/28521/stat : 28521 (java) S 28404 28411 25641 0 -1 1077944384 10132 13286 0 0 752 45 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131738942224 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28522] ppid=28404 vsize=10844936 memory=588932 CPUtime=8.02 cores=0,2,4,6
/proc/28411/task/28522/stat : 28522 (java) S 28404 28411 25641 0 -1 1077944384 9248 13286 0 0 753 41 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131637832592 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28523] ppid=28404 vsize=10844936 memory=588932 CPUtime=8.03 cores=0,2,4,6
/proc/28411/task/28523/stat : 28523 (java) S 28404 28411 25641 0 -1 1077944384 11207 13286 0 0 749 46 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131636780048 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28524] ppid=28404 vsize=10844936 memory=588932 CPUtime=8 cores=0,2,4,6
/proc/28411/task/28524/stat : 28524 (java) S 28404 28411 25641 0 -1 1077944384 10349 13286 0 0 751 41 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131635727504 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28526] ppid=28404 vsize=10844936 memory=588932 CPUtime=7.98 cores=0,2,4,6
/proc/28411/task/28526/stat : 28526 (java) S 28404 28411 25641 0 -1 1077944384 11191 13286 0 0 751 39 5 3 20 0 15 0 415676970 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131193083888 140131734710914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28528] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28528/stat : 28528 (java) S 28404 28411 25641 0 -1 1077944384 22 13286 0 0 0 0 5 3 20 0 15 0 415676970 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131092653024 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28530] ppid=28404 vsize=10844936 memory=1544 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28530/stat : 28530 (java) S 28404 28411 25641 0 -1 1077944384 17 13286 0 0 0 0 5 3 20 0 15 0 415676971 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130488673280 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28536] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28536/stat : 28536 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130248382672 140131734718363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28537] ppid=28404 vsize=10844936 memory=427 CPUtime=4.2 cores=0,2,4,6
/proc/28411/task/28537/stat : 28537 (java) S 28404 28411 25641 0 -1 1077944384 18180 13286 0 0 406 6 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131192031728 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28538] ppid=28404 vsize=10844936 memory=588932 CPUtime=4.35 cores=0,2,4,6
/proc/28411/task/28538/stat : 28538 (java) S 28404 28411 25641 0 -1 1077944384 19021 13286 0 0 424 3 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131190979184 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28539] ppid=28404 vsize=10844936 memory=588932 CPUtime=1.53 cores=0,2,4,6
/proc/28411/task/28539/stat : 28539 (java) S 28404 28411 25641 0 -1 1077944384 8886 13286 0 0 143 2 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131189926640 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28541] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28541/stat : 28541 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676974 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130214825056 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28542] ppid=28404 vsize=10844936 memory=588932 CPUtime=1.52 cores=0,2,4,6
/proc/28411/task/28542/stat : 28542 (java) S 28404 28411 25641 0 -1 1077944384 1392 13286 0 0 77 67 5 3 20 0 15 0 415676974 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131188873520 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
Current children cumulated CPU time: 2414.15 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 588932 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.58 1.53 4/227 28765
/proc/meminfo: memFree=25411340/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=10844936 memory=588932 CPUtime=2474.72 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28404 28411 25641 0 -1 1077944320 152740 13286 1 0 247189 275 5 3 20 0 15 0 415676956 11105214464 147233 33554432000 4194304 4196468 140733327513200 140733327495744 140131734699767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 2711234 147233 3624 1 0 2673293 0
[pid=28411/tid=28516] ppid=28404 vsize=10844936 memory=588932 CPUtime=2422.6 cores=0,2,4,6
/proc/28411/task/28516/stat : 28516 (java) R 28404 28411 25641 0 -1 4202560 50528 13286 1 0 242216 36 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131706535904 140131323366328 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28521] ppid=28404 vsize=10844936 memory=588932 CPUtime=8.26 cores=0,2,4,6
/proc/28411/task/28521/stat : 28521 (java) S 28404 28411 25641 0 -1 1077944384 10150 13286 0 0 771 47 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131738942224 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28522] ppid=28404 vsize=10844936 memory=588932 CPUtime=8.22 cores=0,2,4,6
/proc/28411/task/28522/stat : 28522 (java) S 28404 28411 25641 0 -1 1077944384 9282 13286 0 0 772 42 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131637832592 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28523] ppid=28404 vsize=10844936 memory=588932 CPUtime=8.23 cores=0,2,4,6
/proc/28411/task/28523/stat : 28523 (java) S 28404 28411 25641 0 -1 1077944384 11211 13286 0 0 768 47 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131636780048 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28524] ppid=28404 vsize=10844936 memory=588932 CPUtime=8.22 cores=0,2,4,6
/proc/28411/task/28524/stat : 28524 (java) S 28404 28411 25641 0 -1 1077944384 10446 13286 0 0 771 43 5 3 20 0 15 0 415676968 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131635727504 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28526] ppid=28404 vsize=10844936 memory=588932 CPUtime=8.17 cores=0,2,4,6
/proc/28411/task/28526/stat : 28526 (java) S 28404 28411 25641 0 -1 1077944384 11372 13286 0 0 769 40 5 3 20 0 15 0 415676970 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131193083888 140131734710914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28528] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28528/stat : 28528 (java) S 28404 28411 25641 0 -1 1077944384 22 13286 0 0 0 0 5 3 20 0 15 0 415676970 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131092653024 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28530] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28530/stat : 28530 (java) S 28404 28411 25641 0 -1 1077944384 17 13286 0 0 0 0 5 3 20 0 15 0 415676971 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130488673280 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28536] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28536/stat : 28536 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130248382672 140131734718363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28537] ppid=28404 vsize=10844936 memory=6791534058613427641 CPUtime=4.2 cores=0,2,4,6
/proc/28411/task/28537/stat : 28537 (java) S 28404 28411 25641 0 -1 1077944384 18182 13286 0 0 406 6 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131192031728 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28538] ppid=28404 vsize=10844936 memory=9536 CPUtime=4.35 cores=0,2,4,6
/proc/28411/task/28538/stat : 28538 (java) S 28404 28411 25641 0 -1 1077944384 19023 13286 0 0 424 3 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131190979184 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28539] ppid=28404 vsize=10844936 memory=588932 CPUtime=1.53 cores=0,2,4,6
/proc/28411/task/28539/stat : 28539 (java) S 28404 28411 25641 0 -1 1077944384 8888 13286 0 0 143 2 5 3 20 0 15 0 415676973 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131189926640 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28541] ppid=28404 vsize=10844936 memory=588932 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28541/stat : 28541 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676974 11105214464 147233 33554432000 4194304 4196468 140733327513200 140130214825056 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28542] ppid=28404 vsize=10844936 memory=588932 CPUtime=1.56 cores=0,2,4,6
/proc/28411/task/28542/stat : 28542 (java) S 28404 28411 25641 0 -1 1077944384 1409 13286 0 0 79 69 5 3 20 0 15 0 415676974 11105214464 147233 33554432000 4194304 4196468 140733327513200 140131188873520 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
Current children cumulated CPU time: 2474.72 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 588932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.2 s]
/proc/loadavg: 1.53 1.58 1.54 3/227 28897
/proc/meminfo: memFree=27240104/32770624 swapFree=66999916/67108860
[pid=28411] ppid=28404 vsize=10844936 memory=588976 CPUtime=2520.05 cores=0,2,4,6
/proc/28411/stat : 28411 (java) S 28404 28411 25641 0 -1 1077944320 153704 13286 1 0 251717 280 5 3 20 0 15 0 415676956 11105214464 147244 33554432000 4194304 4196468 140733327513200 140733327495744 140131734699767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
/proc/28411/statm: 2711234 147244 3624 1 0 2673293 0
[pid=28411/tid=28516] ppid=28404 vsize=10844936 memory=6791534058613427641 CPUtime=2467.12 cores=0,2,4,6
/proc/28411/task/28516/stat : 28516 (java) R 28404 28411 25641 0 -1 4202560 50946 13286 1 0 246668 36 5 3 20 0 15 0 415676968 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131706535552 140131321459387 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28521] ppid=28404 vsize=10844936 memory=588976 CPUtime=8.41 cores=0,2,4,6
/proc/28411/task/28521/stat : 28521 (java) S 28404 28411 25641 0 -1 1077944384 10279 13286 0 0 785 48 5 3 20 0 15 0 415676968 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131738942224 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28522] ppid=28404 vsize=10844936 memory=588976 CPUtime=8.37 cores=0,2,4,6
/proc/28411/task/28522/stat : 28522 (java) S 28404 28411 25641 0 -1 1077944384 9323 13286 0 0 787 42 5 3 20 0 15 0 415676968 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131637832592 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28523] ppid=28404 vsize=10844936 memory=2312 CPUtime=8.39 cores=0,2,4,6
/proc/28411/task/28523/stat : 28523 (java) S 28404 28411 25641 0 -1 1077944384 11322 13286 0 0 783 48 5 3 20 0 15 0 415676968 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131636780048 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28524] ppid=28404 vsize=10844936 memory=588976 CPUtime=8.36 cores=0,2,4,6
/proc/28411/task/28524/stat : 28524 (java) S 28404 28411 25641 0 -1 1077944384 10487 13286 0 0 785 43 5 3 20 0 15 0 415676968 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131635727504 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28526] ppid=28404 vsize=10844936 memory=588976 CPUtime=8.32 cores=0,2,4,6
/proc/28411/task/28526/stat : 28526 (java) S 28404 28411 25641 0 -1 1077944384 11572 13286 0 0 784 40 5 3 20 0 15 0 415676970 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131193083888 140131734710914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28528] ppid=28404 vsize=10844936 memory=800 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28528/stat : 28528 (java) S 28404 28411 25641 0 -1 1077944384 22 13286 0 0 0 0 5 3 20 0 15 0 415676970 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131092653024 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28530] ppid=28404 vsize=10844936 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28530/stat : 28530 (java) S 28404 28411 25641 0 -1 1077944384 17 13286 0 0 0 0 5 3 20 0 15 0 415676971 11105214464 147244 33554432000 4194304 4196468 140733327513200 140130488673280 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28536] ppid=28404 vsize=10844936 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28536/stat : 28536 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676973 11105214464 147244 33554432000 4194304 4196468 140733327513200 140130248382672 140131734718363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28537] ppid=28404 vsize=10844936 memory=39540 CPUtime=4.2 cores=0,2,4,6
/proc/28411/task/28537/stat : 28537 (java) S 28404 28411 25641 0 -1 1077944384 18184 13286 0 0 406 6 5 3 20 0 15 0 415676973 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131192031728 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28538] ppid=28404 vsize=10844936 memory=988 CPUtime=4.35 cores=0,2,4,6
/proc/28411/task/28538/stat : 28538 (java) S 28404 28411 25641 0 -1 1077944384 19025 13286 0 0 424 3 5 3 20 0 15 0 415676973 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131190979184 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28539] ppid=28404 vsize=10844936 memory=2020 CPUtime=1.53 cores=0,2,4,6
/proc/28411/task/28539/stat : 28539 (java) S 28404 28411 25641 0 -1 1077944384 8890 13286 0 0 143 2 5 3 20 0 15 0 415676973 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131189926640 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28541] ppid=28404 vsize=10844936 memory=1432 CPUtime=0.08 cores=0,2,4,6
/proc/28411/task/28541/stat : 28541 (java) S 28404 28411 25641 0 -1 1077944384 3 13286 0 0 0 0 5 3 20 0 15 0 415676974 11105214464 147244 33554432000 4194304 4196468 140733327513200 140130214825056 140131734709973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
[pid=28411/tid=28542] ppid=28404 vsize=10844936 memory=3580 CPUtime=1.59 cores=0,2,4,6
/proc/28411/task/28542/stat : 28542 (java) S 28404 28411 25641 0 -1 1077944384 1427 13286 0 0 81 70 5 3 20 0 15 0 415676974 11105214464 147244 33554432000 4194304 4196468 140733327513200 140131188873520 140131734710914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140733327518447 140733327520965 140733327520965 140733327523791 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 588976 KiB

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

[startup+2487.23 s]
# the end of solver process 28411 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.24 s, system=2.84411 s

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

Child status: 143
Real time (s): 2487.23
CPU time (s): 2520.08
CPU user time (s): 2517.24
CPU system time (s): 2.84411
CPU usage (%): 101.321
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 588976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.24
system time used= 2.84411
maximum resident set size= 593196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167904
page faults= 1
swaps= 0
block input operations= 4424
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 236360
involuntary context switches= 8686


# summary of solver processes directly reported to runsolver:
#   pid: 28411
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.24
#   total CPU system time (s): 2.84411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8246 second user time and 25.462 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-13 19:01:21
IDJOB=4396253
IDBENCH=120617
IDSOLVER=2846
FILE ID=node123/4396253-1568394120
RUNJOBID= node123-1568394081-28381
PBS_JOBID= 21701841
Free space on /tmp= 59184 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396253-1568394120/watcher-4396253-1568394120 -o /tmp/evaluation-result-4396253-1568394120/solver-4396253-1568394120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568394081-28381 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1760984517 HOME/instance-4396253-1568394120.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=1760984517

node123.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.49
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.49
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.49
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.49
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:        29140180 kB
MemAvailable:   31877200 kB
Buffers:          124416 kB
Cached:          2877844 kB
SwapCached:         7392 kB
Active:           949160 kB
Inactive:        2063924 kB
Active(anon):       3180 kB
Inactive(anon):    49488 kB
Active(file):     945980 kB
Inactive(file):  2014436 kB
Unevictable:      107360 kB
Mlocked:          107360 kB
SwapTotal:      67108860 kB
SwapFree:       66999916 kB
Dirty:             71104 kB
Writeback:             8 kB
AnonPages:        112528 kB
Mapped:            44020 kB
Shmem:             32680 kB
Slab:             214000 kB
SReclaimable:     184880 kB
SUnreclaim:        29120 kB
KernelStack:        3408 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59096 MiB
End job on node123 at 2019-09-13 19:42:49