Trace number 4402693

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.3? (TO) 2520.15 2479.65

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-09-m057.xml
MD5SUMe3fb36821a1c53c1942e51a6fdfce406
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of constraints58
Number of domains1
Minimum domain size217
Maximum domain size217
Distribution of domain sizes[{"size":217,"count":217}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":72},{"degree":4,"count":211},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity217
Distribution of constraint arities[{"arity":2,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":3},{"arity":217,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":51}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.07/2479.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2479.61		at concrete.MAC.mac(MAC.scala:192)
2520.07/2479.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2479.61		at scala.util.Try$.apply(Try.scala:210)
2520.07/2479.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2479.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2479.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2479.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2479.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2479.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2479.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2479.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2479.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2479.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2479.61		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.07/2479.61		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.07/2479.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2479.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2479.61		at scala.util.Success.map(Try.scala:262)
2520.07/2479.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2479.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2479.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2479.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2479.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2479.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2479.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2479.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2479.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2479.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2479.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2479.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2479.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2479.61		at scala.App.main(App.scala:73)
2520.07/2479.61		at scala.App.main$(App.scala:71)
2520.07/2479.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2479.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2479.61	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 (3367 MiB free)
  memory of node 1: 16384 MiB (1820 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402693-1568978798/watcher-4402693-1568978798 -o /tmp/evaluation-result-4402693-1568978798/solver-4402693-1568978798 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23611 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=828317043 HOME/instance-4402693-1568978798.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=27260, runsolver pid=27257

[startup+0.100131 s]*
/proc/loadavg: 1.44 1.32 1.40 4/219 27317
/proc/meminfo: memFree=5306460/32770624 swapFree=66935396/67108860
[pid=27260] ppid=27257 vsize=9972712 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/27260/stat : 27260 (java) S 27257 27260 23580 0 -1 1077944320 4493 13009 0 0 1 1 5 2 20 0 6 0 473817608 10212057088 4270 33554432000 4194304 4196468 140722222636288 140722222618832 140356696502007 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
/proc/27260/statm: 2493178 4270 1935 1 0 2481616 0
[pid=27260/tid=27313] ppid=27257 vsize=9972712 memory=-8439527450518781933 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 2287 13009 0 0 0 0 5 2 20 0 6 0 473817617 10212057088 4270 33554432000 4194304 4196468 140722222636288 140356668338768 140356680582494 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=9972712 memory=4211973378773859722 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 6 0 473817618 10212057088 4270 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=9972712 memory=139652569069184 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 6 0 473817618 10212057088 4270 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 6 0 473817618 10212057088 4270 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 6 0 473817618 10212057088 4270 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.21006 s]*
/proc/loadavg: 1.44 1.32 1.40 3/228 27326
/proc/meminfo: memFree=5288528/32770624 swapFree=66935396/67108860
[pid=27260] ppid=27257 vsize=10820196 memory=40136 CPUtime=0.26 cores=0,2,4,6
/proc/27260/stat : 27260 (java) S 27257 27260 23580 0 -1 1077944320 7495 13009 0 0 17 2 5 2 20 0 15 0 473817608 11079880704 10034 33554432000 4194304 4196468 140722222636288 140722222618832 140356696502007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
/proc/27260/statm: 2705049 10034 3287 1 0 2667149 0
[pid=27260/tid=27313] ppid=27257 vsize=10820196 memory=7900017517374083699 CPUtime=0.18 cores=0,2,4,6
/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 3977 13009 0 0 10 1 5 2 20 0 15 0 473817617 11079880704 10034 33554432000 4194304 4196468 140722222636288 140356668313040 140356696523933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=10820196 memory=4211973378773859722 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11079880704 10034 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=10820196 memory=139652569069184 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11079880704 10034 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11079880704 10034 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 473817618 11079880704 10034 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27318] ppid=27257 vsize=10820196 memory=139652569069184 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27318/stat : 27318 (java) S 27257 27260 23580 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 473817619 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355699686256 140356696513154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27319] ppid=27257 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27319/stat : 27319 (java) S 27257 27260 23580 0 -1 1077944384 33 13009 0 0 0 0 5 2 20 0 15 0 473817619 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355698632224 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27320] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27320/stat : 27320 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817620 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355571803504 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27321] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27321/stat : 27321 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817622 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355264403792 140356696520603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27322] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27322/stat : 27322 (java) R 27257 27260 23580 0 -1 4202560 85 13009 0 0 0 0 5 2 20 0 15 0 473817622 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355665074544 140356679998795 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27323] ppid=27257 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27260/task/27323/stat : 27323 (java) S 27257 27260 23580 0 -1 1077944384 576 13009 0 0 1 0 5 2 20 0 15 0 473817622 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355664021744 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27324] ppid=27257 vsize=10820196 memory=139652569069184 CPUtime=0.1 cores=0,2,4,6
/proc/27260/task/27324/stat : 27324 (java) S 27257 27260 23580 0 -1 1077944384 599 13009 0 0 3 0 5 2 20 0 15 0 473817622 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355662968944 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27325] ppid=27257 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27325/stat : 27325 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817623 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355230845152 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27326] ppid=27257 vsize=10820196 memory=139652569069184 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27326/stat : 27326 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817623 11079880704 10034 33554432000 4194304 4196468 140722222636288 140355661917360 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40136 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.44 1.32 1.40 4/228 27326
/proc/meminfo: memFree=5275488/32770624 swapFree=66935396/67108860
[pid=27260] ppid=27257 vsize=10820196 memory=48316 CPUtime=0.4 cores=0,2,4,6
/proc/27260/stat : 27260 (java) S 27257 27260 23580 0 -1 1077944320 10846 13009 0 0 29 4 5 2 20 0 15 0 473817608 11079880704 12079 33554432000 4194304 4196468 140722222636288 140722222618832 140356696502007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
/proc/27260/statm: 2705049 12079 3310 1 0 2667149 0
[pid=27260/tid=27313] ppid=27257 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 7312 13009 0 0 19 3 5 2 20 0 15 0 473817617 11079880704 12079 33554432000 4194304 4196468 140722222636288 140356668312144 140356680582494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11079880704 12079 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11079880704 12079 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11079880704 12079 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 473817618 11079880704 12079 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27318] ppid=27257 vsize=10820196 memory=139652569069183 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27318/stat : 27318 (java) S 27257 27260 23580 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 473817619 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355699686256 140356696513154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27319] ppid=27257 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27319/stat : 27319 (java) S 27257 27260 23580 0 -1 1077944384 33 13009 0 0 0 0 5 2 20 0 15 0 473817619 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355698632224 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27320] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27320/stat : 27320 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817620 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355571803504 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27321] ppid=27257 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27321/stat : 27321 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817622 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355264403792 140356696520603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27322] ppid=27257 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27260/task/27322/stat : 27322 (java) S 27257 27260 23580 0 -1 1077944384 95 13009 0 0 2 0 5 2 20 0 15 0 473817622 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355665074544 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27323] ppid=27257 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27260/task/27323/stat : 27323 (java) S 27257 27260 23580 0 -1 1077944384 576 13009 0 0 2 0 5 2 20 0 15 0 473817622 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355664021744 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27324] ppid=27257 vsize=10820196 memory=139652569069184 CPUtime=0.12 cores=0,2,4,6
/proc/27260/task/27324/stat : 27324 (java) S 27257 27260 23580 0 -1 1077944384 607 13009 0 0 5 0 5 2 20 0 15 0 473817622 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355662968944 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27325] ppid=27257 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27325/stat : 27325 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817623 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355230845152 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27326] ppid=27257 vsize=10820196 memory=139652569069184 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27326/stat : 27326 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817623 11079880704 12079 33554432000 4194304 4196468 140722222636288 140355661917360 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48316 KiB

