Trace number 4392108

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.10? (TO) 2400.14 2354.54

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark9.6335
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.71/0.55	c Concrete v3.10.1560635388952 running
2400.09/2354.51	Exception in thread "main" java.util.concurrent.TimeoutException
2400.09/2354.51		at concrete.MAC.mac(MAC.scala:189)
2400.09/2354.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.09/2354.51		at scala.util.Try$.apply(Try.scala:212)
2400.09/2354.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2354.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2354.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2354.51		at concrete.MAC.oneRun(MAC.scala:253)
2400.09/2354.51		at concrete.MAC.nextSolution(MAC.scala:272)
2400.09/2354.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.09/2354.51		at concrete.ProblemState.map(ProblemState.scala:228)
2400.09/2354.51		at concrete.ProblemState.map(ProblemState.scala:210)
2400.09/2354.51		at concrete.MAC.nextSolution(MAC.scala:334)
2400.09/2354.51		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2354.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2354.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2354.51		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2354.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.09/2354.51		at scala.util.Success.map(Try.scala:264)
2400.09/2354.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.09/2354.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2354.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2354.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2354.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2354.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2354.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2354.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2354.51		at scala.App.$anonfun$main$1(App.scala:75)
2400.09/2354.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.09/2354.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2354.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2354.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.09/2354.51		at scala.App.main(App.scala:75)
2400.09/2354.51		at scala.App.main$(App.scala:73)
2400.09/2354.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2354.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2354.52	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 (14429 MiB free)
  memory of node 1: 16384 MiB (14029 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392108-1568333096/watcher-4392108-1568333096 -o /tmp/evaluation-result-4392108-1568333096/solver-4392108-1568333096 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30926 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1233749553 HOME/instance-4392108-1568333096.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=4878, runsolver pid=4875


[startup+0.10016 s]*
/proc/loadavg: 1.57 1.49 1.49 3/223 4935
/proc/meminfo: memFree=29134236/32770624 swapFree=66915804/67108860
[pid=4878] ppid=4875 vsize=9972712 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/4878/stat : 4878 (java) S 4875 4878 30895 0 -1 1077944320 4343 13025 0 0 1 0 4 3 20 0 6 0 409560144 10212057088 4583 33554432000 4194304 4196468 140727558523632 140727558506176 140542180916983 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
/proc/4878/statm: 2493178 4583 1931 1 0 2481616 0
[pid=4878/tid=4931] ppid=4875 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 2158 13025 0 0 1 0 4 3 20 0 6 0 409560153 10212057088 4649 33554432000 4194304 4196468 140727558523632 140542152753744 140542173251936 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 6 0 409560153 10212057088 4649 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=9972712 memory=139743588677248 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 6 0 409560153 10212057088 4649 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 6 0 409560153 10212057088 4649 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 6 0 409560153 10212057088 4649 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.211262 s]*
/proc/loadavg: 1.57 1.49 1.49 4/232 4944
/proc/meminfo: memFree=29113408/32770624 swapFree=66915804/67108860
[pid=4878] ppid=4875 vsize=10818940 memory=41540 CPUtime=0.25 cores=0,2,4,6
/proc/4878/stat : 4878 (java) S 4875 4878 30895 0 -1 1077944320 6764 13025 0 0 17 1 4 3 20 0 15 0 409560144 11078594560 10385 33554432000 4194304 4196468 140727558523632 140727558506176 140542180916983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
/proc/4878/statm: 2704735 10385 2946 1 0 2667149 0
[pid=4878/tid=4931] ppid=4875 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 3254 13025 0 0 11 1 4 3 20 0 15 0 409560153 11078594560 10385 33554432000 4194304 4196468 140727558523632 140542152734096 140542164997470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=10818940 memory=4294967660 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11078594560 10385 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=10818940 memory=139743588692053 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11078594560 10385 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11078594560 10385 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560153 11078594560 10385 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4936] ppid=4875 vsize=10818940 memory=139743588677248 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4936/stat : 4936 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560155 11078594560 10385 33554432000 4194304 4196468 140727558523632 140541640370800 140542180928130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4937] ppid=4875 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4937/stat : 4937 (java) S 4875 4878 30895 0 -1 1077944384 33 13025 0 0 0 0 4 3 20 0 15 0 409560155 11078594560 10385 33554432000 4194304 4196468 140727558523632 140541639316768 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4938] ppid=4875 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4938/stat : 4938 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560156 11078594560 10385 33554432000 4194304 4196468 140727558523632 140541530465904 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4939] ppid=4875 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4939/stat : 4939 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560158 11078594560 10385 33554432000 4194304 4196468 140727558523632 140540926487120 140542180935579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4940] ppid=4875 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4878/task/4940/stat : 4940 (java) S 4875 4878 30895 0 -1 1077944384 455 13025 0 0 1 0 4 3 20 0 15 0 409560158 11078594560 10385 33554432000 4194304 4196468 140727558523632 140541605759088 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4941] ppid=4875 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4878/task/4941/stat : 4941 (java) S 4875 4878 30895 0 -1 1077944384 183 13025 0 0 1 0 4 3 20 0 15 0 409560158 11078594560 10385 33554432000 4194304 4196468 140727558523632 140541604706288 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4942] ppid=4875 vsize=10818940 memory=139743588677248 CPUtime=0.1 cores=0,2,4,6
/proc/4878/task/4942/stat : 4942 (java) R 4875 4878 30895 0 -1 4202560 630 13025 0 0 3 0 4 3 20 0 15 0 409560158 11078594560 10385 33554432000 4194304 4196468 140727558523632 140541603654000 140542180928918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4943] ppid=4875 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4943/stat : 4943 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560158 11078594560 10385 33554432000 4194304 4196468 140727558523632 140540456724960 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4944] ppid=4875 vsize=10818940 memory=139743588677248 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4944/stat : 4944 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560159 11078594560 10385 33554432000 4194304 4196468 140727558523632 140541602601904 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41540 KiB

