Trace number 4392157

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.15 2364.44

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-1.xml
MD5SUM105bb238691d484e064b3a25c3dae36e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark50.4403
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":8},{"size":5,"count":14},{"size":6,"count":2},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392157-1568314757/watcher-4392157-1568314757 -o /tmp/evaluation-result-4392157-1568314757/solver-4392157-1568314757 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=872771485 HOME/instance-4392157-1568314757.xml 

running on 4 cores: 1,3,5,7

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=8894, runsolver pid=8891

[startup+0.100221 s]*
/proc/loadavg: 1.29 1.34 1.40 3/218 8951
/proc/meminfo: memFree=22991028/32770624 swapFree=66997112/67108860
[pid=8894] ppid=8891 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/8894/stat : 8894 (java) S 8891 8894 14487 0 -1 1077944320 4474 13082 0 0 1 0 4 3 20 0 6 0 407728749 10212057088 4715 33554432000 4194304 4196468 140726214145152 140726214127696 139725912051447 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
/proc/8894/statm: 2493178 4715 1935 1 0 2481616 0
[pid=8894/tid=8947] ppid=8891 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 2277 13082 0 0 1 0 4 3 20 0 6 0 407728758 10212057088 4780 33554432000 4194304 4196468 140726214145152 139725883888208 139725897119328 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 6 0 407728759 10212057088 4780 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=9972712 memory=16240368197691032 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 6 0 407728759 10212057088 4780 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 6 0 407728759 10212057088 4780 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 6 0 407728759 10212057088 4780 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210063 s]*
/proc/loadavg: 1.29 1.34 1.40 3/227 8960
/proc/meminfo: memFree=22972984/32770624 swapFree=66997112/67108860
[pid=8894] ppid=8891 vsize=10819964 memory=38328 CPUtime=0.25 cores=1,3,5,7
/proc/8894/stat : 8894 (java) S 8891 8894 14487 0 -1 1077944320 6921 13082 0 0 17 1 4 3 20 0 15 0 407728749 11079643136 9517 33554432000 4194304 4196468 140726214145152 140726214127696 139725912051447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
/proc/8894/statm: 2704991 9582 2957 1 0 2667405 0
[pid=8894/tid=8947] ppid=8891 vsize=10819964 memory=734403540614644017 CPUtime=0.18 cores=1,3,5,7
/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 3672 13082 0 0 11 0 4 3 20 0 15 0 407728758 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725883876256 139725904731165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728759 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=10819964 memory=16240368197691032 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 15 0 407728759 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728759 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 15 0 407728759 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8952] ppid=8891 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8952/stat : 8952 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 15 0 407728760 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725438642800 139725912062594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8953] ppid=8891 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8953/stat : 8953 (java) S 8891 8894 14487 0 -1 1077944384 13 13082 0 0 0 0 4 3 20 0 15 0 407728760 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725352461600 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8954] ppid=8891 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8954/stat : 8954 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728761 11079643136 9780 33554432000 4194304 4196468 140726214145152 139724748482160 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8955] ppid=8891 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8955/stat : 8955 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11079643136 9780 33554432000 4194304 4196468 140726214145152 139724441082448 139725912070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8956] ppid=8891 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8894/task/8956/stat : 8956 (java) S 8891 8894 14487 0 -1 1077944384 352 13082 0 0 1 0 4 3 20 0 15 0 407728763 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725437589616 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8957] ppid=8891 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8957/stat : 8957 (java) S 8891 8894 14487 0 -1 1077944384 256 13082 0 0 0 0 4 3 20 0 15 0 407728763 11079643136 9780 33554432000 4194304 4196468 140726214145152 139725436536816 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8958] ppid=8891 vsize=10820924 memory=139982269179520 CPUtime=0.1 cores=1,3,5,7
/proc/8894/task/8958/stat : 8958 (java) S 8891 8894 14487 0 -1 1077944384 652 13082 0 0 3 0 4 3 20 0 15 0 407728763 11080626176 9780 33554432000 4194304 4196468 140726214145152 139725435484528 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8959] ppid=8891 vsize=10820924 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8959/stat : 8959 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11080626176 9780 33554432000 4194304 4196468 140726214145152 139724407523808 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8960] ppid=8891 vsize=10820924 memory=139982269179520 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8960/stat : 8960 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728764 11080626176 9846 33554432000 4194304 4196468 140726214145152 139725434432432 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 38328 KiB

