Trace number 4395933

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.13 2477.44

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-7.xml
MD5SUM24593adebe844e759ba30cbfe45e1115
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark71.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":97}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":3},{"degree":1,"count":4},{"degree":2,"count":14},{"degree":3,"count":20},{"degree":4,"count":25},{"degree":5,"count":13},{"degree":6,"count":10},{"degree":7,"count":8},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":6},{"arity":4,"count":7},{"arity":5,"count":12},{"arity":6,"count":1},{"arity":7,"count":9},{"arity":8,"count":7},{"arity":9,"count":9},{"arity":10,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395933-1568404347/watcher-4395933-1568404347 -o /tmp/evaluation-result-4395933-1568404347/solver-4395933-1568404347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2679 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=733786416 HOME/instance-4395933-1568404347.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
solver pid=6040, runsolver pid=6037
Current StackSize limit: 8192 KiB


[startup+0.10018 s]*
/proc/loadavg: 1.48 1.41 1.40 3/203 6097
/proc/meminfo: memFree=31444944/32770624 swapFree=66981768/67108860
[pid=6040] ppid=6037 vsize=9972712 memory=18864 CPUtime=0.08 cores=1,3,5,7
/proc/6040/stat : 6040 (java) S 6037 6040 1949 0 -1 1077944320 4481 13312 0 0 1 0 4 3 20 0 6 0 416697342 10212057088 4716 33554432000 4194304 4196468 140724926808432 140724926790976 139923406335735 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
/proc/6040/statm: 2493178 4716 1935 1 0 2481616 0
[pid=6040/tid=6093] ppid=6037 vsize=9972712 memory=8681835568965067404 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 2273 13312 0 0 1 0 4 3 20 0 6 0 416697351 10212057088 4716 33554432000 4194304 4196468 140724926808432 139923378172496 139923392018261 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=9972712 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 6 0 416697352 10212057088 4716 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=9972712 memory=139827596572288 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 6 0 416697352 10212057088 4716 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 6 0 416697352 10212057088 4716 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 6 0 416697352 10212057088 4781 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.209806 s]*
/proc/loadavg: 1.48 1.41 1.40 2/226 6134
/proc/meminfo: memFree=31417592/32770624 swapFree=66981768/67108860
[pid=6040] ppid=6037 vsize=10819664 memory=40740 CPUtime=0.25 cores=1,3,5,7
/proc/6040/stat : 6040 (java) S 6037 6040 1949 0 -1 1077944320 7027 13312 0 0 17 1 4 3 20 0 15 0 416697342 11079335936 10185 33554432000 4194304 4196468 140724926808432 140724926790976 139923406335735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
/proc/6040/statm: 2704916 10185 3150 1 0 2667149 0
[pid=6040/tid=6093] ppid=6037 vsize=10819664 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 3524 13312 0 0 11 1 4 3 20 0 15 0 416697351 11079335936 10697 33554432000 4194304 4196468 140724926808432 139923378143344 139923398572862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=10819664 memory=288230609019731991 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697352 11079335936 10761 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=10819664 memory=16237988698470040 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 15 0 416697352 11079335936 10761 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697352 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 15 0 416697352 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6102] ppid=6037 vsize=10819664 memory=139827596572288 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6102/stat : 6102 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 15 0 416697353 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922932992368 139923406346882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6103] ppid=6037 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6103/stat : 6103 (java) S 6037 6040 1949 0 -1 1077944384 13 13312 0 0 0 0 4 3 20 0 15 0 416697354 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922853848096 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6108] ppid=6037 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6108/stat : 6108 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697354 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922249868144 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6110] ppid=6037 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6110/stat : 6110 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697356 11079335936 10761 33554432000 4194304 4196468 140724926808432 139921942468432 139923406354331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6111] ppid=6037 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6111/stat : 6111 (java) S 6037 6040 1949 0 -1 1077944384 346 13312 0 0 1 0 4 3 20 0 15 0 416697356 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922931940208 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6112] ppid=6037 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6112/stat : 6112 (java) S 6037 6040 1949 0 -1 1077944384 327 13312 0 0 0 0 4 3 20 0 15 0 416697356 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922930887408 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6113] ppid=6037 vsize=10819664 memory=139827596572288 CPUtime=0.1 cores=1,3,5,7
/proc/6040/task/6113/stat : 6113 (java) R 6037 6040 1949 0 -1 4202560 614 13312 0 0 3 0 4 3 20 0 15 0 416697356 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922929834608 139923384877200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6115] ppid=6037 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6115/stat : 6115 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697357 11079335936 10761 33554432000 4194304 4196468 140724926808432 139921908910816 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6118] ppid=6037 vsize=10819664 memory=139827596572288 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6118/stat : 6118 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697357 11079335936 10761 33554432000 4194304 4196468 140724926808432 139922928782000 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40740 KiB

