Trace number 4400885

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.16 2471.06

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-m039.xml
MD5SUMcf7d41cb48e0c265061ebe127338815d
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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"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":3},{"arity":169,"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":45}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400885-1568685821/watcher-4400885-1568685821 -o /tmp/evaluation-result-4400885-1568685821/solver-4400885-1568685821 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15915 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400885-1568685821.xml 

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

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=20497, runsolver pid=20494

[startup+0.100119 s]*
/proc/loadavg: 1.35 1.52 1.57 3/220 20554
/proc/meminfo: memFree=26388656/32770624 swapFree=66999436/67108860
[pid=20497] ppid=20494 vsize=9972712 memory=17172 CPUtime=0.09 cores=1,3,5,7
/proc/20497/stat : 20497 (java) S 20494 20497 15883 0 -1 1077944320 4532 13351 0 0 1 0 5 3 20 0 6 0 444520519 10212057088 4293 33554432000 4194304 4196468 140732115329280 140732115311824 140458323164919 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
/proc/20497/statm: 2493178 4293 1935 1 0 2481616 0
[pid=20497/tid=20550] ppid=20494 vsize=9972712 memory=4279135703946854030 CPUtime=0.09 cores=1,3,5,7
/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 2326 13351 0 0 1 0 5 3 20 0 6 0 444520528 10212057088 4293 33554432000 4194304 4196468 140732115329280 140458295001680 140458307245406 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 6 0 444520529 10212057088 4293 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=9972712 memory=139741791291008 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 6 0 444520529 10212057088 4293 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 6 0 444520529 10212057088 4293 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 6 0 444520529 10212057088 4293 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17172 KiB

[startup+0.210488 s]*
/proc/loadavg: 1.35 1.52 1.57 4/229 20563
/proc/meminfo: memFree=26363140/32770624 swapFree=66999436/67108860
[pid=20497] ppid=20494 vsize=10821220 memory=44792 CPUtime=0.27 cores=1,3,5,7
/proc/20497/stat : 20497 (java) S 20494 20497 15883 0 -1 1077944320 7624 13351 0 0 17 2 5 3 20 0 15 0 444520519 11080929280 11198 33554432000 4194304 4196468 140732115329280 140732115311824 140458323164919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
/proc/20497/statm: 2705305 11198 3305 1 0 2667405 0
[pid=20497/tid=20550] ppid=20494 vsize=10821220 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 4195 13351 0 0 11 1 5 3 20 0 15 0 444520528 11080929280 11264 33554432000 4194304 4196468 140732115329280 140458294977280 140458315844637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=10821220 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11080929280 11264 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=10821220 memory=139741794632233 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11080929280 11330 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11080929280 11330 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520529 11080929280 11330 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20555] ppid=20494 vsize=10821220 memory=139741791291008 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20555/stat : 20555 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520530 11080929280 11330 33554432000 4194304 4196468 140732115329280 140457849858288 140458323176066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20556] ppid=20494 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20556/stat : 20556 (java) S 20494 20497 15883 0 -1 1077944384 13 13351 0 0 0 0 5 3 20 0 15 0 444520531 11080929280 11330 33554432000 4194304 4196468 140732115329280 140457241732256 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20557] ppid=20494 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20557/stat : 20557 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520531 11080929280 11396 33554432000 4194304 4196468 140732115329280 140457107514096 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20558] ppid=20494 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20558/stat : 20558 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11080929280 11396 33554432000 4194304 4196468 140732115329280 140456867223504 140458323183515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20559] ppid=20494 vsize=10821220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20497/task/20559/stat : 20559 (java) R 20494 20497 15883 0 -1 4202560 617 13351 0 0 1 0 5 3 20 0 15 0 444520534 11080929280 11396 33554432000 4194304 4196468 140732115329280 140457848806128 140458302339520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20560] ppid=20494 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20560/stat : 20560 (java) S 20494 20497 15883 0 -1 1077944384 46 13351 0 0 0 0 5 3 20 0 15 0 444520534 11080929280 11396 33554432000 4194304 4196468 140732115329280 140457847753584 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20561] ppid=20494 vsize=10821220 memory=139741791291008 CPUtime=0.11 cores=1,3,5,7
/proc/20497/task/20561/stat : 20561 (java) S 20494 20497 15883 0 -1 1077944384 599 13351 0 0 3 0 5 3 20 0 15 0 444520534 11080929280 11396 33554432000 4194304 4196468 140732115329280 140457322473968 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20562] ppid=20494 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20562/stat : 20562 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11080929280 11462 33554432000 4194304 4196468 140732115329280 140456833665888 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20563] ppid=20494 vsize=10821220 memory=139741791291008 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20563/stat : 20563 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520534 11080929280 11462 33554432000 4194304 4196468 140732115329280 140457321421360 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 44792 KiB

