Trace number 4396038

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.16 2485.14

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-40-3-5.xml
MD5SUM25f96b3bf5c8370c442a7a32cdfe0f98
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 benchmark208.669
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":91}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":9},{"degree":1,"count":19},{"degree":2,"count":29},{"degree":3,"count":25},{"degree":4,"count":15},{"degree":6,"count":3}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":8},{"arity":5,"count":9},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396038-1568404179/watcher-4396038-1568404179 -o /tmp/evaluation-result-4396038-1568404179/solver-4396038-1568404179 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=582905826 HOME/instance-4396038-1568404179.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21214, runsolver pid=21211
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.84 1.66 1.53 3/223 21271
/proc/meminfo: memFree=28158688/32770624 swapFree=66916536/67108860
[pid=21214] ppid=21211 vsize=9972712 memory=19000 CPUtime=0.09 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 15665 0 -1 1077944320 4502 13316 0 0 1 1 4 3 20 0 6 0 416668395 10212057088 4750 33554432000 4194304 4196468 140731079445008 140731079427552 139710997970679 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
/proc/21214/statm: 2493178 4750 1935 1 0 2481616 0
[pid=21214/tid=21267] ppid=21211 vsize=9972712 memory=4279135703912840592 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 2290 13316 0 0 0 0 4 3 20 0 6 0 416668404 10212057088 4750 33554432000 4194304 4196468 140731079445008 139710969807440 139710997992605 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 416668405 10212057088 4750 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=9972712 memory=140518231996032 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 416668405 10212057088 4750 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 6 0 416668405 10212057088 4750 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 6 0 416668405 10212057088 4750 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19000 KiB

[startup+0.210309 s]*
/proc/loadavg: 1.84 1.66 1.53 3/232 21280
/proc/meminfo: memFree=28132984/32770624 swapFree=66916536/67108860
[pid=21214] ppid=21211 vsize=10819664 memory=45160 CPUtime=0.25 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 15665 0 -1 1077944320 7088 13316 0 0 17 1 4 3 20 0 15 0 416668395 11079335936 11290 33554432000 4194304 4196468 140731079445008 140731079427552 139710997970679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
/proc/21214/statm: 2704916 11290 3168 1 0 2667149 0
[pid=21214/tid=21267] ppid=21211 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 3573 13316 0 0 11 1 4 3 20 0 15 0 416668404 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710969794560 139710979534254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=10819664 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11079335936 11290 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=10819664 memory=4121274163414529696 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668405 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21272] ppid=21211 vsize=10819664 memory=140518231996032 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21272/stat : 21272 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668406 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710524537456 139710997981826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21273] ppid=21211 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21273/stat : 21273 (java) S 21211 21214 15665 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 416668407 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710454293792 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21274] ppid=21211 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21274/stat : 21274 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668407 11079335936 11290 33554432000 4194304 4196468 140731079445008 139709984532080 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21275] ppid=21211 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21275/stat : 21275 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668410 11079335936 11290 33554432000 4194304 4196468 140731079445008 139709716097616 139710997989275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21276] ppid=21211 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21214/task/21276/stat : 21276 (java) S 21211 21214 15665 0 -1 1077944384 469 13316 0 0 1 0 4 3 20 0 15 0 416668410 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710523484272 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21277] ppid=21211 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21277/stat : 21277 (java) S 21211 21214 15665 0 -1 1077944384 169 13316 0 0 0 0 4 3 20 0 15 0 416668410 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710420735984 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21278] ppid=21211 vsize=10819664 memory=140518231996032 CPUtime=0.1 cores=0,2,4,6
/proc/21214/task/21278/stat : 21278 (java) R 21211 21214 15665 0 -1 4202560 643 13316 0 0 3 0 4 3 20 0 15 0 416668410 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710419683696 139710976938811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21279] ppid=21211 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21279/stat : 21279 (java) S 21211 21214 15665 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416668410 11079335936 11290 33554432000 4194304 4196468 140731079445008 139709246335456 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21280] ppid=21211 vsize=10819664 memory=140518231996032 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21280/stat : 21280 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668410 11079335936 11290 33554432000 4194304 4196468 140731079445008 139710418631600 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 45160 KiB