[startup+0.310546 s]*
/proc/loadavg: 1.48 1.41 1.40 4/227 6135
/proc/meminfo: memFree=31389968/32770624 swapFree=66981768/67108860
[pid=6040] ppid=6037 vsize=10820148 memory=52124 CPUtime=0.39 cores=1,3,5,7
/proc/6040/stat : 6040 (java) S 6037 6040 1949 0 -1 1077944320 10750 13312 0 0 29 3 4 3 20 0 15 0 416697342 11079831552 13031 33554432000 4194304 4196468 140724926808432 140724926790976 139923406335735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
/proc/6040/statm: 2705037 13031 3284 1 0 2667149 0
[pid=6040/tid=6093] ppid=6037 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 7196 13312 0 0 19 2 4 3 20 0 15 0 416697351 11079831552 13031 33554432000 4194304 4196468 140724926808432 139923378155600 139923385936044 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=10820148 memory=4123401283169797999 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697352 11079831552 13031 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 15 0 416697352 11079831552 13031 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697352 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 15 0 416697352 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6102] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6102/stat : 6102 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 15 0 416697353 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922932992368 139923406346882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6103] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6103/stat : 6103 (java) S 6037 6040 1949 0 -1 1077944384 13 13312 0 0 0 0 4 3 20 0 15 0 416697354 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922853848096 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6108] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6108/stat : 6108 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697354 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922249868144 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6110] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6110/stat : 6110 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697356 11079831552 13031 33554432000 4194304 4196468 140724926808432 139921942468432 139923406354331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6111] ppid=6037 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6111/stat : 6111 (java) S 6037 6040 1949 0 -1 1077944384 355 13312 0 0 1 0 4 3 20 0 15 0 416697356 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922931940208 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6112] ppid=6037 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6112/stat : 6112 (java) R 6037 6040 1949 0 -1 1077944384 328 13312 0 0 1 0 4 3 20 0 15 0 416697356 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922930887408 139923406346882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6113] ppid=6037 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6040/task/6113/stat : 6113 (java) R 6037 6040 1949 0 -1 4202560 634 13312 0 0 5 0 4 3 20 0 15 0 416697356 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922929834608 139923406347670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6115] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6115/stat : 6115 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697357 11079831552 13031 33554432000 4194304 4196468 140724926808432 139921908910816 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6118] ppid=6037 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6118/stat : 6118 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697357 11079831552 13031 33554432000 4194304 4196468 140724926808432 139922928782000 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52124 KiB

