Trace number 4402708

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.12 2504.23

General information on the benchmark

NameCrossword/Crossword-m1c-lex-herald/
Crossword-m1c-lex-h2101.xml
MD5SUM1a4f6c91eaadca249c448c828860eb66
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 benchmark193.944
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints138
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":373}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":68},{"degree":2,"count":373}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":10},{"arity":4,"count":40},{"arity":5,"count":50},{"arity":6,"count":10},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":2},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":2}]
Number of extensional constraints138
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":138}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402708-1568986660/watcher-4402708-1568986660 -o /tmp/evaluation-result-4402708-1568986660/solver-4402708-1568986660 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=637019862 HOME/instance-4402708-1568986660.xml 

running on 4 cores: 4-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=19839, runsolver pid=19836

[startup+0.100087 s]*
/proc/loadavg: 1.47 1.51 1.56 2/214 19892
/proc/meminfo: memFree=4617564/32770688 swapFree=66927196/67108860
[pid=19839] ppid=19836 vsize=9972712 memory=18332 CPUtime=0.09 cores=4-7
/proc/19839/stat : 19839 (java) S 19836 19839 13981 0 -1 1077944320 4296 13136 0 0 0 1 5 3 20 0 6 0 474672270 10212057088 4583 33554432000 4194304 4196468 140726007916912 140726007899456 139671572676343 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
/proc/19839/statm: 2493178 4583 1931 1 0 2481616 0
[pid=19839/tid=19892] ppid=19836 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=4-7
/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 2090 13136 0 0 0 0 5 3 20 0 6 0 474672280 10212057088 4583 33554432000 4194304 4196468 140726007916912 139671544513104 139671556756830 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 6 0 474672280 10212057088 4583 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=9972712 memory=140102776555136 CPUtime=0.08 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 6 0 474672280 10212057088 4583 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 6 0 474672280 10212057088 4583 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 6 0 474672280 10212057088 4583 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.211051 s]*
/proc/loadavg: 1.47 1.51 1.56 3/227 19905
/proc/meminfo: memFree=4595560/32770688 swapFree=66927196/67108860
[pid=19839] ppid=19836 vsize=10819716 memory=38408 CPUtime=0.26 cores=4-7
/proc/19839/stat : 19839 (java) S 19836 19839 13981 0 -1 1077944320 7012 13136 0 0 16 2 5 3 20 0 15 0 474672270 11079389184 9602 33554432000 4194304 4196468 140726007916912 140726007899456 139671572676343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
/proc/19839/statm: 2704929 9602 3155 1 0 2667149 0
[pid=19839/tid=19892] ppid=19836 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=4-7
/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 3477 13136 0 0 10 1 5 3 20 0 15 0 474672280 11079389184 9602 33554432000 4194304 4196468 140726007916912 139671544468912 139671556756830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=10819716 memory=364 CPUtime=0.08 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11079389184 9602 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=10819716 memory=140102776573624 CPUtime=0.08 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11079389184 9602 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 474672280 11079389184 9602 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11079389184 9602 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19897] ppid=19836 vsize=10819716 memory=140102776555136 CPUtime=0.08 cores=4-7
/proc/19839/task/19897/stat : 19897 (java) S 19836 19839 13981 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 474672282 11079389184 9602 33554432000 4194304 4196468 140726007916912 139671032158704 139671572687490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19898] ppid=19836 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/19839/task/19898/stat : 19898 (java) S 19836 19839 13981 0 -1 1077944384 33 13136 0 0 0 0 5 3 20 0 15 0 474672282 11079389184 9602 33554432000 4194304 4196468 140726007916912 139671031104928 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19899] ppid=19836 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19899/stat : 19899 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672283 11079389184 9602 33554432000 4194304 4196468 140726007916912 139670457411056 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19900] ppid=19836 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19900/stat : 19900 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672285 11079389184 9602 33554432000 4194304 4196468 140726007916912 139670150011600 139671572694939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19901] ppid=19836 vsize=10819716 memory=0 CPUtime=0.09 cores=4-7
/proc/19839/task/19901/stat : 19901 (java) S 19836 19839 13981 0 -1 1077944384 585 13136 0 0 1 0 5 3 20 0 15 0 474672285 11079389184 9602 33554432000 4194304 4196468 140726007916912 139670997546992 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19902] ppid=19836 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/19839/task/19902/stat : 19902 (java) S 19836 19839 13981 0 -1 1077944384 62 13136 0 0 0 0 5 3 20 0 15 0 474672285 11079389184 9602 33554432000 4194304 4196468 140726007916912 139670996494448 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19903] ppid=19836 vsize=10819716 memory=140102776555136 CPUtime=0.11 cores=4-7
/proc/19839/task/19903/stat : 19903 (java) R 19836 19839 13981 0 -1 4202560 631 13136 0 0 3 0 5 3 20 0 15 0 474672285 11079389184 9602 33554432000 4194304 4196468 140726007916912 139670995441904 139671572697690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19904] ppid=19836 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/19839/task/19904/stat : 19904 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672286 11079389184 9602 33554432000 4194304 4196468 140726007916912 139670116452960 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19905] ppid=19836 vsize=10819716 memory=140102776555136 CPUtime=0.08 cores=4-7
/proc/19839/task/19905/stat : 19905 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672286 11079389184 9602 33554432000 4194304 4196468 140726007916912 139670538152752 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 38408 KiB