[startup+0.310859 s]*
/proc/loadavg: 1.84 1.66 1.53 3/232 21280
/proc/meminfo: memFree=28121284/32770624 swapFree=66916536/67108860
[pid=21214] ppid=21211 vsize=10820148 memory=54352 CPUtime=0.4 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 15665 0 -1 1077944320 10752 13316 0 0 30 3 4 3 20 0 15 0 416668395 11079831552 13588 33554432000 4194304 4196468 140731079445008 140731079427552 139710997970679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
/proc/21214/statm: 2705037 13588 3305 1 0 2667149 0
[pid=21214/tid=21267] ppid=21211 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 7205 13316 0 0 19 3 4 3 20 0 15 0 416668404 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710969770592 139710982051166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11079831552 13588 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668405 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21272] ppid=21211 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21272/stat : 21272 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668406 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710524537456 139710997981826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21273] ppid=21211 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21273/stat : 21273 (java) S 21211 21214 15665 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 416668407 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710454293792 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21274] ppid=21211 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21274/stat : 21274 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668407 11079831552 13588 33554432000 4194304 4196468 140731079445008 139709984532080 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21275] ppid=21211 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21275/stat : 21275 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668410 11079831552 13588 33554432000 4194304 4196468 140731079445008 139709716097616 139710997989275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21276] ppid=21211 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21214/task/21276/stat : 21276 (java) S 21211 21214 15665 0 -1 1077944384 478 13316 0 0 2 0 4 3 20 0 15 0 416668410 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710523484272 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21277] ppid=21211 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21214/task/21277/stat : 21277 (java) S 21211 21214 15665 0 -1 1077944384 172 13316 0 0 1 0 4 3 20 0 15 0 416668410 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710420735984 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21278] ppid=21211 vsize=10820148 memory=140518231996032 CPUtime=0.12 cores=0,2,4,6
/proc/21214/task/21278/stat : 21278 (java) S 21211 21214 15665 0 -1 1077944384 662 13316 0 0 5 0 4 3 20 0 15 0 416668410 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710419683696 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21279] ppid=21211 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21279/stat : 21279 (java) S 21211 21214 15665 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416668410 11079831552 13588 33554432000 4194304 4196468 140731079445008 139709246335456 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21280] ppid=21211 vsize=10820148 memory=140518231996032 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21280/stat : 21280 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668410 11079831552 13588 33554432000 4194304 4196468 140731079445008 139710418631600 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54352 KiB

[startup+0.700725 s]
/proc/loadavg: 1.84 1.66 1.53 3/232 21280
/proc/meminfo: memFree=28105708/32770624 swapFree=66916536/67108860
[pid=21214] ppid=21211 vsize=10824360 memory=87632 CPUtime=1.14 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 15665 0 -1 1077944320 15095 13316 0 0 101 6 4 3 20 0 15 0 416668395 11084144640 21908 33554432000 4194304 4196468 140731079445008 140731079427552 139710997970679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
/proc/21214/statm: 2706090 21908 3512 1 0 2668173 0
[pid=21214/tid=21267] ppid=21211 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 10487 13316 0 0 55 5 4 3 20 0 15 0 416668404 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710969800224 139710982051196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11084144640 21908 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=10824360 memory=140518109623056 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668405 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=10824360 memory=140518445023834 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668405 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21272] ppid=21211 vsize=10824360 memory=8300 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21272/stat : 21272 (java) S 21211 21214 15665 0 -1 1077944384 5 13316 0 0 0 0 4 3 20 0 15 0 416668406 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710524537456 139710997981826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21273] ppid=21211 vsize=10824360 memory=6297835844906604903 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21273/stat : 21273 (java) S 21211 21214 15665 0 -1 1077944384 13 13316 0 0 0 0 4 3 20 0 15 0 416668407 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710454293792 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21274] ppid=21211 vsize=10824360 memory=6081102367496366441 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21274/stat : 21274 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668407 11084144640 21908 33554432000 4194304 4196468 140731079445008 139709984532080 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21275] ppid=21211 vsize=10824360 memory=20360 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21275/stat : 21275 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668410 11084144640 21908 33554432000 4194304 4196468 140731079445008 139709716097616 139710997989275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21276] ppid=21211 vsize=10824360 memory=12036 CPUtime=0.23 cores=0,2,4,6
/proc/21214/task/21276/stat : 21276 (java) S 21211 21214 15665 0 -1 1077944384 917 13316 0 0 16 0 4 3 20 0 15 0 416668410 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710523484272 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21277] ppid=21211 vsize=10824360 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/21214/task/21277/stat : 21277 (java) S 21211 21214 15665 0 -1 1077944384 617 13316 0 0 12 0 4 3 20 0 15 0 416668410 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710420735984 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21278] ppid=21211 vsize=10824360 memory=500 CPUtime=0.24 cores=0,2,4,6
/proc/21214/task/21278/stat : 21278 (java) S 21211 21214 15665 0 -1 1077944384 837 13316 0 0 17 0 4 3 20 0 15 0 416668410 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710419683696 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21279] ppid=21211 vsize=10824360 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21279/stat : 21279 (java) S 21211 21214 15665 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416668410 11084144640 21908 33554432000 4194304 4196468 140731079445008 139709246335456 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21280] ppid=21211 vsize=10824360 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21280/stat : 21280 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668410 11084144640 21908 33554432000 4194304 4196468 140731079445008 139710418631600 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87632 KiB