[startup+0.311156 s]*
/proc/loadavg: 1.29 1.34 1.40 3/227 8960
/proc/meminfo: memFree=22962696/32770624 swapFree=66997112/67108860
[pid=8894] ppid=8891 vsize=10820096 memory=49756 CPUtime=0.39 cores=1,3,5,7
/proc/8894/stat : 8894 (java) S 8891 8894 14487 0 -1 1077944320 10630 13082 0 0 29 3 4 3 20 0 15 0 407728749 11079778304 12439 33554432000 4194304 4196468 140726214145152 140726214127696 139725912051447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
/proc/8894/statm: 2705024 12439 3271 1 0 2667149 0
[pid=8894/tid=8947] ppid=8891 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 7108 13082 0 0 19 2 4 3 20 0 15 0 407728758 11079778304 12439 33554432000 4194304 4196468 140726214145152 139725883872848 139725505008514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=10820096 memory=-7384621950708166502 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728759 11079778304 12439 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=10820244 memory=4134692831991783777 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 15 0 407728759 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728759 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 15 0 407728759 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8952] ppid=8891 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8952/stat : 8952 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 15 0 407728760 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725438642800 139725912062594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8953] ppid=8891 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8953/stat : 8953 (java) S 8891 8894 14487 0 -1 1077944384 13 13082 0 0 0 0 4 3 20 0 15 0 407728760 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725352461600 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8954] ppid=8891 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8954/stat : 8954 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728761 11079929856 12439 33554432000 4194304 4196468 140726214145152 139724748482160 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8955] ppid=8891 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8955/stat : 8955 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11079929856 12439 33554432000 4194304 4196468 140726214145152 139724441082448 139725912070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8956] ppid=8891 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8894/task/8956/stat : 8956 (java) S 8891 8894 14487 0 -1 1077944384 352 13082 0 0 2 0 4 3 20 0 15 0 407728763 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725437589616 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8957] ppid=8891 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8894/task/8957/stat : 8957 (java) S 8891 8894 14487 0 -1 1077944384 260 13082 0 0 1 0 4 3 20 0 15 0 407728763 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725436536816 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8958] ppid=8891 vsize=10820244 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8894/task/8958/stat : 8958 (java) S 8891 8894 14487 0 -1 1077944384 678 13082 0 0 5 0 4 3 20 0 15 0 407728763 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725435484528 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8959] ppid=8891 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8959/stat : 8959 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11079929856 12439 33554432000 4194304 4196468 140726214145152 139724407523808 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8960] ppid=8891 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8960/stat : 8960 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728764 11079929856 12439 33554432000 4194304 4196468 140726214145152 139725434432432 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49756 KiB