[startup+0.700707 s]
/proc/loadavg: 1.48 1.41 1.40 2/208 6152
/proc/meminfo: memFree=31436640/32770624 swapFree=66981768/67108860
[pid=6040] ppid=6037 vsize=10824360 memory=85552 CPUtime=1.12 cores=1,3,5,7
/proc/6040/stat : 6040 (java) S 6037 6040 1949 0 -1 1077944320 15134 13312 0 0 100 5 4 3 20 0 15 0 416697342 11084144640 21388 33554432000 4194304 4196468 140724926808432 140724926790976 139923406335735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
/proc/6040/statm: 2706090 21388 3510 1 0 2668173 0
[pid=6040/tid=6093] ppid=6037 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 10352 13312 0 0 55 4 4 3 20 0 15 0 416697351 11084144640 21388 33554432000 4194304 4196468 140724926808432 139923378162896 139923406357757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697352 11084144640 21388 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=10824360 memory=279654984321776 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 15 0 416697352 11084144640 21388 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697352 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=10824360 memory=8242257093008635445 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 2 13312 0 0 0 0 4 3 20 0 15 0 416697352 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6102] ppid=6037 vsize=10824360 memory=5788922570928117861 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6102/stat : 6102 (java) S 6037 6040 1949 0 -1 1077944384 5 13312 0 0 0 0 4 3 20 0 15 0 416697353 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922932992368 139923406346882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6103] ppid=6037 vsize=10824360 memory=7007714649526264384 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6103/stat : 6103 (java) S 6037 6040 1949 0 -1 1077944384 13 13312 0 0 0 0 4 3 20 0 15 0 416697354 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922853848096 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6108] ppid=6037 vsize=10824360 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6108/stat : 6108 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697354 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922249868144 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6110] ppid=6037 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6110/stat : 6110 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697356 11084144640 21388 33554432000 4194304 4196468 140724926808432 139921942468432 139923406354331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6111] ppid=6037 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/6040/task/6111/stat : 6111 (java) R 6037 6040 1949 0 -1 1077944384 928 13312 0 0 14 0 4 3 20 0 15 0 416697356 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922931940208 139923406346882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6112] ppid=6037 vsize=10824360 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/6040/task/6112/stat : 6112 (java) R 6037 6040 1949 0 -1 4202560 708 13312 0 0 11 0 4 3 20 0 15 0 416697356 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922930887408 139923385597037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6113] ppid=6037 vsize=10824360 memory=6944656592455097440 CPUtime=0.24 cores=1,3,5,7
/proc/6040/task/6113/stat : 6113 (java) R 6037 6040 1949 0 -1 4202560 905 13312 0 0 17 0 4 3 20 0 15 0 416697356 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922929834608 139923385320477 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6115] ppid=6037 vsize=10824360 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6115/stat : 6115 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697357 11084144640 21388 33554432000 4194304 4196468 140724926808432 139921908910816 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6118] ppid=6037 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6118/stat : 6118 (java) R 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697357 11084144640 21388 33554432000 4194304 4196468 140724926808432 139922928782000 139923406346882 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85552 KiB

