Trace number 4396579

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.2? (TO) 2400.08 2357.07

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n3c3w2d.xml
MD5SUM3d635ffc1c83223a36f997090f45a603
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables764
Number of constraints221
Number of domains2
Minimum domain size76
Maximum domain size110
Distribution of domain sizes[{"size":76,"count":763},{"size":110,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":654},{"degree":5,"count":109}]
Minimum constraint arity7
Maximum constraint arity763
Distribution of constraint arities[{"arity":7,"count":218},{"arity":110,"count":1},{"arity":763,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":109},{"type":"lex","count":1},{"type":"sum","count":109},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
2400.00/2357.05	Exception in thread "main" java.util.concurrent.TimeoutException
2400.00/2357.05		at concrete.MAC.mac(MAC.scala:192)
2400.00/2357.05		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.00/2357.05		at scala.util.Try$.apply(Try.scala:212)
2400.00/2357.05		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2357.05		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2357.05		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2357.05		at concrete.MAC.oneRun(MAC.scala:265)
2400.00/2357.05		at concrete.MAC.nextSolution(MAC.scala:284)
2400.00/2357.05		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2400.00/2357.05		at concrete.ProblemState.map(ProblemState.scala:238)
2400.00/2357.05		at concrete.ProblemState.map(ProblemState.scala:212)
2400.00/2357.05		at concrete.MAC.nextSolution(MAC.scala:348)
2400.00/2357.05		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2357.05		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2357.05		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2357.05		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2357.05		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.00/2357.05		at scala.util.Success.map(Try.scala:264)
2400.00/2357.05		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.00/2357.05		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2357.05		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2357.05		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2357.05		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2357.05		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2357.05		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2357.05		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2357.05		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2357.05		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2357.05		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2357.05		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2357.05		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2357.05		at scala.App.main(App.scala:75)
2400.00/2357.05		at scala.App.main$(App.scala:73)
2400.00/2357.05		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2357.05		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2357.06	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 (11918 MiB free)
  memory of node 1: 16384 MiB (13381 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396579-1568405941/watcher-4396579-1568405941 -o /tmp/evaluation-result-4396579-1568405941/solver-4396579-1568405941 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=397978612 HOME/instance-4396579-1568405941.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18144, runsolver pid=18141

[startup+0.100098 s]*
/proc/loadavg: 1.58 1.50 1.50 5/218 18201
/proc/meminfo: memFree=25902512/32770624 swapFree=66939840/67108860
[pid=18144] ppid=18141 vsize=9972712 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/18144/stat : 18144 (java) S 18141 18144 16639 0 -1 1077944320 4418 13518 0 0 1 0 5 3 20 0 6 0 416509029 10212057088 4138 33554432000 4194304 4196468 140732289970368 140732289952912 140148509732599 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
/proc/18144/statm: 2493178 4138 1933 1 0 2481616 0
[pid=18144/tid=18197] ppid=18141 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 2222 13518 0 0 1 0 5 3 20 0 6 0 416509038 10212057088 4204 33554432000 4194304 4196468 140732289970368 140148481569360 140148495426051 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 6 0 416509039 10212057088 4204 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=9972712 memory=140094150416000 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 6 0 416509039 10212057088 4204 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 6 0 416509039 10212057088 4204 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 2 13518 0 0 0 0 5 3 20 0 6 0 416509039 10212057088 4204 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210383 s]*
/proc/loadavg: 1.58 1.50 1.50 3/227 18210
/proc/meminfo: memFree=25881840/32770624 swapFree=66939840/67108860
[pid=18144] ppid=18141 vsize=10819664 memory=39444 CPUtime=0.26 cores=0,2,4,6
/proc/18144/stat : 18144 (java) S 18141 18144 16639 0 -1 1077944320 7186 13518 0 0 18 0 5 3 20 0 15 0 416509029 11079335936 9861 33554432000 4194304 4196468 140732289970368 140732289952912 140148509732599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
/proc/18144/statm: 2704916 9861 3155 1 0 2667149 0
[pid=18144/tid=18197] ppid=18141 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 3674 13518 0 0 11 0 5 3 20 0 15 0 416509038 11079335936 9861 33554432000 4194304 4196468 140732289970368 140148481540208 140148492919390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=10819664 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11079335936 9861 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=10819664 memory=140094150433422 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11079335936 9861 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11079335936 9861 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 2 13518 0 0 0 0 5 3 20 0 15 0 416509039 11079335936 9861 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18202] ppid=18141 vsize=10819664 memory=140094150416000 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18202/stat : 18202 (java) S 18141 18144 16639 0 -1 1077944384 2 13518 0 0 0 0 5 3 20 0 15 0 416509040 11079335936 9861 33554432000 4194304 4196468 140732289970368 140147969247600 140148509743746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18203] ppid=18141 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18203/stat : 18203 (java) S 18141 18144 16639 0 -1 1077944384 13 13518 0 0 0 0 5 3 20 0 15 0 416509041 11079335936 9861 33554432000 4194304 4196468 140732289970368 140147869869088 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18204] ppid=18141 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18204/stat : 18204 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509041 11079335936 9861 33554432000 4194304 4196468 140732289970368 140147265889136 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18205] ppid=18141 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18205/stat : 18205 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11079335936 9861 33554432000 4194304 4196468 140732289970368 140147025598288 140148509751195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18206] ppid=18141 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18144/task/18206/stat : 18206 (java) S 18141 18144 16639 0 -1 1077944384 341 13518 0 0 1 0 5 3 20 0 15 0 416509044 11079335936 9861 33554432000 4194304 4196468 140732289970368 140147968195440 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18207] ppid=18141 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18144/task/18207/stat : 18207 (java) S 18141 18144 16639 0 -1 1077944384 318 13518 0 0 1 0 5 3 20 0 15 0 416509044 11079335936 9861 33554432000 4194304 4196468 140732289970368 140147967142640 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18208] ppid=18141 vsize=10819664 memory=140094150416000 CPUtime=0.11 cores=0,2,4,6
/proc/18144/task/18208/stat : 18208 (java) S 18141 18144 16639 0 -1 1077944384 617 13518 0 0 3 0 5 3 20 0 15 0 416509044 11079335936 9861 33554432000 4194304 4196468 140732289970368 140147966089840 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18209] ppid=18141 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18209/stat : 18209 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11079335936 9861 33554432000 4194304 4196468 140732289970368 140146992040672 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18210] ppid=18141 vsize=10819664 memory=140094150416000 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18210/stat : 18210 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509044 11079335936 9861 33554432000 4194304 4196468 140732289970368 140147965037232 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39444 KiB