[startup+0.700787 s]
/proc/loadavg: 1.29 1.34 1.40 5/227 8960
/proc/meminfo: memFree=22946768/32770624 swapFree=66997112/67108860
[pid=8894] ppid=8891 vsize=10824340 memory=80592 CPUtime=1.15 cores=1,3,5,7
/proc/8894/stat : 8894 (java) S 8891 8894 14487 0 -1 1077944320 14875 13082 0 0 102 6 4 3 20 0 15 0 407728749 11084124160 20148 33554432000 4194304 4196468 140726214145152 140726214127696 139725912051447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
/proc/8894/statm: 2706085 20148 3496 1 0 2668173 0
[pid=8894/tid=8947] ppid=8891 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 10512 13082 0 0 56 4 4 3 20 0 15 0 407728758 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725883878640 139725912063382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=10824340 memory=3504 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728759 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=10824340 memory=37904 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 15 0 407728759 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=10824340 memory=3028 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728759 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=10824340 memory=2012 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 2 13082 0 0 0 0 4 3 20 0 15 0 407728759 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8952] ppid=8891 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8952/stat : 8952 (java) S 8891 8894 14487 0 -1 1077944384 5 13082 0 0 0 0 4 3 20 0 15 0 407728760 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725438642800 139725912062594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8953] ppid=8891 vsize=10824340 memory=-6592860228303572950 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8953/stat : 8953 (java) S 8891 8894 14487 0 -1 1077944384 13 13082 0 0 0 0 4 3 20 0 15 0 407728760 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725352461600 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8954] ppid=8891 vsize=10824340 memory=3470692292451393600 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8954/stat : 8954 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728761 11084124160 20148 33554432000 4194304 4196468 140726214145152 139724748482160 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8955] ppid=8891 vsize=10824340 memory=4207095701905760320 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8955/stat : 8955 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11084124160 20148 33554432000 4194304 4196468 140726214145152 139724441082448 139725912070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8956] ppid=8891 vsize=10824340 memory=7742969266734009136 CPUtime=0.22 cores=1,3,5,7
/proc/8894/task/8956/stat : 8956 (java) S 8891 8894 14487 0 -1 1077944384 732 13082 0 0 15 0 4 3 20 0 15 0 407728763 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725437589616 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8957] ppid=8891 vsize=10824340 memory=6935649255911810368 CPUtime=0.19 cores=1,3,5,7
/proc/8894/task/8957/stat : 8957 (java) S 8891 8894 14487 0 -1 1077944384 514 13082 0 0 12 0 4 3 20 0 15 0 407728763 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725436536816 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8958] ppid=8891 vsize=10824340 memory=7250080924377825376 CPUtime=0.24 cores=1,3,5,7
/proc/8894/task/8958/stat : 8958 (java) R 8891 8894 14487 0 -1 4202560 881 13082 0 0 17 0 4 3 20 0 15 0 407728763 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725435484528 139725891185083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8959] ppid=8891 vsize=10824340 memory=4627829255015776352 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8959/stat : 8959 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11084124160 20148 33554432000 4194304 4196468 140726214145152 139724407523808 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8960] ppid=8891 vsize=10824340 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8960/stat : 8960 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728764 11084124160 20148 33554432000 4194304 4196468 140726214145152 139725434432432 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80592 KiB

[startup+1.50079 s]
/proc/loadavg: 1.29 1.34 1.40 5/227 8960
/proc/meminfo: memFree=22875420/32770624 swapFree=66997112/67108860
[pid=8894] ppid=8891 vsize=10832608 memory=219016 CPUtime=3.02 cores=1,3,5,7
/proc/8894/stat : 8894 (java) S 8891 8894 14487 0 -1 1077944320 25959 13082 0 0 283 12 4 3 20 0 15 0 407728749 11092590592 54754 33554432000 4194304 4196468 140726214145152 140726214127696 139725912051447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
/proc/8894/statm: 2708152 54754 3580 1 0 2670221 0
[pid=8894/tid=8947] ppid=8891 vsize=10832608 memory=7 CPUtime=1.43 cores=1,3,5,7
/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 15391 13082 0 0 130 6 4 3 20 0 15 0 407728758 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725883868144 139725912073373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=10832608 memory=37904 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 45 13082 0 0 0 0 4 3 20 0 15 0 407728759 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=10832608 memory=3028 CPUtime=0.08 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 77 13082 0 0 1 0 4 3 20 0 15 0 407728759 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=10832608 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 28 13082 0 0 1 0 4 3 20 0 15 0 407728759 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 311 13082 0 0 1 0 4 3 20 0 15 0 407728759 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8952] ppid=8891 vsize=10832608 memory=3477430095703285352 CPUtime=0.08 cores=1,3,5,7
/proc/8894/task/8952/stat : 8952 (java) S 8891 8894 14487 0 -1 1077944384 108 13082 0 0 1 0 4 3 20 0 15 0 407728760 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725438642800 139725912062594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8953] ppid=8891 vsize=10832608 memory=3833161624319373824 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8953/stat : 8953 (java) S 8891 8894 14487 0 -1 1077944384 14 13082 0 0 0 0 4 3 20 0 15 0 407728760 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725352461664 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8954] ppid=8891 vsize=10832608 memory=4049615911407268608 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8954/stat : 8954 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728761 11092590592 54754 33554432000 4194304 4196468 140726214145152 139724748482176 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8955] ppid=8891 vsize=10832608 memory=3543266591656653100 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8955/stat : 8955 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11092590592 54754 33554432000 4194304 4196468 140726214145152 139724441082448 139725912070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8956] ppid=8891 vsize=10832608 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/8894/task/8956/stat : 8956 (java) S 8891 8894 14487 0 -1 1077944384 2486 13082 0 0 55 0 4 3 20 0 15 0 407728763 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725437589616 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8957] ppid=8891 vsize=10832608 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/8894/task/8957/stat : 8957 (java) S 8891 8894 14487 0 -1 1077944384 3331 13082 0 0 52 1 4 3 20 0 15 0 407728763 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725436536816 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8958] ppid=8891 vsize=10832608 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/8894/task/8958/stat : 8958 (java) S 8891 8894 14487 0 -1 1077944384 1956 13082 0 0 36 0 4 3 20 0 15 0 407728763 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725435484528 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8959] ppid=8891 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8959/stat : 8959 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11092590592 54754 33554432000 4194304 4196468 140726214145152 139724407523808 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8960] ppid=8891 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8960/stat : 8960 (java) S 8891 8894 14487 0 -1 1077944384 1 13082 0 0 0 0 4 3 20 0 15 0 407728764 11092590592 54754 33554432000 4194304 4196468 140726214145152 139725434432432 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 10832608 KiB

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