[startup+1.5007 s]
/proc/loadavg: 1.48 1.41 1.40 3/228 6232
/proc/meminfo: memFree=31317280/32770624 swapFree=66981768/67108860
[pid=6040] ppid=6037 vsize=10834676 memory=173160 CPUtime=2.43 cores=1,3,5,7
/proc/6040/stat : 6040 (java) S 6037 6040 1949 0 -1 1077944320 22179 13312 0 0 227 9 4 3 20 0 15 0 416697342 11094708224 43290 33554432000 4194304 4196468 140724926808432 140724926790976 139923406335735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
/proc/6040/statm: 2708669 43290 3574 1 0 2670733 0
[pid=6040/tid=6093] ppid=6037 vsize=10834676 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 15279 13312 0 0 130 6 4 3 20 0 15 0 416697351 11094708224 43290 33554432000 4194304 4196468 140724926808432 139923378130192 139923406347670 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=10834676 memory=2004 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 262 13312 0 0 1 0 4 3 20 0 15 0 416697352 11094708224 43290 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=10834676 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 55 13312 0 0 1 0 4 3 20 0 15 0 416697352 11094708224 43290 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=10834676 memory=1328 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 24 13312 0 0 1 0 4 3 20 0 15 0 416697352 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=10834676 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 49 13312 0 0 1 0 4 3 20 0 15 0 416697352 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6102] ppid=6037 vsize=10834676 memory=4160 CPUtime=0.08 cores=1,3,5,7
/proc/6040/task/6102/stat : 6102 (java) S 6037 6040 1949 0 -1 1077944384 143 13312 0 0 1 0 4 3 20 0 15 0 416697353 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922932992368 139923406346882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6103] ppid=6037 vsize=10834676 memory=1692 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6103/stat : 6103 (java) S 6037 6040 1949 0 -1 1077944384 14 13312 0 0 0 0 4 3 20 0 15 0 416697354 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922853848160 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6108] ppid=6037 vsize=10834676 memory=1028 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6108/stat : 6108 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697354 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922249868160 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6110] ppid=6037 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6110/stat : 6110 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697356 11094708224 43290 33554432000 4194304 4196468 140724926808432 139921942468432 139923406354331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6111] ppid=6037 vsize=10834676 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/6040/task/6111/stat : 6111 (java) S 6037 6040 1949 0 -1 1077944384 1150 13312 0 0 24 0 4 3 20 0 15 0 416697356 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922931940208 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6112] ppid=6037 vsize=10834676 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/6040/task/6112/stat : 6112 (java) S 6037 6040 1949 0 -1 1077944384 1067 13312 0 0 24 0 4 3 20 0 15 0 416697356 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922930887408 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6113] ppid=6037 vsize=10834676 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/6040/task/6113/stat : 6113 (java) R 6037 6040 1949 0 -1 4202560 1918 13312 0 0 41 0 4 3 20 0 15 0 416697356 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922929834608 139923385626375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6115] ppid=6037 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6115/stat : 6115 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697357 11094708224 43290 33554432000 4194304 4196468 140724926808432 139921908910816 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6118] ppid=6037 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6118/stat : 6118 (java) S 6037 6040 1949 0 -1 1077944384 1 13312 0 0 0 0 4 3 20 0 15 0 416697357 11094708224 43290 33554432000 4194304 4196468 140724926808432 139922928782000 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 65370 13312 0 0 229523 52 4 3 20 0 15 0 416697351 11107311616 281816 33554432000 4194304 4196468 140724926808432 139923378171072 139923017514893 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=10846984 memory=1127264 CPUtime=11.76 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 11115 13312 0 0 1114 55 4 3 20 0 15 0 416697352 11107311616 281816 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=10846984 memory=1127224 CPUtime=11.69 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 10708 13312 0 0 1102 60 4 3 20 0 15 0 416697352 11107311616 281816 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=10846984 memory=0 CPUtime=11.74 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 11423 13312 0 0 1109 58 4 3 20 0 15 0 416697352 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=10846984 memory=1127244 CPUtime=11.74 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 12701 13312 0 0 1104 63 4 3 20 0 15 0 416697352 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6102] ppid=6037 vsize=10846984 memory=1127244 CPUtime=10.95 cores=1,3,5,7
/proc/6040/task/6102/stat : 6102 (java) S 6037 6040 1949 0 -1 1077944384 14663 13312 0 0 1029 59 4 3 20 0 15 0 416697353 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922932992368 139923406346882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6103] ppid=6037 vsize=10846984 memory=1127264 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6103/stat : 6103 (java) S 6037 6040 1949 0 -1 1077944384 15 13312 0 0 0 0 4 3 20 0 15 0 416697354 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922853848224 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6108] ppid=6037 vsize=10846984 memory=1127264 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6108/stat : 6108 (java) S 6037 6040 1949 0 -1 1077944384 10 13312 0 0 0 0 4 3 20 0 15 0 416697354 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922249868160 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6110] ppid=6037 vsize=10846984 memory=1127224 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6110/stat : 6110 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697356 11107311616 281816 33554432000 4194304 4196468 140724926808432 139921942468432 139923406354331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6111] ppid=6037 vsize=10846984 memory=1127264 CPUtime=3.27 cores=1,3,5,7
/proc/6040/task/6111/stat : 6111 (java) S 6037 6040 1949 0 -1 1077944384 20143 13312 0 0 318 2 4 3 20 0 15 0 416697356 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922931940208 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6112] ppid=6037 vsize=10846984 memory=1127264 CPUtime=3.23 cores=1,3,5,7
/proc/6040/task/6112/stat : 6112 (java) S 6037 6040 1949 0 -1 1077944384 16197 13312 0 0 313 3 4 3 20 0 15 0 416697356 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922930887408 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6113] ppid=6037 vsize=10846984 memory=7972 CPUtime=1.53 cores=1,3,5,7
/proc/6040/task/6113/stat : 6113 (java) S 6037 6040 1949 0 -1 1077944384 13350 13312 0 0 143 3 4 3 20 0 15 0 416697356 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922929834608 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6115] ppid=6037 vsize=10846984 memory=1164 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6115/stat : 6115 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697357 11107311616 281816 33554432000 4194304 4196468 140724926808432 139921908910816 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6118] ppid=6037 vsize=10846984 memory=1127264 CPUtime=1.41 cores=1,3,5,7
/proc/6040/task/6118/stat : 6118 (java) S 6037 6040 1949 0 -1 1077944384 1038 13312 0 0 61 73 4 3 20 0 15 0 416697357 11107311616 281816 33554432000 4194304 4196468 140724926808432 139922928782000 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 2362.62 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1127264 KiB