[startup+0.310371 s]*
/proc/loadavg: 1.58 1.50 1.50 3/227 18210
/proc/meminfo: memFree=25868120/32770624 swapFree=66939840/67108860
[pid=18144] ppid=18141 vsize=10820148 memory=50564 CPUtime=0.4 cores=0,2,4,6
/proc/18144/stat : 18144 (java) S 18141 18144 16639 0 -1 1077944320 10859 13518 0 0 30 2 5 3 20 0 15 0 416509029 11079831552 12641 33554432000 4194304 4196468 140732289970368 140732289952912 140148509732599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
/proc/18144/statm: 2705037 12641 3287 1 0 2667149 0
[pid=18144/tid=18197] ppid=18141 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 7327 13518 0 0 19 2 5 3 20 0 15 0 416509038 11079831552 12641 33554432000 4194304 4196468 140732289970368 140148481532512 140148493776229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11079831552 12641 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11079831552 12641 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11079831552 12641 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 2 13518 0 0 0 0 5 3 20 0 15 0 416509039 11079831552 12641 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18202] ppid=18141 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18202/stat : 18202 (java) S 18141 18144 16639 0 -1 1077944384 2 13518 0 0 0 0 5 3 20 0 15 0 416509040 11079831552 12641 33554432000 4194304 4196468 140732289970368 140147969247600 140148509743746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18203] ppid=18141 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18203/stat : 18203 (java) S 18141 18144 16639 0 -1 1077944384 13 13518 0 0 0 0 5 3 20 0 15 0 416509041 11079831552 12641 33554432000 4194304 4196468 140732289970368 140147869869088 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18204] ppid=18141 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18204/stat : 18204 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509041 11079831552 12641 33554432000 4194304 4196468 140732289970368 140147265889136 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18205] ppid=18141 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18205/stat : 18205 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11079831552 12641 33554432000 4194304 4196468 140732289970368 140147025598288 140148509751195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18206] ppid=18141 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18144/task/18206/stat : 18206 (java) S 18141 18144 16639 0 -1 1077944384 350 13518 0 0 2 0 5 3 20 0 15 0 416509044 11079831552 12641 33554432000 4194304 4196468 140732289970368 140147968195440 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18207] ppid=18141 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/18144/task/18207/stat : 18207 (java) S 18141 18144 16639 0 -1 1077944384 319 13518 0 0 2 0 5 3 20 0 15 0 416509044 11079831552 12641 33554432000 4194304 4196468 140732289970368 140147967142640 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18208] ppid=18141 vsize=10820148 memory=140094150416000 CPUtime=0.13 cores=0,2,4,6
/proc/18144/task/18208/stat : 18208 (java) S 18141 18144 16639 0 -1 1077944384 625 13518 0 0 5 0 5 3 20 0 15 0 416509044 11079831552 12641 33554432000 4194304 4196468 140732289970368 140147966089840 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18209] ppid=18141 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18209/stat : 18209 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11079831552 12641 33554432000 4194304 4196468 140732289970368 140146992040672 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18210] ppid=18141 vsize=10820148 memory=140094150416000 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18210/stat : 18210 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509044 11079831552 12641 33554432000 4194304 4196468 140732289970368 140147965037232 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50564 KiB

