Trace number 4395800

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 2475.05

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-fpga/
Pb-fpga45-44-sat.xml
MD5SUM5bcfa8fa7457011a5ed18201858fb80b
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 benchmark6.71118
Satisfiable
(Un)Satisfiability was proved
Number of variables2970
Number of constraints2113
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2970}]
Minimum variable degree3
Maximum variable degree45
Distribution of variable degrees[{"degree":3,"count":1980},{"degree":45,"count":990}]
Minimum constraint arity22
Maximum constraint arity45
Distribution of constraint arities[{"arity":22,"count":22},{"arity":23,"count":2002},{"arity":44,"count":45},{"arity":45,"count":44}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2113}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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


[startup+0.10006 s]*
/proc/loadavg: 1.92 1.49 1.38 2/217 22338
/proc/meminfo: memFree=29063460/32770624 swapFree=66916544/67108860
[pid=22285] ppid=22282 vsize=9972712 memory=16552 CPUtime=0.08 cores=1,3,5,7
/proc/22285/stat : 22285 (java) S 22282 22285 15665 0 -1 1077944320 4380 13146 0 0 0 1 5 2 20 0 6 0 416965290 10212057088 4138 33554432000 4194304 4196468 140724089171712 140724089154256 139983219822327 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
/proc/22285/statm: 2493178 4138 1933 1 0 2481616 0
[pid=22285/tid=22338] ppid=22282 vsize=9972712 memory=4279135703946723981 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 2178 13146 0 0 0 0 5 2 20 0 6 0 416965300 10212057088 4138 33554432000 4194304 4196468 140724089171712 139983191659088 139983203902814 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 6 0 416965300 10212057088 4138 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=9972712 memory=139780758767232 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 6 0 416965300 10212057088 4138 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 6 0 416965300 10212057088 4138 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 6 0 416965300 10212057088 4138 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210293 s]*
/proc/loadavg: 1.92 1.49 1.38 3/230 22351
/proc/meminfo: memFree=29040924/32770624 swapFree=66916544/67108860
[pid=22285] ppid=22282 vsize=10819664 memory=39460 CPUtime=0.25 cores=1,3,5,7
/proc/22285/stat : 22285 (java) S 22282 22285 15665 0 -1 1077944320 7169 13146 0 0 16 2 5 2 20 0 15 0 416965290 11079335936 9865 33554432000 4194304 4196468 140724089171712 140724089154256 139983219822327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
/proc/22285/statm: 2704916 9865 3173 1 0 2667149 0
[pid=22285/tid=22338] ppid=22282 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 3680 13146 0 0 10 1 5 2 20 0 15 0 416965300 11079335936 9865 33554432000 4194304 4196468 140724089171712 139983191655360 139983219836214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=10819664 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965300 11079335936 9865 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=10819664 memory=139780758786476 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965300 11079335936 9865 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 416965300 11079335936 9865 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 416965300 11079335936 9865 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22343] ppid=22282 vsize=10819664 memory=139780758767232 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 416965302 11079335936 9865 33554432000 4194304 4196468 140724089171712 139982679063280 139983219833474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22344] ppid=22282 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 15665 0 -1 1077944384 13 13146 0 0 0 0 5 2 20 0 15 0 416965302 11079335936 9865 33554432000 4194304 4196468 140724089171712 139982110975648 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22345] ppid=22282 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965303 11079335936 9865 33554432000 4194304 4196468 140724089171712 139981976757488 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22346] ppid=22282 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11079335936 9865 33554432000 4194304 4196468 140724089171712 139981736466896 139983219840923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22347] ppid=22282 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 15665 0 -1 1077944384 474 13146 0 0 1 0 5 2 20 0 15 0 416965305 11079335936 9865 33554432000 4194304 4196468 140724089171712 139982678010096 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22348] ppid=22282 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 15665 0 -1 1077944384 162 13146 0 0 0 0 5 2 20 0 15 0 416965305 11079335936 9865 33554432000 4194304 4196468 140724089171712 139982676957552 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22349] ppid=22282 vsize=10819664 memory=139780758767232 CPUtime=0.1 cores=1,3,5,7
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 15665 0 -1 1077944384 619 13146 0 0 3 0 5 2 20 0 15 0 416965305 11079335936 9865 33554432000 4194304 4196468 140724089171712 139982675904496 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22350] ppid=22282 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11079335936 9865 33554432000 4194304 4196468 140724089171712 139981702908256 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22351] ppid=22282 vsize=10819664 memory=139780758767232 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965306 11079335936 9865 33554432000 4194304 4196468 140724089171712 139982674852912 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39460 KiB

