Trace number 4395742

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.14 2484.74

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-035.xml
MD5SUM95db7a436582e8fbf27db66b2c693839
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.88573
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size21
Maximum domain size35
Distribution of domain sizes[{"size":21,"count":2},{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395742-1568413679/watcher-4395742-1568413679 -o /tmp/evaluation-result-4395742-1568413679/solver-4395742-1568413679 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25059 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=860636933 HOME/instance-4395742-1568413679.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=30319, runsolver pid=30316

[startup+0.101041 s]*
/proc/loadavg: 1.21 1.30 1.36 3/219 30376
/proc/meminfo: memFree=28834420/32770624 swapFree=66958232/67108860
[pid=30319] ppid=30316 vsize=9972712 memory=17216 CPUtime=0.09 cores=1,3,5,7
/proc/30319/stat : 30319 (java) S 30316 30319 25027 0 -1 1077944320 4577 13006 0 0 1 0 5 3 20 0 6 0 417304425 10212057088 4304 33554432000 4194304 4196468 140724373200752 140724373183296 139844678336247 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
/proc/30319/statm: 2493178 4304 1935 1 0 2481616 0
[pid=30319/tid=30372] ppid=30316 vsize=9972712 memory=4279135704013569934 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 2366 13006 0 0 1 0 5 3 20 0 6 0 417304434 10212057088 4304 33554432000 4194304 4196468 140724373200752 139844650173008 139844661682725 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 6 0 417304434 10212057088 4304 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=9972712 memory=139928808347264 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 417304434 10212057088 4304 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 417304434 10212057088 4370 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 6 0 417304434 10212057088 4370 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17216 KiB

[startup+0.210234 s]*
/proc/loadavg: 1.28 1.31 1.36 3/228 30385
/proc/meminfo: memFree=28813700/32770624 swapFree=66958232/67108860
[pid=30319] ppid=30316 vsize=10819664 memory=41604 CPUtime=0.26 cores=1,3,5,7
/proc/30319/stat : 30319 (java) S 30316 30319 25027 0 -1 1077944320 7274 13006 0 0 17 1 5 3 20 0 15 0 417304425 11079335936 10401 33554432000 4194304 4196468 140724373200752 140724373183296 139844678336247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
/proc/30319/statm: 2704916 10401 3159 1 0 2667149 0
[pid=30319/tid=30372] ppid=30316 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 3771 13006 0 0 11 1 5 3 20 0 15 0 417304434 11079335936 10401 33554432000 4194304 4196468 140724373200752 139844650160544 139844658612128 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=10819664 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 417304434 11079335936 10401 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=10819664 memory=139928808374269 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11079335936 10401 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11079335936 10401 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11079335936 10401 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30377] ppid=30316 vsize=10819664 memory=139928808347264 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30377/stat : 30377 (java) S 30316 30319 25027 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 417304436 11079335936 10401 33554432000 4194304 4196468 140724373200752 139844204902896 139844678347394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30378] ppid=30316 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30378/stat : 30378 (java) S 30316 30319 25027 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 417304436 11079335936 10401 33554432000 4194304 4196468 140724373200752 139843665388960 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30379] ppid=30316 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30379/stat : 30379 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304436 11079335936 10401 33554432000 4194304 4196468 140724373200752 139843464062448 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30380] ppid=30316 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30380/stat : 30380 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11079335936 10401 33554432000 4194304 4196468 140724373200752 139843223771856 139844678354843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30381] ppid=30316 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30381/stat : 30381 (java) S 30316 30319 25027 0 -1 1077944384 490 13006 0 0 1 0 5 3 20 0 15 0 417304439 11079335936 10401 33554432000 4194304 4196468 140724373200752 139844203849712 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30382] ppid=30316 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30382/stat : 30382 (java) S 30316 30319 25027 0 -1 1077944384 184 13006 0 0 1 0 5 3 20 0 15 0 417304439 11079335936 10401 33554432000 4194304 4196468 140724373200752 139843746130032 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30383] ppid=30316 vsize=10819664 memory=139928808347264 CPUtime=0.11 cores=1,3,5,7
/proc/30319/task/30383/stat : 30383 (java) S 30316 30319 25027 0 -1 1077944384 592 13006 0 0 3 0 5 3 20 0 15 0 417304439 11079335936 10401 33554432000 4194304 4196468 140724373200752 139843745077488 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30384] ppid=30316 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30384/stat : 30384 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11079335936 10401 33554432000 4194304 4196468 140724373200752 139843190213216 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30385] ppid=30316 vsize=10819664 memory=139928808347264 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30385/stat : 30385 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304440 11079335936 10401 33554432000 4194304 4196468 140724373200752 139843744025392 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41604 KiB