[startup+0.311501 s]*
/proc/loadavg: 1.47 1.51 1.56 3/227 19905
/proc/meminfo: memFree=4585520/32770688 swapFree=66927196/67108860
[pid=19839] ppid=19836 vsize=10820196 memory=49772 CPUtime=0.4 cores=4-7
/proc/19839/stat : 19839 (java) S 19836 19839 13981 0 -1 1077944320 10681 13136 0 0 28 4 5 3 20 0 15 0 474672270 11079880704 12443 33554432000 4194304 4196468 140726007916912 140726007899456 139671572676343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
/proc/19839/statm: 2705049 12443 3306 1 0 2667149 0
[pid=19839/tid=19892] ppid=19836 vsize=10820196 memory=1398722017469774279 CPUtime=0.3 cores=4-7
/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 7113 13136 0 0 19 3 5 3 20 0 15 0 474672280 11079880704 12443 33554432000 4194304 4196468 140726007916912 139671544485264 139671555863152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11079880704 12443 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11079880704 12443 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 474672280 11079880704 12443 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11079880704 12443 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19897] ppid=19836 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19897/stat : 19897 (java) S 19836 19839 13981 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 474672282 11079880704 12443 33554432000 4194304 4196468 140726007916912 139671032158704 139671572687490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19898] ppid=19836 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/19839/task/19898/stat : 19898 (java) S 19836 19839 13981 0 -1 1077944384 33 13136 0 0 0 0 5 3 20 0 15 0 474672282 11079880704 12443 33554432000 4194304 4196468 140726007916912 139671031104928 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19899] ppid=19836 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19899/stat : 19899 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672283 11079880704 12443 33554432000 4194304 4196468 140726007916912 139670457411056 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19900] ppid=19836 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19900/stat : 19900 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672285 11079880704 12443 33554432000 4194304 4196468 140726007916912 139670150011600 139671572694939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19901] ppid=19836 vsize=10820196 memory=0 CPUtime=0.09 cores=4-7
/proc/19839/task/19901/stat : 19901 (java) S 19836 19839 13981 0 -1 1077944384 586 13136 0 0 1 0 5 3 20 0 15 0 474672285 11079880704 12443 33554432000 4194304 4196468 140726007916912 139670997546992 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19902] ppid=19836 vsize=10820196 memory=-1 CPUtime=0.09 cores=4-7
/proc/19839/task/19902/stat : 19902 (java) S 19836 19839 13981 0 -1 1077944384 71 13136 0 0 1 0 5 3 20 0 15 0 474672285 11079880704 12443 33554432000 4194304 4196468 140726007916912 139670996494448 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19903] ppid=19836 vsize=10820196 memory=140102776555136 CPUtime=0.13 cores=4-7
/proc/19839/task/19903/stat : 19903 (java) S 19836 19839 13981 0 -1 1077944384 653 13136 0 0 5 0 5 3 20 0 15 0 474672285 11079880704 12443 33554432000 4194304 4196468 140726007916912 139670995441904 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19904] ppid=19836 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/19839/task/19904/stat : 19904 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672286 11079880704 12443 33554432000 4194304 4196468 140726007916912 139670116452960 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19905] ppid=19836 vsize=10820196 memory=140102776555136 CPUtime=0.08 cores=4-7
/proc/19839/task/19905/stat : 19905 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672286 11079880704 12443 33554432000 4194304 4196468 140726007916912 139670538152752 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49772 KiB

