Trace number 4395945

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.07 2488.04

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-046.xml
MD5SUM90f9fedd4c3faeb9a4a1958b76d0db2e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark186.128
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size29
Maximum domain size46
Distribution of domain sizes[{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395945-1568413853/watcher-4395945-1568413853 -o /tmp/evaluation-result-4395945-1568413853/solver-4395945-1568413853 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=456671667 HOME/instance-4395945-1568413853.xml 

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

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

solver pid=23893, runsolver pid=23890

[startup+0.10013 s]*
/proc/loadavg: 1.32 1.25 1.33 3/220 23949
/proc/meminfo: memFree=28414628/32770624 swapFree=66916576/67108860
[pid=23893] ppid=23890 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/23893/stat : 23893 (java) S 23890 23893 15665 0 -1 1077944320 4446 13130 0 0 1 1 5 2 20 0 6 0 417635838 10212057088 4204 33554432000 4194304 4196468 140723487816144 140723487798688 140715310808823 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
/proc/23893/statm: 2493178 4204 1935 1 0 2481616 0
[pid=23893/tid=23946] ppid=23890 vsize=9972712 memory=4279135704013571469 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 2239 13130 0 0 0 0 5 2 20 0 6 0 417635847 10212057088 4204 33554432000 4194304 4196468 140723487816144 140715282645584 140715310830749 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 6 0 417635848 10212057088 4204 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=9972712 memory=139691782186624 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 6 0 417635848 10212057088 4204 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 6 0 417635848 10212057088 4204 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 6 0 417635848 10212057088 4204 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210293 s]*
/proc/loadavg: 1.32 1.25 1.33 5/230 23959
/proc/meminfo: memFree=28393612/32770624 swapFree=66916576/67108860
[pid=23893] ppid=23890 vsize=10819664 memory=39212 CPUtime=0.25 cores=0,2,4,6
/proc/23893/stat : 23893 (java) S 23890 23893 15665 0 -1 1077944320 7184 13130 0 0 16 2 5 2 20 0 15 0 417635838 11079335936 9803 33554432000 4194304 4196468 140723487816144 140723487798688 140715310808823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
/proc/23893/statm: 2704916 9803 3137 1 0 2667149 0
[pid=23893/tid=23946] ppid=23890 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 3686 13130 0 0 11 1 5 2 20 0 15 0 417635847 11079335936 9803 33554432000 4194304 4196468 140723487816144 140715282639680 140715310830749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=10819664 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635848 11079335936 9803 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=10819664 memory=139691782208542 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635848 11079335936 9803 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635848 11079335936 9803 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 417635848 11079335936 9803 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23951] ppid=23890 vsize=10819664 memory=139691782186624 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23951/stat : 23951 (java) S 23890 23893 15665 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 417635849 11079335936 9803 33554432000 4194304 4196468 140723487816144 140714770307824 140715310819970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23952] ppid=23890 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23952/stat : 23952 (java) S 23890 23893 15665 0 -1 1077944384 13 13130 0 0 0 0 5 2 20 0 15 0 417635850 11079335936 9803 33554432000 4194304 4196468 140723487816144 140714201573024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23953] ppid=23890 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23953/stat : 23953 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635850 11079335936 9803 33554432000 4194304 4196468 140723487816144 140714067354864 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23954] ppid=23890 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23954/stat : 23954 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635852 11079335936 9803 33554432000 4194304 4196468 140723487816144 140713827064272 140715310827419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23955] ppid=23890 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23893/task/23955/stat : 23955 (java) S 23890 23893 15665 0 -1 1077944384 461 13130 0 0 1 0 5 2 20 0 15 0 417635853 11079335936 9803 33554432000 4194304 4196468 140723487816144 140714769254640 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23956] ppid=23890 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23893/task/23956/stat : 23956 (java) S 23890 23893 15665 0 -1 1077944384 178 13130 0 0 1 0 5 2 20 0 15 0 417635853 11079335936 9803 33554432000 4194304 4196468 140723487816144 140714768202096 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23957] ppid=23890 vsize=10819664 memory=139691782186624 CPUtime=0.09 cores=0,2,4,6
/proc/23893/task/23957/stat : 23957 (java) S 23890 23893 15665 0 -1 1077944384 620 13130 0 0 2 0 5 2 20 0 15 0 417635853 11079335936 9803 33554432000 4194304 4196468 140723487816144 140714767149040 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23958] ppid=23890 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23958/stat : 23958 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635853 11079335936 9803 33554432000 4194304 4196468 140723487816144 140713793505632 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23959] ppid=23890 vsize=10819664 memory=139691782186624 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23959/stat : 23959 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635853 11079335936 9803 33554432000 4194304 4196468 140723487816144 140714766097456 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39212 KiB