[startup+0.700739 s]
/proc/loadavg: 1.58 1.50 1.50 3/227 18210
/proc/meminfo: memFree=25855132/32770624 swapFree=66939840/67108860
[pid=18144] ppid=18141 vsize=10824360 memory=83308 CPUtime=1.11 cores=0,2,4,6
/proc/18144/stat : 18144 (java) S 18141 18144 16639 0 -1 1077944320 15024 13518 0 0 99 4 5 3 20 0 15 0 416509029 11084144640 20827 33554432000 4194304 4196468 140732289970368 140732289952912 140148509732599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
/proc/18144/statm: 2706090 20827 3510 1 0 2668173 0
[pid=18144/tid=18197] ppid=18141 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 10275 13518 0 0 56 3 5 3 20 0 15 0 416509038 11084144640 20827 33554432000 4194304 4196468 140732289970368 140148481547104 140148509754525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11084144640 20827 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11084144640 20827 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=10824360 memory=140094048710864 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509039 11084144640 20827 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=10824360 memory=140097538228843 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 2 13518 0 0 0 0 5 3 20 0 15 0 416509039 11084144640 20827 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18202] ppid=18141 vsize=10824360 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18202/stat : 18202 (java) S 18141 18144 16639 0 -1 1077944384 5 13518 0 0 0 0 5 3 20 0 15 0 416509040 11084144640 20827 33554432000 4194304 4196468 140732289970368 140147969247600 140148509743746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18203] ppid=18141 vsize=10824360 memory=7014751519650698577 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18203/stat : 18203 (java) S 18141 18144 16639 0 -1 1077944384 13 13518 0 0 0 0 5 3 20 0 15 0 416509041 11084144640 20827 33554432000 4194304 4196468 140732289970368 140147869869088 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18204] ppid=18141 vsize=10824360 memory=8099839741142325608 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18204/stat : 18204 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509041 11084144640 20827 33554432000 4194304 4196468 140732289970368 140147265889136 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18205] ppid=18141 vsize=10824360 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18205/stat : 18205 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11084144640 20827 33554432000 4194304 4196468 140732289970368 140147025598288 140148509751195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18206] ppid=18141 vsize=10824360 memory=2116 CPUtime=0.2 cores=0,2,4,6
/proc/18144/task/18206/stat : 18206 (java) S 18141 18144 16639 0 -1 1077944384 802 13518 0 0 12 0 5 3 20 0 15 0 416509044 11084144640 20827 33554432000 4194304 4196468 140732289970368 140147968195440 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18207] ppid=18141 vsize=10824360 memory=520 CPUtime=0.2 cores=0,2,4,6
/proc/18144/task/18207/stat : 18207 (java) S 18141 18144 16639 0 -1 1077944384 865 13518 0 0 12 0 5 3 20 0 15 0 416509044 11084144640 20827 33554432000 4194304 4196468 140732289970368 140147967142640 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18208] ppid=18141 vsize=10824360 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/18144/task/18208/stat : 18208 (java) S 18141 18144 16639 0 -1 1077944384 841 13518 0 0 17 0 5 3 20 0 15 0 416509044 11084144640 20827 33554432000 4194304 4196468 140732289970368 140147966089840 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18209] ppid=18141 vsize=10824360 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18209/stat : 18209 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11084144640 20827 33554432000 4194304 4196468 140732289970368 140146992040672 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18210] ppid=18141 vsize=10824360 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18210/stat : 18210 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509044 11084144640 20827 33554432000 4194304 4196468 140732289970368 140147965037232 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83308 KiB