[startup+0.701404 s]
/proc/loadavg: 1.47 1.51 1.56 4/227 19905
/proc/meminfo: memFree=4572164/32770688 swapFree=66927196/67108860
[pid=19839] ppid=19836 vsize=10822316 memory=78124 CPUtime=1.12 cores=4-7
/proc/19839/stat : 19839 (java) S 19836 19839 13981 0 -1 1077944320 14749 13136 0 0 98 6 5 3 20 0 15 0 474672270 11082051584 19531 33554432000 4194304 4196468 140726007916912 140726007899456 139671572676343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
/proc/19839/statm: 2705579 19531 3501 1 0 2667661 0
[pid=19839/tid=19892] ppid=19836 vsize=10822316 memory=0 CPUtime=0.66 cores=4-7
/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 10042 13136 0 0 55 3 5 3 20 0 15 0 474672280 11082051584 19531 33554432000 4194304 4196468 140726007916912 139671544504672 139671572698269 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11082051584 19531 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11082051584 19531 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=10822316 memory=140102638645456 CPUtime=0.08 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 2 13136 0 0 0 0 5 3 20 0 15 0 474672280 11082051584 19531 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=10822316 memory=140106128163419 CPUtime=0.08 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672280 11082051584 19531 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19897] ppid=19836 vsize=10822316 memory=980 CPUtime=0.08 cores=4-7
/proc/19839/task/19897/stat : 19897 (java) S 19836 19839 13981 0 -1 1077944384 5 13136 0 0 0 0 5 3 20 0 15 0 474672282 11082051584 19531 33554432000 4194304 4196468 140726007916912 139671032158704 139671572687490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19898] ppid=19836 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=4-7
/proc/19839/task/19898/stat : 19898 (java) S 19836 19839 13981 0 -1 1077944384 33 13136 0 0 0 0 5 3 20 0 15 0 474672282 11082051584 19531 33554432000 4194304 4196468 140726007916912 139671031104928 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19899] ppid=19836 vsize=10822316 memory=6081104596517153130 CPUtime=0.08 cores=4-7
/proc/19839/task/19899/stat : 19899 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672283 11082051584 19531 33554432000 4194304 4196468 140726007916912 139670457411056 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19900] ppid=19836 vsize=10822316 memory=33016 CPUtime=0.08 cores=4-7
/proc/19839/task/19900/stat : 19900 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672285 11082051584 19531 33554432000 4194304 4196468 140726007916912 139670150011600 139671572694939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19901] ppid=19836 vsize=10822316 memory=2120 CPUtime=0.19 cores=4-7
/proc/19839/task/19901/stat : 19901 (java) R 19836 19839 13981 0 -1 4202560 985 13136 0 0 11 0 5 3 20 0 15 0 474672285 11082051584 19531 33554432000 4194304 4196468 140726007916912 139670997535584 139671554220488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19902] ppid=19836 vsize=10822316 memory=496 CPUtime=0.21 cores=4-7
/proc/19839/task/19902/stat : 19902 (java) R 19836 19839 13981 0 -1 4202560 652 13136 0 0 13 0 5 3 20 0 15 0 474672285 11082051584 19531 33554432000 4194304 4196468 140726007916912 139670996480544 139671554194225 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19903] ppid=19836 vsize=10822316 memory=1560 CPUtime=0.25 cores=4-7
/proc/19839/task/19903/stat : 19903 (java) S 19836 19839 13981 0 -1 1077944384 811 13136 0 0 17 0 5 3 20 0 15 0 474672285 11082051584 19531 33554432000 4194304 4196468 140726007916912 139670995441904 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19904] ppid=19836 vsize=10822316 memory=928 CPUtime=0.08 cores=4-7
/proc/19839/task/19904/stat : 19904 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672286 11082051584 19531 33554432000 4194304 4196468 140726007916912 139670116452960 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19905] ppid=19836 vsize=10822316 memory=1724 CPUtime=0.08 cores=4-7
/proc/19839/task/19905/stat : 19905 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672286 11082051584 19531 33554432000 4194304 4196468 140726007916912 139670538152752 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78124 KiB