[startup+0.310604 s]*
/proc/loadavg: 1.35 1.52 1.57 3/229 20563
/proc/meminfo: memFree=26353860/32770624 swapFree=66999436/67108860
[pid=20497] ppid=20494 vsize=10820196 memory=52816 CPUtime=0.4 cores=1,3,5,7
/proc/20497/stat : 20497 (java) S 20494 20497 15883 0 -1 1077944320 10921 13351 0 0 29 3 5 3 20 0 15 0 444520519 11079880704 13204 33554432000 4194304 4196468 140732115329280 140732115311824 140458323164919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
/proc/20497/statm: 2705049 13204 3318 1 0 2667149 0
[pid=20497/tid=20550] ppid=20494 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 7412 13351 0 0 19 2 5 3 20 0 15 0 444520528 11079880704 13204 33554432000 4194304 4196468 140732115329280 140458294987312 140458307245406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11079880704 13204 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=10820196 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520529 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20555] ppid=20494 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20555/stat : 20555 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520530 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457849858288 140458323176066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20556] ppid=20494 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20556/stat : 20556 (java) S 20494 20497 15883 0 -1 1077944384 13 13351 0 0 0 0 5 3 20 0 15 0 444520531 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457241732256 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20557] ppid=20494 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20557/stat : 20557 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520531 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457107514096 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20558] ppid=20494 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20558/stat : 20558 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11079880704 13204 33554432000 4194304 4196468 140732115329280 140456867223504 140458323183515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20559] ppid=20494 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20497/task/20559/stat : 20559 (java) S 20494 20497 15883 0 -1 1077944384 623 13351 0 0 2 0 5 3 20 0 15 0 444520534 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457848806128 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20560] ppid=20494 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20497/task/20560/stat : 20560 (java) S 20494 20497 15883 0 -1 1077944384 47 13351 0 0 1 0 5 3 20 0 15 0 444520534 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457847753584 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20561] ppid=20494 vsize=10820196 memory=139741791291008 CPUtime=0.13 cores=1,3,5,7
/proc/20497/task/20561/stat : 20561 (java) S 20494 20497 15883 0 -1 1077944384 606 13351 0 0 5 0 5 3 20 0 15 0 444520534 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457322473968 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20562] ppid=20494 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20562/stat : 20562 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11079880704 13204 33554432000 4194304 4196468 140732115329280 140456833665888 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20563] ppid=20494 vsize=10820196 memory=139741791291008 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20563/stat : 20563 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520534 11079880704 13204 33554432000 4194304 4196468 140732115329280 140457321421360 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52816 KiB