[startup+1.5007 s]
/proc/loadavg: 1.58 1.50 1.50 3/227 18210
/proc/meminfo: memFree=25813752/32770624 swapFree=66939840/67108860
[pid=18144] ppid=18141 vsize=10834676 memory=173112 CPUtime=2.49 cores=0,2,4,6
/proc/18144/stat : 18144 (java) S 18141 18144 16639 0 -1 1077944320 21833 13518 0 0 232 9 5 3 20 0 15 0 416509029 11094708224 43278 33554432000 4194304 4196468 140732289970368 140732289952912 140148509732599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
/proc/18144/statm: 2708669 43278 3584 1 0 2670733 0
[pid=18144/tid=18197] ppid=18141 vsize=10834676 memory=169552 CPUtime=1.44 cores=0,2,4,6
/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 15147 13518 0 0 131 5 5 3 20 0 15 0 416509038 11094708224 43278 33554432000 4194304 4196468 140732289970368 140148481540800 140148509744534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=10834676 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 321 13518 0 0 1 0 5 3 20 0 15 0 416509039 11094708224 43278 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=10834676 memory=7976406965554101975 CPUtime=0.09 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 55 13518 0 0 1 0 5 3 20 0 15 0 416509039 11094708224 43278 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 27 13518 0 0 1 0 5 3 20 0 15 0 416509039 11094708224 43278 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 66 13518 0 0 1 0 5 3 20 0 15 0 416509039 11094708224 43278 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18202] ppid=18141 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18144/task/18202/stat : 18202 (java) S 18141 18144 16639 0 -1 1077944384 121 13518 0 0 1 0 5 3 20 0 15 0 416509040 11094708224 43278 33554432000 4194304 4196468 140732289970368 140147969247600 140148509743746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18203] ppid=18141 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18203/stat : 18203 (java) S 18141 18144 16639 0 -1 1077944384 14 13518 0 0 0 0 5 3 20 0 15 0 416509041 11094708224 43278 33554432000 4194304 4196468 140732289970368 140147869869152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18204] ppid=18141 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18204/stat : 18204 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509041 11094708224 43278 33554432000 4194304 4196468 140732289970368 140147265889152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18205] ppid=18141 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18205/stat : 18205 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11094708224 43278 33554432000 4194304 4196468 140732289970368 140147025598288 140148509751195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18206] ppid=18141 vsize=10834676 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/18144/task/18206/stat : 18206 (java) S 18141 18144 16639 0 -1 1077944384 1022 13518 0 0 27 0 5 3 20 0 15 0 416509044 11094708224 43278 33554432000 4194304 4196468 140732289970368 140147968195440 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18207] ppid=18141 vsize=10834676 memory=4580 CPUtime=0.33 cores=0,2,4,6
/proc/18144/task/18207/stat : 18207 (java) S 18141 18144 16639 0 -1 1077944384 1095 13518 0 0 25 0 5 3 20 0 15 0 416509044 11094708224 43278 33554432000 4194304 4196468 140732289970368 140147967142640 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18208] ppid=18141 vsize=10834676 memory=7453284095986265963 CPUtime=0.49 cores=0,2,4,6
/proc/18144/task/18208/stat : 18208 (java) R 18141 18144 16639 0 -1 4202560 1748 13518 0 0 41 0 5 3 20 0 15 0 416509044 11094708224 43278 33554432000 4194304 4196468 140732289970368 140147966089840 140148488222624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18209] ppid=18141 vsize=10834676 memory=8026650869813564775 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18209/stat : 18209 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11094708224 43278 33554432000 4194304 4196468 140732289970368 140146992040672 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18210] ppid=18141 vsize=10834676 memory=8172453812500850513 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18210/stat : 18210 (java) S 18141 18144 16639 0 -1 1077944384 1 13518 0 0 0 0 5 3 20 0 15 0 416509044 11094708224 43278 33554432000 4194304 4196468 140732289970368 140147965037232 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834676 KiB

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