[startup+0.310639 s]*
/proc/loadavg: 1.92 1.49 1.38 3/230 22351
/proc/meminfo: memFree=29027756/32770624 swapFree=66916544/67108860
[pid=22285] ppid=22282 vsize=10820148 memory=50584 CPUtime=0.38 cores=1,3,5,7
/proc/22285/stat : 22285 (java) S 22282 22285 15665 0 -1 1077944320 10871 13146 0 0 28 3 5 2 20 0 15 0 416965290 11079831552 12646 33554432000 4194304 4196468 140724089171712 140724089154256 139983219822327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
/proc/22285/statm: 2705037 12646 3305 1 0 2667149 0
[pid=22285/tid=22338] ppid=22282 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 7364 13146 0 0 18 3 5 2 20 0 15 0 416965300 11079831552 12646 33554432000 4194304 4196468 140724089171712 139983191622240 139983203902814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965300 11079831552 12646 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965300 11079831552 12646 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 416965300 11079831552 12646 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 416965300 11079831552 12646 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22343] ppid=22282 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 416965302 11079831552 12646 33554432000 4194304 4196468 140724089171712 139982679063280 139983219833474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22344] ppid=22282 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 15665 0 -1 1077944384 13 13146 0 0 0 0 5 2 20 0 15 0 416965302 11079831552 12646 33554432000 4194304 4196468 140724089171712 139982110975648 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22345] ppid=22282 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965303 11079831552 12646 33554432000 4194304 4196468 140724089171712 139981976757488 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22346] ppid=22282 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11079831552 12646 33554432000 4194304 4196468 140724089171712 139981736466896 139983219840923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22347] ppid=22282 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 15665 0 -1 1077944384 474 13146 0 0 1 0 5 2 20 0 15 0 416965305 11079831552 12646 33554432000 4194304 4196468 140724089171712 139982678010096 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22348] ppid=22282 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 15665 0 -1 1077944384 172 13146 0 0 2 0 5 2 20 0 15 0 416965305 11079831552 12646 33554432000 4194304 4196468 140724089171712 139982676957552 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22349] ppid=22282 vsize=10820148 memory=139780758767232 CPUtime=0.12 cores=1,3,5,7
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 15665 0 -1 1077944384 628 13146 0 0 5 0 5 2 20 0 15 0 416965305 11079831552 12646 33554432000 4194304 4196468 140724089171712 139982675904496 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22350] ppid=22282 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11079831552 12646 33554432000 4194304 4196468 140724089171712 139981702908256 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22351] ppid=22282 vsize=10820148 memory=139780758767232 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965306 11079831552 12646 33554432000 4194304 4196468 140724089171712 139982674852912 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50584 KiB