/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 96697 13082 0 0 219180 50 4 3 20 0 15 0 407728758 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725883886976 139725506792495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.19 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 26757 13082 0 0 485 27 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.23 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 24613 13082 0 0 492 24 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.17 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 23304 13082 0 0 487 23 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.23 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 32274 13082 0 0 491 25 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8952] ppid=8891 vsize=10846964 memory=1972404 CPUtime=3.87 cores=1,3,5,7
/proc/8894/task/8952/stat : 8952 (java) S 8891 8894 14487 0 -1 1077944384 26729 13082 0 0 359 21 4 3 20 0 15 0 407728760 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725438642800 139725912062594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8953] ppid=8891 vsize=10846964 memory=279964223073120 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8953/stat : 8953 (java) S 8891 8894 14487 0 -1 1077944384 32 13082 0 0 0 0 4 3 20 0 15 0 407728760 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725352461728 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8954] ppid=8891 vsize=10846964 memory=1972404 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8954/stat : 8954 (java) S 8891 8894 14487 0 -1 1077944384 28 13082 0 0 0 0 4 3 20 0 15 0 407728761 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724748482176 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8955] ppid=8891 vsize=10846964 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8955/stat : 8955 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724441082448 139725912070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8956] ppid=8891 vsize=10846964 memory=1972404 CPUtime=7.19 cores=1,3,5,7
/proc/8894/task/8956/stat : 8956 (java) S 8891 8894 14487 0 -1 1077944384 94823 13082 0 0 700 12 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725437589616 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8957] ppid=8891 vsize=10846964 memory=3504 CPUtime=7.34 cores=1,3,5,7
/proc/8894/task/8957/stat : 8957 (java) S 8891 8894 14487 0 -1 1077944384 107268 13082 0 0 715 12 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725436536816 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8958] ppid=8891 vsize=10846964 memory=1972404 CPUtime=4.18 cores=1,3,5,7
/proc/8894/task/8958/stat : 8958 (java) S 8891 8894 14487 0 -1 1077944384 93020 13082 0 0 398 13 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725435484528 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8959] ppid=8891 vsize=10846964 memory=1972404 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8959/stat : 8959 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724407523808 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8960] ppid=8891 vsize=10846964 memory=1972404 CPUtime=1.23 cores=1,3,5,7
/proc/8894/task/8960/stat : 8960 (java) S 8891 8894 14487 0 -1 1077944384 2863 13082 0 0 52 64 4 3 20 0 15 0 407728764 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725434432432 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 2236.49 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1972404 KiB