/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 92694 13518 0 0 218383 43 5 3 20 0 15 0 416509038 11107311616 89003 33554432000 4194304 4196468 140732289970368 140148481567184 140148109327556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=10846984 memory=356012 CPUtime=8.94 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 12620 13518 0 0 839 47 5 3 20 0 15 0 416509039 11107311616 89003 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=10846984 memory=356012 CPUtime=8.89 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 13224 13518 0 0 835 46 5 3 20 0 15 0 416509039 11107311616 89003 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=10846984 memory=356012 CPUtime=8.94 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 12328 13518 0 0 842 44 5 3 20 0 15 0 416509039 11107311616 89003 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=10846984 memory=356012 CPUtime=8.91 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 11240 13518 0 0 838 45 5 3 20 0 15 0 416509039 11107311616 89003 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18202] ppid=18141 vsize=10846984 memory=356012 CPUtime=6.76 cores=0,2,4,6
/proc/18144/task/18202/stat : 18202 (java) S 18141 18144 16639 0 -1 1077944384 12080 13518 0 0 622 46 5 3 20 0 15 0 416509040 11107311616 89003 33554432000 4194304 4196468 140732289970368 140147969247600 140148509743746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18203] ppid=18141 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18203/stat : 18203 (java) S 18141 18144 16639 0 -1 1077944384 26 13518 0 0 0 0 5 3 20 0 15 0 416509041 11107311616 89003 33554432000 4194304 4196468 140732289970368 140147869869152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18204] ppid=18141 vsize=10846984 memory=886 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18204/stat : 18204 (java) S 18141 18144 16639 0 -1 1077944384 33 13518 0 0 0 0 5 3 20 0 15 0 416509041 11107311616 89003 33554432000 4194304 4196468 140732289970368 140147265889152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18205] ppid=18141 vsize=10846984 memory=356008 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18205/stat : 18205 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11107311616 89003 33554432000 4194304 4196468 140732289970368 140147025598288 140148509751195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18206] ppid=18141 vsize=10846984 memory=356008 CPUtime=6.72 cores=0,2,4,6
/proc/18144/task/18206/stat : 18206 (java) S 18141 18144 16639 0 -1 1077944384 37527 13518 0 0 659 5 5 3 20 0 15 0 416509044 11107311616 89003 33554432000 4194304 4196468 140732289970368 140147968195440 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18207] ppid=18141 vsize=10846984 memory=6791534058613427641 CPUtime=6.82 cores=0,2,4,6
/proc/18144/task/18207/stat : 18207 (java) S 18141 18144 16639 0 -1 1077944384 44659 13518 0 0 670 4 5 3 20 0 15 0 416509044 11107311616 89003 33554432000 4194304 4196468 140732289970368 140147967142640 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18208] ppid=18141 vsize=10846984 memory=668 CPUtime=2.52 cores=0,2,4,6
/proc/18144/task/18208/stat : 18208 (java) S 18141 18144 16639 0 -1 1077944384 35378 13518 0 0 237 7 5 3 20 0 15 0 416509044 11107311616 89003 33554432000 4194304 4196468 140732289970368 140147966089840 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18209] ppid=18141 vsize=10846984 memory=356012 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18209/stat : 18209 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11107311616 89003 33554432000 4194304 4196468 140732289970368 140146992040672 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18210] ppid=18141 vsize=10846984 memory=3504 CPUtime=1.33 cores=0,2,4,6
/proc/18144/task/18210/stat : 18210 (java) S 18141 18144 16639 0 -1 1077944384 1258 13518 0 0 62 63 5 3 20 0 15 0 416509044 11107311616 89003 33554432000 4194304 4196468 140732289970368 140147965037232 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 2243.57 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 356012 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 1.68 1.56 3/227 18942
/proc/meminfo: memFree=23775648/32770624 swapFree=66939840/67108860
[pid=18144] ppid=18141 vsize=10846984 memory=358060 CPUtime=2304.22 cores=0,2,4,6
/proc/18144/stat : 18144 (java) S 18141 18144 16639 0 -1 1077944320 277060 13518 0 0 230106 308 5 3 20 0 15 0 416509029 11107311616 89515 33554432000 4194304 4196468 140732289970368 140732289952912 140148509732599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
/proc/18144/statm: 2711746 89515 3634 1 0 2673805 0
[pid=18144/tid=18197] ppid=18141 vsize=10846984 memory=358060 CPUtime=2243.87 cores=0,2,4,6
/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 93280 13518 0 0 224336 43 5 3 20 0 15 0 416509038 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148481566976 140148109329455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=10846984 memory=358060 CPUtime=9.17 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 12891 13518 0 0 862 47 5 3 20 0 15 0 416509039 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=10846984 memory=358060 CPUtime=9.12 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 13626 13518 0 0 857 47 5 3 20 0 15 0 416509039 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=10846984 memory=2305 CPUtime=9.18 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 12433 13518 0 0 865 45 5 3 20 0 15 0 416509039 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=10846984 memory=2832 CPUtime=9.14 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 11415 13518 0 0 860 46 5 3 20 0 15 0 416509039 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18202] ppid=18141 vsize=10846984 memory=358060 CPUtime=6.93 cores=0,2,4,6
/proc/18144/task/18202/stat : 18202 (java) S 18141 18144 16639 0 -1 1077944384 12293 13518 0 0 638 47 5 3 20 0 15 0 416509040 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147969247600 140148509743746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18203] ppid=18141 vsize=10846984 memory=1256 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18203/stat : 18203 (java) S 18141 18144 16639 0 -1 1077944384 26 13518 0 0 0 0 5 3 20 0 15 0 416509041 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147869869152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18204] ppid=18141 vsize=10846984 memory=358060 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18204/stat : 18204 (java) S 18141 18144 16639 0 -1 1077944384 33 13518 0 0 0 0 5 3 20 0 15 0 416509041 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147265889152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18205] ppid=18141 vsize=10846984 memory=358060 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18205/stat : 18205 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147025598288 140148509751195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18206] ppid=18141 vsize=10846984 memory=358060 CPUtime=6.72 cores=0,2,4,6
/proc/18144/task/18206/stat : 18206 (java) S 18141 18144 16639 0 -1 1077944384 37530 13518 0 0 659 5 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147968195440 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18207] ppid=18141 vsize=10846984 memory=3504 CPUtime=6.82 cores=0,2,4,6
/proc/18144/task/18207/stat : 18207 (java) S 18141 18144 16639 0 -1 1077944384 44661 13518 0 0 670 4 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147967142640 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18208] ppid=18141 vsize=10846984 memory=40232 CPUtime=2.52 cores=0,2,4,6
/proc/18144/task/18208/stat : 18208 (java) S 18141 18144 16639 0 -1 1077944384 35380 13518 0 0 237 7 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147966089840 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18209] ppid=18141 vsize=10846984 memory=358060 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18209/stat : 18209 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140146992040672 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18210] ppid=18141 vsize=10846984 memory=3504 CPUtime=1.37 cores=0,2,4,6
/proc/18144/task/18210/stat : 18210 (java) S 18141 18144 16639 0 -1 1077944384 1276 13518 0 0 65 64 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147965037232 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 2304.22 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 358060 KiB