[startup+0.310647 s]*
/proc/loadavg: 1.32 1.25 1.33 4/230 23959
/proc/meminfo: memFree=28380336/32770624 swapFree=66916576/67108860
[pid=23893] ppid=23890 vsize=10820148 memory=50308 CPUtime=0.39 cores=0,2,4,6
/proc/23893/stat : 23893 (java) S 23890 23893 15665 0 -1 1077944320 10870 13130 0 0 28 4 5 2 20 0 15 0 417635838 11079831552 12577 33554432000 4194304 4196468 140723487816144 140723487798688 140715310808823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
/proc/23893/statm: 2705037 12577 3269 1 0 2667149 0
[pid=23893/tid=23946] ppid=23890 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 7355 13130 0 0 19 2 5 2 20 0 15 0 417635847 11079831552 12577 33554432000 4194304 4196468 140723487816144 140715282614928 140715294889310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635848 11079831552 12577 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635848 11079831552 12577 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635848 11079831552 12577 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 417635848 11079831552 12577 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23951] ppid=23890 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23951/stat : 23951 (java) S 23890 23893 15665 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 417635849 11079831552 12577 33554432000 4194304 4196468 140723487816144 140714770307824 140715310819970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23952] ppid=23890 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23952/stat : 23952 (java) S 23890 23893 15665 0 -1 1077944384 13 13130 0 0 0 0 5 2 20 0 15 0 417635850 11079831552 12577 33554432000 4194304 4196468 140723487816144 140714201573024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23953] ppid=23890 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23953/stat : 23953 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635850 11079831552 12577 33554432000 4194304 4196468 140723487816144 140714067354864 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23954] ppid=23890 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23954/stat : 23954 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635852 11079831552 12577 33554432000 4194304 4196468 140723487816144 140713827064272 140715310827419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23955] ppid=23890 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23893/task/23955/stat : 23955 (java) S 23890 23893 15665 0 -1 1077944384 462 13130 0 0 2 0 5 2 20 0 15 0 417635853 11079831552 12577 33554432000 4194304 4196468 140723487816144 140714769254640 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23956] ppid=23890 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23893/task/23956/stat : 23956 (java) S 23890 23893 15665 0 -1 1077944384 187 13130 0 0 2 0 5 2 20 0 15 0 417635853 11079831552 12577 33554432000 4194304 4196468 140723487816144 140714768202096 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23957] ppid=23890 vsize=10820148 memory=139691782186624 CPUtime=0.12 cores=0,2,4,6
/proc/23893/task/23957/stat : 23957 (java) S 23890 23893 15665 0 -1 1077944384 629 13130 0 0 5 0 5 2 20 0 15 0 417635853 11079831552 12577 33554432000 4194304 4196468 140723487816144 140714767149040 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23958] ppid=23890 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23958/stat : 23958 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635853 11079831552 12577 33554432000 4194304 4196468 140723487816144 140713793505632 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23959] ppid=23890 vsize=10820148 memory=139691782186624 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23959/stat : 23959 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635853 11079831552 12577 33554432000 4194304 4196468 140723487816144 140714766097456 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50308 KiB