[startup+1.50161 s]
/proc/loadavg: 1.84 1.66 1.53 4/232 21280
/proc/meminfo: memFree=28061132/32770624 swapFree=66916536/67108860
[pid=21214] ppid=21211 vsize=10834676 memory=175280 CPUtime=2.46 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 15665 0 -1 1077944320 21795 13316 0 0 228 11 4 3 20 0 15 0 416668395 11094708224 43820 33554432000 4194304 4196468 140731079445008 140731079427552 139710997970679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
/proc/21214/statm: 2708669 43820 3584 1 0 2670733 0
[pid=21214/tid=21267] ppid=21211 vsize=10834676 memory=71916 CPUtime=1.43 cores=0,2,4,6
/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 15371 13316 0 0 129 7 4 3 20 0 15 0 416668404 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710969756000 139710997992605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 50 13316 0 0 1 0 4 3 20 0 15 0 416668405 11094708224 43820 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=10834676 memory=281036219277472 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 76 13316 0 0 0 0 4 3 20 0 15 0 416668405 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 26 13316 0 0 1 0 4 3 20 0 15 0 416668405 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 342 13316 0 0 1 0 4 3 20 0 15 0 416668405 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21272] ppid=21211 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21214/task/21272/stat : 21272 (java) S 21211 21214 15665 0 -1 1077944384 134 13316 0 0 1 0 4 3 20 0 15 0 416668406 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710524537456 139710997981826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21273] ppid=21211 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21273/stat : 21273 (java) S 21211 21214 15665 0 -1 1077944384 15 13316 0 0 0 0 4 3 20 0 15 0 416668407 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710454293856 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21274] ppid=21211 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21274/stat : 21274 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668407 11094708224 43820 33554432000 4194304 4196468 140731079445008 139709984532096 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21275] ppid=21211 vsize=10834676 memory=-2245088631185882904 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21275/stat : 21275 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668410 11094708224 43820 33554432000 4194304 4196468 140731079445008 139709716097616 139710997989275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21276] ppid=21211 vsize=10834676 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/21214/task/21276/stat : 21276 (java) S 21211 21214 15665 0 -1 1077944384 1271 13316 0 0 26 0 4 3 20 0 15 0 416668410 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710523484272 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21277] ppid=21211 vsize=10834676 memory=10 CPUtime=0.31 cores=0,2,4,6
/proc/21214/task/21277/stat : 21277 (java) S 21211 21214 15665 0 -1 1077944384 694 13316 0 0 24 0 4 3 20 0 15 0 416668410 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710420735984 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21278] ppid=21211 vsize=10834676 memory=6791534058613427641 CPUtime=0.47 cores=0,2,4,6
/proc/21214/task/21278/stat : 21278 (java) S 21211 21214 15665 0 -1 1077944384 1599 13316 0 0 40 0 4 3 20 0 15 0 416668410 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710419683696 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21279] ppid=21211 vsize=10834676 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21279/stat : 21279 (java) S 21211 21214 15665 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416668410 11094708224 43820 33554432000 4194304 4196468 140731079445008 139709246335456 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21280] ppid=21211 vsize=10834676 memory=281036219521920 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21280/stat : 21280 (java) S 21211 21214 15665 0 -1 1077944384 1 13316 0 0 0 0 4 3 20 0 15 0 416668410 11094708224 43820 33554432000 4194304 4196468 140731079445008 139710418631600 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB

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