[startup+0.310437 s]*
/proc/loadavg: 1.28 1.31 1.36 3/228 30385
/proc/meminfo: memFree=28800656/32770624 swapFree=66958232/67108860
[pid=30319] ppid=30316 vsize=10820148 memory=53040 CPUtime=0.41 cores=1,3,5,7
/proc/30319/stat : 30319 (java) S 30316 30319 25027 0 -1 1077944320 10967 13006 0 0 29 4 5 3 20 0 15 0 417304425 11079831552 13260 33554432000 4194304 4196468 140724373200752 140724373183296 139844678336247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
/proc/30319/statm: 2705037 13260 3295 1 0 2667149 0
[pid=30319/tid=30372] ppid=30316 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 7445 13006 0 0 19 3 5 3 20 0 15 0 417304434 11079831552 13260 33554432000 4194304 4196468 140724373200752 139844650136160 139844662416734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 417304434 11079831552 13260 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11079831552 13260 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11079831552 13260 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11079831552 13260 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30377] ppid=30316 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30377/stat : 30377 (java) S 30316 30319 25027 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 417304436 11079831552 13260 33554432000 4194304 4196468 140724373200752 139844204902896 139844678347394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30378] ppid=30316 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30378/stat : 30378 (java) S 30316 30319 25027 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 417304436 11079831552 13260 33554432000 4194304 4196468 140724373200752 139843665388960 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30379] ppid=30316 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30379/stat : 30379 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304436 11079831552 13260 33554432000 4194304 4196468 140724373200752 139843464062448 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30380] ppid=30316 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30380/stat : 30380 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11079831552 13260 33554432000 4194304 4196468 140724373200752 139843223771856 139844678354843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30381] ppid=30316 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30381/stat : 30381 (java) S 30316 30319 25027 0 -1 1077944384 490 13006 0 0 1 0 5 3 20 0 15 0 417304439 11079831552 13260 33554432000 4194304 4196468 140724373200752 139844203849712 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30382] ppid=30316 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/30319/task/30382/stat : 30382 (java) S 30316 30319 25027 0 -1 1077944384 194 13006 0 0 2 0 5 3 20 0 15 0 417304439 11079831552 13260 33554432000 4194304 4196468 140724373200752 139843746130032 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30383] ppid=30316 vsize=10820148 memory=139928808347264 CPUtime=0.13 cores=1,3,5,7
/proc/30319/task/30383/stat : 30383 (java) R 30316 30319 25027 0 -1 4202560 601 13006 0 0 5 0 5 3 20 0 15 0 417304439 11079831552 13260 33554432000 4194304 4196468 140724373200752 139843745077488 139844678357594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30384] ppid=30316 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30384/stat : 30384 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11079831552 13260 33554432000 4194304 4196468 140724373200752 139843190213216 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30385] ppid=30316 vsize=10820148 memory=139928808347264 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30385/stat : 30385 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304440 11079831552 13260 33554432000 4194304 4196468 140724373200752 139843744025392 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53040 KiB