[startup+0.311242 s]*
/proc/loadavg: 1.57 1.49 1.49 3/232 4944
/proc/meminfo: memFree=29104040/32770624 swapFree=66915804/67108860
[pid=4878] ppid=4875 vsize=10820096 memory=52696 CPUtime=0.39 cores=0,2,4,6
/proc/4878/stat : 4878 (java) S 4875 4878 30895 0 -1 1077944320 10469 13025 0 0 29 3 4 3 20 0 15 0 409560144 11079778304 13174 33554432000 4194304 4196468 140727558523632 140727558506176 140542180916983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
/proc/4878/statm: 2705024 13174 3200 1 0 2667149 0
[pid=4878/tid=4931] ppid=4875 vsize=10820096 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 6934 13025 0 0 19 2 4 3 20 0 15 0 409560153 11079778304 13174 33554432000 4194304 4196468 140727558523632 140542152738384 140542180938909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=10820096 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11079778304 13174 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=10820096 memory=8693815914432465728 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11079778304 13174 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=10820096 memory=-8412656567334364540 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11079778304 13174 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560153 11079778304 13174 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4936] ppid=4875 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4936/stat : 4936 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560155 11079778304 13174 33554432000 4194304 4196468 140727558523632 140541640370800 140542180928130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4937] ppid=4875 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4937/stat : 4937 (java) S 4875 4878 30895 0 -1 1077944384 33 13025 0 0 0 0 4 3 20 0 15 0 409560155 11079778304 13174 33554432000 4194304 4196468 140727558523632 140541639316768 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4938] ppid=4875 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4938/stat : 4938 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560156 11079778304 13174 33554432000 4194304 4196468 140727558523632 140541530465904 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4939] ppid=4875 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4939/stat : 4939 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560158 11079778304 13174 33554432000 4194304 4196468 140727558523632 140540926487120 140542180935579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4940] ppid=4875 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4878/task/4940/stat : 4940 (java) S 4875 4878 30895 0 -1 1077944384 456 13025 0 0 2 0 4 3 20 0 15 0 409560158 11079778304 13174 33554432000 4194304 4196468 140727558523632 140541605759088 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4941] ppid=4875 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4878/task/4941/stat : 4941 (java) S 4875 4878 30895 0 -1 1077944384 184 13025 0 0 1 0 4 3 20 0 15 0 409560158 11079778304 13174 33554432000 4194304 4196468 140727558523632 140541604706288 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4942] ppid=4875 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4878/task/4942/stat : 4942 (java) S 4875 4878 30895 0 -1 1077944384 639 13025 0 0 5 0 4 3 20 0 15 0 409560158 11079778304 13174 33554432000 4194304 4196468 140727558523632 140541603654000 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4943] ppid=4875 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4943/stat : 4943 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560158 11079778304 13174 33554432000 4194304 4196468 140727558523632 140540456724960 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4944] ppid=4875 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4944/stat : 4944 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560159 11079778304 13174 33554432000 4194304 4196468 140727558523632 140541602601904 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52696 KiB