[startup+0.701591 s]
/proc/loadavg: 1.35 1.52 1.57 3/229 20563
/proc/meminfo: memFree=26338452/32770624 swapFree=66999436/67108860
[pid=20497] ppid=20494 vsize=10824364 memory=85324 CPUtime=1.11 cores=1,3,5,7
/proc/20497/stat : 20497 (java) S 20494 20497 15883 0 -1 1077944320 15048 13351 0 0 98 5 5 3 20 0 15 0 444520519 11084148736 21331 33554432000 4194304 4196468 140732115329280 140732115311824 140458323164919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
/proc/20497/statm: 2706091 21331 3500 1 0 2668173 0
[pid=20497/tid=20550] ppid=20494 vsize=10824364 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 10381 13351 0 0 55 4 5 3 20 0 15 0 444520528 11084148736 21331 33554432000 4194304 4196468 140732115329280 140458294990976 140458307245406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=10824364 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11084148736 21331 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=10824364 memory=139745350910542 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520529 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=10824364 memory=139745350910552 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520529 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20555] ppid=20494 vsize=10824364 memory=139745350910553 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20555/stat : 20555 (java) S 20494 20497 15883 0 -1 1077944384 5 13351 0 0 0 0 5 3 20 0 15 0 444520530 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457849858288 140458323176066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20556] ppid=20494 vsize=10824364 memory=139745350910554 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20556/stat : 20556 (java) S 20494 20497 15883 0 -1 1077944384 13 13351 0 0 0 0 5 3 20 0 15 0 444520531 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457241732256 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20557] ppid=20494 vsize=10824364 memory=139745350910556 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20557/stat : 20557 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520531 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457107514096 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20558] ppid=20494 vsize=10824364 memory=139745350910562 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20558/stat : 20558 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11084148736 21331 33554432000 4194304 4196468 140732115329280 140456867223504 140458323183515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20559] ppid=20494 vsize=10824364 memory=139745350910567 CPUtime=0.21 cores=1,3,5,7
/proc/20497/task/20559/stat : 20559 (java) R 20494 20497 15883 0 -1 4202560 1116 13351 0 0 13 0 5 3 20 0 15 0 444520534 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457848806128 140458306575810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20560] ppid=20494 vsize=10824364 memory=142335216190093 CPUtime=0.2 cores=1,3,5,7
/proc/20497/task/20560/stat : 20560 (java) R 20494 20497 15883 0 -1 4202560 513 13351 0 0 12 0 5 3 20 0 15 0 444520534 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457847753584 140458304708208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20561] ppid=20494 vsize=10824364 memory=14060 CPUtime=0.24 cores=1,3,5,7
/proc/20497/task/20561/stat : 20561 (java) S 20494 20497 15883 0 -1 1077944384 805 13351 0 0 16 0 5 3 20 0 15 0 444520534 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457322473968 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20562] ppid=20494 vsize=10824364 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20562/stat : 20562 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11084148736 21331 33554432000 4194304 4196468 140732115329280 140456833665888 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20563] ppid=20494 vsize=10824364 memory=23412 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20563/stat : 20563 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520534 11084148736 21331 33554432000 4194304 4196468 140732115329280 140457321421360 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85324 KiB