[startup+0.706756 s]
/proc/loadavg: 1.28 1.31 1.36 3/228 30385
/proc/meminfo: memFree=28786712/32770624 swapFree=66958232/67108860
[pid=30319] ppid=30316 vsize=10824360 memory=85828 CPUtime=1.15 cores=1,3,5,7
/proc/30319/stat : 30319 (java) S 30316 30319 25027 0 -1 1077944320 15110 13006 0 0 100 7 5 3 20 0 15 0 417304425 11084144640 21457 33554432000 4194304 4196468 140724373200752 140724373183296 139844678336247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
/proc/30319/statm: 2706090 21457 3511 1 0 2668173 0
[pid=30319/tid=30372] ppid=30316 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 10439 13006 0 0 54 5 5 3 20 0 15 0 417304434 11084144640 21457 33554432000 4194304 4196468 140724373200752 139844650152160 139844678358173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 2 13006 0 0 0 0 5 3 20 0 15 0 417304434 11084144640 21457 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11084144640 21457 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=10824360 memory=139928692470544 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11084144640 21457 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=10824360 memory=139930034504270 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304434 11084144640 21457 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30377] ppid=30316 vsize=10824360 memory=8000 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30377/stat : 30377 (java) S 30316 30319 25027 0 -1 1077944384 5 13006 0 0 0 0 5 3 20 0 15 0 417304436 11084144640 21457 33554432000 4194304 4196468 140724373200752 139844204902896 139844678347394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30378] ppid=30316 vsize=10824360 memory=7518026621751088994 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30378/stat : 30378 (java) S 30316 30319 25027 0 -1 1077944384 13 13006 0 0 0 0 5 3 20 0 15 0 417304436 11084144640 21457 33554432000 4194304 4196468 140724373200752 139843665388960 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30379] ppid=30316 vsize=10824360 memory=6081102367496366441 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30379/stat : 30379 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304436 11084144640 21457 33554432000 4194304 4196468 140724373200752 139843464062448 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30380] ppid=30316 vsize=10824360 memory=14080 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30380/stat : 30380 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11084144640 21457 33554432000 4194304 4196468 140724373200752 139843223771856 139844678354843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30381] ppid=30316 vsize=10824360 memory=21656 CPUtime=0.22 cores=1,3,5,7
/proc/30319/task/30381/stat : 30381 (java) S 30316 30319 25027 0 -1 1077944384 1010 13006 0 0 14 0 5 3 20 0 15 0 417304439 11084144640 21457 33554432000 4194304 4196468 140724373200752 139844203849712 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30382] ppid=30316 vsize=10824360 memory=2120 CPUtime=0.2 cores=1,3,5,7
/proc/30319/task/30382/stat : 30382 (java) R 30316 30319 25027 0 -1 4202560 671 13006 0 0 12 0 5 3 20 0 15 0 417304439 11084144640 21457 33554432000 4194304 4196468 140724373200752 139843746130032 139844658548434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30383] ppid=30316 vsize=10824360 memory=508 CPUtime=0.25 cores=1,3,5,7
/proc/30319/task/30383/stat : 30383 (java) S 30316 30319 25027 0 -1 1077944384 750 13006 0 0 17 0 5 3 20 0 15 0 417304439 11084144640 21457 33554432000 4194304 4196468 140724373200752 139843745077488 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30384] ppid=30316 vsize=10824360 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30384/stat : 30384 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11084144640 21457 33554432000 4194304 4196468 140724373200752 139843190213216 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30385] ppid=30316 vsize=10824360 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30385/stat : 30385 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304440 11084144640 21457 33554432000 4194304 4196468 140724373200752 139843744025392 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85828 KiB