[startup+0.700646 s]
/proc/loadavg: 1.57 1.49 1.49 6/232 4944
/proc/meminfo: memFree=29091508/32770624 swapFree=66915804/67108860
[pid=4878] ppid=4875 vsize=10824340 memory=82248 CPUtime=1.14 cores=0,2,4,6
/proc/4878/stat : 4878 (java) S 4875 4878 30895 0 -1 1077944320 14336 13025 0 0 102 5 4 3 20 0 15 0 409560144 11084124160 20562 33554432000 4194304 4196468 140727558523632 140727558506176 140542180916983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
/proc/4878/statm: 2706085 20562 3501 1 0 2668173 0
[pid=4878/tid=4931] ppid=4875 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 10028 13025 0 0 55 4 4 3 20 0 15 0 409560153 11084124160 20562 33554432000 4194304 4196468 140727558523632 140542152743568 140542180938909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11084124160 20562 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11084124160 20562 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=10824340 memory=279486943727376 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560153 11084124160 20562 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=10824340 memory=2484907017985 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560153 11084124160 20562 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4936] ppid=4875 vsize=10824340 memory=2489201985281 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4936/stat : 4936 (java) S 4875 4878 30895 0 -1 1077944384 5 13025 0 0 0 0 4 3 20 0 15 0 409560155 11084124160 20562 33554432000 4194304 4196468 140727558523632 140541640370800 140542180928130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4937] ppid=4875 vsize=10824340 memory=2514971789057 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4937/stat : 4937 (java) S 4875 4878 30895 0 -1 1077944384 33 13025 0 0 0 0 4 3 20 0 15 0 409560155 11084124160 20562 33554432000 4194304 4196468 140727558523632 140541639316768 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4938] ppid=4875 vsize=10824340 memory=2532151658241 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4938/stat : 4938 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560156 11084124160 20562 33554432000 4194304 4196468 140727558523632 140541530465904 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4939] ppid=4875 vsize=10824340 memory=206043013 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4939/stat : 4939 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560158 11084124160 20562 33554432000 4194304 4196468 140727558523632 140540926487120 140542180935579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4940] ppid=4875 vsize=10824340 memory=-7453528518462155811 CPUtime=0.22 cores=0,2,4,6
/proc/4878/task/4940/stat : 4940 (java) S 4875 4878 30895 0 -1 1077944384 833 13025 0 0 15 0 4 3 20 0 15 0 409560158 11084124160 20562 33554432000 4194304 4196468 140727558523632 140541605759088 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4941] ppid=4875 vsize=10824340 memory=6152859790445924433 CPUtime=0.2 cores=0,2,4,6
/proc/4878/task/4941/stat : 4941 (java) S 4875 4878 30895 0 -1 1077944384 437 13025 0 0 13 0 4 3 20 0 15 0 409560158 11084124160 20562 33554432000 4194304 4196468 140727558523632 140541604706288 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4942] ppid=4875 vsize=10824340 memory=7447092775757305936 CPUtime=0.24 cores=0,2,4,6
/proc/4878/task/4942/stat : 4942 (java) S 4875 4878 30895 0 -1 1077944384 779 13025 0 0 17 0 4 3 20 0 15 0 409560158 11084124160 20562 33554432000 4194304 4196468 140727558523632 140541603654000 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4943] ppid=4875 vsize=10824340 memory=279486944290368 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4943/stat : 4943 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560158 11084124160 20562 33554432000 4194304 4196468 140727558523632 140540456724960 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4944] ppid=4875 vsize=10824340 memory=139745350910559 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4944/stat : 4944 (java) S 4875 4878 30895 0 -1 1077944384 1 13025 0 0 0 0 4 3 20 0 15 0 409560159 11084124160 20562 33554432000 4194304 4196468 140727558523632 140541602601904 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82248 KiB