[startup+1.50066 s]
/proc/loadavg: 1.35 1.52 1.57 4/229 20563
/proc/meminfo: memFree=26293880/32770624 swapFree=66999436/67108860
[pid=20497] ppid=20494 vsize=10834680 memory=173408 CPUtime=2.45 cores=1,3,5,7
/proc/20497/stat : 20497 (java) S 20494 20497 15883 0 -1 1077944320 21870 13351 0 0 227 10 5 3 20 0 15 0 444520519 11094712320 43352 33554432000 4194304 4196468 140732115329280 140732115311824 140458323164919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
/proc/20497/statm: 2708670 43352 3576 1 0 2670733 0
[pid=20497/tid=20550] ppid=20494 vsize=10834680 memory=114732 CPUtime=1.44 cores=1,3,5,7
/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 15344 13351 0 0 131 5 5 3 20 0 15 0 444520528 11094712320 43352 33554432000 4194304 4196468 140732115329280 140458294964208 140458308882369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 77 13351 0 0 1 0 5 3 20 0 15 0 444520529 11094712320 43352 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 31 13351 0 0 0 0 5 3 20 0 15 0 444520529 11094712320 43352 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 360 13351 0 0 1 0 5 3 20 0 15 0 444520529 11094712320 43352 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=10834680 memory=139741660108048 CPUtime=0.09 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 62 13351 0 0 1 0 5 3 20 0 15 0 444520529 11094712320 43352 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20555] ppid=20494 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20497/task/20555/stat : 20555 (java) S 20494 20497 15883 0 -1 1077944384 159 13351 0 0 1 0 5 3 20 0 15 0 444520530 11094712320 43352 33554432000 4194304 4196468 140732115329280 140457849858288 140458323176066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20556] ppid=20494 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20556/stat : 20556 (java) S 20494 20497 15883 0 -1 1077944384 14 13351 0 0 0 0 5 3 20 0 15 0 444520531 11094712320 43352 33554432000 4194304 4196468 140732115329280 140457241732320 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20557] ppid=20494 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20557/stat : 20557 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520531 11094712320 43352 33554432000 4194304 4196468 140732115329280 140457107514112 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20558] ppid=20494 vsize=10834680 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20558/stat : 20558 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11094712320 43394 33554432000 4194304 4196468 140732115329280 140456867223504 140458323183515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20559] ppid=20494 vsize=10834680 memory=279483320258240 CPUtime=0.32 cores=1,3,5,7
/proc/20497/task/20559/stat : 20559 (java) S 20494 20497 15883 0 -1 1077944384 1264 13351 0 0 24 0 5 3 20 0 15 0 444520534 11094712320 43394 33554432000 4194304 4196468 140732115329280 140457848806128 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20560] ppid=20494 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20497/task/20560/stat : 20560 (java) S 20494 20497 15883 0 -1 1077944384 724 13351 0 0 23 0 5 3 20 0 15 0 444520534 11094712320 43394 33554432000 4194304 4196468 140732115329280 140457847753584 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20561] ppid=20494 vsize=10834680 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/20497/task/20561/stat : 20561 (java) R 20494 20497 15883 0 -1 4202560 1622 13351 0 0 41 0 5 3 20 0 15 0 444520534 11094712320 43394 33554432000 4194304 4196468 140732115329280 140457322473968 140458302563648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20562] ppid=20494 vsize=10834680 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20562/stat : 20562 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11094712320 43394 33554432000 4194304 4196468 140732115329280 140456833665888 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20563] ppid=20494 vsize=10834680 memory=-7452431979323206951 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20563/stat : 20563 (java) S 20494 20497 15883 0 -1 1077944384 1 13351 0 0 0 0 5 3 20 0 15 0 444520534 11094712320 43394 33554432000 4194304 4196468 140732115329280 140457321421360 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 518304 13351 0 0 230329 118 5 3 20 0 15 0 444520528 11109425152 803854 33554432000 4194304 4196468 140732115329280 140458294999904 140457942924492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=10849048 memory=3192836 CPUtime=11.25 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 19538 13351 0 0 1054 63 5 3 20 0 15 0 444520529 11109425152 803854 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=10849048 memory=3215416 CPUtime=11.23 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 21524 13351 0 0 1051 64 5 3 20 0 15 0 444520529 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=10849048 memory=3192836 CPUtime=11.22 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 20816 13351 0 0 1049 65 5 3 20 0 15 0 444520529 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=10849048 memory=3192836 CPUtime=11.24 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 18904 13351 0 0 1050 66 5 3 20 0 15 0 444520529 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20555] ppid=20494 vsize=10849048 memory=1424 CPUtime=4.6 cores=1,3,5,7
/proc/20497/task/20555/stat : 20555 (java) S 20494 20497 15883 0 -1 1077944384 21447 13351 0 0 397 55 5 3 20 0 15 0 444520530 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457849858288 140458323176066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20556] ppid=20494 vsize=10849048 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20556/stat : 20556 (java) S 20494 20497 15883 0 -1 1077944384 17 13351 0 0 0 0 5 3 20 0 15 0 444520531 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457241732384 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20557] ppid=20494 vsize=10849048 memory=3192836 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20557/stat : 20557 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520531 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457107514112 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20558] ppid=20494 vsize=10849048 memory=3215416 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20558/stat : 20558 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11109425152 803854 33554432000 4194304 4196468 140732115329280 140456867223504 140458323183515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20559] ppid=20494 vsize=10849048 memory=3215416 CPUtime=5.35 cores=1,3,5,7
/proc/20497/task/20559/stat : 20559 (java) S 20494 20497 15883 0 -1 1077944384 22818 13351 0 0 521 6 5 3 20 0 15 0 444520534 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457848806128 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20560] ppid=20494 vsize=10849048 memory=3192836 CPUtime=5.76 cores=1,3,5,7
/proc/20497/task/20560/stat : 20560 (java) S 20494 20497 15883 0 -1 1077944384 30675 13351 0 0 561 7 5 3 20 0 15 0 444520534 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457847753584 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20561] ppid=20494 vsize=10849048 memory=3624 CPUtime=5.35 cores=1,3,5,7
/proc/20497/task/20561/stat : 20561 (java) S 20494 20497 15883 0 -1 1077944384 30003 13351 0 0 519 8 5 3 20 0 15 0 444520534 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457322473968 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20562] ppid=20494 vsize=10849048 memory=3215416 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20562/stat : 20562 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11109425152 803854 33554432000 4194304 4196468 140732115329280 140456833665888 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20563] ppid=20494 vsize=10849048 memory=3624 CPUtime=1.3 cores=1,3,5,7
/proc/20497/task/20563/stat : 20563 (java) S 20494 20497 15883 0 -1 1077944384 889 13351 0 0 54 68 5 3 20 0 15 0 444520534 11109425152 803854 33554432000 4194304 4196468 140732115329280 140457321421360 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 2371.23 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3215416 KiB