[startup+2262.3 s]
/proc/loadavg: 1.35 1.42 1.46 3/227 9322
/proc/meminfo: memFree=20089012/32770624 swapFree=66997112/67108860
[pid=8894] ppid=8891 vsize=10846964 memory=1972404 CPUtime=2297.02 cores=1,3,5,7
/proc/8894/stat : 8894 (java) S 8891 8894 14487 0 -1 1077944320 534381 13082 0 0 229445 250 4 3 20 0 15 0 407728749 11107291136 493101 33554432000 4194304 4196468 140726214145152 140726214127696 139725912051447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
/proc/8894/statm: 2711741 493101 3621 1 0 2673805 0
[pid=8894/tid=8947] ppid=8891 vsize=10846964 memory=8112282956445269571 CPUtime=2252.04 cores=1,3,5,7
/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 97566 13082 0 0 225147 50 4 3 20 0 15 0 407728758 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725883886208 139725506795677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.35 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 26849 13082 0 0 501 27 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.39 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 24998 13082 0 0 507 25 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.34 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 23676 13082 0 0 503 24 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.4 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 32409 13082 0 0 507 26 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8952] ppid=8891 vsize=10846964 memory=180 CPUtime=4 cores=1,3,5,7
/proc/8894/task/8952/stat : 8952 (java) S 8891 8894 14487 0 -1 1077944384 27115 13082 0 0 371 22 4 3 20 0 15 0 407728760 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725438642800 139725912062594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8953] ppid=8891 vsize=10846964 memory=1972404 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8953/stat : 8953 (java) S 8891 8894 14487 0 -1 1077944384 32 13082 0 0 0 0 4 3 20 0 15 0 407728760 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725352461728 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8954] ppid=8891 vsize=10846964 memory=1972404 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8954/stat : 8954 (java) S 8891 8894 14487 0 -1 1077944384 28 13082 0 0 0 0 4 3 20 0 15 0 407728761 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724748482176 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8955] ppid=8891 vsize=10846964 memory=812 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8955/stat : 8955 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724441082448 139725912070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8956] ppid=8891 vsize=10846964 memory=1764 CPUtime=7.2 cores=1,3,5,7
/proc/8894/task/8956/stat : 8956 (java) S 8891 8894 14487 0 -1 1077944384 95307 13082 0 0 701 12 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725437589616 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8957] ppid=8891 vsize=10846964 memory=3 CPUtime=7.36 cores=1,3,5,7
/proc/8894/task/8957/stat : 8957 (java) S 8891 8894 14487 0 -1 1077944384 107753 13082 0 0 717 12 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725436536816 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8958] ppid=8891 vsize=10846964 memory=143 CPUtime=4.19 cores=1,3,5,7
/proc/8894/task/8958/stat : 8958 (java) S 8891 8894 14487 0 -1 1077944384 93545 13082 0 0 399 13 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725435484528 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8959] ppid=8891 vsize=10846964 memory=1972404 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8959/stat : 8959 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724407523808 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8960] ppid=8891 vsize=10846964 memory=1436 CPUtime=1.27 cores=1,3,5,7
/proc/8894/task/8960/stat : 8960 (java) S 8891 8894 14487 0 -1 1077944384 2893 13082 0 0 53 67 4 3 20 0 15 0 407728764 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725434432432 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 2297.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1972404 KiB