[startup+1.50075 s]
/proc/loadavg: 1.28 1.31 1.36 3/228 30385
/proc/meminfo: memFree=28744340/32770624 swapFree=66958232/67108860
[pid=30319] ppid=30316 vsize=10834676 memory=173336 CPUtime=2.45 cores=1,3,5,7
/proc/30319/stat : 30319 (java) S 30316 30319 25027 0 -1 1077944320 21838 13006 0 0 225 12 5 3 20 0 15 0 417304425 11094708224 43334 33554432000 4194304 4196468 140724373200752 140724373183296 139844678336247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
/proc/30319/statm: 2708669 43334 3589 1 0 2670733 0
[pid=30319/tid=30372] ppid=30316 vsize=10834676 memory=69784 CPUtime=1.44 cores=1,3,5,7
/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 15381 13006 0 0 128 8 5 3 20 0 15 0 417304434 11094708224 43334 33554432000 4194304 4196468 140724373200752 139844650140448 139844678348182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 331 13006 0 0 1 0 5 3 20 0 15 0 417304434 11094708224 43334 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=10834676 memory=279857384972448 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 67 13006 0 0 1 0 5 3 20 0 15 0 417304434 11094708224 43334 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 70 13006 0 0 1 0 5 3 20 0 15 0 417304434 11094708224 43334 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 21 13006 0 0 1 0 5 3 20 0 15 0 417304434 11094708224 43334 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30377] ppid=30316 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30319/task/30377/stat : 30377 (java) S 30316 30319 25027 0 -1 1077944384 126 13006 0 0 1 0 5 3 20 0 15 0 417304436 11094708224 43334 33554432000 4194304 4196468 140724373200752 139844204902896 139844678347394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30378] ppid=30316 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30378/stat : 30378 (java) S 30316 30319 25027 0 -1 1077944384 14 13006 0 0 0 0 5 3 20 0 15 0 417304436 11094708224 43334 33554432000 4194304 4196468 140724373200752 139843665389024 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30379] ppid=30316 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30379/stat : 30379 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304436 11094708224 43334 33554432000 4194304 4196468 140724373200752 139843464062464 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30380] ppid=30316 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30380/stat : 30380 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11094708224 43334 33554432000 4194304 4196468 140724373200752 139843223771856 139844678354843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30381] ppid=30316 vsize=10834676 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/30319/task/30381/stat : 30381 (java) S 30316 30319 25027 0 -1 1077944384 1226 13006 0 0 25 0 5 3 20 0 15 0 417304439 11094708224 43334 33554432000 4194304 4196468 140724373200752 139844203849712 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30382] ppid=30316 vsize=10834676 memory=10 CPUtime=0.31 cores=1,3,5,7
/proc/30319/task/30382/stat : 30382 (java) S 30316 30319 25027 0 -1 1077944384 860 13006 0 0 23 0 5 3 20 0 15 0 417304439 11094708224 43334 33554432000 4194304 4196468 140724373200752 139843746130032 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30383] ppid=30316 vsize=10834676 memory=6791534058613427641 CPUtime=0.49 cores=1,3,5,7
/proc/30319/task/30383/stat : 30383 (java) R 30316 30319 25027 0 -1 4202560 1525 13006 0 0 40 1 5 3 20 0 15 0 417304439 11094708224 43334 33554432000 4194304 4196468 140724373200752 139843745077488 139844678357594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30384] ppid=30316 vsize=10834676 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30384/stat : 30384 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11094708224 43334 33554432000 4194304 4196468 140724373200752 139843190213216 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30385] ppid=30316 vsize=10834676 memory=279857385216896 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30385/stat : 30385 (java) S 30316 30319 25027 0 -1 1077944384 1 13006 0 0 0 0 5 3 20 0 15 0 417304440 11094708224 43334 33554432000 4194304 4196468 140724373200752 139843744025392 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB

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