[startup+1.50092 s]
/proc/loadavg: 1.47 1.51 1.56 5/227 19906
/proc/meminfo: memFree=4528304/32770688 swapFree=66927196/67108860
[pid=19839] ppid=19836 vsize=10832632 memory=214256 CPUtime=2.92 cores=4-7
/proc/19839/stat : 19839 (java) S 19836 19839 13981 0 -1 1077944320 22644 13136 0 0 272 12 5 3 20 0 15 0 474672270 11092615168 53564 33554432000 4194304 4196468 140726007916912 140726007899456 139671572676343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
/proc/19839/statm: 2708158 53564 3582 1 0 2670221 0
[pid=19839/tid=19892] ppid=19836 vsize=10832632 memory=157444 CPUtime=1.43 cores=4-7
/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 14799 13136 0 0 129 6 5 3 20 0 15 0 474672280 11092615168 53564 33554432000 4194304 4196468 140726007916912 139671544507808 139671572688278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=10832632 memory=1444 CPUtime=0.09 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 70 13136 0 0 1 0 5 3 20 0 15 0 474672280 11092615168 53564 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=10832632 memory=1764 CPUtime=0.09 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 232 13136 0 0 1 0 5 3 20 0 15 0 474672280 11092615168 53564 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=10832632 memory=0 CPUtime=0.09 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 33 13136 0 0 1 0 5 3 20 0 15 0 474672280 11092615168 53564 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=10832632 memory=-6154581634397065563 CPUtime=0.09 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 29 13136 0 0 1 0 5 3 20 0 15 0 474672280 11092615168 53564 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19897] ppid=19836 vsize=10832632 memory=3833724587141655355 CPUtime=0.09 cores=4-7
/proc/19839/task/19897/stat : 19897 (java) S 19836 19839 13981 0 -1 1077944384 103 13136 0 0 1 0 5 3 20 0 15 0 474672282 11092615168 53564 33554432000 4194304 4196468 140726007916912 139671032158704 139671572687490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19898] ppid=19836 vsize=10832632 memory=-6944103529398779036 CPUtime=0.08 cores=4-7
/proc/19839/task/19898/stat : 19898 (java) S 19836 19839 13981 0 -1 1077944384 34 13136 0 0 0 0 5 3 20 0 15 0 474672282 11092615168 53564 33554432000 4194304 4196468 140726007916912 139671031104992 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19899] ppid=19836 vsize=10832632 memory=-6005673638262905286 CPUtime=0.08 cores=4-7
/proc/19839/task/19899/stat : 19899 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672283 11092615168 53564 33554432000 4194304 4196468 140726007916912 139670457411072 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19900] ppid=19836 vsize=10832632 memory=0 CPUtime=0.08 cores=4-7
/proc/19839/task/19900/stat : 19900 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672285 11092615168 53564 33554432000 4194304 4196468 140726007916912 139670150011600 139671572694939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19901] ppid=19836 vsize=10832632 memory=0 CPUtime=0.57 cores=4-7
/proc/19839/task/19901/stat : 19901 (java) S 19836 19839 13981 0 -1 1077944384 1797 13136 0 0 48 1 5 3 20 0 15 0 474672285 11092615168 53564 33554432000 4194304 4196468 140726007916912 139670997546992 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19902] ppid=19836 vsize=10832632 memory=4580 CPUtime=0.55 cores=4-7
/proc/19839/task/19902/stat : 19902 (java) S 19836 19839 13981 0 -1 1077944384 1997 13136 0 0 47 0 5 3 20 0 15 0 474672285 11092615168 53564 33554432000 4194304 4196468 140726007916912 139670996494448 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19903] ppid=19836 vsize=10832632 memory=4641048847162042723 CPUtime=0.47 cores=4-7
/proc/19839/task/19903/stat : 19903 (java) R 19836 19839 13981 0 -1 4202560 1332 13136 0 0 39 0 5 3 20 0 15 0 474672285 11092615168 53564 33554432000 4194304 4196468 140726007916912 139670995441904 139671572690192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19904] ppid=19836 vsize=10832632 memory=8171336683050462290 CPUtime=0.08 cores=4-7
/proc/19839/task/19904/stat : 19904 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672286 11092615168 53564 33554432000 4194304 4196468 140726007916912 139670116452960 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19905] ppid=19836 vsize=10832632 memory=7597402604156970327 CPUtime=0.08 cores=4-7
/proc/19839/task/19905/stat : 19905 (java) S 19836 19839 13981 0 -1 1077944384 1 13136 0 0 0 0 5 3 20 0 15 0 474672286 11092615168 53564 33554432000 4194304 4196468 140726007916912 139670538152752 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10832632 KiB

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