[startup+0.708313 s]
/proc/loadavg: 1.32 1.25 1.33 3/230 23959
/proc/meminfo: memFree=28366712/32770624 swapFree=66916576/67108860
[pid=23893] ppid=23890 vsize=10824360 memory=83580 CPUtime=1.15 cores=0,2,4,6
/proc/23893/stat : 23893 (java) S 23890 23893 15665 0 -1 1077944320 15109 13130 0 0 102 6 5 2 20 0 15 0 417635838 11084144640 20895 33554432000 4194304 4196468 140723487816144 140723487798688 140715310808823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
/proc/23893/statm: 2706090 20895 3502 1 0 2668173 0
[pid=23893/tid=23946] ppid=23890 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 10397 13130 0 0 56 4 5 2 20 0 15 0 417635847 11084144640 20895 33554432000 4194304 4196468 140723487816144 140715282617280 140715296983660 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635848 11084144640 20895 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635848 11084144640 20895 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=10824360 memory=139691663962896 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635848 11084144640 20895 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=10824360 memory=139693811303002 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 2 13130 0 0 0 0 5 2 20 0 15 0 417635848 11084144640 20895 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23951] ppid=23890 vsize=10824360 memory=8300 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23951/stat : 23951 (java) S 23890 23893 15665 0 -1 1077944384 5 13130 0 0 0 0 5 2 20 0 15 0 417635849 11084144640 20895 33554432000 4194304 4196468 140723487816144 140714770307824 140715310819970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23952] ppid=23890 vsize=10824360 memory=6297835844906604903 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23952/stat : 23952 (java) S 23890 23893 15665 0 -1 1077944384 13 13130 0 0 0 0 5 2 20 0 15 0 417635850 11084144640 20895 33554432000 4194304 4196468 140723487816144 140714201573024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23953] ppid=23890 vsize=10824360 memory=6081102367496366441 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23953/stat : 23953 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635850 11084144640 20895 33554432000 4194304 4196468 140723487816144 140714067354864 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23954] ppid=23890 vsize=10824360 memory=20516 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23954/stat : 23954 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635852 11084144640 20895 33554432000 4194304 4196468 140723487816144 140713827064272 140715310827419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23955] ppid=23890 vsize=10824360 memory=12036 CPUtime=0.2 cores=0,2,4,6
/proc/23893/task/23955/stat : 23955 (java) R 23890 23893 15665 0 -1 4202560 842 13130 0 0 13 0 5 2 20 0 15 0 417635853 11084144640 20895 33554432000 4194304 4196468 140723487816144 140714769254640 140715295688406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23956] ppid=23890 vsize=10824360 memory=2116 CPUtime=0.22 cores=0,2,4,6
/proc/23893/task/23956/stat : 23956 (java) S 23890 23893 15665 0 -1 1077944384 757 13130 0 0 15 0 5 2 20 0 15 0 417635853 11084144640 20895 33554432000 4194304 4196468 140723487816144 140714768202096 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23957] ppid=23890 vsize=10824360 memory=500 CPUtime=0.24 cores=0,2,4,6
/proc/23893/task/23957/stat : 23957 (java) S 23890 23893 15665 0 -1 1077944384 871 13130 0 0 17 0 5 2 20 0 15 0 417635853 11084144640 20895 33554432000 4194304 4196468 140723487816144 140714767149040 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23958] ppid=23890 vsize=10824360 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23958/stat : 23958 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635853 11084144640 20895 33554432000 4194304 4196468 140723487816144 140713793505632 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23959] ppid=23890 vsize=10824360 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23959/stat : 23959 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635853 11084144640 20895 33554432000 4194304 4196468 140723487816144 140714766097456 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83580 KiB