[startup+0.705236 s]
/proc/loadavg: 1.44 1.32 1.40 3/228 27326
/proc/meminfo: memFree=5260800/32770624 swapFree=66935396/67108860
[pid=27260] ppid=27257 vsize=10824364 memory=81124 CPUtime=1.15 cores=0,2,4,6
/proc/27260/stat : 27260 (java) S 27257 27260 23580 0 -1 1077944320 15058 13009 0 0 102 6 5 2 20 0 15 0 473817608 11084148736 20281 33554432000 4194304 4196468 140722222636288 140722222618832 140356696502007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
/proc/27260/statm: 2706091 20281 3507 1 0 2668173 0
[pid=27260/tid=27313] ppid=27257 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 10406 13009 0 0 56 4 5 2 20 0 15 0 473817617 11084148736 20281 33554432000 4194304 4196468 140722222636288 140356668325472 140356680582494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11084148736 20281 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11084148736 20281 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=10824364 memory=5938109780976887872 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817618 11084148736 20281 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=10824364 memory=8320808402719879476 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 473817618 11084148736 20281 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27318] ppid=27257 vsize=10824364 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27318/stat : 27318 (java) S 27257 27260 23580 0 -1 1077944384 5 13009 0 0 0 0 5 2 20 0 15 0 473817619 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355699686256 140356696513154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27319] ppid=27257 vsize=10824364 memory=61 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27319/stat : 27319 (java) S 27257 27260 23580 0 -1 1077944384 33 13009 0 0 0 0 5 2 20 0 15 0 473817619 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355698632224 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27320] ppid=27257 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27320/stat : 27320 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817620 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355571803504 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27321] ppid=27257 vsize=10824364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27321/stat : 27321 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817622 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355264403792 140356696520603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27322] ppid=27257 vsize=10824364 memory=279304944517152 CPUtime=0.22 cores=0,2,4,6
/proc/27260/task/27322/stat : 27322 (java) R 27257 27260 23580 0 -1 4202560 652 13009 0 0 15 0 5 2 20 0 15 0 473817622 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355665060640 140356675748573 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27323] ppid=27257 vsize=10824364 memory=16132 CPUtime=0.2 cores=0,2,4,6
/proc/27260/task/27323/stat : 27323 (java) S 27257 27260 23580 0 -1 1077944384 940 13009 0 0 13 0 5 2 20 0 15 0 473817622 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355664021744 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27324] ppid=27257 vsize=10824364 memory=4420 CPUtime=0.24 cores=0,2,4,6
/proc/27260/task/27324/stat : 27324 (java) S 27257 27260 23580 0 -1 1077944384 799 13009 0 0 17 0 5 2 20 0 15 0 473817622 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355662968944 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27325] ppid=27257 vsize=10824364 memory=239 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27325/stat : 27325 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817623 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355230845152 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27326] ppid=27257 vsize=10824364 memory=8242257093008374069 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27326/stat : 27326 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817623 11084148736 20281 33554432000 4194304 4196468 140722222636288 140355661917360 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81124 KiB