/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 60531 13006 0 0 236257 45 5 3 20 0 15 0 417304434 11107311616 263097 33554432000 4194304 4196468 140724373200752 139844650171920 139844659742468 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=10846984 memory=1052388 CPUtime=8.42 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 11244 13006 0 0 790 44 5 3 20 0 15 0 417304434 11107311616 263097 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=10846984 memory=1052340 CPUtime=8.42 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 8290 13006 0 0 790 44 5 3 20 0 15 0 417304434 11107311616 263097 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=10846984 memory=1052388 CPUtime=8.4 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 10979 13006 0 0 788 44 5 3 20 0 15 0 417304434 11107311616 263097 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=10846984 memory=1052388 CPUtime=8.42 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 5210 13006 0 0 793 41 5 3 20 0 15 0 417304434 11107311616 263097 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30377] ppid=30316 vsize=10846984 memory=3612 CPUtime=8.25 cores=1,3,5,7
/proc/30319/task/30377/stat : 30377 (java) S 30316 30319 25027 0 -1 1077944384 14625 13006 0 0 772 45 5 3 20 0 15 0 417304436 11107311616 263097 33554432000 4194304 4196468 140724373200752 139844204902896 139844678347394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30378] ppid=30316 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30378/stat : 30378 (java) S 30316 30319 25027 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 417304436 11107311616 263097 33554432000 4194304 4196468 140724373200752 139843665389088 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30379] ppid=30316 vsize=10846984 memory=712 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30379/stat : 30379 (java) S 30316 30319 25027 0 -1 1077944384 9 13006 0 0 0 0 5 3 20 0 15 0 417304436 11107311616 263097 33554432000 4194304 4196468 140724373200752 139843464062464 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30380] ppid=30316 vsize=10846984 memory=1052388 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30380/stat : 30380 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11107311616 263097 33554432000 4194304 4196468 140724373200752 139843223771856 139844678354843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30381] ppid=30316 vsize=10846984 memory=3612 CPUtime=4.48 cores=1,3,5,7
/proc/30319/task/30381/stat : 30381 (java) S 30316 30319 25027 0 -1 1077944384 28143 13006 0 0 436 4 5 3 20 0 15 0 417304439 11107311616 263097 33554432000 4194304 4196468 140724373200752 139844203849712 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30382] ppid=30316 vsize=10846984 memory=1052372 CPUtime=4.08 cores=1,3,5,7
/proc/30319/task/30382/stat : 30382 (java) S 30316 30319 25027 0 -1 1077944384 23718 13006 0 0 397 3 5 3 20 0 15 0 417304439 11107311616 263097 33554432000 4194304 4196468 140724373200752 139843746130032 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30383] ppid=30316 vsize=10846984 memory=1432 CPUtime=2.16 cores=1,3,5,7
/proc/30319/task/30383/stat : 30383 (java) S 30316 30319 25027 0 -1 1077944384 18877 13006 0 0 203 5 5 3 20 0 15 0 417304439 11107311616 263097 33554432000 4194304 4196468 140724373200752 139843745077488 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30384] ppid=30316 vsize=10846984 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30384/stat : 30384 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11107311616 263097 33554432000 4194304 4196468 140724373200752 139843190213216 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30385] ppid=30316 vsize=10846984 memory=39912 CPUtime=1.49 cores=1,3,5,7
/proc/30319/task/30385/stat : 30385 (java) S 30316 30319 25027 0 -1 1077944384 992 13006 0 0 62 79 5 3 20 0 15 0 417304440 11107311616 263097 33554432000 4194304 4196468 140724373200752 139843744025392 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 2416.6 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1052388 KiB