[startup+1.50067 s]
/proc/loadavg: 1.57 1.49 1.49 3/232 4944
/proc/meminfo: memFree=29049756/32770624 swapFree=66915804/67108860
[pid=4878] ppid=4875 vsize=10834656 memory=172004 CPUtime=2.52 cores=0,2,4,6
/proc/4878/stat : 4878 (java) S 4875 4878 30895 0 -1 1077944320 23034 13025 0 0 235 10 4 3 20 0 15 0 409560144 11094687744 43001 33554432000 4194304 4196468 140727558523632 140727558506176 140542180916983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
/proc/4878/statm: 2708664 43001 3575 1 0 2670733 0
[pid=4878/tid=4931] ppid=4875 vsize=10834656 memory=-7966001967407402336 CPUtime=1.42 cores=0,2,4,6
/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 15461 13025 0 0 129 6 4 3 20 0 15 0 409560153 11094687744 43001 33554432000 4194304 4196468 140727558523632 140542152724112 140542180928918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 314 13025 0 0 1 0 4 3 20 0 15 0 409560153 11094687744 43001 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 25 13025 0 0 1 0 4 3 20 0 15 0 409560153 11094687744 43001 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=10834656 memory=82248 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 44 13025 0 0 0 0 4 3 20 0 15 0 409560153 11094687744 43001 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 95 13025 0 0 1 0 4 3 20 0 15 0 409560153 11094687744 43001 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4936] ppid=4875 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4878/task/4936/stat : 4936 (java) S 4875 4878 30895 0 -1 1077944384 1517 13025 0 0 1 0 4 3 20 0 15 0 409560155 11094687744 43001 33554432000 4194304 4196468 140727558523632 140541640370800 140542180928130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4937] ppid=4875 vsize=10834656 memory=279486943806752 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4937/stat : 4937 (java) S 4875 4878 30895 0 -1 1077944384 54 13025 0 0 0 0 4 3 20 0 15 0 409560155 11094687744 43001 33554432000 4194304 4196468 140727558523632 140541639316832 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4938] ppid=4875 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4938/stat : 4938 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560156 11094687744 43001 33554432000 4194304 4196468 140727558523632 140541530465920 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4939] ppid=4875 vsize=10834656 memory=7444843076533644388 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4939/stat : 4939 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560158 11094687744 43001 33554432000 4194304 4196468 140727558523632 140540926487120 140542180935579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4940] ppid=4875 vsize=10834656 memory=5787495302124758080 CPUtime=0.33 cores=0,2,4,6
/proc/4878/task/4940/stat : 4940 (java) S 4875 4878 30895 0 -1 1077944384 930 13025 0 0 26 0 4 3 20 0 15 0 409560158 11094687744 43001 33554432000 4194304 4196468 140727558523632 140541605759088 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4941] ppid=4875 vsize=10834656 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/4878/task/4941/stat : 4941 (java) S 4875 4878 30895 0 -1 1077944384 810 13025 0 0 29 0 4 3 20 0 15 0 409560158 11094687744 43001 33554432000 4194304 4196468 140727558523632 140541604706288 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4942] ppid=4875 vsize=10834656 memory=279486943781696 CPUtime=0.49 cores=0,2,4,6
/proc/4878/task/4942/stat : 4942 (java) R 4875 4878 30895 0 -1 4202560 1566 13025 0 0 42 0 4 3 20 0 15 0 409560158 11094687744 43001 33554432000 4194304 4196468 140727558523632 140541603654000 140542174013819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4943] ppid=4875 vsize=10834656 memory=139743471991456 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4943/stat : 4943 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560158 11094687744 43001 33554432000 4194304 4196468 140727558523632 140540456724960 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4944] ppid=4875 vsize=10834656 memory=279486943978816 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4944/stat : 4944 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560159 11094687744 43001 33554432000 4194304 4196468 140727558523632 140541602601904 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834656 KiB

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