[startup+1.5031 s]
/proc/loadavg: 1.32 1.25 1.33 3/230 23959
/proc/meminfo: memFree=28325208/32770624 swapFree=66916576/67108860
[pid=23893] ppid=23890 vsize=10834676 memory=171012 CPUtime=2.46 cores=0,2,4,6
/proc/23893/stat : 23893 (java) S 23890 23893 15665 0 -1 1077944320 21770 13130 0 0 228 11 5 2 20 0 15 0 417635838 11094708224 42753 33554432000 4194304 4196468 140723487816144 140723487798688 140715310808823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
/proc/23893/statm: 2708669 42753 3589 1 0 2670733 0
[pid=23893/tid=23946] ppid=23890 vsize=10834676 memory=67516 CPUtime=1.42 cores=0,2,4,6
/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 15302 13130 0 0 129 6 5 2 20 0 15 0 417635847 11094708224 42753 33554432000 4194304 4196468 140723487816144 140715282602544 140715294852453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 307 13130 0 0 1 0 5 2 20 0 15 0 417635848 11094708224 42753 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=10834676 memory=279383327957152 CPUtime=0.08 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 66 13130 0 0 1 0 5 2 20 0 15 0 417635848 11094708224 42753 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 31 13130 0 0 0 0 5 2 20 0 15 0 417635848 11094708224 42753 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 72 13130 0 0 1 0 5 2 20 0 15 0 417635848 11094708224 42753 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23951] ppid=23890 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23893/task/23951/stat : 23951 (java) S 23890 23893 15665 0 -1 1077944384 131 13130 0 0 1 0 5 2 20 0 15 0 417635849 11094708224 42753 33554432000 4194304 4196468 140723487816144 140714770307824 140715310819970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23952] ppid=23890 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23952/stat : 23952 (java) S 23890 23893 15665 0 -1 1077944384 15 13130 0 0 0 0 5 2 20 0 15 0 417635850 11094708224 42753 33554432000 4194304 4196468 140723487816144 140714201573088 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23953] ppid=23890 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23953/stat : 23953 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635850 11094708224 42753 33554432000 4194304 4196468 140723487816144 140714067354880 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23954] ppid=23890 vsize=10834676 memory=-2245088631185882904 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23954/stat : 23954 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635852 11094708224 42753 33554432000 4194304 4196468 140723487816144 140713827064272 140715310827419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23955] ppid=23890 vsize=10834676 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/23893/task/23955/stat : 23955 (java) S 23890 23893 15665 0 -1 1077944384 1020 13130 0 0 22 0 5 2 20 0 15 0 417635853 11094708224 42753 33554432000 4194304 4196468 140723487816144 140714769254640 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23956] ppid=23890 vsize=10834676 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/23893/task/23956/stat : 23956 (java) S 23890 23893 15665 0 -1 1077944384 999 13130 0 0 28 0 5 2 20 0 15 0 417635853 11094708224 42753 33554432000 4194304 4196468 140723487816144 140714768202096 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23957] ppid=23890 vsize=10834676 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/23893/task/23957/stat : 23957 (java) S 23890 23893 15665 0 -1 1077944384 1610 13130 0 0 41 1 5 2 20 0 15 0 417635853 11094708224 42753 33554432000 4194304 4196468 140723487816144 140714767149040 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23958] ppid=23890 vsize=10834676 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23958/stat : 23958 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635853 11094708224 42753 33554432000 4194304 4196468 140723487816144 140713793505632 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23959] ppid=23890 vsize=10834676 memory=279383328201600 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23959/stat : 23959 (java) S 23890 23893 15665 0 -1 1077944384 1 13130 0 0 0 0 5 2 20 0 15 0 417635853 11094708224 42753 33554432000 4194304 4196468 140723487816144 140714766097456 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB

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

/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 54636 13130 0 0 230594 32 5 2 20 0 15 0 417635847 11107311616 172457 33554432000 4194304 4196468 140723487816144 140715282644384 140714908805425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=10846984 memory=689828 CPUtime=6.95 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 12812 13130 0 0 654 34 5 2 20 0 15 0 417635848 11107311616 172457 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=10846984 memory=689824 CPUtime=6.99 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 7234 13130 0 0 658 34 5 2 20 0 15 0 417635848 11107311616 172457 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=10846984 memory=689824 CPUtime=7.02 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 9762 13130 0 0 659 36 5 2 20 0 15 0 417635848 11107311616 172457 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=10846984 memory=689824 CPUtime=6.98 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 9188 13130 0 0 656 35 5 2 20 0 15 0 417635848 11107311616 172457 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23951] ppid=23890 vsize=10846984 memory=689828 CPUtime=6.58 cores=0,2,4,6
/proc/23893/task/23951/stat : 23951 (java) S 23890 23893 15665 0 -1 1077944384 13565 13130 0 0 622 29 5 2 20 0 15 0 417635849 11107311616 172457 33554432000 4194304 4196468 140723487816144 140714770307824 140715310819970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23952] ppid=23890 vsize=10846984 memory=689828 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23952/stat : 23952 (java) S 23890 23893 15665 0 -1 1077944384 20 13130 0 0 0 0 5 2 20 0 15 0 417635850 11107311616 172457 33554432000 4194304 4196468 140723487816144 140714201573152 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23953] ppid=23890 vsize=10846984 memory=689828 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23953/stat : 23953 (java) S 23890 23893 15665 0 -1 1077944384 10 13130 0 0 0 0 5 2 20 0 15 0 417635850 11107311616 172457 33554432000 4194304 4196468 140723487816144 140714067354880 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23954] ppid=23890 vsize=10846984 memory=689824 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23954/stat : 23954 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635852 11107311616 172457 33554432000 4194304 4196468 140723487816144 140713827064272 140715310827419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23955] ppid=23890 vsize=10846984 memory=6791534058613427641 CPUtime=4.35 cores=0,2,4,6
/proc/23893/task/23955/stat : 23955 (java) S 23890 23893 15665 0 -1 1077944384 22426 13130 0 0 425 3 5 2 20 0 15 0 417635853 11107311616 172457 33554432000 4194304 4196468 140723487816144 140714769254640 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23956] ppid=23890 vsize=10846984 memory=5996 CPUtime=4.56 cores=0,2,4,6
/proc/23893/task/23956/stat : 23956 (java) S 23890 23893 15665 0 -1 1077944384 32447 13130 0 0 445 4 5 2 20 0 15 0 417635853 11107311616 172457 33554432000 4194304 4196468 140723487816144 140714768202096 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23957] ppid=23890 vsize=10846984 memory=689828 CPUtime=2.25 cores=0,2,4,6
/proc/23893/task/23957/stat : 23957 (java) S 23890 23893 15665 0 -1 1077944384 17067 13130 0 0 215 3 5 2 20 0 15 0 417635853 11107311616 172457 33554432000 4194304 4196468 140723487816144 140714767149040 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23958] ppid=23890 vsize=10846984 memory=2044 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23958/stat : 23958 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635853 11107311616 172457 33554432000 4194304 4196468 140723487816144 140713793505632 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23959] ppid=23890 vsize=10846984 memory=689828 CPUtime=1.41 cores=0,2,4,6
/proc/23893/task/23959/stat : 23959 (java) S 23890 23893 15665 0 -1 1077944384 1322 13130 0 0 68 66 5 2 20 0 15 0 417635853 11107311616 172457 33554432000 4194304 4196468 140723487816144 140714766097456 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 2352.9 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 689828 KiB