[startup+2382.3 s]
/proc/loadavg: 1.08 1.21 1.29 3/227 6728
/proc/meminfo: memFree=29787784/32770624 swapFree=66981820/67108860
[pid=6040] ppid=6037 vsize=10846984 memory=1129336 CPUtime=2423.54 cores=1,3,5,7
/proc/6040/stat : 6040 (java) S 6037 6040 1949 0 -1 1077944320 180451 13312 0 0 241986 361 4 3 20 0 15 0 416697342 11107311616 282334 33554432000 4194304 4196468 140724926808432 140724926790976 139923406335735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
/proc/6040/statm: 2711746 282334 3623 1 0 2673805 0
[pid=6040/tid=6093] ppid=6037 vsize=10846984 memory=1129336 CPUtime=2355.12 cores=1,3,5,7
/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 66160 13312 0 0 235452 53 4 3 20 0 15 0 416697351 11107311616 282334 33554432000 4194304 4196468 140724926808432 139923378171232 139923016052804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=10846984 memory=1127288 CPUtime=12.08 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 11273 13312 0 0 1145 56 4 3 20 0 15 0 416697352 11107311616 282334 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=10846984 memory=1129336 CPUtime=12.02 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 10810 13312 0 0 1134 61 4 3 20 0 15 0 416697352 11107311616 282334 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=10846984 memory=1129336 CPUtime=12.06 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 11480 13312 0 0 1140 59 4 3 20 0 15 0 416697352 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=10846984 memory=1129336 CPUtime=12.06 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 12860 13312 0 0 1135 64 4 3 20 0 15 0 416697352 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6102] ppid=6037 vsize=10846984 memory=1127288 CPUtime=11.24 cores=1,3,5,7
/proc/6040/task/6102/stat : 6102 (java) S 6037 6040 1949 0 -1 1077944384 14875 13312 0 0 1056 61 4 3 20 0 15 0 416697353 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922932992368 139923406346882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6103] ppid=6037 vsize=10846984 memory=1127272 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6103/stat : 6103 (java) S 6037 6040 1949 0 -1 1077944384 15 13312 0 0 0 0 4 3 20 0 15 0 416697354 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922853848224 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6108] ppid=6037 vsize=10846984 memory=1129336 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6108/stat : 6108 (java) S 6037 6040 1949 0 -1 1077944384 10 13312 0 0 0 0 4 3 20 0 15 0 416697354 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922249868160 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6110] ppid=6037 vsize=10846984 memory=1129336 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6110/stat : 6110 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697356 11107311616 282334 33554432000 4194304 4196468 140724926808432 139921942468432 139923406354331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6111] ppid=6037 vsize=10846984 memory=1127288 CPUtime=3.27 cores=1,3,5,7
/proc/6040/task/6111/stat : 6111 (java) S 6037 6040 1949 0 -1 1077944384 20145 13312 0 0 318 2 4 3 20 0 15 0 416697356 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922931940208 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6112] ppid=6037 vsize=10846984 memory=1127288 CPUtime=3.23 cores=1,3,5,7
/proc/6040/task/6112/stat : 6112 (java) S 6037 6040 1949 0 -1 1077944384 16199 13312 0 0 313 3 4 3 20 0 15 0 416697356 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922930887408 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6113] ppid=6037 vsize=10846984 memory=8112282956445269571 CPUtime=1.53 cores=1,3,5,7
/proc/6040/task/6113/stat : 6113 (java) S 6037 6040 1949 0 -1 1077944384 13352 13312 0 0 143 3 4 3 20 0 15 0 416697356 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922929834608 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6115] ppid=6037 vsize=10846984 memory=4108 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6115/stat : 6115 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697357 11107311616 282334 33554432000 4194304 4196468 140724926808432 139921908910816 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6118] ppid=6037 vsize=10846984 memory=1129336 CPUtime=1.45 cores=1,3,5,7
/proc/6040/task/6118/stat : 6118 (java) S 6037 6040 1949 0 -1 1077944384 1056 13312 0 0 62 76 4 3 20 0 15 0 416697357 11107311616 282334 33554432000 4194304 4196468 140724926808432 139922928782000 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 2423.54 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1129336 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.27 1.31 3/227 6732
/proc/meminfo: memFree=29787840/32770624 swapFree=66981820/67108860
[pid=6040] ppid=6037 vsize=10846984 memory=1129380 CPUtime=2484.5 cores=1,3,5,7
/proc/6040/stat : 6040 (java) S 6037 6040 1949 0 -1 1077944320 181934 13312 0 0 248074 369 4 3 20 0 15 0 416697342 11107311616 282345 33554432000 4194304 4196468 140724926808432 140724926790976 139923406335735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
/proc/6040/statm: 2711746 282345 3623 1 0 2673805 0
[pid=6040/tid=6093] ppid=6037 vsize=10846984 memory=1129380 CPUtime=2414.41 cores=1,3,5,7
/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 66972 13312 0 0 241381 53 4 3 20 0 15 0 416697351 11107311616 282345 33554432000 4194304 4196468 140724926808432 139923378171264 139923017039948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=10846984 memory=8112282956445269571 CPUtime=12.41 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 11471 13312 0 0 1177 57 4 3 20 0 15 0 416697352 11107311616 282345 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=10846984 memory=1129380 CPUtime=12.35 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 10913 13312 0 0 1166 62 4 3 20 0 15 0 416697352 11107311616 282345 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=10846984 memory=1129380 CPUtime=12.39 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 11498 13312 0 0 1171 61 4 3 20 0 15 0 416697352 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=10846984 memory=1129380 CPUtime=12.39 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 12983 13312 0 0 1166 66 4 3 20 0 15 0 416697352 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6102] ppid=6037 vsize=10846984 memory=1129380 CPUtime=11.53 cores=1,3,5,7
/proc/6040/task/6102/stat : 6102 (java) S 6037 6040 1949 0 -1 1077944384 15080 13312 0 0 1084 62 4 3 20 0 15 0 416697353 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922932992368 139923406346882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6103] ppid=6037 vsize=10846984 memory=1129380 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6103/stat : 6103 (java) S 6037 6040 1949 0 -1 1077944384 15 13312 0 0 0 0 4 3 20 0 15 0 416697354 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922853848224 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6108] ppid=6037 vsize=10846984 memory=1129380 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6108/stat : 6108 (java) S 6037 6040 1949 0 -1 1077944384 10 13312 0 0 0 0 4 3 20 0 15 0 416697354 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922249868160 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6110] ppid=6037 vsize=10846984 memory=1129380 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6110/stat : 6110 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697356 11107311616 282345 33554432000 4194304 4196468 140724926808432 139921942468432 139923406354331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6111] ppid=6037 vsize=10846984 memory=3620 CPUtime=3.27 cores=1,3,5,7
/proc/6040/task/6111/stat : 6111 (java) S 6037 6040 1949 0 -1 1077944384 20147 13312 0 0 318 2 4 3 20 0 15 0 416697356 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922931940208 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6112] ppid=6037 vsize=10846984 memory=1129380 CPUtime=3.23 cores=1,3,5,7
/proc/6040/task/6112/stat : 6112 (java) S 6037 6040 1949 0 -1 1077944384 16201 13312 0 0 313 3 4 3 20 0 15 0 416697356 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922930887408 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6113] ppid=6037 vsize=10846984 memory=1129380 CPUtime=1.53 cores=1,3,5,7
/proc/6040/task/6113/stat : 6113 (java) S 6037 6040 1949 0 -1 1077944384 13354 13312 0 0 143 3 4 3 20 0 15 0 416697356 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922929834608 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6115] ppid=6037 vsize=10846984 memory=1129380 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6115/stat : 6115 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697357 11107311616 282345 33554432000 4194304 4196468 140724926808432 139921908910816 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6118] ppid=6037 vsize=10846984 memory=1129380 CPUtime=1.49 cores=1,3,5,7
/proc/6040/task/6118/stat : 6118 (java) S 6037 6040 1949 0 -1 1077944384 1074 13312 0 0 64 78 4 3 20 0 15 0 416697357 11107311616 282345 33554432000 4194304 4196468 140724926808432 139922928782000 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 2484.5 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1129380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.4 s]
/proc/loadavg: 1.40 1.28 1.31 3/227 6736
/proc/meminfo: memFree=29785176/32770624 swapFree=66981820/67108860
[pid=6040] ppid=6037 vsize=10846984 memory=1131452 CPUtime=2520.06 cores=1,3,5,7
/proc/6040/stat : 6040 (java) S 6037 6040 1949 0 -1 1077944320 183161 13312 0 0 251626 373 4 3 20 0 15 0 416697342 11107311616 282863 33554432000 4194304 4196468 140724926808432 140724926790976 139923406335735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
/proc/6040/statm: 2711746 282863 3623 1 0 2673805 0
[pid=6040/tid=6093] ppid=6037 vsize=10846984 memory=3236 CPUtime=2449.14 cores=1,3,5,7
/proc/6040/task/6093/stat : 6093 (java) R 6037 6040 1949 0 -1 4202560 67524 13312 0 0 244853 54 4 3 20 0 15 0 416697351 11107311616 282863 33554432000 4194304 4196468 140724926808432 139923378171216 139923017040413 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6094] ppid=6037 vsize=10846984 memory=558376 CPUtime=12.58 cores=1,3,5,7
/proc/6040/task/6094/stat : 6094 (java) S 6037 6040 1949 0 -1 1077944384 11674 13312 0 0 1193 58 4 3 20 0 15 0 416697352 11107311616 282863 33554432000 4194304 4196468 140724926808432 139923410578576 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6095] ppid=6037 vsize=10846984 memory=1628 CPUtime=12.52 cores=1,3,5,7
/proc/6040/task/6095/stat : 6095 (java) S 6037 6040 1949 0 -1 1077944384 10972 13312 0 0 1183 62 4 3 20 0 15 0 416697352 11107311616 282863 33554432000 4194304 4196468 140724926808432 139923325398032 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6096] ppid=6037 vsize=10846984 memory=1692 CPUtime=12.57 cores=1,3,5,7
/proc/6040/task/6096/stat : 6096 (java) S 6037 6040 1949 0 -1 1077944384 11525 13312 0 0 1188 62 4 3 20 0 15 0 416697352 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922978298768 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6097] ppid=6037 vsize=10846984 memory=1028 CPUtime=12.57 cores=1,3,5,7
/proc/6040/task/6097/stat : 6097 (java) S 6037 6040 1949 0 -1 1077944384 13148 13312 0 0 1183 67 4 3 20 0 15 0 416697352 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922977245968 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6102] ppid=6037 vsize=10846984 memory=4126316290023845779 CPUtime=11.67 cores=1,3,5,7
/proc/6040/task/6102/stat : 6102 (java) S 6037 6040 1949 0 -1 1077944384 15280 13312 0 0 1097 63 4 3 20 0 15 0 416697353 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922932992368 139923406346882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6103] ppid=6037 vsize=10846984 memory=2404 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6103/stat : 6103 (java) S 6037 6040 1949 0 -1 1077944384 15 13312 0 0 0 0 4 3 20 0 15 0 416697354 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922853848224 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6108] ppid=6037 vsize=10846984 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6108/stat : 6108 (java) S 6037 6040 1949 0 -1 1077944384 10 13312 0 0 0 0 4 3 20 0 15 0 416697354 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922249868160 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6110] ppid=6037 vsize=10846984 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6110/stat : 6110 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697356 11107311616 282863 33554432000 4194304 4196468 140724926808432 139921942468432 139923406354331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6111] ppid=6037 vsize=10846984 memory=804 CPUtime=3.27 cores=1,3,5,7
/proc/6040/task/6111/stat : 6111 (java) S 6037 6040 1949 0 -1 1077944384 20149 13312 0 0 318 2 4 3 20 0 15 0 416697356 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922931940208 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6112] ppid=6037 vsize=10846984 memory=2900 CPUtime=3.23 cores=1,3,5,7
/proc/6040/task/6112/stat : 6112 (java) S 6037 6040 1949 0 -1 1077944384 16203 13312 0 0 313 3 4 3 20 0 15 0 416697356 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922930887408 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6113] ppid=6037 vsize=10846984 memory=2672 CPUtime=1.53 cores=1,3,5,7
/proc/6040/task/6113/stat : 6113 (java) S 6037 6040 1949 0 -1 1077944384 13356 13312 0 0 143 3 4 3 20 0 15 0 416697356 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922929834608 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6115] ppid=6037 vsize=10846984 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/6040/task/6115/stat : 6115 (java) S 6037 6040 1949 0 -1 1077944384 3 13312 0 0 0 0 4 3 20 0 15 0 416697357 11107311616 282863 33554432000 4194304 4196468 140724926808432 139921908910816 139923406345941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
[pid=6040/tid=6118] ppid=6037 vsize=10846984 memory=3200 CPUtime=1.51 cores=1,3,5,7
/proc/6040/task/6118/stat : 6118 (java) S 6037 6040 1949 0 -1 1077944384 1089 13312 0 0 65 79 4 3 20 0 15 0 416697357 11107311616 282863 33554432000 4194304 4196468 140724926808432 139922928782000 139923406346882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30011392 140724926814960 140724926817477 140724926817477 140724926820303 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1131452 KiB

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