/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 68522 13025 0 0 223536 52 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542152752832 140541765494539 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.12 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 19725 13025 0 0 1042 63 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.16 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 20505 13025 0 0 1054 55 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.08 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 14739 13025 0 0 1044 57 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.16 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 20635 13025 0 0 1050 59 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4936] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.55 cores=0,2,4,6
/proc/4878/task/4936/stat : 4936 (java) S 4875 4878 30895 0 -1 1077944384 19217 13025 0 0 1095 53 4 3 20 0 15 0 409560155 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541640370800 140542180928130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4937] ppid=4875 vsize=10846964 memory=1156 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4937/stat : 4937 (java) S 4875 4878 30895 0 -1 1077944384 57 13025 0 0 0 0 4 3 20 0 15 0 409560155 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541639316896 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4938] ppid=4875 vsize=10846964 memory=145 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4938/stat : 4938 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560156 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541530465920 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4939] ppid=4875 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4939/stat : 4939 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140540926487120 140542180935579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4940] ppid=4875 vsize=10846964 memory=1078576 CPUtime=4.67 cores=0,2,4,6
/proc/4878/task/4940/stat : 4940 (java) S 4875 4878 30895 0 -1 1077944384 28804 13025 0 0 455 5 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541605759088 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4941] ppid=4875 vsize=10846964 memory=1078576 CPUtime=5.21 cores=0,2,4,6
/proc/4878/task/4941/stat : 4941 (java) S 4875 4878 30895 0 -1 1077944384 29011 13025 0 0 508 6 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541604706288 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4942] ppid=4875 vsize=10846964 memory=37132 CPUtime=3.65 cores=0,2,4,6
/proc/4878/task/4942/stat : 4942 (java) S 4875 4878 30895 0 -1 1077944384 25144 13025 0 0 351 7 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541603654000 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4943] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4943/stat : 4943 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140540456724960 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4944] ppid=4875 vsize=10846964 memory=3628 CPUtime=1.52 cores=0,2,4,6
/proc/4878/task/4944/stat : 4944 (java) S 4875 4878 30895 0 -1 1077944384 1783 13025 0 0 70 75 4 3 20 0 15 0 409560159 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541602601904 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 2306.53 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1078576 KiB