[startup+2322.3 s]
/proc/loadavg: 1.37 1.40 1.45 3/228 9328
/proc/meminfo: memFree=20086228/32770624 swapFree=66997112/67108860
[pid=8894] ppid=8891 vsize=10846964 memory=1972404 CPUtime=2357.57 cores=1,3,5,7
/proc/8894/stat : 8894 (java) S 8891 8894 14487 0 -1 1077944320 538387 13082 0 0 235496 254 4 3 20 0 15 0 407728749 11107291136 493101 33554432000 4194304 4196468 140726214145152 140726214127696 139725912051447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
/proc/8894/statm: 2711741 493101 3621 1 0 2673805 0
[pid=8894/tid=8947] ppid=8891 vsize=10846964 memory=1972404 CPUtime=2311.71 cores=1,3,5,7
/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 98465 13082 0 0 231113 51 4 3 20 0 15 0 407728758 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725883864672 139725506797011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.52 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 27175 13082 0 0 517 28 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.57 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 25189 13082 0 0 524 26 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.49 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 23740 13082 0 0 518 24 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=10846964 memory=1972404 CPUtime=5.57 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 32816 13082 0 0 524 26 4 3 20 0 15 0 407728759 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8952] ppid=8891 vsize=10846964 memory=1972404 CPUtime=4.13 cores=1,3,5,7
/proc/8894/task/8952/stat : 8952 (java) S 8891 8894 14487 0 -1 1077944384 27505 13082 0 0 383 23 4 3 20 0 15 0 407728760 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725438642800 139725912062594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8953] ppid=8891 vsize=10846964 memory=1972404 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8953/stat : 8953 (java) S 8891 8894 14487 0 -1 1077944384 32 13082 0 0 0 0 4 3 20 0 15 0 407728760 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725352461728 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8954] ppid=8891 vsize=10846964 memory=1972404 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8954/stat : 8954 (java) S 8891 8894 14487 0 -1 1077944384 28 13082 0 0 0 0 4 3 20 0 15 0 407728761 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724748482176 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8955] ppid=8891 vsize=10846964 memory=1972404 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8955/stat : 8955 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724441082448 139725912070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8956] ppid=8891 vsize=10846964 memory=1972404 CPUtime=7.23 cores=1,3,5,7
/proc/8894/task/8956/stat : 8956 (java) S 8891 8894 14487 0 -1 1077944384 95880 13082 0 0 704 12 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725437589616 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8957] ppid=8891 vsize=10846964 memory=1972404 CPUtime=7.38 cores=1,3,5,7
/proc/8894/task/8957/stat : 8957 (java) S 8891 8894 14487 0 -1 1077944384 108229 13082 0 0 719 12 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725436536816 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8958] ppid=8891 vsize=10846964 memory=1972404 CPUtime=4.2 cores=1,3,5,7
/proc/8894/task/8958/stat : 8958 (java) S 8891 8894 14487 0 -1 1077944384 94195 13082 0 0 400 13 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725435484528 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8959] ppid=8891 vsize=10846964 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8959/stat : 8959 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11107291136 493101 33554432000 4194304 4196468 140726214145152 139724407523808 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8960] ppid=8891 vsize=10846964 memory=1412 CPUtime=1.3 cores=1,3,5,7
/proc/8894/task/8960/stat : 8960 (java) S 8891 8894 14487 0 -1 1077944384 2923 13082 0 0 54 69 4 3 20 0 15 0 407728764 11107291136 493101 33554432000 4194304 4196468 140726214145152 139725434432432 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 2357.57 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1972404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2364.4 s]
/proc/loadavg: 1.43 1.41 1.45 3/228 9331
/proc/meminfo: memFree=20084044/32770624 swapFree=66997112/67108860
[pid=8894] ppid=8891 vsize=10846964 memory=1974452 CPUtime=2400.08 cores=1,3,5,7
/proc/8894/stat : 8894 (java) S 8891 8894 14487 0 -1 1077944320 540933 13082 0 0 239743 258 4 3 20 0 15 0 407728749 11107291136 493613 33554432000 4194304 4196468 140726214145152 140726214127696 139725912051447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
/proc/8894/statm: 2711741 493613 3621 1 0 2673805 0
[pid=8894/tid=8947] ppid=8891 vsize=10846964 memory=1710812 CPUtime=2353.57 cores=1,3,5,7
/proc/8894/task/8947/stat : 8947 (java) R 8891 8894 14487 0 -1 4202560 99097 13082 0 0 235299 51 4 3 20 0 15 0 407728758 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725883861392 139725506792471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8948] ppid=8891 vsize=10846964 memory=1804 CPUtime=5.63 cores=1,3,5,7
/proc/8894/task/8948/stat : 8948 (java) S 8891 8894 14487 0 -1 1077944384 27343 13082 0 0 528 28 4 3 20 0 15 0 407728759 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725916293520 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8949] ppid=8891 vsize=10846964 memory=916 CPUtime=5.69 cores=1,3,5,7
/proc/8894/task/8949/stat : 8949 (java) S 8891 8894 14487 0 -1 1077944384 25195 13082 0 0 536 26 4 3 20 0 15 0 407728759 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725831112976 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8950] ppid=8891 vsize=10846964 memory=1974452 CPUtime=5.61 cores=1,3,5,7
/proc/8894/task/8950/stat : 8950 (java) S 8891 8894 14487 0 -1 1077944384 24044 13082 0 0 529 25 4 3 20 0 15 0 407728759 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725830060688 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8951] ppid=8891 vsize=10846964 memory=1764 CPUtime=5.7 cores=1,3,5,7
/proc/8894/task/8951/stat : 8951 (java) S 8891 8894 14487 0 -1 1077944384 33072 13082 0 0 536 27 4 3 20 0 15 0 407728759 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725829007888 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8952] ppid=8891 vsize=10846964 memory=111628 CPUtime=4.22 cores=1,3,5,7
/proc/8894/task/8952/stat : 8952 (java) S 8891 8894 14487 0 -1 1077944384 27719 13082 0 0 392 23 4 3 20 0 15 0 407728760 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725438642800 139725912062594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8953] ppid=8891 vsize=10846964 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8953/stat : 8953 (java) S 8891 8894 14487 0 -1 1077944384 32 13082 0 0 0 0 4 3 20 0 15 0 407728760 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725352461728 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8954] ppid=8891 vsize=10846964 memory=2764 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8954/stat : 8954 (java) S 8891 8894 14487 0 -1 1077944384 28 13082 0 0 0 0 4 3 20 0 15 0 407728761 11107291136 493613 33554432000 4194304 4196468 140726214145152 139724748482176 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8955] ppid=8891 vsize=10846964 memory=2660 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8955/stat : 8955 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11107291136 493613 33554432000 4194304 4196468 140726214145152 139724441082448 139725912070043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8956] ppid=8891 vsize=10846964 memory=1408 CPUtime=7.24 cores=1,3,5,7
/proc/8894/task/8956/stat : 8956 (java) S 8891 8894 14487 0 -1 1077944384 96193 13082 0 0 705 12 4 3 20 0 15 0 407728763 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725437589616 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8957] ppid=8891 vsize=10846964 memory=3232 CPUtime=7.39 cores=1,3,5,7
/proc/8894/task/8957/stat : 8957 (java) S 8891 8894 14487 0 -1 1077944384 108490 13082 0 0 720 12 4 3 20 0 15 0 407728763 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725436536816 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8958] ppid=8891 vsize=10846964 memory=1974452 CPUtime=4.21 cores=1,3,5,7
/proc/8894/task/8958/stat : 8958 (java) S 8891 8894 14487 0 -1 1077944384 94569 13082 0 0 401 13 4 3 20 0 15 0 407728763 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725435484528 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8959] ppid=8891 vsize=10846964 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/8894/task/8959/stat : 8959 (java) S 8891 8894 14487 0 -1 1077944384 3 13082 0 0 0 0 4 3 20 0 15 0 407728763 11107291136 493613 33554432000 4194304 4196468 140726214145152 139724407523808 139725912061653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
[pid=8894/tid=8960] ppid=8891 vsize=10846964 memory=1412 CPUtime=1.33 cores=1,3,5,7
/proc/8894/task/8960/stat : 8960 (java) S 8891 8894 14487 0 -1 1077944384 2941 13082 0 0 55 71 4 3 20 0 15 0 407728764 11107291136 493613 33554432000 4194304 4196468 140726214145152 139725434432432 139725912062594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140726214146806 140726214149317 140726214149317 140726214152143 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1974452 KiB

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