[startup+2442.3 s]
/proc/loadavg: 0.72 0.69 0.80 2/206 30808
/proc/meminfo: memFree=28562292/32770624 swapFree=66958232/67108860
[pid=30319] ppid=30316 vsize=10846984 memory=1052420 CPUtime=2477.2 cores=1,3,5,7
/proc/30319/stat : 30319 (java) S 30316 30319 25027 0 -1 1077944320 186223 13006 0 0 247413 299 5 3 20 0 15 0 417304425 11107311616 263105 33554432000 4194304 4196468 140724373200752 140724373183296 139844678336247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
/proc/30319/statm: 2711746 263105 3625 1 0 2673805 0
[pid=30319/tid=30372] ppid=30316 vsize=10846984 memory=1052420 CPUtime=2422.64 cores=1,3,5,7
/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 61211 13006 0 0 242210 46 5 3 20 0 15 0 417304434 11107311616 263105 33554432000 4194304 4196468 140724373200752 139844650171680 139844298439408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=10846984 memory=1052420 CPUtime=8.63 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 11439 13006 0 0 811 44 5 3 20 0 15 0 417304434 11107311616 263105 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=10846984 memory=1052420 CPUtime=8.63 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 8303 13006 0 0 810 45 5 3 20 0 15 0 417304434 11107311616 263105 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=10846984 memory=1052420 CPUtime=8.61 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 11064 13006 0 0 808 45 5 3 20 0 15 0 417304434 11107311616 263105 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=10846984 memory=1052420 CPUtime=8.62 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 5382 13006 0 0 813 41 5 3 20 0 15 0 417304434 11107311616 263105 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30377] ppid=30316 vsize=10846984 memory=1052420 CPUtime=8.45 cores=1,3,5,7
/proc/30319/task/30377/stat : 30377 (java) S 30316 30319 25027 0 -1 1077944384 14827 13006 0 0 791 46 5 3 20 0 15 0 417304436 11107311616 263105 33554432000 4194304 4196468 140724373200752 139844204902896 139844678347394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30378] ppid=30316 vsize=10846984 memory=1052420 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30378/stat : 30378 (java) S 30316 30319 25027 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 417304436 11107311616 263105 33554432000 4194304 4196468 140724373200752 139843665389088 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30379] ppid=30316 vsize=10846984 memory=1976 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30379/stat : 30379 (java) S 30316 30319 25027 0 -1 1077944384 9 13006 0 0 0 0 5 3 20 0 15 0 417304436 11107311616 263105 33554432000 4194304 4196468 140724373200752 139843464062464 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30380] ppid=30316 vsize=10846984 memory=1052420 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30380/stat : 30380 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11107311616 263105 33554432000 4194304 4196468 140724373200752 139843223771856 139844678354843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30381] ppid=30316 vsize=10846984 memory=3612 CPUtime=4.48 cores=1,3,5,7
/proc/30319/task/30381/stat : 30381 (java) S 30316 30319 25027 0 -1 1077944384 28145 13006 0 0 436 4 5 3 20 0 15 0 417304439 11107311616 263105 33554432000 4194304 4196468 140724373200752 139844203849712 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30382] ppid=30316 vsize=10846984 memory=39912 CPUtime=4.08 cores=1,3,5,7
/proc/30319/task/30382/stat : 30382 (java) S 30316 30319 25027 0 -1 1077944384 23720 13006 0 0 397 3 5 3 20 0 15 0 417304439 11107311616 263105 33554432000 4194304 4196468 140724373200752 139843746130032 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30383] ppid=30316 vsize=10846984 memory=1052420 CPUtime=2.16 cores=1,3,5,7
/proc/30319/task/30383/stat : 30383 (java) S 30316 30319 25027 0 -1 1077944384 18879 13006 0 0 203 5 5 3 20 0 15 0 417304439 11107311616 263105 33554432000 4194304 4196468 140724373200752 139843745077488 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30384] ppid=30316 vsize=10846984 memory=1052420 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30384/stat : 30384 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11107311616 263105 33554432000 4194304 4196468 140724373200752 139843190213216 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30385] ppid=30316 vsize=10846984 memory=1052420 CPUtime=1.52 cores=1,3,5,7
/proc/30319/task/30385/stat : 30385 (java) S 30316 30319 25027 0 -1 1077944384 1010 13006 0 0 63 81 5 3 20 0 15 0 417304440 11107311616 263105 33554432000 4194304 4196468 140724373200752 139843744025392 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 2477.2 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1052420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.7 s]
/proc/loadavg: 0.48 0.64 0.77 2/206 30812
/proc/meminfo: memFree=28560392/32770624 swapFree=66958232/67108860
[pid=30319] ppid=30316 vsize=10846984 memory=1054500 CPUtime=2520.09 cores=1,3,5,7
/proc/30319/stat : 30319 (java) S 30316 30319 25027 0 -1 1077944320 188207 13006 0 0 251698 303 5 3 20 0 15 0 417304425 11107311616 263625 33554432000 4194304 4196468 140724373200752 140724373183296 139844678336247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
/proc/30319/statm: 2711746 263625 3625 1 0 2673805 0
[pid=30319/tid=30372] ppid=30316 vsize=10846984 memory=1054500 CPUtime=2464.71 cores=1,3,5,7
/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 61781 13006 0 0 246417 46 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844650171744 139844300224863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=10846984 memory=1054500 CPUtime=8.79 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 11520 13006 0 0 825 46 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=10846984 memory=1054500 CPUtime=8.78 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 8619 13006 0 0 824 46 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=10846984 memory=1052452 CPUtime=8.76 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 11123 13006 0 0 822 46 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=10846984 memory=1052452 CPUtime=8.78 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 5402 13006 0 0 828 42 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30377] ppid=30316 vsize=10846984 memory=1054500 CPUtime=8.59 cores=1,3,5,7
/proc/30319/task/30377/stat : 30377 (java) S 30316 30319 25027 0 -1 1077944384 15024 13006 0 0 805 46 5 3 20 0 15 0 417304436 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844204902896 139844678347394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30378] ppid=30316 vsize=10846984 memory=1054500 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30378/stat : 30378 (java) S 30316 30319 25027 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 417304436 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843665389088 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30379] ppid=30316 vsize=10846984 memory=1052452 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30379/stat : 30379 (java) S 30316 30319 25027 0 -1 1077944384 9 13006 0 0 0 0 5 3 20 0 15 0 417304436 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843464062464 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30380] ppid=30316 vsize=10846984 memory=1054500 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30380/stat : 30380 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843223771856 139844678354843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30381] ppid=30316 vsize=10846984 memory=1054500 CPUtime=4.48 cores=1,3,5,7
/proc/30319/task/30381/stat : 30381 (java) S 30316 30319 25027 0 -1 1077944384 28465 13006 0 0 436 4 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844203849712 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30382] ppid=30316 vsize=10846984 memory=279857384745792 CPUtime=4.09 cores=1,3,5,7
/proc/30319/task/30382/stat : 30382 (java) S 30316 30319 25027 0 -1 1077944384 24124 13006 0 0 398 3 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843746130032 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30383] ppid=30316 vsize=10846984 memory=1054500 CPUtime=2.16 cores=1,3,5,7
/proc/30319/task/30383/stat : 30383 (java) S 30316 30319 25027 0 -1 1077944384 18881 13006 0 0 203 5 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843745077488 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30384] ppid=30316 vsize=10846984 memory=1054500 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30384/stat : 30384 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843190213216 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30385] ppid=30316 vsize=10846984 memory=1054500 CPUtime=1.54 cores=1,3,5,7
/proc/30319/task/30385/stat : 30385 (java) S 30316 30319 25027 0 -1 1077944384 1025 13006 0 0 64 82 5 3 20 0 15 0 417304440 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843744025392 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1054500 KiB

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