[startup+2322.3 s]
/proc/loadavg: 0.66 0.75 1.00 2/210 5212
/proc/meminfo: memFree=29321696/32770624 swapFree=66915816/67108860
[pid=4878] ppid=4875 vsize=10846964 memory=1078576 CPUtime=2367.43 cores=0,2,4,6
/proc/4878/stat : 4878 (java) S 4875 4878 30895 0 -1 1077944320 251680 13025 0 0 236366 370 4 3 20 0 15 0 409560144 11107291136 269644 33554432000 4194304 4196468 140727558523632 140727558506176 140542180916983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
/proc/4878/statm: 2711741 269644 3624 1 0 2673805 0
[pid=4878/tid=4931] ppid=4875 vsize=10846964 memory=928 CPUtime=2295.23 cores=0,2,4,6
/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 69295 13025 0 0 229463 53 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542152752096 140542163437292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.42 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 19753 13025 0 0 1071 64 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.47 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 20522 13025 0 0 1084 56 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=10846964 memory=279486944455136 CPUtime=11.39 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 14933 13025 0 0 1073 59 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.47 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 20723 13025 0 0 1078 62 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4936] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.87 cores=0,2,4,6
/proc/4878/task/4936/stat : 4936 (java) S 4875 4878 30895 0 -1 1077944384 19417 13025 0 0 1126 54 4 3 20 0 15 0 409560155 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541640370800 140542180928130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4937] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4937/stat : 4937 (java) S 4875 4878 30895 0 -1 1077944384 57 13025 0 0 0 0 4 3 20 0 15 0 409560155 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541639316896 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4938] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4938/stat : 4938 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560156 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541530465920 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4939] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4939/stat : 4939 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140540926487120 140542180935579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4940] ppid=4875 vsize=10846964 memory=0 CPUtime=4.67 cores=0,2,4,6
/proc/4878/task/4940/stat : 4940 (java) S 4875 4878 30895 0 -1 1077944384 28806 13025 0 0 455 5 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541605759088 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4941] ppid=4875 vsize=10846964 memory=1078576 CPUtime=5.21 cores=0,2,4,6
/proc/4878/task/4941/stat : 4941 (java) S 4875 4878 30895 0 -1 1077944384 29013 13025 0 0 508 6 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541604706288 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4942] ppid=4875 vsize=10846964 memory=1078576 CPUtime=3.65 cores=0,2,4,6
/proc/4878/task/4942/stat : 4942 (java) S 4875 4878 30895 0 -1 1077944384 25146 13025 0 0 351 7 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541603654000 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4943] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4943/stat : 4943 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140540456724960 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4944] ppid=4875 vsize=10846964 memory=1078576 CPUtime=1.56 cores=0,2,4,6
/proc/4878/task/4944/stat : 4944 (java) S 4875 4878 30895 0 -1 1077944384 1799 13025 0 0 72 77 4 3 20 0 15 0 409560159 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541602601904 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 2367.43 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1078576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2354.5 s]
/proc/loadavg: 0.61 0.73 0.98 2/210 5215
/proc/meminfo: memFree=29320888/32770624 swapFree=66915816/67108860
[pid=4878] ppid=4875 vsize=10846964 memory=1078576 CPUtime=2400.09 cores=0,2,4,6
/proc/4878/stat : 4878 (java) S 4875 4878 30895 0 -1 1077944320 252738 13025 0 0 239627 375 4 3 20 0 15 0 409560144 11107291136 269644 33554432000 4194304 4196468 140727558523632 140727558506176 140542180916983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
/proc/4878/statm: 2711741 269644 3624 1 0 2673805 0
[pid=4878/tid=4931] ppid=4875 vsize=10846964 memory=1078576 CPUtime=2327.04 cores=0,2,4,6
/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 69798 13025 0 0 232644 53 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542152752704 140542180930887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.59 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 19782 13025 0 0 1087 65 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.64 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 20567 13025 0 0 1100 57 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.55 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 14995 13025 0 0 1088 60 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.63 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 20925 13025 0 0 1093 63 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4936] ppid=4875 vsize=10846964 memory=1078576 CPUtime=12.05 cores=0,2,4,6
/proc/4878/task/4936/stat : 4936 (java) S 4875 4878 30895 0 -1 1077944384 19613 13025 0 0 1143 55 4 3 20 0 15 0 409560155 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541640370800 140542180928130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4937] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4937/stat : 4937 (java) S 4875 4878 30895 0 -1 1077944384 57 13025 0 0 0 0 4 3 20 0 15 0 409560155 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541639316896 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4938] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4938/stat : 4938 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560156 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541530465920 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4939] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4939/stat : 4939 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140540926487120 140542180935579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4940] ppid=4875 vsize=10846964 memory=1078576 CPUtime=4.67 cores=0,2,4,6
/proc/4878/task/4940/stat : 4940 (java) S 4875 4878 30895 0 -1 1077944384 28808 13025 0 0 455 5 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541605759088 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4941] ppid=4875 vsize=10846964 memory=1078576 CPUtime=5.21 cores=0,2,4,6
/proc/4878/task/4941/stat : 4941 (java) S 4875 4878 30895 0 -1 1077944384 29015 13025 0 0 508 6 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541604706288 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4942] ppid=4875 vsize=10846964 memory=1078576 CPUtime=3.65 cores=0,2,4,6
/proc/4878/task/4942/stat : 4942 (java) S 4875 4878 30895 0 -1 1077944384 25148 13025 0 0 351 7 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541603654000 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4943] ppid=4875 vsize=10846964 memory=3628 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4943/stat : 4943 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140540456724960 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4944] ppid=4875 vsize=10846964 memory=37132 CPUtime=1.58 cores=0,2,4,6
/proc/4878/task/4944/stat : 4944 (java) S 4875 4878 30895 0 -1 1077944384 1814 13025 0 0 73 78 4 3 20 0 15 0 409560159 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541602601904 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1078576 KiB

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