/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 45745 13136 0 0 237463 20 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671544511984 139671158401491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.77 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 6380 13136 0 0 249 20 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.75 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 9619 13136 0 0 252 15 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.76 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 8922 13136 0 0 250 18 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.76 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 6079 13136 0 0 249 19 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19897] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.77 cores=4-7
/proc/19839/task/19897/stat : 19897 (java) S 19836 19839 13981 0 -1 1077944384 9787 13136 0 0 254 15 5 3 20 0 15 0 474672282 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671032158704 139671572687490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19898] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19898/stat : 19898 (java) S 19836 19839 13981 0 -1 1077944384 43 13136 0 0 0 0 5 3 20 0 15 0 474672282 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671031105056 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19899] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19899/stat : 19899 (java) S 19836 19839 13981 0 -1 1077944384 21 13136 0 0 0 0 5 3 20 0 15 0 474672283 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670457411072 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19900] ppid=19836 vsize=10846988 memory=56 CPUtime=0.08 cores=4-7
/proc/19839/task/19900/stat : 19900 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670150011600 139671572694939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19901] ppid=19836 vsize=10846988 memory=6028 CPUtime=3.51 cores=4-7
/proc/19839/task/19901/stat : 19901 (java) S 19836 19839 13981 0 -1 1077944384 18821 13136 0 0 339 4 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670997546992 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19902] ppid=19836 vsize=10846988 memory=530480 CPUtime=3.45 cores=4-7
/proc/19839/task/19902/stat : 19902 (java) S 19836 19839 13981 0 -1 1077944384 22664 13136 0 0 334 3 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670996494448 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19903] ppid=19836 vsize=10846988 memory=3624 CPUtime=1.67 cores=4-7
/proc/19839/task/19903/stat : 19903 (java) S 19836 19839 13981 0 -1 1077944384 16615 13136 0 0 156 3 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670995441904 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19904] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19904/stat : 19904 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672286 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670116452960 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19905] ppid=19836 vsize=10846988 memory=530480 CPUtime=1.1 cores=4-7
/proc/19839/task/19905/stat : 19905 (java) S 19836 19839 13981 0 -1 1077944384 1004 13136 0 0 48 54 5 3 20 0 15 0 474672286 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670538152752 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 2397.81 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 530480 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.27 1.35 3/227 20275
/proc/meminfo: memFree=5692680/32770688 swapFree=66927196/67108860
[pid=19839] ppid=19836 vsize=10846988 memory=530480 CPUtime=2458 cores=4-7
/proc/19839/stat : 19839 (java) S 19836 19839 13981 0 -1 1077944320 148879 13136 0 0 245639 153 5 3 20 0 15 0 474672270 11107315712 132620 33554432000 4194304 4196468 140726007916912 140726007899456 139671572676343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
/proc/19839/statm: 2711747 132620 3620 1 0 2673805 0
[pid=19839/tid=19892] ppid=19836 vsize=10846988 memory=530480 CPUtime=2434.71 cores=4-7
/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 46045 13136 0 0 243443 20 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671544511600 139671158401282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.84 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 6406 13136 0 0 256 20 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.81 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 9783 13136 0 0 258 15 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.83 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 9084 13136 0 0 257 18 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.83 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 6159 13136 0 0 256 19 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19897] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.84 cores=4-7
/proc/19839/task/19897/stat : 19897 (java) S 19836 19839 13981 0 -1 1077944384 9984 13136 0 0 261 15 5 3 20 0 15 0 474672282 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671032158704 139671572687490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19898] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19898/stat : 19898 (java) S 19836 19839 13981 0 -1 1077944384 43 13136 0 0 0 0 5 3 20 0 15 0 474672282 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671031105056 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19899] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19899/stat : 19899 (java) S 19836 19839 13981 0 -1 1077944384 21 13136 0 0 0 0 5 3 20 0 15 0 474672283 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670457411072 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19900] ppid=19836 vsize=10846988 memory=63996 CPUtime=0.08 cores=4-7
/proc/19839/task/19900/stat : 19900 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670150011600 139671572694939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19901] ppid=19836 vsize=10846988 memory=530480 CPUtime=3.51 cores=4-7
/proc/19839/task/19901/stat : 19901 (java) S 19836 19839 13981 0 -1 1077944384 18823 13136 0 0 339 4 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670997546992 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19902] ppid=19836 vsize=10846988 memory=530480 CPUtime=3.45 cores=4-7
/proc/19839/task/19902/stat : 19902 (java) S 19836 19839 13981 0 -1 1077944384 22666 13136 0 0 334 3 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670996494448 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19903] ppid=19836 vsize=10846988 memory=530480 CPUtime=1.67 cores=4-7
/proc/19839/task/19903/stat : 19903 (java) S 19836 19839 13981 0 -1 1077944384 16617 13136 0 0 156 3 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670995441904 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19904] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19904/stat : 19904 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672286 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670116452960 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19905] ppid=19836 vsize=10846988 memory=530480 CPUtime=1.12 cores=4-7
/proc/19839/task/19905/stat : 19905 (java) S 19836 19839 13981 0 -1 1077944384 1032 13136 0 0 48 56 5 3 20 0 15 0 474672286 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670538152752 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 2458 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 530480 KiB