[startup+0.701813 s]
/proc/loadavg: 1.92 1.49 1.38 3/230 22351
/proc/meminfo: memFree=29013840/32770624 swapFree=66916544/67108860
[pid=22285] ppid=22282 vsize=10824360 memory=83252 CPUtime=1.09 cores=1,3,5,7
/proc/22285/stat : 22285 (java) S 22282 22285 15665 0 -1 1077944320 15060 13146 0 0 97 5 5 2 20 0 15 0 416965290 11084144640 20813 33554432000 4194304 4196468 140724089171712 140724089154256 139983219822327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
/proc/22285/statm: 2706090 20813 3506 1 0 2668173 0
[pid=22285/tid=22338] ppid=22282 vsize=10824360 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 10400 13146 0 0 54 4 5 2 20 0 15 0 416965300 11084144640 20813 33554432000 4194304 4196468 140724089171712 139983191648384 139983199350944 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965300 11084144640 20813 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965300 11084144640 20813 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=10824360 memory=139780650316560 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 416965300 11084144640 20813 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=10824360 memory=139784005616218 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 416965300 11084144640 20813 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22343] ppid=22282 vsize=10824360 memory=8300 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 15665 0 -1 1077944384 5 13146 0 0 0 0 5 2 20 0 15 0 416965302 11084144640 20813 33554432000 4194304 4196468 140724089171712 139982679063280 139983219833474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22344] ppid=22282 vsize=10824360 memory=6297835844906604903 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 15665 0 -1 1077944384 13 13146 0 0 0 0 5 2 20 0 15 0 416965302 11084144640 20813 33554432000 4194304 4196468 140724089171712 139982110975648 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22345] ppid=22282 vsize=10824360 memory=6081102367496366441 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965303 11084144640 20813 33554432000 4194304 4196468 140724089171712 139981976757488 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22346] ppid=22282 vsize=10824360 memory=20396 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11084144640 20813 33554432000 4194304 4196468 140724089171712 139981736466896 139983219840923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22347] ppid=22282 vsize=10824360 memory=12036 CPUtime=0.19 cores=1,3,5,7
/proc/22285/task/22347/stat : 22347 (java) R 22282 22285 15665 0 -1 4202560 917 13146 0 0 12 0 5 2 20 0 15 0 416965305 11084144640 20813 33554432000 4194304 4196468 140724089171712 139982678010096 139983204219392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22348] ppid=22282 vsize=10824360 memory=2116 CPUtime=0.19 cores=1,3,5,7
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 15665 0 -1 1077944384 628 13146 0 0 12 0 5 2 20 0 15 0 416965305 11084144640 20813 33554432000 4194304 4196468 140724089171712 139982676957552 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22349] ppid=22282 vsize=10824360 memory=500 CPUtime=0.24 cores=1,3,5,7
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 15665 0 -1 1077944384 878 13146 0 0 17 0 5 2 20 0 15 0 416965305 11084144640 20813 33554432000 4194304 4196468 140724089171712 139982675904496 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22350] ppid=22282 vsize=10824360 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11084144640 20813 33554432000 4194304 4196468 140724089171712 139981702908256 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22351] ppid=22282 vsize=10824360 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965306 11084144640 20813 33554432000 4194304 4196468 140724089171712 139982674852912 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83252 KiB