/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 48161 13316 0 0 235811 41 4 3 20 0 15 0 416668404 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710969806240 139710611890590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=10844936 memory=662656 CPUtime=9.99 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 6853 13316 0 0 939 53 4 3 20 0 15 0 416668405 11105214464 166195 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=10844936 memory=664720 CPUtime=10.02 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 3694 13316 0 0 942 53 4 3 20 0 15 0 416668405 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=10844936 memory=664720 CPUtime=10.02 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 9560 13316 0 0 942 53 4 3 20 0 15 0 416668405 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=10844936 memory=664780 CPUtime=9.97 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 9076 13316 0 0 937 53 4 3 20 0 15 0 416668405 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21272] ppid=21211 vsize=10844936 memory=664780 CPUtime=10.38 cores=0,2,4,6
/proc/21214/task/21272/stat : 21272 (java) S 21211 21214 15665 0 -1 1077944384 9965 13316 0 0 980 51 4 3 20 0 15 0 416668406 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710524537456 139710997981826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21273] ppid=21211 vsize=10844936 memory=235833 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21273/stat : 21273 (java) S 21211 21214 15665 0 -1 1077944384 24 13316 0 0 0 0 4 3 20 0 15 0 416668407 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710454293856 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21274] ppid=21211 vsize=10844936 memory=664780 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21274/stat : 21274 (java) S 21211 21214 15665 0 -1 1077944384 18 13316 0 0 0 0 4 3 20 0 15 0 416668407 11105214464 166195 33554432000 4194304 4196468 140731079445008 139709984532096 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21275] ppid=21211 vsize=10844936 memory=664780 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21275/stat : 21275 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668410 11105214464 166195 33554432000 4194304 4196468 140731079445008 139709716097616 139710997989275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21276] ppid=21211 vsize=10844936 memory=664720 CPUtime=2.34 cores=0,2,4,6
/proc/21214/task/21276/stat : 21276 (java) S 21211 21214 15665 0 -1 1077944384 11597 13316 0 0 225 2 4 3 20 0 15 0 416668410 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710523484272 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21277] ppid=21211 vsize=10844936 memory=39132 CPUtime=2.38 cores=0,2,4,6
/proc/21214/task/21277/stat : 21277 (java) S 21211 21214 15665 0 -1 1077944384 13828 13316 0 0 228 3 4 3 20 0 15 0 416668410 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710420735984 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21278] ppid=21211 vsize=10844936 memory=664780 CPUtime=1.37 cores=0,2,4,6
/proc/21214/task/21278/stat : 21278 (java) S 21211 21214 15665 0 -1 1077944384 8327 13316 0 0 127 3 4 3 20 0 15 0 416668410 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710419683696 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21279] ppid=21211 vsize=10844936 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21279/stat : 21279 (java) S 21211 21214 15665 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416668410 11105214464 166195 33554432000 4194304 4196468 140731079445008 139709246335456 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21280] ppid=21211 vsize=10844936 memory=4872558044660077418 CPUtime=1.43 cores=0,2,4,6
/proc/21214/task/21280/stat : 21280 (java) S 21211 21214 15665 0 -1 1077944384 1020 13316 0 0 68 68 4 3 20 0 15 0 416668410 11105214464 166195 33554432000 4194304 4196468 140731079445008 139710418631600 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 2415.95 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 664780 KiB