[startup+2382.3 s]
/proc/loadavg: 0.69 0.70 0.82 2/210 24269
/proc/meminfo: memFree=29582920/32770624 swapFree=66916596/67108860
[pid=23893] ppid=23890 vsize=10846984 memory=689840 CPUtime=2413.41 cores=0,2,4,6
/proc/23893/stat : 23893 (java) S 23890 23893 15665 0 -1 1077944320 183440 13130 0 0 241094 240 5 2 20 0 15 0 417635838 11107311616 172460 33554432000 4194304 4196468 140723487816144 140723487798688 140715310808823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
/proc/23893/statm: 2711746 172460 3635 1 0 2673805 0
[pid=23893/tid=23946] ppid=23890 vsize=10846984 memory=12036 CPUtime=2365.93 cores=0,2,4,6
/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 55016 13130 0 0 236554 32 5 2 20 0 15 0 417635847 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715282644784 140714908805377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=10846984 memory=689840 CPUtime=7.12 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 12827 13130 0 0 670 35 5 2 20 0 15 0 417635848 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=10846984 memory=689840 CPUtime=7.16 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 7236 13130 0 0 674 35 5 2 20 0 15 0 417635848 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=10846984 memory=689840 CPUtime=7.19 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 9763 13130 0 0 676 36 5 2 20 0 15 0 417635848 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=10846984 memory=702 CPUtime=7.16 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 9342 13130 0 0 673 36 5 2 20 0 15 0 417635848 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23951] ppid=23890 vsize=10846984 memory=689840 CPUtime=6.76 cores=0,2,4,6
/proc/23893/task/23951/stat : 23951 (java) S 23890 23893 15665 0 -1 1077944384 13579 13130 0 0 638 31 5 2 20 0 15 0 417635849 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714770307824 140715310819970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23952] ppid=23890 vsize=10846984 memory=689840 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23952/stat : 23952 (java) S 23890 23893 15665 0 -1 1077944384 20 13130 0 0 0 0 5 2 20 0 15 0 417635850 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714201573152 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23953] ppid=23890 vsize=10846984 memory=689840 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23953/stat : 23953 (java) S 23890 23893 15665 0 -1 1077944384 10 13130 0 0 0 0 5 2 20 0 15 0 417635850 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714067354880 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23954] ppid=23890 vsize=10846984 memory=3628 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23954/stat : 23954 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635852 11107311616 172460 33554432000 4194304 4196468 140723487816144 140713827064272 140715310827419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23955] ppid=23890 vsize=10846984 memory=39580 CPUtime=4.36 cores=0,2,4,6
/proc/23893/task/23955/stat : 23955 (java) S 23890 23893 15665 0 -1 1077944384 22592 13130 0 0 426 3 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714769254640 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23956] ppid=23890 vsize=10846984 memory=3628 CPUtime=4.56 cores=0,2,4,6
/proc/23893/task/23956/stat : 23956 (java) S 23890 23893 15665 0 -1 1077944384 32447 13130 0 0 445 4 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714768202096 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23957] ppid=23890 vsize=10846984 memory=39580 CPUtime=2.25 cores=0,2,4,6
/proc/23893/task/23957/stat : 23957 (java) S 23890 23893 15665 0 -1 1077944384 17067 13130 0 0 215 3 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714767149040 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23958] ppid=23890 vsize=10846984 memory=689840 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23958/stat : 23958 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140713793505632 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23959] ppid=23890 vsize=10846984 memory=3628 CPUtime=1.45 cores=0,2,4,6
/proc/23893/task/23959/stat : 23959 (java) S 23890 23893 15665 0 -1 1077944384 1326 13130 0 0 70 68 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714766097456 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 2413.41 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 689840 KiB