[startup+1.50082 s]
/proc/loadavg: 2.01 1.51 1.39 5/230 22351
/proc/meminfo: memFree=28962940/32770624 swapFree=66916544/67108860
[pid=22285] ppid=22282 vsize=10832628 memory=214648 CPUtime=3.38 cores=1,3,5,7
/proc/22285/stat : 22285 (java) S 22282 22285 15665 0 -1 1077944320 27069 13146 0 0 322 9 5 2 20 0 15 0 416965290 11092611072 53662 33554432000 4194304 4196468 140724089171712 140724089154256 139983219822327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
/proc/22285/statm: 2708157 53662 3601 1 0 2670221 0
[pid=22285/tid=22338] ppid=22282 vsize=10832628 memory=67532 CPUtime=1.41 cores=1,3,5,7
/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 15223 13146 0 0 128 6 5 2 20 0 15 0 416965300 11092611072 53662 33554432000 4194304 4196468 140724089171712 139983191647328 139983203902814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=10832628 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 81 13146 0 0 2 0 5 2 20 0 15 0 416965300 11092611072 53662 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=10832628 memory=279561300664480 CPUtime=0.08 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 72 13146 0 0 1 0 5 2 20 0 15 0 416965300 11092611072 53662 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=10832628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 208 13146 0 0 2 0 5 2 20 0 15 0 416965300 11092611072 53662 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 9 13146 0 0 1 0 5 2 20 0 15 0 416965300 11092611072 53662 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22343] ppid=22282 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 15665 0 -1 1077944384 188 13146 0 0 1 0 5 2 20 0 15 0 416965302 11092611072 53662 33554432000 4194304 4196468 140724089171712 139982679063280 139983219833474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22344] ppid=22282 vsize=10832628 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 15665 0 -1 1077944384 14 13146 0 0 0 0 5 2 20 0 15 0 416965302 11092611072 53662 33554432000 4194304 4196468 140724089171712 139982110975648 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22345] ppid=22282 vsize=10832628 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965303 11092611072 53662 33554432000 4194304 4196468 140724089171712 139981976757488 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22346] ppid=22282 vsize=10832628 memory=-2245088631185882904 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11092611072 53662 33554432000 4194304 4196468 140724089171712 139981736466896 139983219840923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22347] ppid=22282 vsize=10832628 memory=0 CPUtime=0.93 cores=1,3,5,7
/proc/22285/task/22347/stat : 22347 (java) R 22282 22285 15665 0 -1 1077944384 5095 13146 0 0 86 0 5 2 20 0 15 0 416965305 11092611072 53662 33554432000 4194304 4196468 140724089171712 139982678010096 139983219833474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22348] ppid=22282 vsize=10832628 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/22285/task/22348/stat : 22348 (java) R 22282 22285 15665 0 -1 4202560 1890 13146 0 0 54 0 5 2 20 0 15 0 416965305 11092611072 53662 33554432000 4194304 4196468 140724089171712 139982676957552 139983219843674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22349] ppid=22282 vsize=10832628 memory=6791534058613427641 CPUtime=0.49 cores=1,3,5,7
/proc/22285/task/22349/stat : 22349 (java) R 22282 22285 15665 0 -1 4202560 2077 13146 0 0 42 0 5 2 20 0 15 0 416965305 11092611072 53662 33554432000 4194304 4196468 140724089171712 139982675904496 139983219843674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22350] ppid=22282 vsize=10832628 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11092611072 53662 33554432000 4194304 4196468 140724089171712 139981702908256 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22351] ppid=22282 vsize=10832628 memory=279561300908928 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 15665 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 416965306 11092611072 53662 33554432000 4194304 4196468 140724089171712 139982674852912 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 10832628 KiB

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

/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 65079 13146 0 0 230302 47 5 2 20 0 15 0 416965300 11107311616 235610 33554432000 4194304 4196468 140724089171712 139983191656976 139982817611314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=10846984 memory=942440 CPUtime=9.64 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 18251 13146 0 0 913 44 5 2 20 0 15 0 416965300 11107311616 235610 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=10846984 memory=942440 CPUtime=9.61 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 23963 13146 0 0 909 45 5 2 20 0 15 0 416965300 11107311616 235610 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=10846984 memory=942440 CPUtime=9.66 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 13698 13146 0 0 915 44 5 2 20 0 15 0 416965300 11107311616 235610 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=10846984 memory=0 CPUtime=9.65 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 19142 13146 0 0 915 43 5 2 20 0 15 0 416965300 11107311616 235610 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22343] ppid=22282 vsize=10846984 memory=56 CPUtime=7.59 cores=1,3,5,7
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 15665 0 -1 1077944384 17565 13146 0 0 702 50 5 2 20 0 15 0 416965302 11107311616 235610 33554432000 4194304 4196468 140724089171712 139982679063280 139983219833474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22344] ppid=22282 vsize=10846984 memory=942392 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 15665 0 -1 1077944384 23 13146 0 0 0 0 5 2 20 0 15 0 416965302 11107311616 235610 33554432000 4194304 4196468 140724089171712 139982110975776 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22345] ppid=22282 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 15665 0 -1 1077944384 21 13146 0 0 0 0 5 2 20 0 15 0 416965303 11107311616 235610 33554432000 4194304 4196468 140724089171712 139981976757504 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22346] ppid=22282 vsize=10846984 memory=942440 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11107311616 235610 33554432000 4194304 4196468 140724089171712 139981736466896 139983219840923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22347] ppid=22282 vsize=10846984 memory=39232 CPUtime=6.4 cores=1,3,5,7
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 15665 0 -1 1077944384 27541 13146 0 0 629 4 5 2 20 0 15 0 416965305 11107311616 235610 33554432000 4194304 4196468 140724089171712 139982678010096 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22348] ppid=22282 vsize=10846984 memory=4000 CPUtime=6.22 cores=1,3,5,7
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 15665 0 -1 1077944384 35391 13146 0 0 611 4 5 2 20 0 15 0 416965305 11107311616 235610 33554432000 4194304 4196468 140724089171712 139982676957552 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22349] ppid=22282 vsize=10846984 memory=942440 CPUtime=2.45 cores=1,3,5,7
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 15665 0 -1 1077944384 20754 13146 0 0 233 5 5 2 20 0 15 0 416965305 11107311616 235610 33554432000 4194304 4196468 140724089171712 139982675904496 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22350] ppid=22282 vsize=10846984 memory=39232 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11107311616 235610 33554432000 4194304 4196468 140724089171712 139981702908256 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22351] ppid=22282 vsize=10846984 memory=942440 CPUtime=1.29 cores=1,3,5,7
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 15665 0 -1 1077944384 1997 13146 0 0 56 66 5 2 20 0 15 0 416965306 11107311616 235610 33554432000 4194304 4196468 140724089171712 139982674852912 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 2365.55 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 942440 KiB