[startup+2502.3 s]
/proc/loadavg: 1.24 1.28 1.35 3/228 20281
/proc/meminfo: memFree=5690596/32770688 swapFree=66927196/67108860
[pid=19839] ppid=19836 vsize=10846988 memory=530480 CPUtime=2518.17 cores=4-7
/proc/19839/stat : 19839 (java) S 19836 19839 13981 0 -1 1077944320 150103 13136 0 0 251652 157 5 3 20 0 15 0 474672270 11107315712 132620 33554432000 4194304 4196468 140726007916912 140726007899456 139671572676343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
/proc/19839/statm: 2711747 132620 3620 1 0 2673805 0
[pid=19839/tid=19892] ppid=19836 vsize=10846988 memory=530480 CPUtime=2494.48 cores=4-7
/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 46449 13136 0 0 249420 20 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671544508896 139671158163731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.92 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 6637 13136 0 0 263 21 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=10846988 memory=6791534058613427641 CPUtime=2.88 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 9887 13136 0 0 265 15 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.91 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 9201 13136 0 0 264 19 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.9 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 6307 13136 0 0 263 19 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19897] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.91 cores=4-7
/proc/19839/task/19897/stat : 19897 (java) S 19836 19839 13981 0 -1 1077944384 10177 13136 0 0 268 15 5 3 20 0 15 0 474672282 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671032158704 139671572687490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19898] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19898/stat : 19898 (java) S 19836 19839 13981 0 -1 1077944384 43 13136 0 0 0 0 5 3 20 0 15 0 474672282 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671031105056 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19899] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19899/stat : 19899 (java) S 19836 19839 13981 0 -1 1077944384 21 13136 0 0 0 0 5 3 20 0 15 0 474672283 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670457411072 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19900] ppid=19836 vsize=10846988 memory=3624 CPUtime=0.08 cores=4-7
/proc/19839/task/19900/stat : 19900 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670150011600 139671572694939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19901] ppid=19836 vsize=10846988 memory=6628 CPUtime=3.51 cores=4-7
/proc/19839/task/19901/stat : 19901 (java) S 19836 19839 13981 0 -1 1077944384 18825 13136 0 0 339 4 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670997546992 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19902] ppid=19836 vsize=10846988 memory=3624 CPUtime=3.45 cores=4-7
/proc/19839/task/19902/stat : 19902 (java) S 19836 19839 13981 0 -1 1077944384 22668 13136 0 0 334 3 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670996494448 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19903] ppid=19836 vsize=10846988 memory=530480 CPUtime=1.67 cores=4-7
/proc/19839/task/19903/stat : 19903 (java) S 19836 19839 13981 0 -1 1077944384 16619 13136 0 0 156 3 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670995441904 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19904] ppid=19836 vsize=10846988 memory=530480 CPUtime=0.08 cores=4-7
/proc/19839/task/19904/stat : 19904 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672286 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670116452960 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19905] ppid=19836 vsize=10846988 memory=530480 CPUtime=1.15 cores=4-7
/proc/19839/task/19905/stat : 19905 (java) S 19836 19839 13981 0 -1 1077944384 1053 13136 0 0 49 58 5 3 20 0 15 0 474672286 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670538152752 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 2518.17 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 530480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.2 s]
/proc/loadavg: 1.24 1.28 1.35 3/228 20281
/proc/meminfo: memFree=5690124/32770688 swapFree=66927196/67108860
[pid=19839] ppid=19836 vsize=10846988 memory=530480 CPUtime=2520.08 cores=4-7
/proc/19839/stat : 19839 (java) S 19836 19839 13981 0 -1 1077944320 150106 13136 0 0 251843 157 5 3 20 0 15 0 474672270 11107315712 132620 33554432000 4194304 4196468 140726007916912 140726007899456 139671572676343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
/proc/19839/statm: 2711747 132620 3620 1 0 2673805 0
[pid=19839/tid=19892] ppid=19836 vsize=10846988 memory=1408 CPUtime=2496.37 cores=4-7
/proc/19839/task/19892/stat : 19892 (java) R 19836 19839 13981 0 -1 4202560 46452 13136 0 0 249609 20 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671544509856 139671156054193 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19893] ppid=19836 vsize=10846988 memory=3216 CPUtime=2.92 cores=4-7
/proc/19839/task/19893/stat : 19893 (java) S 19836 19839 13981 0 -1 1077944384 6637 13136 0 0 263 21 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671576918288 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19894] ppid=19836 vsize=10846988 memory=530480 CPUtime=2.89 cores=4-7
/proc/19839/task/19894/stat : 19894 (java) S 19836 19839 13981 0 -1 1077944384 9887 13136 0 0 266 15 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671465191824 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19895] ppid=19836 vsize=10846988 memory=1408 CPUtime=2.91 cores=4-7
/proc/19839/task/19895/stat : 19895 (java) S 19836 19839 13981 0 -1 1077944384 9201 13136 0 0 264 19 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671145277968 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19896] ppid=19836 vsize=10846988 memory=3204 CPUtime=2.9 cores=4-7
/proc/19839/task/19896/stat : 19896 (java) S 19836 19839 13981 0 -1 1077944384 6307 13136 0 0 263 19 5 3 20 0 15 0 474672280 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671144225424 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19897] ppid=19836 vsize=10846988 memory=395980 CPUtime=2.91 cores=4-7
/proc/19839/task/19897/stat : 19897 (java) S 19836 19839 13981 0 -1 1077944384 10177 13136 0 0 268 15 5 3 20 0 15 0 474672282 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671032158704 139671572687490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19898] ppid=19836 vsize=10846988 memory=1656 CPUtime=0.08 cores=4-7
/proc/19839/task/19898/stat : 19898 (java) S 19836 19839 13981 0 -1 1077944384 43 13136 0 0 0 0 5 3 20 0 15 0 474672282 11107315712 132620 33554432000 4194304 4196468 140726007916912 139671031105056 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19899] ppid=19836 vsize=10846988 memory=1398722017469774279 CPUtime=0.08 cores=4-7
/proc/19839/task/19899/stat : 19899 (java) S 19836 19839 13981 0 -1 1077944384 21 13136 0 0 0 0 5 3 20 0 15 0 474672283 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670457411072 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19900] ppid=19836 vsize=10846988 memory=4872558044660077418 CPUtime=0.08 cores=4-7
/proc/19839/task/19900/stat : 19900 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670150011600 139671572694939 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19901] ppid=19836 vsize=10846988 memory=1444 CPUtime=3.51 cores=4-7
/proc/19839/task/19901/stat : 19901 (java) S 19836 19839 13981 0 -1 1077944384 18825 13136 0 0 339 4 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670997546992 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19902] ppid=19836 vsize=10846988 memory=1764 CPUtime=3.45 cores=4-7
/proc/19839/task/19902/stat : 19902 (java) S 19836 19839 13981 0 -1 1077944384 22668 13136 0 0 334 3 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670996494448 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19903] ppid=19836 vsize=10846988 memory=111632 CPUtime=1.68 cores=4-7
/proc/19839/task/19903/stat : 19903 (java) S 19836 19839 13981 0 -1 1077944384 16619 13136 0 0 156 4 5 3 20 0 15 0 474672285 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670995441904 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19904] ppid=19836 vsize=10846988 memory=800 CPUtime=0.08 cores=4-7
/proc/19839/task/19904/stat : 19904 (java) S 19836 19839 13981 0 -1 1077944384 3 13136 0 0 0 0 5 3 20 0 15 0 474672286 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670116452960 139671572686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
[pid=19839/tid=19905] ppid=19836 vsize=10846988 memory=1808 CPUtime=1.15 cores=4-7
/proc/19839/task/19905/stat : 19905 (java) S 19836 19839 13981 0 -1 1077944384 1053 13136 0 0 49 58 5 3 20 0 15 0 474672286 11107315712 132620 33554432000 4194304 4196468 140726007916912 139670538152752 139671572687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21766144 140726007921392 140726007923909 140726007923909 140726007926735 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 530480 KiB

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