[startup+2322.3 s]
/proc/loadavg: 1.78 1.67 1.56 3/226 18948
/proc/meminfo: memFree=23789016/32770624 swapFree=66939840/67108860
[pid=18144] ppid=18141 vsize=10846984 memory=358060 CPUtime=2364.89 cores=0,2,4,6
/proc/18144/stat : 18144 (java) S 18141 18144 16639 0 -1 1077944320 278228 13518 0 0 236168 313 5 3 20 0 15 0 416509029 11107311616 89515 33554432000 4194304 4196468 140732289970368 140732289952912 140148509732599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
/proc/18144/statm: 2711746 89515 3634 1 0 2673805 0
[pid=18144/tid=18197] ppid=18141 vsize=10846984 memory=357936 CPUtime=2303.41 cores=0,2,4,6
/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 93754 13518 0 0 230290 43 5 3 20 0 15 0 416509038 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148481566976 140148098421815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=10846984 memory=358052 CPUtime=9.4 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 13039 13518 0 0 884 48 5 3 20 0 15 0 416509039 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=10846984 memory=357968 CPUtime=9.35 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 13732 13518 0 0 880 47 5 3 20 0 15 0 416509039 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=10846984 memory=357968 CPUtime=9.41 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 12723 13518 0 0 887 46 5 3 20 0 15 0 416509039 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=10846984 memory=358052 CPUtime=9.38 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 11531 13518 0 0 883 47 5 3 20 0 15 0 416509039 11107311616 89515 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18202] ppid=18141 vsize=10846984 memory=358060 CPUtime=7.09 cores=0,2,4,6
/proc/18144/task/18202/stat : 18202 (java) S 18141 18144 16639 0 -1 1077944384 12321 13518 0 0 654 47 5 3 20 0 15 0 416509040 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147969247600 140148509743746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18203] ppid=18141 vsize=10846984 memory=358060 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18203/stat : 18203 (java) S 18141 18144 16639 0 -1 1077944384 26 13518 0 0 0 0 5 3 20 0 15 0 416509041 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147869869152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18204] ppid=18141 vsize=10846984 memory=358060 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18204/stat : 18204 (java) S 18141 18144 16639 0 -1 1077944384 33 13518 0 0 0 0 5 3 20 0 15 0 416509041 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147265889152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18205] ppid=18141 vsize=10846984 memory=358060 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18205/stat : 18205 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147025598288 140148509751195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18206] ppid=18141 vsize=10846984 memory=56 CPUtime=6.72 cores=0,2,4,6
/proc/18144/task/18206/stat : 18206 (java) S 18141 18144 16639 0 -1 1077944384 37530 13518 0 0 659 5 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147968195440 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18207] ppid=18141 vsize=10846984 memory=0 CPUtime=6.82 cores=0,2,4,6
/proc/18144/task/18207/stat : 18207 (java) S 18141 18144 16639 0 -1 1077944384 44661 13518 0 0 670 4 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147967142640 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18208] ppid=18141 vsize=10846984 memory=358060 CPUtime=2.52 cores=0,2,4,6
/proc/18144/task/18208/stat : 18208 (java) S 18141 18144 16639 0 -1 1077944384 35380 13518 0 0 237 7 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147966089840 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18209] ppid=18141 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18209/stat : 18209 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140146992040672 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18210] ppid=18141 vsize=10846984 memory=288230596050944315 CPUtime=1.41 cores=0,2,4,6
/proc/18144/task/18210/stat : 18210 (java) S 18141 18144 16639 0 -1 1077944384 1282 13518 0 0 67 66 5 3 20 0 15 0 416509044 11107311616 89515 33554432000 4194304 4196468 140732289970368 140147965037232 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 2364.89 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 358060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357 s]*
/proc/loadavg: 1.69 1.66 1.56 3/226 18951
/proc/meminfo: memFree=23828260/32770624 swapFree=66939840/67108860
[pid=18144] ppid=18141 vsize=10846984 memory=360068 CPUtime=2400 cores=0,2,4,6
/proc/18144/stat : 18144 (java) S 18141 18144 16639 0 -1 1077944320 279255 13518 0 0 239676 316 5 3 20 0 15 0 416509029 11107311616 90017 33554432000 4194304 4196468 140732289970368 140732289952912 140148509732599 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
/proc/18144/statm: 2711746 90017 3634 1 0 2673805 0
[pid=18144/tid=18197] ppid=18141 vsize=10846984 memory=1984 CPUtime=2337.86 cores=0,2,4,6
/proc/18144/task/18197/stat : 18197 (java) R 18141 18144 16639 0 -1 4202560 93999 13518 0 0 233735 43 5 3 20 0 15 0 416509038 11107311616 90017 33554432000 4194304 4196468 140732289970368 140148481567872 140148109329508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18198] ppid=18141 vsize=10846984 memory=1440 CPUtime=9.53 cores=0,2,4,6
/proc/18144/task/18198/stat : 18198 (java) S 18141 18144 16639 0 -1 1077944384 13102 13518 0 0 897 48 5 3 20 0 15 0 416509039 11107311616 90017 33554432000 4194304 4196468 140732289970368 140148513975440 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18199] ppid=18141 vsize=10846984 memory=4872558044660077418 CPUtime=9.49 cores=0,2,4,6
/proc/18144/task/18199/stat : 18199 (java) S 18141 18144 16639 0 -1 1077944384 13813 13518 0 0 893 48 5 3 20 0 15 0 416509039 11107311616 90017 33554432000 4194304 4196468 140732289970368 140148412865552 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18200] ppid=18141 vsize=10846984 memory=988 CPUtime=9.55 cores=0,2,4,6
/proc/18144/task/18200/stat : 18200 (java) S 18141 18144 16639 0 -1 1077944384 12801 13518 0 0 900 47 5 3 20 0 15 0 416509039 11107311616 90017 33554432000 4194304 4196468 140732289970368 140148411812752 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18201] ppid=18141 vsize=10846984 memory=3504 CPUtime=9.5 cores=0,2,4,6
/proc/18144/task/18201/stat : 18201 (java) S 18141 18144 16639 0 -1 1077944384 11869 13518 0 0 895 47 5 3 20 0 15 0 416509039 11107311616 90017 33554432000 4194304 4196468 140732289970368 140148410759952 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18202] ppid=18141 vsize=10846984 memory=40232 CPUtime=7.19 cores=0,2,4,6
/proc/18144/task/18202/stat : 18202 (java) S 18141 18144 16639 0 -1 1077944384 12523 13518 0 0 663 48 5 3 20 0 15 0 416509040 11107311616 90017 33554432000 4194304 4196468 140732289970368 140147969247600 140148509743746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18203] ppid=18141 vsize=10846984 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18203/stat : 18203 (java) S 18141 18144 16639 0 -1 1077944384 26 13518 0 0 0 0 5 3 20 0 15 0 416509041 11107311616 90017 33554432000 4194304 4196468 140732289970368 140147869869152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18204] ppid=18141 vsize=10846984 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18204/stat : 18204 (java) S 18141 18144 16639 0 -1 1077944384 33 13518 0 0 0 0 5 3 20 0 15 0 416509041 11107311616 90017 33554432000 4194304 4196468 140732289970368 140147265889152 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18205] ppid=18141 vsize=10846984 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18205/stat : 18205 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11107311616 90017 33554432000 4194304 4196468 140732289970368 140147025598288 140148509751195 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18206] ppid=18141 vsize=10846984 memory=4164 CPUtime=6.72 cores=0,2,4,6
/proc/18144/task/18206/stat : 18206 (java) S 18141 18144 16639 0 -1 1077944384 37532 13518 0 0 659 5 5 3 20 0 15 0 416509044 11107311616 90017 33554432000 4194304 4196468 140732289970368 140147968195440 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18207] ppid=18141 vsize=10846984 memory=1548 CPUtime=6.82 cores=0,2,4,6
/proc/18144/task/18207/stat : 18207 (java) S 18141 18144 16639 0 -1 1077944384 44663 13518 0 0 670 4 5 3 20 0 15 0 416509044 11107311616 90017 33554432000 4194304 4196468 140732289970368 140147967142640 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18208] ppid=18141 vsize=10846984 memory=1728 CPUtime=2.52 cores=0,2,4,6
/proc/18144/task/18208/stat : 18208 (java) S 18141 18144 16639 0 -1 1077944384 35382 13518 0 0 237 7 5 3 20 0 15 0 416509044 11107311616 90017 33554432000 4194304 4196468 140732289970368 140147966089840 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18209] ppid=18141 vsize=10846984 memory=7988 CPUtime=0.08 cores=0,2,4,6
/proc/18144/task/18209/stat : 18209 (java) S 18141 18144 16639 0 -1 1077944384 3 13518 0 0 0 0 5 3 20 0 15 0 416509044 11107311616 90017 33554432000 4194304 4196468 140732289970368 140146992040672 140148509742805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
[pid=18144/tid=18210] ppid=18141 vsize=10846984 memory=9580 CPUtime=1.43 cores=0,2,4,6
/proc/18144/task/18210/stat : 18210 (java) S 18141 18144 16639 0 -1 1077944384 1296 13518 0 0 68 67 5 3 20 0 15 0 416509044 11107311616 90017 33554432000 4194304 4196468 140732289970368 140147965037232 140148509743746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140732289977072 140732289979589 140732289979589 140732289982415 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 360068 KiB

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