[startup+1.50564 s]
/proc/loadavg: 1.44 1.32 1.40 3/228 27326
/proc/meminfo: memFree=5218924/32770624 swapFree=66935396/67108860
[pid=27260] ppid=27257 vsize=10834680 memory=167200 CPUtime=2.47 cores=0,2,4,6
/proc/27260/stat : 27260 (java) S 27257 27260 23580 0 -1 1077944320 21845 13009 0 0 229 11 5 2 20 0 15 0 473817608 11094712320 41800 33554432000 4194304 4196468 140722222636288 140722222618832 140356696502007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
/proc/27260/statm: 2708670 41800 3579 1 0 2670733 0
[pid=27260/tid=27313] ppid=27257 vsize=10834680 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 15325 13009 0 0 131 6 5 2 20 0 15 0 473817617 11094712320 41800 33554432000 4194304 4196468 140722222636288 140356668302240 140356696513942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=10834680 memory=116 CPUtime=0.08 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 61 13009 0 0 1 0 5 2 20 0 15 0 473817618 11094712320 41800 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=10834680 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 36 13009 0 0 0 0 5 2 20 0 15 0 473817618 11094712320 41800 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 359 13009 0 0 0 0 5 2 20 0 15 0 473817618 11094712320 41800 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 71 13009 0 0 1 0 5 2 20 0 15 0 473817618 11094712320 41800 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27318] ppid=27257 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27260/task/27318/stat : 27318 (java) S 27257 27260 23580 0 -1 1077944384 131 13009 0 0 1 0 5 2 20 0 15 0 473817619 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355699686256 140356696513154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27319] ppid=27257 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27319/stat : 27319 (java) S 27257 27260 23580 0 -1 1077944384 34 13009 0 0 0 0 5 2 20 0 15 0 473817619 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355698632288 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27320] ppid=27257 vsize=10834680 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27320/stat : 27320 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817620 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355571803520 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27321] ppid=27257 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27321/stat : 27321 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817622 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355264403792 140356696520603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27322] ppid=27257 vsize=10834680 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/27260/task/27322/stat : 27322 (java) S 27257 27260 23580 0 -1 1077944384 868 13009 0 0 25 0 5 2 20 0 15 0 473817622 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355665074544 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27323] ppid=27257 vsize=10834680 memory=2276 CPUtime=0.32 cores=0,2,4,6
/proc/27260/task/27323/stat : 27323 (java) S 27257 27260 23580 0 -1 1077944384 1173 13009 0 0 25 0 5 2 20 0 15 0 473817622 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355664021744 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27324] ppid=27257 vsize=10834680 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/27260/task/27324/stat : 27324 (java) S 27257 27260 23580 0 -1 1077944384 1569 13009 0 0 41 0 5 2 20 0 15 0 473817622 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355662968944 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27325] ppid=27257 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27325/stat : 27325 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817623 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355230845152 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27326] ppid=27257 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27326/stat : 27326 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817623 11094712320 41800 33554432000 4194304 4196468 140722222636288 140355661917360 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 1558502 13009 0 0 230912 181 5 2 20 0 15 0 473817617 11109425152 813514 33554432000 4194304 4196468 140722222636288 140356668337136 140356678909135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=10849048 memory=3254056 CPUtime=7.82 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 17704 13009 0 0 715 60 5 2 20 0 15 0 473817618 11109425152 813514 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=10849048 memory=3254056 CPUtime=7.83 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 18842 13009 0 0 716 60 5 2 20 0 15 0 473817618 11109425152 813514 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=10849048 memory=3254056 CPUtime=7.86 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 15385 13009 0 0 719 60 5 2 20 0 15 0 473817618 11109425152 813514 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=10849048 memory=3255080 CPUtime=7.83 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 17541 13009 0 0 718 58 5 2 20 0 15 0 473817618 11109425152 813514 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27318] ppid=27257 vsize=10849048 memory=3254056 CPUtime=2.71 cores=0,2,4,6
/proc/27260/task/27318/stat : 27318 (java) S 27257 27260 23580 0 -1 1077944384 24748 13009 0 0 225 39 5 2 20 0 15 0 473817619 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355699686256 140356696513154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27319] ppid=27257 vsize=10849048 memory=3254056 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27319/stat : 27319 (java) S 27257 27260 23580 0 -1 1077944384 38 13009 0 0 0 0 5 2 20 0 15 0 473817619 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355698632288 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27320] ppid=27257 vsize=10849048 memory=3254056 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27320/stat : 27320 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817620 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355571803520 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27321] ppid=27257 vsize=10849048 memory=3254056 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27321/stat : 27321 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817622 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355264403792 140356696520603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27322] ppid=27257 vsize=10849048 memory=3254056 CPUtime=5.88 cores=0,2,4,6
/proc/27260/task/27322/stat : 27322 (java) S 27257 27260 23580 0 -1 1077944384 29507 13009 0 0 574 7 5 2 20 0 15 0 473817622 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355665074544 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27323] ppid=27257 vsize=10849048 memory=3254056 CPUtime=5.44 cores=0,2,4,6
/proc/27260/task/27323/stat : 27323 (java) S 27257 27260 23580 0 -1 1077944384 25624 13009 0 0 530 7 5 2 20 0 15 0 473817622 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355664021744 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27324] ppid=27257 vsize=10849048 memory=3254056 CPUtime=5.24 cores=0,2,4,6
/proc/27260/task/27324/stat : 27324 (java) S 27257 27260 23580 0 -1 1077944384 33723 13009 0 0 509 8 5 2 20 0 15 0 473817622 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355662968944 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27325] ppid=27257 vsize=10849048 memory=3254056 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27325/stat : 27325 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817623 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355230845152 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27326] ppid=27257 vsize=10849048 memory=3254056 CPUtime=1.44 cores=0,2,4,6
/proc/27260/task/27326/stat : 27326 (java) S 27257 27260 23580 0 -1 1077944384 932 13009 0 0 74 63 5 2 20 0 15 0 473817623 11109425152 813514 33554432000 4194304 4196468 140722222636288 140355661917360 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 2362.51 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3254056 KiB