[startup+2442.3 s]
/proc/loadavg: 0.97 1.15 1.29 3/232 21665
/proc/meminfo: memFree=29048780/32770624 swapFree=66916544/67108860
[pid=21214] ppid=21211 vsize=10844936 memory=664824 CPUtime=2476.74 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 15665 0 -1 1077944320 125265 13316 0 0 247344 323 4 3 20 0 15 0 416668395 11105214464 166206 33554432000 4194304 4196468 140731079445008 140731079427552 139710997970679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
/proc/21214/statm: 2711234 166206 3621 1 0 2673293 0
[pid=21214/tid=21267] ppid=21211 vsize=10844936 memory=664824 CPUtime=2417.97 cores=0,2,4,6
/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 48646 13316 0 0 241749 41 4 3 20 0 15 0 416668404 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710969806128 139710611745315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=10844936 memory=664824 CPUtime=10.25 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 6935 13316 0 0 964 54 4 3 20 0 15 0 416668405 11105214464 166206 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=10844936 memory=664820 CPUtime=10.29 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 3713 13316 0 0 968 54 4 3 20 0 15 0 416668405 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=10844936 memory=664820 CPUtime=10.29 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 9693 13316 0 0 968 54 4 3 20 0 15 0 416668405 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=10844936 memory=664820 CPUtime=10.24 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 9082 13316 0 0 962 55 4 3 20 0 15 0 416668405 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21272] ppid=21211 vsize=10844936 memory=664824 CPUtime=10.66 cores=0,2,4,6
/proc/21214/task/21272/stat : 21272 (java) S 21211 21214 15665 0 -1 1077944384 10142 13316 0 0 1006 53 4 3 20 0 15 0 416668406 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710524537456 139710997981826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21273] ppid=21211 vsize=10844936 memory=664820 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21273/stat : 21273 (java) S 21211 21214 15665 0 -1 1077944384 24 13316 0 0 0 0 4 3 20 0 15 0 416668407 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710454293856 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21274] ppid=21211 vsize=10844936 memory=664824 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21274/stat : 21274 (java) S 21211 21214 15665 0 -1 1077944384 18 13316 0 0 0 0 4 3 20 0 15 0 416668407 11105214464 166206 33554432000 4194304 4196468 140731079445008 139709984532096 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21275] ppid=21211 vsize=10844936 memory=664824 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21275/stat : 21275 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668410 11105214464 166206 33554432000 4194304 4196468 140731079445008 139709716097616 139710997989275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21276] ppid=21211 vsize=10844936 memory=664824 CPUtime=2.34 cores=0,2,4,6
/proc/21214/task/21276/stat : 21276 (java) S 21211 21214 15665 0 -1 1077944384 11599 13316 0 0 225 2 4 3 20 0 15 0 416668410 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710523484272 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21277] ppid=21211 vsize=10844936 memory=2044 CPUtime=2.38 cores=0,2,4,6
/proc/21214/task/21277/stat : 21277 (java) S 21211 21214 15665 0 -1 1077944384 13830 13316 0 0 228 3 4 3 20 0 15 0 416668410 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710420735984 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21278] ppid=21211 vsize=10844936 memory=664824 CPUtime=1.37 cores=0,2,4,6
/proc/21214/task/21278/stat : 21278 (java) S 21211 21214 15665 0 -1 1077944384 8330 13316 0 0 127 3 4 3 20 0 15 0 416668410 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710419683696 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21279] ppid=21211 vsize=10844936 memory=664824 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21279/stat : 21279 (java) S 21211 21214 15665 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416668410 11105214464 166206 33554432000 4194304 4196468 140731079445008 139709246335456 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21280] ppid=21211 vsize=10844936 memory=664824 CPUtime=1.46 cores=0,2,4,6
/proc/21214/task/21280/stat : 21280 (java) S 21211 21214 15665 0 -1 1077944384 1038 13316 0 0 69 70 4 3 20 0 15 0 416668410 11105214464 166206 33554432000 4194304 4196468 140731079445008 139710418631600 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 2476.74 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 664824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.11 s]
/proc/loadavg: 1.45 1.25 1.32 3/232 21675
/proc/meminfo: memFree=29045380/32770624 swapFree=66916544/67108860
[pid=21214] ppid=21211 vsize=10844936 memory=666920 CPUtime=2520.1 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 15665 0 -1 1077944320 126318 13316 0 0 251675 328 4 3 20 0 15 0 416668395 11105214464 166730 33554432000 4194304 4196468 140731079445008 140731079427552 139710997970679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
/proc/21214/statm: 2711234 166730 3621 1 0 2673293 0
[pid=21214/tid=21267] ppid=21211 vsize=10844936 memory=664856 CPUtime=2460.33 cores=0,2,4,6
/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 49105 13316 0 0 245984 42 4 3 20 0 15 0 416668404 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710969806336 139710611703563 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.44 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 7067 13316 0 0 982 55 4 3 20 0 15 0 416668405 11105214464 166730 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.49 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 3724 13316 0 0 986 56 4 3 20 0 15 0 416668405 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.49 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 9750 13316 0 0 986 56 4 3 20 0 15 0 416668405 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.45 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 9260 13316 0 0 982 56 4 3 20 0 15 0 416668405 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21272] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.86 cores=0,2,4,6
/proc/21214/task/21272/stat : 21272 (java) S 21211 21214 15665 0 -1 1077944384 10334 13316 0 0 1025 54 4 3 20 0 15 0 416668406 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710524537456 139710997981826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21273] ppid=21211 vsize=10844936 memory=666920 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21273/stat : 21273 (java) S 21211 21214 15665 0 -1 1077944384 24 13316 0 0 0 0 4 3 20 0 15 0 416668407 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710454293856 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21274] ppid=21211 vsize=10844936 memory=8300 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21274/stat : 21274 (java) S 21211 21214 15665 0 -1 1077944384 18 13316 0 0 0 0 4 3 20 0 15 0 416668407 11105214464 166730 33554432000 4194304 4196468 140731079445008 139709984532096 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21275] ppid=21211 vsize=10844936 memory=666920 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21275/stat : 21275 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139709716097616 139710997989275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21276] ppid=21211 vsize=10844936 memory=664872 CPUtime=2.34 cores=0,2,4,6
/proc/21214/task/21276/stat : 21276 (java) S 21211 21214 15665 0 -1 1077944384 11601 13316 0 0 225 2 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710523484272 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21277] ppid=21211 vsize=10844936 memory=664872 CPUtime=2.38 cores=0,2,4,6
/proc/21214/task/21277/stat : 21277 (java) S 21211 21214 15665 0 -1 1077944384 13832 13316 0 0 228 3 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710420735984 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21278] ppid=21211 vsize=10844936 memory=664872 CPUtime=1.37 cores=0,2,4,6
/proc/21214/task/21278/stat : 21278 (java) S 21211 21214 15665 0 -1 1077944384 8332 13316 0 0 127 3 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710419683696 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21279] ppid=21211 vsize=10844936 memory=664856 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21279/stat : 21279 (java) S 21211 21214 15665 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139709246335456 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21280] ppid=21211 vsize=10844936 memory=3628 CPUtime=1.48 cores=0,2,4,6
/proc/21214/task/21280/stat : 21280 (java) S 21211 21214 15665 0 -1 1077944384 1056 13316 0 0 70 71 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710418631600 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 666920 KiB

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