[startup+2357.07 s]
# the end of solver process 18144 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.87 s, system=3.20692 s

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

Child status: 143
Real time (s): 2357.07
CPU time (s): 2400.08
CPU user time (s): 2396.87
CPU system time (s): 3.20692
CPU usage (%): 101.825
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 1148832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.87
system time used= 3.20692
maximum resident set size= 1150960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293661
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205769
involuntary context switches= 6881


# summary of solver processes directly reported to runsolver:
#   pid: 18144
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.87
#   total CPU system time (s): 3.20692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4217 second user time and 22.0486 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 22:18:21
IDJOB=4396579
IDBENCH=136787
IDSOLVER=2847
FILE ID=node119/4396579-1568405941
RUNJOBID= node119-1568401197-16670
PBS_JOBID= 21701879
Free space on /tmp= 61468 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n3c3w2d.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396579-1568405941/watcher-4396579-1568405941 -o /tmp/evaluation-result-4396579-1568405941/solver-4396579-1568405941 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=397978612 HOME/instance-4396579-1568405941.xml

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

MD5SUM BENCH= 3d635ffc1c83223a36f997090f45a603
RANDOM SEED=397978612

node119.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.47
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.47
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.47
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.47
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:        25908520 kB
MemAvailable:   31008892 kB
Buffers:          197284 kB
Cached:          5170228 kB
SwapCached:        61108 kB
Active:          2726028 kB
Inactive:        3520524 kB
Active(anon):     818360 kB
Inactive(anon):   102440 kB
Active(file):    1907668 kB
Inactive(file):  3418084 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             35296 kB
Writeback:             0 kB
AnonPages:        937632 kB
Mapped:            58184 kB
Shmem:             32816 kB
Slab:             210792 kB
SReclaimable:     180912 kB
SUnreclaim:        29880 kB
KernelStack:        3984 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2040644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 22:57:39