[startup+2354.54 s]
# the end of solver process 4878 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.34 s, system=3.80163 s

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

[startup+2354.5 s]
/proc/loadavg: 0.61 0.73 0.98 2/210 5215
/proc/meminfo: memFree=29320888/32770624 swapFree=66915816/67108860
[pid=4878] ppid=4875 vsize=10846964 memory=1078576 CPUtime=2400.09 cores=0,2,4,6
/proc/4878/stat : 4878 (java) S 4875 4878 30895 0 -1 1077944320 252738 13025 0 0 239627 375 4 3 20 0 15 0 409560144 11107291136 269644 33554432000 4194304 4196468 140727558523632 140727558506176 140542180916983 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
/proc/4878/statm: 2711741 269644 3624 1 0 2673805 0
[pid=4878/tid=4931] ppid=4875 vsize=10846964 memory=1078576 CPUtime=2327.04 cores=0,2,4,6
/proc/4878/task/4931/stat : 4931 (java) R 4875 4878 30895 0 -1 4202560 69798 13025 0 0 232644 53 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542152752704 140542180930887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4932] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.59 cores=0,2,4,6
/proc/4878/task/4932/stat : 4932 (java) S 4875 4878 30895 0 -1 1077944384 19782 13025 0 0 1087 65 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542185159056 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4933] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.64 cores=0,2,4,6
/proc/4878/task/4933/stat : 4933 (java) S 4875 4878 30895 0 -1 1077944384 20567 13025 0 0 1100 57 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542073432336 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4934] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.55 cores=0,2,4,6
/proc/4878/task/4934/stat : 4934 (java) S 4875 4878 30895 0 -1 1077944384 14995 13025 0 0 1088 60 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542072380048 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4935] ppid=4875 vsize=10846964 memory=1078576 CPUtime=11.63 cores=0,2,4,6
/proc/4878/task/4935/stat : 4935 (java) S 4875 4878 30895 0 -1 1077944384 20925 13025 0 0 1093 63 4 3 20 0 15 0 409560153 11107291136 269644 33554432000 4194304 4196468 140727558523632 140542071327248 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4936] ppid=4875 vsize=10846964 memory=1078576 CPUtime=12.05 cores=0,2,4,6
/proc/4878/task/4936/stat : 4936 (java) S 4875 4878 30895 0 -1 1077944384 19613 13025 0 0 1143 55 4 3 20 0 15 0 409560155 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541640370800 140542180928130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4937] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4937/stat : 4937 (java) S 4875 4878 30895 0 -1 1077944384 57 13025 0 0 0 0 4 3 20 0 15 0 409560155 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541639316896 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4938] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4938/stat : 4938 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560156 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541530465920 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4939] ppid=4875 vsize=10846964 memory=1078576 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4939/stat : 4939 (java) S 4875 4878 30895 0 -1 1077944384 2 13025 0 0 0 0 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140540926487120 140542180935579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4940] ppid=4875 vsize=10846964 memory=1078576 CPUtime=4.67 cores=0,2,4,6
/proc/4878/task/4940/stat : 4940 (java) S 4875 4878 30895 0 -1 1077944384 28808 13025 0 0 455 5 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541605759088 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4941] ppid=4875 vsize=10846964 memory=1078576 CPUtime=5.21 cores=0,2,4,6
/proc/4878/task/4941/stat : 4941 (java) S 4875 4878 30895 0 -1 1077944384 29015 13025 0 0 508 6 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541604706288 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4942] ppid=4875 vsize=10846964 memory=1078576 CPUtime=3.65 cores=0,2,4,6
/proc/4878/task/4942/stat : 4942 (java) S 4875 4878 30895 0 -1 1077944384 25148 13025 0 0 351 7 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541603654000 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4943] ppid=4875 vsize=10846964 memory=3628 CPUtime=0.07 cores=0,2,4,6
/proc/4878/task/4943/stat : 4943 (java) S 4875 4878 30895 0 -1 1077944384 3 13025 0 0 0 0 4 3 20 0 15 0 409560158 11107291136 269644 33554432000 4194304 4196468 140727558523632 140540456724960 140542180927189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
[pid=4878/tid=4944] ppid=4875 vsize=10846964 memory=37132 CPUtime=1.58 cores=0,2,4,6
/proc/4878/task/4944/stat : 4944 (java) S 4875 4878 30895 0 -1 1077944384 1814 13025 0 0 73 78 4 3 20 0 15 0 409560159 11107291136 269644 33554432000 4194304 4196468 140727558523632 140541602601904 140542180928130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7954432 140727558527733 140727558530245 140727558530245 140727558533071 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1078576 KiB