[startup+2382.3 s]
/proc/loadavg: 1.20 1.33 1.38 3/232 22729
/proc/meminfo: memFree=28547256/32770624 swapFree=66916552/67108860
[pid=22285] ppid=22282 vsize=10846984 memory=944528 CPUtime=2426.25 cores=1,3,5,7
/proc/22285/stat : 22285 (java) S 22282 22285 15665 0 -1 1077944320 247025 13146 0 0 242302 316 5 2 20 0 15 0 416965290 11107311616 236132 33554432000 4194304 4196468 140724089171712 140724089154256 139983219822327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
/proc/22285/statm: 2711746 236132 3633 1 0 2673805 0
[pid=22285/tid=22338] ppid=22282 vsize=10846984 memory=944528 CPUtime=2363.11 cores=1,3,5,7
/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 65621 13146 0 0 236256 48 5 2 20 0 15 0 416965300 11107311616 236132 33554432000 4194304 4196468 140724089171712 139983191657568 139982811745148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=10846984 memory=944528 CPUtime=9.87 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 18447 13146 0 0 935 45 5 2 20 0 15 0 416965300 11107311616 236132 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=10846984 memory=944528 CPUtime=9.85 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 24179 13146 0 0 931 47 5 2 20 0 15 0 416965300 11107311616 236132 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=10846984 memory=944524 CPUtime=9.89 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 13863 13146 0 0 937 45 5 2 20 0 15 0 416965300 11107311616 236132 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=10846984 memory=944528 CPUtime=9.87 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 19181 13146 0 0 937 43 5 2 20 0 15 0 416965300 11107311616 236132 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22343] ppid=22282 vsize=10846984 memory=944528 CPUtime=7.79 cores=1,3,5,7
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 15665 0 -1 1077944384 17771 13146 0 0 720 52 5 2 20 0 15 0 416965302 11107311616 236132 33554432000 4194304 4196468 140724089171712 139982679063280 139983219833474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22344] ppid=22282 vsize=10846984 memory=944528 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 15665 0 -1 1077944384 23 13146 0 0 0 0 5 2 20 0 15 0 416965302 11107311616 236132 33554432000 4194304 4196468 140724089171712 139982110975776 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22345] ppid=22282 vsize=10846984 memory=944528 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 15665 0 -1 1077944384 21 13146 0 0 0 0 5 2 20 0 15 0 416965303 11107311616 236132 33554432000 4194304 4196468 140724089171712 139981976757504 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22346] ppid=22282 vsize=10846984 memory=944528 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11107311616 236132 33554432000 4194304 4196468 140724089171712 139981736466896 139983219840923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22347] ppid=22282 vsize=10846984 memory=944528 CPUtime=6.4 cores=1,3,5,7
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 15665 0 -1 1077944384 27545 13146 0 0 629 4 5 2 20 0 15 0 416965305 11107311616 236132 33554432000 4194304 4196468 140724089171712 139982678010096 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22348] ppid=22282 vsize=10846984 memory=14012 CPUtime=6.23 cores=1,3,5,7
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 15665 0 -1 1077944384 35393 13146 0 0 612 4 5 2 20 0 15 0 416965305 11107311616 236132 33554432000 4194304 4196468 140724089171712 139982676957552 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22349] ppid=22282 vsize=10846984 memory=3628 CPUtime=2.45 cores=1,3,5,7
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 15665 0 -1 1077944384 20756 13146 0 0 233 5 5 2 20 0 15 0 416965305 11107311616 236132 33554432000 4194304 4196468 140724089171712 139982675904496 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22350] ppid=22282 vsize=10846984 memory=39232 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11107311616 236132 33554432000 4194304 4196468 140724089171712 139981702908256 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22351] ppid=22282 vsize=10846984 memory=6791534058613427641 CPUtime=1.33 cores=1,3,5,7
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 15665 0 -1 1077944384 2014 13146 0 0 58 68 5 2 20 0 15 0 416965306 11107311616 236132 33554432000 4194304 4196468 140724089171712 139982674852912 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 2426.25 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 944528 KiB