[startup+2382.3 s]
/proc/loadavg: 1.66 1.74 1.64 3/228 27719
/proc/meminfo: memFree=182852/32770624 swapFree=66935412/67108860
[pid=27260] ppid=27257 vsize=10849048 memory=3254180 CPUtime=2422.61 cores=0,2,4,6
/proc/27260/stat : 27260 (java) S 27257 27260 23580 0 -1 1077944320 1829517 13009 0 0 241736 518 5 2 20 0 15 0 473817608 11109425152 813545 33554432000 4194304 4196468 140722222636288 140722222618832 140356696502007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
/proc/27260/statm: 2712262 813545 3637 1 0 2674317 0
[pid=27260/tid=27313] ppid=27257 vsize=10849048 memory=3254056 CPUtime=2370.96 cores=0,2,4,6
/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 1642507 13009 0 0 236904 185 5 2 20 0 15 0 473817617 11109425152 813545 33554432000 4194304 4196468 140722222636288 140356668337456 140356275589530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=10849048 memory=3254056 CPUtime=7.84 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 18022 13009 0 0 717 60 5 2 20 0 15 0 473817618 11109425152 813545 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=10849048 memory=3254056 CPUtime=7.85 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 18930 13009 0 0 718 60 5 2 20 0 15 0 473817618 11109425152 813545 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=10849048 memory=56 CPUtime=7.89 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 15463 13009 0 0 721 61 5 2 20 0 15 0 473817618 11109425152 813545 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=10849048 memory=3254056 CPUtime=7.85 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 17580 13009 0 0 720 58 5 2 20 0 15 0 473817618 11109425152 813545 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27318] ppid=27257 vsize=10849048 memory=3254180 CPUtime=2.73 cores=0,2,4,6
/proc/27260/task/27318/stat : 27318 (java) S 27257 27260 23580 0 -1 1077944384 24949 13009 0 0 227 39 5 2 20 0 15 0 473817619 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355699686256 140356696513154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27319] ppid=27257 vsize=10849048 memory=3254056 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27319/stat : 27319 (java) S 27257 27260 23580 0 -1 1077944384 38 13009 0 0 0 0 5 2 20 0 15 0 473817619 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355698632288 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27320] ppid=27257 vsize=10849048 memory=3254056 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27320/stat : 27320 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817620 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355571803520 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27321] ppid=27257 vsize=10849048 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27321/stat : 27321 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817622 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355264403792 140356696520603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27322] ppid=27257 vsize=10849048 memory=3254056 CPUtime=5.88 cores=0,2,4,6
/proc/27260/task/27322/stat : 27322 (java) S 27257 27260 23580 0 -1 1077944384 29510 13009 0 0 574 7 5 2 20 0 15 0 473817622 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355665074544 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27323] ppid=27257 vsize=10849048 memory=3616 CPUtime=5.44 cores=0,2,4,6
/proc/27260/task/27323/stat : 27323 (java) S 27257 27260 23580 0 -1 1077944384 25626 13009 0 0 530 7 5 2 20 0 15 0 473817622 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355664021744 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27324] ppid=27257 vsize=10849048 memory=3254056 CPUtime=5.24 cores=0,2,4,6
/proc/27260/task/27324/stat : 27324 (java) S 27257 27260 23580 0 -1 1077944384 33725 13009 0 0 509 8 5 2 20 0 15 0 473817622 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355662968944 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27325] ppid=27257 vsize=10849048 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27325/stat : 27325 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817623 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355230845152 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27326] ppid=27257 vsize=10849048 memory=3254056 CPUtime=1.47 cores=0,2,4,6
/proc/27260/task/27326/stat : 27326 (java) S 27257 27260 23580 0 -1 1077944384 950 13009 0 0 76 64 5 2 20 0 15 0 473817623 11109425152 813545 33554432000 4194304 4196468 140722222636288 140355661917360 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 2422.61 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3254180 KiB