[startup+2484.74 s]
# the end of solver process 30319 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.06 s, system=3.08237 s

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

[startup+2484.7 s]
/proc/loadavg: 0.48 0.64 0.77 2/206 30812
/proc/meminfo: memFree=28560392/32770624 swapFree=66958232/67108860
[pid=30319] ppid=30316 vsize=10846984 memory=1054500 CPUtime=2520.09 cores=1,3,5,7
/proc/30319/stat : 30319 (java) S 30316 30319 25027 0 -1 1077944320 188207 13006 0 0 251698 303 5 3 20 0 15 0 417304425 11107311616 263625 33554432000 4194304 4196468 140724373200752 140724373183296 139844678336247 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
/proc/30319/statm: 2711746 263625 3625 1 0 2673805 0
[pid=30319/tid=30372] ppid=30316 vsize=10846984 memory=1054500 CPUtime=2464.71 cores=1,3,5,7
/proc/30319/task/30372/stat : 30372 (java) R 30316 30319 25027 0 -1 4202560 61781 13006 0 0 246417 46 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844650171744 139844300224863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30373] ppid=30316 vsize=10846984 memory=1054500 CPUtime=8.79 cores=1,3,5,7
/proc/30319/task/30373/stat : 30373 (java) S 30316 30319 25027 0 -1 1077944384 11520 13006 0 0 825 46 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844682578192 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30374] ppid=30316 vsize=10846984 memory=1054500 CPUtime=8.78 cores=1,3,5,7
/proc/30319/task/30374/stat : 30374 (java) S 30316 30319 25027 0 -1 1077944384 8619 13006 0 0 824 46 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844251261328 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30375] ppid=30316 vsize=10846984 memory=1052452 CPUtime=8.76 cores=1,3,5,7
/proc/30319/task/30375/stat : 30375 (java) S 30316 30319 25027 0 -1 1077944384 11123 13006 0 0 822 46 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844250208784 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30376] ppid=30316 vsize=10846984 memory=1052452 CPUtime=8.78 cores=1,3,5,7
/proc/30319/task/30376/stat : 30376 (java) S 30316 30319 25027 0 -1 1077944384 5402 13006 0 0 828 42 5 3 20 0 15 0 417304434 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844249156240 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30377] ppid=30316 vsize=10846984 memory=1054500 CPUtime=8.59 cores=1,3,5,7
/proc/30319/task/30377/stat : 30377 (java) S 30316 30319 25027 0 -1 1077944384 15024 13006 0 0 805 46 5 3 20 0 15 0 417304436 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844204902896 139844678347394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30378] ppid=30316 vsize=10846984 memory=1054500 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30378/stat : 30378 (java) S 30316 30319 25027 0 -1 1077944384 19 13006 0 0 0 0 5 3 20 0 15 0 417304436 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843665389088 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30379] ppid=30316 vsize=10846984 memory=1052452 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30379/stat : 30379 (java) S 30316 30319 25027 0 -1 1077944384 9 13006 0 0 0 0 5 3 20 0 15 0 417304436 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843464062464 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30380] ppid=30316 vsize=10846984 memory=1054500 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30380/stat : 30380 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843223771856 139844678354843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30381] ppid=30316 vsize=10846984 memory=1054500 CPUtime=4.48 cores=1,3,5,7
/proc/30319/task/30381/stat : 30381 (java) S 30316 30319 25027 0 -1 1077944384 28465 13006 0 0 436 4 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139844203849712 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30382] ppid=30316 vsize=10846984 memory=279857384745792 CPUtime=4.09 cores=1,3,5,7
/proc/30319/task/30382/stat : 30382 (java) S 30316 30319 25027 0 -1 1077944384 24124 13006 0 0 398 3 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843746130032 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30383] ppid=30316 vsize=10846984 memory=1054500 CPUtime=2.16 cores=1,3,5,7
/proc/30319/task/30383/stat : 30383 (java) S 30316 30319 25027 0 -1 1077944384 18881 13006 0 0 203 5 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843745077488 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30384] ppid=30316 vsize=10846984 memory=1054500 CPUtime=0.08 cores=1,3,5,7
/proc/30319/task/30384/stat : 30384 (java) S 30316 30319 25027 0 -1 1077944384 3 13006 0 0 0 0 5 3 20 0 15 0 417304439 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843190213216 139844678346453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
[pid=30319/tid=30385] ppid=30316 vsize=10846984 memory=1054500 CPUtime=1.54 cores=1,3,5,7
/proc/30319/task/30385/stat : 30385 (java) S 30316 30319 25027 0 -1 1077944384 1025 13006 0 0 64 82 5 3 20 0 15 0 417304440 11107311616 263625 33554432000 4194304 4196468 140724373200752 139843744025392 139844678347394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15736832 140724373207792 140724373210309 140724373210309 140724373213135 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1054500 KiB