[startup+2442.3 s]
/proc/loadavg: 1.12 1.28 1.36 3/231 22733
/proc/meminfo: memFree=28546284/32770624 swapFree=66916552/67108860
[pid=22285] ppid=22282 vsize=10846984 memory=944580 CPUtime=2486.93 cores=1,3,5,7
/proc/22285/stat : 22285 (java) S 22282 22285 15665 0 -1 1077944320 248388 13146 0 0 248364 322 5 2 20 0 15 0 416965290 11107311616 236145 33554432000 4194304 4196468 140724089171712 140724089154256 139983219822327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
/proc/22285/statm: 2711746 236145 3633 1 0 2673805 0
[pid=22285/tid=22338] ppid=22282 vsize=10846984 memory=944528 CPUtime=2422.65 cores=1,3,5,7
/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 66165 13146 0 0 242210 48 5 2 20 0 15 0 416965300 11107311616 236145 33554432000 4194304 4196468 140724089171712 139983191658192 139982817612838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=10846984 memory=944580 CPUtime=10.11 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 18576 13146 0 0 958 46 5 2 20 0 15 0 416965300 11107311616 236145 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=10846984 memory=944580 CPUtime=10.07 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 24256 13146 0 0 953 47 5 2 20 0 15 0 416965300 11107311616 236145 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=10846984 memory=944580 CPUtime=10.12 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 13890 13146 0 0 959 46 5 2 20 0 15 0 416965300 11107311616 236145 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=10846984 memory=944580 CPUtime=10.1 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 19533 13146 0 0 959 44 5 2 20 0 15 0 416965300 11107311616 236145 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22343] ppid=22282 vsize=10846984 memory=944580 CPUtime=7.97 cores=1,3,5,7
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 15665 0 -1 1077944384 17982 13146 0 0 738 52 5 2 20 0 15 0 416965302 11107311616 236145 33554432000 4194304 4196468 140724089171712 139982679063280 139983219833474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22344] ppid=22282 vsize=10846984 memory=944580 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 15665 0 -1 1077944384 23 13146 0 0 0 0 5 2 20 0 15 0 416965302 11107311616 236145 33554432000 4194304 4196468 140724089171712 139982110975776 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22345] ppid=22282 vsize=10846984 memory=944580 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 15665 0 -1 1077944384 21 13146 0 0 0 0 5 2 20 0 15 0 416965303 11107311616 236145 33554432000 4194304 4196468 140724089171712 139981976757504 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22346] ppid=22282 vsize=10846984 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11107311616 236145 33554432000 4194304 4196468 140724089171712 139981736466896 139983219840923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22347] ppid=22282 vsize=10846984 memory=303430244793319739 CPUtime=6.4 cores=1,3,5,7
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 15665 0 -1 1077944384 27547 13146 0 0 629 4 5 2 20 0 15 0 416965305 11107311616 236145 33554432000 4194304 4196468 140724089171712 139982678010096 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22348] ppid=22282 vsize=10846984 memory=944580 CPUtime=6.23 cores=1,3,5,7
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 15665 0 -1 1077944384 35395 13146 0 0 612 4 5 2 20 0 15 0 416965305 11107311616 236145 33554432000 4194304 4196468 140724089171712 139982676957552 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22349] ppid=22282 vsize=10846984 memory=944580 CPUtime=2.45 cores=1,3,5,7
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 15665 0 -1 1077944384 20758 13146 0 0 233 5 5 2 20 0 15 0 416965305 11107311616 236145 33554432000 4194304 4196468 140724089171712 139982675904496 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22350] ppid=22282 vsize=10846984 memory=944580 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11107311616 236145 33554432000 4194304 4196468 140724089171712 139981702908256 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22351] ppid=22282 vsize=10846984 memory=944580 CPUtime=1.36 cores=1,3,5,7
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 15665 0 -1 1077944384 2031 13146 0 0 59 70 5 2 20 0 15 0 416965306 11107311616 236145 33554432000 4194304 4196468 140724089171712 139982674852912 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 2486.93 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 944580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475 s]*
/proc/loadavg: 1.19 1.28 1.36 3/231 22736
/proc/meminfo: memFree=28568072/32770624 swapFree=66916552/67108860
[pid=22285] ppid=22282 vsize=10846984 memory=920048 CPUtime=2520.1 cores=1,3,5,7
/proc/22285/stat : 22285 (java) S 22282 22285 15665 0 -1 1077944320 250032 13146 0 0 251677 326 5 2 20 0 15 0 416965290 11107311616 230012 33554432000 4194304 4196468 140724089171712 140724089154256 139983219822327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
/proc/22285/statm: 2711746 230012 3633 1 0 2673805 0
[pid=22285/tid=22338] ppid=22282 vsize=10846984 memory=6791534058613427641 CPUtime=2455.07 cores=1,3,5,7
/proc/22285/task/22338/stat : 22338 (java) R 22282 22285 15665 0 -1 4202560 66703 13146 0 0 245451 49 5 2 20 0 15 0 416965300 11107311616 230012 33554432000 4194304 4196468 140724089171712 139983191657200 139982817613667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22339] ppid=22282 vsize=10846984 memory=4872558044660077418 CPUtime=10.26 cores=1,3,5,7
/proc/22285/task/22339/stat : 22339 (java) S 22282 22285 15665 0 -1 1077944384 18698 13146 0 0 972 47 5 2 20 0 15 0 416965300 11107311616 230012 33554432000 4194304 4196468 140724089171712 139983224064528 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22340] ppid=22282 vsize=10846984 memory=1 CPUtime=10.23 cores=1,3,5,7
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 15665 0 -1 1077944384 24419 13146 0 0 968 48 5 2 20 0 15 0 416965300 11107311616 230012 33554432000 4194304 4196468 140724089171712 139983122954896 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22341] ppid=22282 vsize=10846984 memory=0 CPUtime=10.27 cores=1,3,5,7
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 15665 0 -1 1077944384 14230 13146 0 0 974 46 5 2 20 0 15 0 416965300 11107311616 230012 33554432000 4194304 4196468 140724089171712 139983121901840 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22342] ppid=22282 vsize=10846984 memory=2430 CPUtime=10.27 cores=1,3,5,7
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 15665 0 -1 1077944384 19785 13146 0 0 975 45 5 2 20 0 15 0 416965300 11107311616 230012 33554432000 4194304 4196468 140724089171712 139983120849296 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22343] ppid=22282 vsize=10846984 memory=2 CPUtime=8.08 cores=1,3,5,7
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 15665 0 -1 1077944384 18188 13146 0 0 748 53 5 2 20 0 15 0 416965302 11107311616 230012 33554432000 4194304 4196468 140724089171712 139982679063280 139983219833474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22344] ppid=22282 vsize=10846984 memory=649 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 15665 0 -1 1077944384 23 13146 0 0 0 0 5 2 20 0 15 0 416965302 11107311616 230012 33554432000 4194304 4196468 140724089171712 139982110975776 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22345] ppid=22282 vsize=10846984 memory=1162 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 15665 0 -1 1077944384 21 13146 0 0 0 0 5 2 20 0 15 0 416965303 11107311616 230012 33554432000 4194304 4196468 140724089171712 139981976757504 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22346] ppid=22282 vsize=10846984 memory=246 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11107311616 230012 33554432000 4194304 4196468 140724089171712 139981736466896 139983219840923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22347] ppid=22282 vsize=10846984 memory=267 CPUtime=6.4 cores=1,3,5,7
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 15665 0 -1 1077944384 27549 13146 0 0 629 4 5 2 20 0 15 0 416965305 11107311616 230012 33554432000 4194304 4196468 140724089171712 139982678010096 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22348] ppid=22282 vsize=10846984 memory=253607 CPUtime=6.23 cores=1,3,5,7
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 15665 0 -1 1077944384 35397 13146 0 0 612 4 5 2 20 0 15 0 416965305 11107311616 230012 33554432000 4194304 4196468 140724089171712 139982676957552 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22349] ppid=22282 vsize=10846984 memory=1 CPUtime=2.45 cores=1,3,5,7
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 15665 0 -1 1077944384 20760 13146 0 0 233 5 5 2 20 0 15 0 416965305 11107311616 230012 33554432000 4194304 4196468 140724089171712 139982675904496 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22350] ppid=22282 vsize=10846984 memory=29030 CPUtime=0.07 cores=1,3,5,7
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 15665 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 416965305 11107311616 230012 33554432000 4194304 4196468 140724089171712 139981702908256 139983219832533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
[pid=22285/tid=22351] ppid=22282 vsize=10846984 memory=3162997 CPUtime=1.36 cores=1,3,5,7
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 15665 0 -1 1077944384 2048 13146 0 0 59 70 5 2 20 0 15 0 416965306 11107311616 230012 33554432000 4194304 4196468 140724089171712 139982674852912 139983219833474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25767936 140724089178863 140724089181381 140724089181381 140724089184207 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 920048 KiB

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