[startup+2477.44 s]
# the end of solver process 6040 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.78422 s

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

Child status: 143
Real time (s): 2477.44
CPU time (s): 2520.13
CPU user time (s): 2516.35
CPU system time (s): 3.78422
CPU usage (%): 101.723
Max. virtual memory (cumulated for all children) (KiB): 10850164
Max. memory (cumulated for all children) (KiB): 1131452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.78422
maximum resident set size= 1135680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306162
involuntary context switches= 7260


# summary of solver processes directly reported to runsolver:
#   pid: 6040
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.78422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9415 second user time and 22.3791 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 21:51:45
IDJOB=4395933
IDBENCH=133411
IDSOLVER=2846
FILE ID=node121/4395933-1568404347
RUNJOBID= node121-1568393270-2679
PBS_JOBID= 21701860
Free space on /tmp= 61376 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395933-1568404347/watcher-4395933-1568404347 -o /tmp/evaluation-result-4395933-1568404347/solver-4395933-1568404347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2679 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=733786416 HOME/instance-4395933-1568404347.xml

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

MD5SUM BENCH= 24593adebe844e759ba30cbfe45e1115
RANDOM SEED=733786416

node121.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.75
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.75
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.75
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.75
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:        29496012 kB
MemAvailable:   29956232 kB
Buffers:          162292 kB
Cached:           593760 kB
SwapCached:        18800 kB
Active:          2379888 kB
Inactive:         353464 kB
Active(anon):    1963564 kB
Inactive(anon):    44296 kB
Active(file):     416324 kB
Inactive(file):   309168 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981768 kB
Dirty:             35544 kB
Writeback:             0 kB
AnonPages:       2072396 kB
Mapped:            48452 kB
Shmem:             22200 kB
Slab:             130152 kB
SReclaimable:     101128 kB
SUnreclaim:        29024 kB
KernelStack:        4000 kB
PageTables:         9680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3131832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1906688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61344 MiB
End job on node121 at 2019-09-13 22:33:02