[startup+2442.3 s]
/proc/loadavg: 1.76 1.76 1.65 3/227 27723
/proc/meminfo: memFree=200540/32770624 swapFree=66935412/67108860
[pid=27260] ppid=27257 vsize=10849048 memory=3253668 CPUtime=2482.7 cores=0,2,4,6
/proc/27260/stat : 27260 (java) S 27257 27260 23580 0 -1 1077944320 1913928 13009 0 0 247740 523 5 2 20 0 15 0 473817608 11109425152 813417 33554432000 4194304 4196468 140722222636288 140722222618832 140356696502007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
/proc/27260/statm: 2712262 813417 3637 1 0 2674317 0
[pid=27260/tid=27313] ppid=27257 vsize=10849048 memory=3253668 CPUtime=2430.93 cores=0,2,4,6
/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 1726532 13009 0 0 242897 189 5 2 20 0 15 0 473817617 11109425152 813417 33554432000 4194304 4196468 140722222636288 140356668336880 140356675701560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=10849048 memory=3253668 CPUtime=7.85 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 18120 13009 0 0 718 60 5 2 20 0 15 0 473817618 11109425152 813417 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=10849048 memory=3253668 CPUtime=7.87 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 18944 13009 0 0 720 60 5 2 20 0 15 0 473817618 11109425152 813417 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=10849048 memory=1580 CPUtime=7.9 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 15667 13009 0 0 722 61 5 2 20 0 15 0 473817618 11109425152 813417 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=10849048 memory=3253668 CPUtime=7.87 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 17589 13009 0 0 722 58 5 2 20 0 15 0 473817618 11109425152 813417 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27318] ppid=27257 vsize=10849048 memory=3253668 CPUtime=2.74 cores=0,2,4,6
/proc/27260/task/27318/stat : 27318 (java) S 27257 27260 23580 0 -1 1077944384 24986 13009 0 0 228 39 5 2 20 0 15 0 473817619 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355699686256 140356696513154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27319] ppid=27257 vsize=10849048 memory=7811325604957546599 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27319/stat : 27319 (java) S 27257 27260 23580 0 -1 1077944384 38 13009 0 0 0 0 5 2 20 0 15 0 473817619 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355698632288 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27320] ppid=27257 vsize=10849048 memory=7649399358461523762 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27320/stat : 27320 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817620 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355571803520 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27321] ppid=27257 vsize=10849048 memory=3253668 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27321/stat : 27321 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817622 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355264403792 140356696520603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27322] ppid=27257 vsize=10849048 memory=3616 CPUtime=5.88 cores=0,2,4,6
/proc/27260/task/27322/stat : 27322 (java) S 27257 27260 23580 0 -1 1077944384 29512 13009 0 0 574 7 5 2 20 0 15 0 473817622 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355665074544 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27323] ppid=27257 vsize=10849048 memory=3253668 CPUtime=5.44 cores=0,2,4,6
/proc/27260/task/27323/stat : 27323 (java) S 27257 27260 23580 0 -1 1077944384 25629 13009 0 0 530 7 5 2 20 0 15 0 473817622 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355664021744 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27324] ppid=27257 vsize=10849048 memory=3253668 CPUtime=5.24 cores=0,2,4,6
/proc/27260/task/27324/stat : 27324 (java) S 27257 27260 23580 0 -1 1077944384 33727 13009 0 0 509 8 5 2 20 0 15 0 473817622 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355662968944 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27325] ppid=27257 vsize=10849048 memory=2012 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27325/stat : 27325 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817623 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355230845152 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27326] ppid=27257 vsize=10849048 memory=3253668 CPUtime=1.5 cores=0,2,4,6
/proc/27260/task/27326/stat : 27326 (java) S 27257 27260 23580 0 -1 1077944384 968 13009 0 0 78 65 5 2 20 0 15 0 473817623 11109425152 813417 33554432000 4194304 4196468 140722222636288 140355661917360 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 2482.7 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3253668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.6 s]
/proc/loadavg: 1.68 1.74 1.65 3/227 27727
/proc/meminfo: memFree=206048/32770624 swapFree=66935412/67108860
[pid=27260] ppid=27257 vsize=10849048 memory=3253776 CPUtime=2520.07 cores=0,2,4,6
/proc/27260/stat : 27260 (java) S 27257 27260 23580 0 -1 1077944320 1935696 13009 0 0 251474 526 5 2 20 0 15 0 473817608 11109425152 813444 33554432000 4194304 4196468 140722222636288 140722222618832 140356696502007 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
/proc/27260/statm: 2712262 813444 3637 1 0 2674317 0
[pid=27260/tid=27313] ppid=27257 vsize=10849048 memory=932 CPUtime=2468.21 cores=0,2,4,6
/proc/27260/task/27313/stat : 27313 (java) R 27257 27260 23580 0 -1 4202560 1747598 13009 0 0 246623 191 5 2 20 0 15 0 473817617 11109425152 813444 33554432000 4194304 4196468 140722222636288 140356668336864 140356679489612 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27314] ppid=27257 vsize=10849048 memory=1492 CPUtime=7.87 cores=0,2,4,6
/proc/27260/task/27314/stat : 27314 (java) S 27257 27260 23580 0 -1 1077944384 18209 13009 0 0 720 60 5 2 20 0 15 0 473817618 11109425152 813444 33554432000 4194304 4196468 140722222636288 140356700744336 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27315] ppid=27257 vsize=10849048 memory=860 CPUtime=7.88 cores=0,2,4,6
/proc/27260/task/27315/stat : 27315 (java) S 27257 27260 23580 0 -1 1077944384 19136 13009 0 0 721 60 5 2 20 0 15 0 473817618 11109425152 813444 33554432000 4194304 4196468 140722222636288 140356589017616 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27316] ppid=27257 vsize=10849048 memory=1448 CPUtime=7.92 cores=0,2,4,6
/proc/27260/task/27316/stat : 27316 (java) S 27257 27260 23580 0 -1 1077944384 15746 13009 0 0 724 61 5 2 20 0 15 0 473817618 11109425152 813444 33554432000 4194304 4196468 140722222636288 140356587964816 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27317] ppid=27257 vsize=10849048 memory=1492 CPUtime=7.88 cores=0,2,4,6
/proc/27260/task/27317/stat : 27317 (java) S 27257 27260 23580 0 -1 1077944384 17758 13009 0 0 723 58 5 2 20 0 15 0 473817618 11109425152 813444 33554432000 4194304 4196468 140722222636288 140356586912016 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27318] ppid=27257 vsize=10849048 memory=860 CPUtime=2.74 cores=0,2,4,6
/proc/27260/task/27318/stat : 27318 (java) S 27257 27260 23580 0 -1 1077944384 25156 13009 0 0 228 39 5 2 20 0 15 0 473817619 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355699686256 140356696513154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27319] ppid=27257 vsize=10849048 memory=1448 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27319/stat : 27319 (java) S 27257 27260 23580 0 -1 1077944384 38 13009 0 0 0 0 5 2 20 0 15 0 473817619 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355698632288 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27320] ppid=27257 vsize=10849048 memory=1980 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27320/stat : 27320 (java) S 27257 27260 23580 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 473817620 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355571803520 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27321] ppid=27257 vsize=10849048 memory=2432 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27321/stat : 27321 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817622 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355264403792 140356696520603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27322] ppid=27257 vsize=10849048 memory=1760 CPUtime=5.88 cores=0,2,4,6
/proc/27260/task/27322/stat : 27322 (java) S 27257 27260 23580 0 -1 1077944384 29512 13009 0 0 574 7 5 2 20 0 15 0 473817622 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355665074544 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27323] ppid=27257 vsize=10849048 memory=111636 CPUtime=5.44 cores=0,2,4,6
/proc/27260/task/27323/stat : 27323 (java) S 27257 27260 23580 0 -1 1077944384 25629 13009 0 0 530 7 5 2 20 0 15 0 473817622 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355664021744 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27324] ppid=27257 vsize=10849048 memory=800 CPUtime=5.24 cores=0,2,4,6
/proc/27260/task/27324/stat : 27324 (java) S 27257 27260 23580 0 -1 1077944384 33727 13009 0 0 509 8 5 2 20 0 15 0 473817622 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355662968944 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27325] ppid=27257 vsize=10849048 memory=1804 CPUtime=0.07 cores=0,2,4,6
/proc/27260/task/27325/stat : 27325 (java) S 27257 27260 23580 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 473817623 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355230845152 140356696512213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
[pid=27260/tid=27326] ppid=27257 vsize=10849048 memory=3253776 CPUtime=1.52 cores=0,2,4,6
/proc/27260/task/27326/stat : 27326 (java) S 27257 27260 23580 0 -1 1077944384 970 13009 0 0 79 66 5 2 20 0 15 0 473817623 11109425152 813444 33554432000 4194304 4196468 140722222636288 140355661917360 140356696513154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15331328 140722222639856 140722222642373 140722222642373 140722222645199 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3253776 KiB

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