[startup+2475.05 s]
# the end of solver process 22285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.85 s, system=3.30301 s

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

Child status: 143
Real time (s): 2475.05
CPU time (s): 2520.16
CPU user time (s): 2516.85
CPU system time (s): 3.30301
CPU usage (%): 101.823
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1545348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.85
system time used= 3.30301
maximum resident set size= 1547396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264293
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 224477
involuntary context switches= 5155


# summary of solver processes directly reported to runsolver:
#   pid: 22285
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.85
#   total CPU system time (s): 3.30301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3851 second user time and 22.5646 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 22:38:26
IDJOB=4395800
IDBENCH=134701
IDSOLVER=2846
FILE ID=node134/4395800-1568407148
RUNJOBID= node134-1568393375-17085
PBS_JOBID= 21701859
Free space on /tmp= 59544 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-fpga/Pb-fpga45-44-sat.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395800-1568407148/watcher-4395800-1568407148 -o /tmp/evaluation-result-4395800-1568407148/solver-4395800-1568407148 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17085 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1726974086 HOME/instance-4395800-1568407148.xml

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

MD5SUM BENCH= 5bcfa8fa7457011a5ed18201858fb80b
RANDOM SEED=1726974086

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:        29068776 kB
MemAvailable:   30633388 kB
Buffers:          186984 kB
Cached:          1644428 kB
SwapCached:        90672 kB
Active:          1685788 kB
Inactive:        1400732 kB
Active(anon):    1187996 kB
Inactive(anon):   106556 kB
Active(file):     497792 kB
Inactive(file):  1294176 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916544 kB
Dirty:             35020 kB
Writeback:             0 kB
AnonPages:       1277004 kB
Mapped:            57176 kB
Shmem:             30996 kB
Slab:             207728 kB
SReclaimable:     176960 kB
SUnreclaim:        30768 kB
KernelStack:        3824 kB
PageTables:         8288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2308588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1081344 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 23:19:41