Child status: 143
Real time (s): 2484.74
CPU time (s): 2520.14
CPU user time (s): 2517.06
CPU system time (s): 3.08237
CPU usage (%): 101.425
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 1073088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.06
system time used= 3.08237
maximum resident set size= 1073968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202578
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237116
involuntary context switches= 7030


# summary of solver processes directly reported to runsolver:
#   pid: 30319
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.06
#   total CPU system time (s): 3.08237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.7315 second user time and 16.8071 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-14 00:27:17
IDJOB=4395742
IDBENCH=141707
IDSOLVER=2846
FILE ID=node145/4395742-1568413679
RUNJOBID= node145-1568394139-25059
PBS_JOBID= 21701867
Free space on /tmp= 59472 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-035.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395742-1568413679/watcher-4395742-1568413679 -o /tmp/evaluation-result-4395742-1568413679/solver-4395742-1568413679 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25059 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=860636933 HOME/instance-4395742-1568413679.xml

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

MD5SUM BENCH= 95db7a436582e8fbf27db66b2c693839
RANDOM SEED=860636933

node145.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.59
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.59
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.59
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.59
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:        28842752 kB
MemAvailable:   31136072 kB
Buffers:          120064 kB
Cached:          2458392 kB
SwapCached:        41020 kB
Active:          1981572 kB
Inactive:        1366684 kB
Active(anon):     732496 kB
Inactive(anon):    78548 kB
Active(file):    1249076 kB
Inactive(file):  1288136 kB
Unevictable:      109280 kB
Mlocked:          109280 kB
SwapTotal:      67108860 kB
SwapFree:       66958232 kB
Dirty:             35456 kB
Writeback:             0 kB
AnonPages:        851652 kB
Mapped:            57672 kB
Shmem:             32360 kB
Slab:             172384 kB
SReclaimable:     143884 kB
SUnreclaim:        28500 kB
KernelStack:        3984 kB
PageTables:         6956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1965744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59472 MiB
End job on node145 at 2019-09-14 01:08:42