[startup+2504.23 s]
# the end of solver process 19839 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.51 s, system=1.6172 s

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

Child status: 143
Real time (s): 2504.23
CPU time (s): 2520.12
CPU user time (s): 2518.51
CPU system time (s): 1.6172
CPU usage (%): 100.635
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 668580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.51
system time used= 1.6172
maximum resident set size= 670656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116957
involuntary context switches= 4019


# summary of solver processes directly reported to runsolver:
#   pid: 19839
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.51
#   total CPU system time (s): 1.6172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0267 second user time and 23.5035 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 21:58:02
IDJOB=4402708
IDBENCH=139804
IDSOLVER=2861
FILE ID=node120/4402708-1568986660
RUNJOBID= node120-1324482060-14013
PBS_JOBID= 21704627
Free space on /tmp= 23256 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Crossword/Crossword-m1c-lex-herald/Crossword-m1c-lex-h2101.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402708-1568986660/watcher-4402708-1568986660 -o /tmp/evaluation-result-4402708-1568986660/solver-4402708-1568986660 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=637019862 HOME/instance-4402708-1568986660.xml

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

MD5SUM BENCH= 1a4f6c91eaadca249c448c828860eb66
RANDOM SEED=637019862

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         4620988 kB
MemAvailable:   29801472 kB
Buffers:          118180 kB
Cached:         25036988 kB
SwapCached:        68660 kB
Active:         14523716 kB
Inactive:       12676416 kB
Active(anon):    1974916 kB
Inactive(anon):   125996 kB
Active(file):   12548800 kB
Inactive(file): 12550420 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927196 kB
Dirty:             36164 kB
Writeback:             0 kB
AnonPages:       2088980 kB
Mapped:            70716 kB
Shmem:             47320 kB
Slab:             539140 kB
SReclaimable:     509724 kB
SUnreclaim:        29416 kB
KernelStack:        4032 kB
PageTables:        10700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    3083868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1916928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23220 MiB
End job on node120 at 2011-12-21 22:39:46