[startup+2485.14 s]
# the end of solver process 21214 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.82 s, system=3.33264 s

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

[startup+2485.11 s]
/proc/loadavg: 1.45 1.25 1.32 3/232 21675
/proc/meminfo: memFree=29045380/32770624 swapFree=66916544/67108860
[pid=21214] ppid=21211 vsize=10844936 memory=666920 CPUtime=2520.1 cores=0,2,4,6
/proc/21214/stat : 21214 (java) S 21211 21214 15665 0 -1 1077944320 126318 13316 0 0 251675 328 4 3 20 0 15 0 416668395 11105214464 166730 33554432000 4194304 4196468 140731079445008 140731079427552 139710997970679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
/proc/21214/statm: 2711234 166730 3621 1 0 2673293 0
[pid=21214/tid=21267] ppid=21211 vsize=10844936 memory=664856 CPUtime=2460.33 cores=0,2,4,6
/proc/21214/task/21267/stat : 21267 (java) R 21211 21214 15665 0 -1 4202560 49105 13316 0 0 245984 42 4 3 20 0 15 0 416668404 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710969806336 139710611703563 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21268] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.44 cores=0,2,4,6
/proc/21214/task/21268/stat : 21268 (java) S 21211 21214 15665 0 -1 1077944384 7067 13316 0 0 982 55 4 3 20 0 15 0 416668405 11105214464 166730 33554432000 4194304 4196468 140731079445008 139711002204560 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21269] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.49 cores=0,2,4,6
/proc/21214/task/21269/stat : 21269 (java) S 21211 21214 15665 0 -1 1077944384 3724 13316 0 0 986 56 4 3 20 0 15 0 416668405 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710925371664 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21270] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.49 cores=0,2,4,6
/proc/21214/task/21270/stat : 21270 (java) S 21211 21214 15665 0 -1 1077944384 9750 13316 0 0 986 56 4 3 20 0 15 0 416668405 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710570404496 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21271] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.45 cores=0,2,4,6
/proc/21214/task/21271/stat : 21271 (java) S 21211 21214 15665 0 -1 1077944384 9260 13316 0 0 982 56 4 3 20 0 15 0 416668405 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710569351696 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21272] ppid=21211 vsize=10844936 memory=666920 CPUtime=10.86 cores=0,2,4,6
/proc/21214/task/21272/stat : 21272 (java) S 21211 21214 15665 0 -1 1077944384 10334 13316 0 0 1025 54 4 3 20 0 15 0 416668406 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710524537456 139710997981826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21273] ppid=21211 vsize=10844936 memory=666920 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21273/stat : 21273 (java) S 21211 21214 15665 0 -1 1077944384 24 13316 0 0 0 0 4 3 20 0 15 0 416668407 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710454293856 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21274] ppid=21211 vsize=10844936 memory=8300 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21274/stat : 21274 (java) S 21211 21214 15665 0 -1 1077944384 18 13316 0 0 0 0 4 3 20 0 15 0 416668407 11105214464 166730 33554432000 4194304 4196468 140731079445008 139709984532096 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21275] ppid=21211 vsize=10844936 memory=666920 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21275/stat : 21275 (java) S 21211 21214 15665 0 -1 1077944384 2 13316 0 0 0 0 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139709716097616 139710997989275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21276] ppid=21211 vsize=10844936 memory=664872 CPUtime=2.34 cores=0,2,4,6
/proc/21214/task/21276/stat : 21276 (java) S 21211 21214 15665 0 -1 1077944384 11601 13316 0 0 225 2 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710523484272 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21277] ppid=21211 vsize=10844936 memory=664872 CPUtime=2.38 cores=0,2,4,6
/proc/21214/task/21277/stat : 21277 (java) S 21211 21214 15665 0 -1 1077944384 13832 13316 0 0 228 3 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710420735984 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21278] ppid=21211 vsize=10844936 memory=664872 CPUtime=1.37 cores=0,2,4,6
/proc/21214/task/21278/stat : 21278 (java) S 21211 21214 15665 0 -1 1077944384 8332 13316 0 0 127 3 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710419683696 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21279] ppid=21211 vsize=10844936 memory=664856 CPUtime=0.07 cores=0,2,4,6
/proc/21214/task/21279/stat : 21279 (java) S 21211 21214 15665 0 -1 1077944384 3 13316 0 0 0 0 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139709246335456 139710997980885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
[pid=21214/tid=21280] ppid=21211 vsize=10844936 memory=3628 CPUtime=1.48 cores=0,2,4,6
/proc/21214/task/21280/stat : 21280 (java) S 21211 21214 15665 0 -1 1077944384 1056 13316 0 0 70 71 4 3 20 0 15 0 416668410 11105214464 166730 33554432000 4194304 4196468 140731079445008 139710418631600 139710997981826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35897344 140731079449328 140731079451845 140731079451845 140731079454671 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 666920 KiB