[startup+2382.31 s]
/proc/loadavg: 1.54 1.50 1.49 3/228 20916
/proc/meminfo: memFree=22305604/32770624 swapFree=66999436/67108860
[pid=20497] ppid=20494 vsize=10849048 memory=3246540 CPUtime=2431.3 cores=1,3,5,7
/proc/20497/stat : 20497 (java) S 20494 20497 15883 0 -1 1077944320 741346 13351 0 0 242633 489 5 3 20 0 15 0 444520519 11109425152 811635 33554432000 4194304 4196468 140732115329280 140732115311824 140458323164919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
/proc/20497/statm: 2712262 811635 3638 1 0 2674317 0
[pid=20497/tid=20550] ppid=20494 vsize=10849048 memory=3246540 CPUtime=2364.52 cores=1,3,5,7
/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 551652 13351 0 0 236323 121 5 3 20 0 15 0 444520528 11109425152 811635 33554432000 4194304 4196468 140732115329280 140458295000480 140457942074905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=10849048 memory=0 CPUtime=11.27 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 19625 13351 0 0 1055 64 5 3 20 0 15 0 444520529 11109425152 811635 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=10849048 memory=3246540 CPUtime=11.24 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 21628 13351 0 0 1052 64 5 3 20 0 15 0 444520529 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=10849048 memory=3246540 CPUtime=11.23 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 21188 13351 0 0 1049 66 5 3 20 0 15 0 444520529 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=10849048 memory=3247564 CPUtime=11.25 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 19026 13351 0 0 1051 66 5 3 20 0 15 0 444520529 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20555] ppid=20494 vsize=10849048 memory=3247564 CPUtime=4.61 cores=1,3,5,7
/proc/20497/task/20555/stat : 20555 (java) S 20494 20497 15883 0 -1 1077944384 21587 13351 0 0 398 55 5 3 20 0 15 0 444520530 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457849858288 140458323176066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20556] ppid=20494 vsize=10849048 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20556/stat : 20556 (java) S 20494 20497 15883 0 -1 1077944384 17 13351 0 0 0 0 5 3 20 0 15 0 444520531 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457241732384 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20557] ppid=20494 vsize=10849048 memory=3245160 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20557/stat : 20557 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520531 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457107514112 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20558] ppid=20494 vsize=10849048 memory=3245160 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20558/stat : 20558 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11109425152 811635 33554432000 4194304 4196468 140732115329280 140456867223504 140458323183515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20559] ppid=20494 vsize=10849048 memory=3246540 CPUtime=5.35 cores=1,3,5,7
/proc/20497/task/20559/stat : 20559 (java) S 20494 20497 15883 0 -1 1077944384 22820 13351 0 0 521 6 5 3 20 0 15 0 444520534 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457848806128 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20560] ppid=20494 vsize=10849048 memory=3246540 CPUtime=5.76 cores=1,3,5,7
/proc/20497/task/20560/stat : 20560 (java) S 20494 20497 15883 0 -1 1077944384 30677 13351 0 0 561 7 5 3 20 0 15 0 444520534 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457847753584 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20561] ppid=20494 vsize=10849048 memory=279483321276352 CPUtime=5.35 cores=1,3,5,7
/proc/20497/task/20561/stat : 20561 (java) S 20494 20497 15883 0 -1 1077944384 30006 13351 0 0 519 8 5 3 20 0 15 0 444520534 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457322473968 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20562] ppid=20494 vsize=10849048 memory=3247564 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20562/stat : 20562 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11109425152 811635 33554432000 4194304 4196468 140732115329280 140456833665888 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20563] ppid=20494 vsize=10849048 memory=3247232 CPUtime=1.33 cores=1,3,5,7
/proc/20497/task/20563/stat : 20563 (java) S 20494 20497 15883 0 -1 1077944384 907 13351 0 0 55 70 5 3 20 0 15 0 444520534 11109425152 811635 33554432000 4194304 4196468 140732115329280 140457321421360 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 2431.3 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3246540 KiB