[startup+2364.44 s]
# the end of solver process 8894 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.51 s, system=2.63614 s

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

Child status: 143
Real time (s): 2364.44
CPU time (s): 2400.15
CPU user time (s): 2397.51
CPU system time (s): 2.63614
CPU usage (%): 101.51
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 2051684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.51
system time used= 2.63614
maximum resident set size= 2051684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148246
involuntary context switches= 2614


# summary of solver processes directly reported to runsolver:
#   pid: 8894
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2397.51
#   total CPU system time (s): 2.63614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1876 second user time and 22.3087 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 20:58:18
IDJOB=4392157
IDBENCH=127972
IDSOLVER=2837
FILE ID=node103/4392157-1568314757
RUNJOBID= node103-1568301258-4658
PBS_JOBID= 21701108
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392157-1568314757/watcher-4392157-1568314757 -o /tmp/evaluation-result-4392157-1568314757/solver-4392157-1568314757 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4658 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=872771485 HOME/instance-4392157-1568314757.xml

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

MD5SUM BENCH= 105bb238691d484e064b3a25c3dae36e
RANDOM SEED=872771485

node103.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.74
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.74
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.74
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.74
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:        22998836 kB
MemAvailable:   31094704 kB
Buffers:          140112 kB
Cached:          8176056 kB
SwapCached:         8920 kB
Active:          2513188 kB
Inactive:        6570960 kB
Active(anon):     756324 kB
Inactive(anon):    53084 kB
Active(file):    1756864 kB
Inactive(file):  6517876 kB
Unevictable:      107416 kB
Mlocked:          107416 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             35844 kB
Writeback:             0 kB
AnonPages:        904200 kB
Mapped:            56444 kB
Shmem:             32812 kB
Slab:             279664 kB
SReclaimable:     249588 kB
SUnreclaim:        30076 kB
KernelStack:        3984 kB
PageTables:         8820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1875204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57196 MiB
End job on node103 at 2019-09-12 21:37:42