Child status: 143
Real time (s): 2485.14
CPU time (s): 2520.16
CPU user time (s): 2516.82
CPU system time (s): 3.33264
CPU usage (%): 101.409
Max. virtual memory (cumulated for all children) (KiB): 10847556
Max. memory (cumulated for all children) (KiB): 666920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.82
system time used= 3.33264
maximum resident set size= 671048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140487
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278130
involuntary context switches= 11349


# summary of solver processes directly reported to runsolver:
#   pid: 21214
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.82
#   total CPU system time (s): 3.33264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9199 second user time and 24.3043 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 21:48:57
IDJOB=4396038
IDBENCH=133399
IDSOLVER=2846
FILE ID=node134/4396038-1568404179
RUNJOBID= node134-1568393375-17084
PBS_JOBID= 21701859
Free space on /tmp= 59544 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-40-3-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396038-1568404179/watcher-4396038-1568404179 -o /tmp/evaluation-result-4396038-1568404179/solver-4396038-1568404179 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=582905826 HOME/instance-4396038-1568404179.xml

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

MD5SUM BENCH= 25f96b3bf5c8370c442a7a32cdfe0f98
RANDOM SEED=582905826

node134.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.76
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.76
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.76
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.76
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:        28165972 kB
MemAvailable:   29727956 kB
Buffers:          185084 kB
Cached:          1643712 kB
SwapCached:        90680 kB
Active:          2587364 kB
Inactive:        1400468 kB
Active(anon):    2091988 kB
Inactive(anon):   106556 kB
Active(file):     495376 kB
Inactive(file):  1293912 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916536 kB
Dirty:             35856 kB
Writeback:             0 kB
AnonPages:       2179908 kB
Mapped:            57168 kB
Shmem:             30988 kB
Slab:             207936 kB
SReclaimable:     177064 kB
SUnreclaim:        30872 kB
KernelStack:        3808 kB
PageTables:        10848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3151776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2033664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59508 MiB
End job on node134 at 2019-09-13 22:30:23