[startup+2442.31 s]
/proc/loadavg: 1.77 1.58 1.51 3/228 20920
/proc/meminfo: memFree=22301832/32770624 swapFree=66999436/67108860
[pid=20497] ppid=20494 vsize=10849048 memory=3247264 CPUtime=2491.36 cores=1,3,5,7
/proc/20497/stat : 20497 (java) S 20494 20497 15883 0 -1 1077944320 800403 13351 0 0 248634 494 5 3 20 0 15 0 444520519 11109425152 811816 33554432000 4194304 4196468 140732115329280 140732115311824 140458323164919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
/proc/20497/statm: 2712262 811816 3638 1 0 2674317 0
[pid=20497/tid=20550] ppid=20494 vsize=10849048 memory=3247264 CPUtime=2424.49 cores=1,3,5,7
/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 610018 13351 0 0 242317 124 5 3 20 0 15 0 444520528 11109425152 811816 33554432000 4194304 4196468 140732115329280 140458295000192 140458305685626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=10849048 memory=3247264 CPUtime=11.28 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 19953 13351 0 0 1056 64 5 3 20 0 15 0 444520529 11109425152 811816 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=10849048 memory=0 CPUtime=11.25 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 21722 13351 0 0 1053 64 5 3 20 0 15 0 444520529 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=10849048 memory=3247152 CPUtime=11.24 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 21252 13351 0 0 1050 66 5 3 20 0 15 0 444520529 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=10849048 memory=3247152 CPUtime=11.26 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 19077 13351 0 0 1052 66 5 3 20 0 15 0 444520529 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20555] ppid=20494 vsize=10849048 memory=3247152 CPUtime=4.62 cores=1,3,5,7
/proc/20497/task/20555/stat : 20555 (java) S 20494 20497 15883 0 -1 1077944384 21715 13351 0 0 399 55 5 3 20 0 15 0 444520530 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457849858288 140458323176066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20556] ppid=20494 vsize=10849048 memory=3246540 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20556/stat : 20556 (java) S 20494 20497 15883 0 -1 1077944384 17 13351 0 0 0 0 5 3 20 0 15 0 444520531 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457241732384 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20557] ppid=20494 vsize=10849048 memory=3247264 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20557/stat : 20557 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520531 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457107514112 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20558] ppid=20494 vsize=10849048 memory=4164 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20558/stat : 20558 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140456867223504 140458323183515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20559] ppid=20494 vsize=10849048 memory=3247264 CPUtime=5.35 cores=1,3,5,7
/proc/20497/task/20559/stat : 20559 (java) S 20494 20497 15883 0 -1 1077944384 22822 13351 0 0 521 6 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457848806128 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20560] ppid=20494 vsize=10849048 memory=3247152 CPUtime=5.76 cores=1,3,5,7
/proc/20497/task/20560/stat : 20560 (java) S 20494 20497 15883 0 -1 1077944384 30679 13351 0 0 561 7 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457847753584 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20561] ppid=20494 vsize=10849048 memory=3247264 CPUtime=5.35 cores=1,3,5,7
/proc/20497/task/20561/stat : 20561 (java) S 20494 20497 15883 0 -1 1077944384 30009 13351 0 0 519 8 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457322473968 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20562] ppid=20494 vsize=10849048 memory=14060 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20562/stat : 20562 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140456833665888 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20563] ppid=20494 vsize=10849048 memory=2116 CPUtime=1.36 cores=1,3,5,7
/proc/20497/task/20563/stat : 20563 (java) S 20494 20497 15883 0 -1 1077944384 926 13351 0 0 56 72 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457321421360 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 2491.36 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3247264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471 s]
/proc/loadavg: 1.73 1.58 1.52 3/228 20923
/proc/meminfo: memFree=22302092/32770624 swapFree=66999436/67108860
[pid=20497] ppid=20494 vsize=10849048 memory=3247264 CPUtime=2520.08 cores=1,3,5,7
/proc/20497/stat : 20497 (java) S 20494 20497 15883 0 -1 1077944320 823951 13351 0 0 251504 496 5 3 20 0 15 0 444520519 11109425152 811816 33554432000 4194304 4196468 140732115329280 140732115311824 140458323164919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
/proc/20497/statm: 2712262 811816 3638 1 0 2674317 0
[pid=20497/tid=20550] ppid=20494 vsize=10849048 memory=6791534058613427641 CPUtime=2453.17 cores=1,3,5,7
/proc/20497/task/20550/stat : 20550 (java) R 20494 20497 15883 0 -1 4202560 633559 13351 0 0 245183 126 5 3 20 0 15 0 444520528 11109425152 811816 33554432000 4194304 4196468 140732115329280 140458295000080 140457941523806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20551] ppid=20494 vsize=10849048 memory=0 CPUtime=11.29 cores=1,3,5,7
/proc/20497/task/20551/stat : 20551 (java) S 20494 20497 15883 0 -1 1077944384 19954 13351 0 0 1057 64 5 3 20 0 15 0 444520529 11109425152 811816 33554432000 4194304 4196468 140732115329280 140458327407632 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20552] ppid=20494 vsize=10849048 memory=129 CPUtime=11.25 cores=1,3,5,7
/proc/20497/task/20552/stat : 20552 (java) S 20494 20497 15883 0 -1 1077944384 21722 13351 0 0 1053 64 5 3 20 0 15 0 444520529 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457896914064 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20553] ppid=20494 vsize=10849048 memory=130 CPUtime=11.25 cores=1,3,5,7
/proc/20497/task/20553/stat : 20553 (java) S 20494 20497 15883 0 -1 1077944384 21252 13351 0 0 1051 66 5 3 20 0 15 0 444520529 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457895861008 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20554] ppid=20494 vsize=10849048 memory=2828 CPUtime=11.27 cores=1,3,5,7
/proc/20497/task/20554/stat : 20554 (java) S 20494 20497 15883 0 -1 1077944384 19077 13351 0 0 1053 66 5 3 20 0 15 0 444520529 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457894808464 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20555] ppid=20494 vsize=10849048 memory=1048 CPUtime=4.63 cores=1,3,5,7
/proc/20497/task/20555/stat : 20555 (java) S 20494 20497 15883 0 -1 1077944384 21719 13351 0 0 400 55 5 3 20 0 15 0 444520530 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457849858288 140458323176066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20556] ppid=20494 vsize=10849048 memory=6020 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20556/stat : 20556 (java) S 20494 20497 15883 0 -1 1077944384 17 13351 0 0 0 0 5 3 20 0 15 0 444520531 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457241732384 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20557] ppid=20494 vsize=10849048 memory=612 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20557/stat : 20557 (java) S 20494 20497 15883 0 -1 1077944384 2 13351 0 0 0 0 5 3 20 0 15 0 444520531 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457107514112 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20558] ppid=20494 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20558/stat : 20558 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140456867223504 140458323183515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20559] ppid=20494 vsize=10849048 memory=3680 CPUtime=5.35 cores=1,3,5,7
/proc/20497/task/20559/stat : 20559 (java) S 20494 20497 15883 0 -1 1077944384 22822 13351 0 0 521 6 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457848806128 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20560] ppid=20494 vsize=10849048 memory=864 CPUtime=5.76 cores=1,3,5,7
/proc/20497/task/20560/stat : 20560 (java) S 20494 20497 15883 0 -1 1077944384 30679 13351 0 0 561 7 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457847753584 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20561] ppid=20494 vsize=10849048 memory=1436 CPUtime=5.35 cores=1,3,5,7
/proc/20497/task/20561/stat : 20561 (java) S 20494 20497 15883 0 -1 1077944384 30009 13351 0 0 519 8 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457322473968 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20562] ppid=20494 vsize=10849048 memory=1652 CPUtime=0.08 cores=1,3,5,7
/proc/20497/task/20562/stat : 20562 (java) S 20494 20497 15883 0 -1 1077944384 3 13351 0 0 0 0 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140456833665888 140458323175125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
[pid=20497/tid=20563] ppid=20494 vsize=10849048 memory=3247264 CPUtime=1.38 cores=1,3,5,7
/proc/20497/task/20563/stat : 20563 (java) S 20494 20497 15883 0 -1 1077944384 928 13351 0 0 57 73 5 3 20 0 15 0 444520534 11109425152 811816 33554432000 4194304 4196468 140732115329280 140457321421360 140458323176066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23121920 140732115335920 140732115338437 140732115338437 140732115341263 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3247264 KiB

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