Child status: 143
Real time (s): 2354.54
CPU time (s): 2400.14
CPU user time (s): 2396.34
CPU system time (s): 3.80163
CPU usage (%): 101.937
Max. virtual memory (cumulated for all children) (KiB): 10852396
Max. memory (cumulated for all children) (KiB): 1078576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.34
system time used= 3.80163
maximum resident set size= 1082708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293822
involuntary context switches= 10045


# summary of solver processes directly reported to runsolver:
#   pid: 4878
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.34
#   total CPU system time (s): 3.80163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5079 second user time and 22.2649 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 02:04:15
IDJOB=4392108
IDBENCH=141494
IDSOLVER=2837
FILE ID=node134/4392108-1568333096
RUNJOBID= node134-1568307244-30926
PBS_JOBID= 21701121
Free space on /tmp= 56084 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392108-1568333096/watcher-4392108-1568333096 -o /tmp/evaluation-result-4392108-1568333096/solver-4392108-1568333096 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30926 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1233749553 HOME/instance-4392108-1568333096.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1233749553

node134.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.76
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.76
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.76
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.76
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:        29143412 kB
MemAvailable:   30583732 kB
Buffers:          149528 kB
Cached:          1555436 kB
SwapCached:        90620 kB
Active:          1645496 kB
Inactive:        1360452 kB
Active(anon):    1234124 kB
Inactive(anon):   106440 kB
Active(file):     411372 kB
Inactive(file):  1254012 kB
Unevictable:      110352 kB
Mlocked:          110352 kB
SwapTotal:      67108860 kB
SwapFree:       66915804 kB
Dirty:             34972 kB
Writeback:             0 kB
AnonPages:       1358948 kB
Mapped:            55764 kB
Shmem:             30732 kB
Slab:             211344 kB
SReclaimable:     181544 kB
SUnreclaim:        29800 kB
KernelStack:        4064 kB
PageTables:         8836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2363356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56084 MiB
End job on node134 at 2019-09-13 02:43:29