[startup+2442.3 s]
/proc/loadavg: 0.74 0.72 0.82 2/210 24280
/proc/meminfo: memFree=29582072/32770624 swapFree=66916596/67108860
[pid=23893] ppid=23890 vsize=10846984 memory=689840 CPUtime=2473.93 cores=0,2,4,6
/proc/23893/stat : 23893 (java) S 23890 23893 15665 0 -1 1077944320 184624 13130 0 0 247141 245 5 2 20 0 15 0 417635838 11107311616 172460 33554432000 4194304 4196468 140723487816144 140723487798688 140715310808823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
/proc/23893/statm: 2711746 172460 3635 1 0 2673805 0
[pid=23893/tid=23946] ppid=23890 vsize=10846984 memory=689840 CPUtime=2425.54 cores=0,2,4,6
/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 55522 13130 0 0 242515 32 5 2 20 0 15 0 417635847 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715282644496 140714907749851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=10846984 memory=689840 CPUtime=7.29 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 12927 13130 0 0 686 36 5 2 20 0 15 0 417635848 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=10846984 memory=0 CPUtime=7.34 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 7240 13130 0 0 691 36 5 2 20 0 15 0 417635848 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=10846984 memory=689840 CPUtime=7.36 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 9806 13130 0 0 692 37 5 2 20 0 15 0 417635848 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=10846984 memory=689840 CPUtime=7.33 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 9353 13130 0 0 689 37 5 2 20 0 15 0 417635848 11107311616 172460 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23951] ppid=23890 vsize=10846984 memory=689840 CPUtime=6.92 cores=0,2,4,6
/proc/23893/task/23951/stat : 23951 (java) S 23890 23893 15665 0 -1 1077944384 13757 13130 0 0 653 32 5 2 20 0 15 0 417635849 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714770307824 140715310819970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23952] ppid=23890 vsize=10846984 memory=689840 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23952/stat : 23952 (java) S 23890 23893 15665 0 -1 1077944384 20 13130 0 0 0 0 5 2 20 0 15 0 417635850 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714201573152 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23953] ppid=23890 vsize=10846984 memory=689840 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23953/stat : 23953 (java) S 23890 23893 15665 0 -1 1077944384 10 13130 0 0 0 0 5 2 20 0 15 0 417635850 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714067354880 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23954] ppid=23890 vsize=10846984 memory=689840 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23954/stat : 23954 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635852 11107311616 172460 33554432000 4194304 4196468 140723487816144 140713827064272 140715310827419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23955] ppid=23890 vsize=10846984 memory=689840 CPUtime=4.36 cores=0,2,4,6
/proc/23893/task/23955/stat : 23955 (java) S 23890 23893 15665 0 -1 1077944384 22594 13130 0 0 426 3 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714769254640 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23956] ppid=23890 vsize=10846984 memory=689840 CPUtime=4.58 cores=0,2,4,6
/proc/23893/task/23956/stat : 23956 (java) S 23890 23893 15665 0 -1 1077944384 32768 13130 0 0 447 4 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714768202096 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23957] ppid=23890 vsize=10846984 memory=689840 CPUtime=2.25 cores=0,2,4,6
/proc/23893/task/23957/stat : 23957 (java) S 23890 23893 15665 0 -1 1077944384 17069 13130 0 0 215 3 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714767149040 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23958] ppid=23890 vsize=10846984 memory=689840 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23958/stat : 23958 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140713793505632 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23959] ppid=23890 vsize=10846984 memory=689840 CPUtime=1.49 cores=0,2,4,6
/proc/23893/task/23959/stat : 23959 (java) S 23890 23893 15665 0 -1 1077944384 1343 13130 0 0 73 69 5 2 20 0 15 0 417635853 11107311616 172460 33554432000 4194304 4196468 140723487816144 140714766097456 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 2473.93 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 689840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488 s]*
/proc/loadavg: 0.71 0.71 0.81 2/210 24284
/proc/meminfo: memFree=29580228/32770624 swapFree=66916596/67108860
[pid=23893] ppid=23890 vsize=10846984 memory=691908 CPUtime=2520.01 cores=0,2,4,6
/proc/23893/stat : 23893 (java) S 23890 23893 15665 0 -1 1077944320 185557 13130 0 0 251746 248 5 2 20 0 15 0 417635838 11107311616 172977 33554432000 4194304 4196468 140723487816144 140723487798688 140715310808823 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
/proc/23893/statm: 2711746 172977 3635 1 0 2673805 0
[pid=23893/tid=23946] ppid=23890 vsize=10846984 memory=1460 CPUtime=2470.96 cores=0,2,4,6
/proc/23893/task/23946/stat : 23946 (java) R 23890 23893 15665 0 -1 4202560 55943 13130 0 0 247056 33 5 2 20 0 15 0 417635847 11107311616 172977 33554432000 4194304 4196468 140723487816144 140715282644144 140714908013427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23947] ppid=23890 vsize=10846984 memory=912 CPUtime=7.42 cores=0,2,4,6
/proc/23893/task/23947/stat : 23947 (java) S 23890 23893 15665 0 -1 1077944384 13141 13130 0 0 698 37 5 2 20 0 15 0 417635848 11107311616 172977 33554432000 4194304 4196468 140723487816144 140715315051024 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23948] ppid=23890 vsize=10846984 memory=1444 CPUtime=7.47 cores=0,2,4,6
/proc/23893/task/23948/stat : 23948 (java) S 23890 23893 15665 0 -1 1077944384 7249 13130 0 0 703 37 5 2 20 0 15 0 417635848 11107311616 172977 33554432000 4194304 4196468 140723487816144 140715213941392 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23949] ppid=23890 vsize=10846984 memory=4872558044660077418 CPUtime=7.49 cores=0,2,4,6
/proc/23893/task/23949/stat : 23949 (java) S 23890 23893 15665 0 -1 1077944384 9842 13130 0 0 705 37 5 2 20 0 15 0 417635848 11107311616 172977 33554432000 4194304 4196468 140723487816144 140715212888336 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23950] ppid=23890 vsize=10846984 memory=500 CPUtime=7.47 cores=0,2,4,6
/proc/23893/task/23950/stat : 23950 (java) S 23890 23893 15665 0 -1 1077944384 9399 13130 0 0 702 38 5 2 20 0 15 0 417635848 11107311616 172977 33554432000 4194304 4196468 140723487816144 140715211835792 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23951] ppid=23890 vsize=10846984 memory=1556 CPUtime=7.04 cores=0,2,4,6
/proc/23893/task/23951/stat : 23951 (java) S 23890 23893 15665 0 -1 1077944384 13943 13130 0 0 665 32 5 2 20 0 15 0 417635849 11107311616 172977 33554432000 4194304 4196468 140723487816144 140714770307824 140715310819970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23952] ppid=23890 vsize=10846984 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23952/stat : 23952 (java) S 23890 23893 15665 0 -1 1077944384 20 13130 0 0 0 0 5 2 20 0 15 0 417635850 11107311616 172977 33554432000 4194304 4196468 140723487816144 140714201573152 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23953] ppid=23890 vsize=10846984 memory=1460 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23953/stat : 23953 (java) S 23890 23893 15665 0 -1 1077944384 10 13130 0 0 0 0 5 2 20 0 15 0 417635850 11107311616 172977 33554432000 4194304 4196468 140723487816144 140714067354880 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23954] ppid=23890 vsize=10846984 memory=912 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23954/stat : 23954 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635852 11107311616 172977 33554432000 4194304 4196468 140723487816144 140713827064272 140715310827419 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23955] ppid=23890 vsize=10846984 memory=1444 CPUtime=4.36 cores=0,2,4,6
/proc/23893/task/23955/stat : 23955 (java) S 23890 23893 15665 0 -1 1077944384 22596 13130 0 0 426 3 5 2 20 0 15 0 417635853 11107311616 172977 33554432000 4194304 4196468 140723487816144 140714769254640 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23956] ppid=23890 vsize=10846984 memory=1984 CPUtime=4.58 cores=0,2,4,6
/proc/23893/task/23956/stat : 23956 (java) S 23890 23893 15665 0 -1 1077944384 32770 13130 0 0 447 4 5 2 20 0 15 0 417635853 11107311616 172977 33554432000 4194304 4196468 140723487816144 140714768202096 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23957] ppid=23890 vsize=10846984 memory=2528 CPUtime=2.25 cores=0,2,4,6
/proc/23893/task/23957/stat : 23957 (java) S 23890 23893 15665 0 -1 1077944384 17071 13130 0 0 215 3 5 2 20 0 15 0 417635853 11107311616 172977 33554432000 4194304 4196468 140723487816144 140714767149040 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23958] ppid=23890 vsize=10846984 memory=691908 CPUtime=0.07 cores=0,2,4,6
/proc/23893/task/23958/stat : 23958 (java) S 23890 23893 15665 0 -1 1077944384 3 13130 0 0 0 0 5 2 20 0 15 0 417635853 11107311616 172977 33554432000 4194304 4196468 140723487816144 140713793505632 140715310819029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
[pid=23893/tid=23959] ppid=23890 vsize=10846984 memory=1156 CPUtime=1.51 cores=0,2,4,6
/proc/23893/task/23959/stat : 23959 (java) S 23890 23893 15665 0 -1 1077944384 1358 13130 0 0 74 70 5 2 20 0 15 0 417635853 11107311616 172977 33554432000 4194304 4196468 140723487816144 140714766097456 140715310819970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9003008 140723487820528 140723487823045 140723487823045 140723487825871 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 691908 KiB

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