[startup+2471.06 s]
# the end of solver process 20497 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.12 s, system=5.03233 s

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

Child status: 143
Real time (s): 2471.06
CPU time (s): 2520.16
CPU user time (s): 2515.12
CPU system time (s): 5.03233
CPU usage (%): 101.987
Max. virtual memory (cumulated for all children) (KiB): 10852156
Max. memory (cumulated for all children) (KiB): 3247564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.12
system time used= 5.03233
maximum resident set size= 3251488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 838374
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161376
involuntary context switches= 7521


# summary of solver processes directly reported to runsolver:
#   pid: 20497
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2515.12
#   total CPU system time (s): 5.03233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1946 second user time and 23.8421 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 04:03:00
IDJOB=4400885
IDBENCH=133582
IDSOLVER=2857
FILE ID=node140/4400885-1568685821
RUNJOBID= node140-1568673290-15915
PBS_JOBID= 21703779
Free space on /tmp= 58080 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-m039.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400885-1568685821/watcher-4400885-1568685821 -o /tmp/evaluation-result-4400885-1568685821/solver-4400885-1568685821 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15915 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400885-1568685821.xml

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

MD5SUM BENCH= cf7d41cb48e0c265061ebe127338815d
RANDOM SEED=535221524

node140.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.43
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.43
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.43
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.43
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:        26395568 kB
MemAvailable:   31025992 kB
Buffers:          189644 kB
Cached:          4683660 kB
SwapCached:         2596 kB
Active:          2461236 kB
Inactive:        3242768 kB
Active(anon):     828296 kB
Inactive(anon):    51508 kB
Active(file):    1632940 kB
Inactive(file):  3191260 kB
Unevictable:      108708 kB
Mlocked:          108708 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             35476 kB
Writeback:             0 kB
AnonPages:        945656 kB
Mapped:            61912 kB
Shmem:             40616 kB
Slab:             264952 kB
SReclaimable:     234684 kB
SUnreclaim:        30268 kB
KernelStack:        4016 kB
PageTables:         7116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2086484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58044 MiB
End job on node140 at 2019-09-17 04:44:12