[startup+2479.65 s]
# the end of solver process 27260 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.82 s, system=5.32752 s

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

Child status: 143
Real time (s): 2479.65
CPU time (s): 2520.15
CPU user time (s): 2514.82
CPU system time (s): 5.32752
CPU usage (%): 101.633
Max. virtual memory (cumulated for all children) (KiB): 10852036
Max. memory (cumulated for all children) (KiB): 3255080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.82
system time used= 5.32752
maximum resident set size= 3255156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1950690
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122422
involuntary context switches= 4285


# summary of solver processes directly reported to runsolver:
#   pid: 27260
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2514.82
#   total CPU system time (s): 5.32752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6861 second user time and 23.354 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 13:25:55
IDJOB=4402693
IDBENCH=133638
IDSOLVER=2861
FILE ID=node141/4402693-1568978798
RUNJOBID= node141-1568967594-23611
PBS_JOBID= 21704616
Free space on /tmp= 22816 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-09-m057.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402693-1568978798/watcher-4402693-1568978798 -o /tmp/evaluation-result-4402693-1568978798/solver-4402693-1568978798 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23611 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=828317043 HOME/instance-4402693-1568978798.xml

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

MD5SUM BENCH= e3fb36821a1c53c1942e51a6fdfce406
RANDOM SEED=828317043

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:         5312940 kB
MemAvailable:   30981820 kB
Buffers:          115148 kB
Cached:         25787224 kB
SwapCached:        62392 kB
Active:         13736432 kB
Inactive:       13046692 kB
Active(anon):     816008 kB
Inactive(anon):   108456 kB
Active(file):   12920424 kB
Inactive(file): 12938236 kB
Unevictable:      108480 kB
Mlocked:          108480 kB
SwapTotal:      67108860 kB
SwapFree:       66935396 kB
Dirty:             35272 kB
Writeback:             0 kB
AnonPages:        927676 kB
Mapped:            61592 kB
Shmem:             35192 kB
Slab:             268188 kB
SReclaimable:     238680 kB
SUnreclaim:        29508 kB
KernelStack:        3744 kB
PageTables:         7148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2099368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 14:07:15