[startup+2488.04 s]
# the end of solver process 23893 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.54 s, system=2.52393 s

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

Child status: 143
Real time (s): 2488.04
CPU time (s): 2520.07
CPU user time (s): 2517.54
CPU system time (s): 2.52393
CPU usage (%): 101.287
Max. virtual memory (cumulated for all children) (KiB): 10849816
Max. memory (cumulated for all children) (KiB): 691908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.54
system time used= 2.52393
maximum resident set size= 696140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199993
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205333
involuntary context switches= 10335


# summary of solver processes directly reported to runsolver:
#   pid: 23893
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.54
#   total CPU system time (s): 2.52393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4117 second user time and 23.129 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-14 00:30:12
IDJOB=4395945
IDBENCH=141723
IDSOLVER=2846
FILE ID=node134/4395945-1568413853
RUNJOBID= node134-1568393375-17084
PBS_JOBID= 21701859
Free space on /tmp= 59540 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-046.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395945-1568413853/watcher-4395945-1568413853 -o /tmp/evaluation-result-4395945-1568413853/solver-4395945-1568413853 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=456671667 HOME/instance-4395945-1568413853.xml

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

MD5SUM BENCH= 90f9fedd4c3faeb9a4a1958b76d0db2e
RANDOM SEED=456671667

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:        28420124 kB
MemAvailable:   29992220 kB
Buffers:          190500 kB
Cached:          1648648 kB
SwapCached:        90652 kB
Active:          2325364 kB
Inactive:        1405132 kB
Active(anon):    1824492 kB
Inactive(anon):   106568 kB
Active(file):     500872 kB
Inactive(file):  1298564 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916576 kB
Dirty:             35348 kB
Writeback:             0 kB
AnonPages:       1913028 kB
Mapped:            57372 kB
Shmem:             31028 kB
Slab:             207660 kB
SReclaimable:     176988 kB
SUnreclaim:        30672 kB
KernelStack:        3840 kB
PageTables:        10652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2856828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1730560 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= 59544 MiB
End job on node134 at 2019-09-14 01:11:40