Trace number 4402470

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.19 2348.68

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-01.xml
MD5SUMa0db4e7a601eb58dee5216b17e791c99
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 benchmark41.2819
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size548
Maximum domain size643
Distribution of domain sizes[{"size":548,"count":6},{"size":549,"count":6},{"size":550,"count":4},{"size":551,"count":2},{"size":552,"count":4},{"size":553,"count":2},{"size":554,"count":2},{"size":555,"count":2},{"size":556,"count":2},{"size":558,"count":2},{"size":559,"count":8},{"size":560,"count":2},{"size":561,"count":2},{"size":562,"count":6},{"size":563,"count":2},{"size":565,"count":2},{"size":572,"count":2},{"size":573,"count":4},{"size":574,"count":2},{"size":575,"count":2},{"size":576,"count":4},{"size":577,"count":2},{"size":578,"count":8},{"size":579,"count":2},{"size":580,"count":2},"...",{"size":603,"count":2}, {"size":604,"count":2}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":607,"count":6}, {"size":608,"count":4}, {"size":611,"count":4}, {"size":612,"count":2}, {"size":614,"count":4}, {"size":616,"count":6}, {"size":617,"count":2}, {"size":619,"count":2}, {"size":620,"count":2}, {"size":621,"count":2}, {"size":623,"count":2}, {"size":625,"count":2}, {"size":627,"count":4}, {"size":628,"count":2}, {"size":629,"count":2}, {"size":633,"count":6}, {"size":634,"count":2}, {"size":637,"count":2}, {"size":639,"count":4}, {"size":642,"count":2}, {"size":643,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402470-1568984089/watcher-4402470-1568984089 -o /var/tmp/evaluation-result-4402470-1568984089/solver-4402470-1568984089 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29694 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=541250212 HOME/instance-4402470-1568984089.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
Current StackSize limit: 8192 KiB
solver pid=2228, runsolver pid=2225


[startup+0.100159 s]*
/proc/loadavg: 1.67 1.61 1.50 3/219 2285
/proc/meminfo: memFree=2591832/32770624 swapFree=66935828/67108860
[pid=2228] ppid=2225 vsize=9972712 memory=14912 CPUtime=0.09 cores=0,2,4,6
/proc/2228/stat : 2228 (java) S 2225 2228 29663 0 -1 1077944320 4451 12970 0 0 1 0 5 3 20 0 6 0 474322686 10212057088 3728 33554432000 4194304 4196468 140732919928976 140732919911520 140620989112055 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
/proc/2228/statm: 2493178 3728 1934 1 0 2481616 0
[pid=2228/tid=2281] ppid=2225 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/2228/task/2281/stat : 2281 (java) R 2225 2228 29663 0 -1 4202560 2324 12970 0 0 1 0 5 3 20 0 6 0 474322695 10212057088 3794 33554432000 4194304 4196468 140732919928976 140620960948816 140620989133981 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2282] ppid=2225 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2282/stat : 2282 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 6 0 474322695 10212057088 3794 33554432000 4194304 4196468 140732919928976 140620993354384 140620989122261 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2283] ppid=2225 vsize=9972712 memory=140184259720832 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2283/stat : 2283 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 6 0 474322695 10212057088 3794 33554432000 4194304 4196468 140732919928976 140620562278928 140620989122261 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2284] ppid=2225 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2284/stat : 2284 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 6 0 474322695 10212057088 3794 33554432000 4194304 4196468 140732919928976 140620561226128 140620989122261 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2285] ppid=2225 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 2 12970 0 0 0 0 5 3 20 0 6 0 474322695 10212057088 3794 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.211363 s]*
/proc/loadavg: 1.67 1.61 1.50 3/228 2294
/proc/meminfo: memFree=2569896/32770624 swapFree=66935828/67108860
[pid=2228] ppid=2225 vsize=10819840 memory=42428 CPUtime=0.26 cores=0,2,4,6
/proc/2228/stat : 2228 (java) S 2225 2228 29663 0 -1 1077944320 7528 12970 0 0 17 1 5 3 20 0 15 0 474322686 11079516160 10607 33554432000 4194304 4196468 140732919928976 140732919911520 140620989112055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
/proc/2228/statm: 2704960 10607 3188 1 0 2667149 0
[pid=2228/tid=2281] ppid=2225 vsize=10820176 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/2228/task/2281/stat : 2281 (java) R 2225 2228 29663 0 -1 4202560 4154 12970 0 0 11 1 5 3 20 0 15 0 474322695 11079860224 10738 33554432000 4194304 4196468 140732919928976 140620960923088 140620989133981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2282] ppid=2225 vsize=10820176 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2282/stat : 2282 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11079860224 10738 33554432000 4194304 4196468 140732919928976 140620993354384 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2283] ppid=2225 vsize=10820176 memory=3834163834181187232 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2283/stat : 2283 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11079860224 10738 33554432000 4194304 4196468 140732919928976 140620562278928 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2284] ppid=2225 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2284/stat : 2284 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11079860224 10738 33554432000 4194304 4196468 140732919928976 140620561226128 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2285] ppid=2225 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 2 12970 0 0 0 0 5 3 20 0 15 0 474322695 11079868416 10738 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2286] ppid=2225 vsize=10820184 memory=140184259720832 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2286/stat : 2286 (java) S 2225 2228 29663 0 -1 1077944384 2 12970 0 0 0 0 5 3 20 0 15 0 474322697 11079868416 10738 33554432000 4194304 4196468 140732919928976 140619992255344 140620989123202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2287] ppid=2225 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2287/stat : 2287 (java) S 2225 2228 29663 0 -1 1077944384 13 12970 0 0 0 0 5 3 20 0 15 0 474322697 11079868416 10738 33554432000 4194304 4196468 140732919928976 140619913618976 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2288] ppid=2225 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2288/stat : 2288 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322698 11079868416 10738 33554432000 4194304 4196468 140732919928976 140619779401072 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2289] ppid=2225 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2289/stat : 2289 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11079868416 10738 33554432000 4194304 4196468 140732919928976 140619539110224 140620989130651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2290] ppid=2225 vsize=10820184 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2228/task/2290/stat : 2290 (java) R 2225 2228 29663 0 -1 4202560 364 12970 0 0 1 0 5 3 20 0 15 0 474322700 11079868416 10738 33554432000 4194304 4196468 140732919928976 140619991202160 140620989123990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2291] ppid=2225 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2291/stat : 2291 (java) S 2225 2228 29663 0 -1 1077944384 290 12970 0 0 0 0 5 3 20 0 15 0 474322700 11079872512 10738 33554432000 4194304 4196468 140732919928976 140619990149360 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2292] ppid=2225 vsize=10820188 memory=140184259720832 CPUtime=0.11 cores=0,2,4,6
/proc/2228/task/2292/stat : 2292 (java) R 2225 2228 29663 0 -1 1077944384 604 12970 0 0 3 0 5 3 20 0 15 0 474322700 11079872512 10738 33554432000 4194304 4196468 140732919928976 140619989096560 140620989123202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2293] ppid=2225 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2293/stat : 2293 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11079872512 10738 33554432000 4194304 4196468 140732919928976 140619505551584 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2294] ppid=2225 vsize=10820188 memory=140184259720832 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2294/stat : 2294 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322701 11079872512 10738 33554432000 4194304 4196468 140732919928976 140619988044976 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819840 KiB
Current children cumulated memory: 42428 KiB

[startup+0.310574 s]*
/proc/loadavg: 1.67 1.61 1.50 6/228 2294
/proc/meminfo: memFree=2557240/32770624 swapFree=66935828/67108860
[pid=2228] ppid=2225 vsize=10820196 memory=51132 CPUtime=0.4 cores=0,2,4,6
/proc/2228/stat : 2228 (java) S 2225 2228 29663 0 -1 1077944320 10991 12970 0 0 29 3 5 3 20 0 15 0 474322686 11079880704 12783 33554432000 4194304 4196468 140732919928976 140732919911520 140620989112055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
/proc/2228/statm: 2705049 12783 3314 1 0 2667149 0
[pid=2228/tid=2281] ppid=2225 vsize=10820196 memory=-8171376296011865461 CPUtime=0.29 cores=0,2,4,6
/proc/2228/task/2281/stat : 2281 (java) R 2225 2228 29663 0 -1 4202560 7502 12970 0 0 19 2 5 3 20 0 15 0 474322695 11079880704 12783 33554432000 4194304 4196468 140732919928976 140620960924336 140620973192572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2282] ppid=2225 vsize=10820196 memory=3691042062614867976 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2282/stat : 2282 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11079880704 12783 33554432000 4194304 4196468 140732919928976 140620993354384 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2283] ppid=2225 vsize=10820196 memory=140184259720832 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2283/stat : 2283 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11079880704 12783 33554432000 4194304 4196468 140732919928976 140620562278928 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2284] ppid=2225 vsize=10820196 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2284/stat : 2284 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11079880704 12783 33554432000 4194304 4196468 140732919928976 140620561226128 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2285] ppid=2225 vsize=10820196 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 2 12970 0 0 0 0 5 3 20 0 15 0 474322695 11079880704 12783 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2286] ppid=2225 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2286/stat : 2286 (java) S 2225 2228 29663 0 -1 1077944384 2 12970 0 0 0 0 5 3 20 0 15 0 474322697 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619992255344 140620989123202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2287] ppid=2225 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2287/stat : 2287 (java) S 2225 2228 29663 0 -1 1077944384 13 12970 0 0 0 0 5 3 20 0 15 0 474322697 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619913618976 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2288] ppid=2225 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2288/stat : 2288 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322698 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619779401072 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2289] ppid=2225 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2289/stat : 2289 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619539110224 140620989130651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2290] ppid=2225 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2228/task/2290/stat : 2290 (java) S 2225 2228 29663 0 -1 1077944384 374 12970 0 0 2 0 5 3 20 0 15 0 474322700 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619991202160 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2291] ppid=2225 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2228/task/2291/stat : 2291 (java) S 2225 2228 29663 0 -1 1077944384 290 12970 0 0 1 0 5 3 20 0 15 0 474322700 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619990149360 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2292] ppid=2225 vsize=10820196 memory=140184259720832 CPUtime=0.13 cores=0,2,4,6
/proc/2228/task/2292/stat : 2292 (java) S 2225 2228 29663 0 -1 1077944384 612 12970 0 0 5 0 5 3 20 0 15 0 474322700 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619989096560 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2293] ppid=2225 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2293/stat : 2293 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619505551584 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2294] ppid=2225 vsize=10820196 memory=140184259720832 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2294/stat : 2294 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322701 11079880704 12783 33554432000 4194304 4196468 140732919928976 140619988044976 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51132 KiB

[startup+0.700729 s]
/proc/loadavg: 1.67 1.61 1.50 3/228 2294
/proc/meminfo: memFree=2543052/32770624 swapFree=66935828/67108860
[pid=2228] ppid=2225 vsize=10824364 memory=83420 CPUtime=1.15 cores=0,2,4,6
/proc/2228/stat : 2228 (java) S 2225 2228 29663 0 -1 1077944320 15039 12970 0 0 102 5 5 3 20 0 15 0 474322686 11084148736 20855 33554432000 4194304 4196468 140732919928976 140732919911520 140620989112055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
/proc/2228/statm: 2706091 20855 3514 1 0 2668173 0
[pid=2228/tid=2281] ppid=2225 vsize=10824364 memory=280368217409920 CPUtime=0.67 cores=0,2,4,6
/proc/2228/task/2281/stat : 2281 (java) R 2225 2228 29663 0 -1 4202560 10518 12970 0 0 56 3 5 3 20 0 15 0 474322695 11084148736 20855 33554432000 4194304 4196468 140732919928976 140620960936448 140620989133981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2282] ppid=2225 vsize=10824364 memory=280368217410112 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2282/stat : 2282 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11084148736 20855 33554432000 4194304 4196468 140732919928976 140620993354384 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2283] ppid=2225 vsize=10824364 memory=1551 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2283/stat : 2283 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11084148736 20855 33554432000 4194304 4196468 140732919928976 140620562278928 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2284] ppid=2225 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2284/stat : 2284 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322695 11084148736 20855 33554432000 4194304 4196468 140732919928976 140620561226128 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2285] ppid=2225 vsize=10824364 memory=4638778398332834916 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 2 12970 0 0 0 0 5 3 20 0 15 0 474322695 11084148736 20855 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2286] ppid=2225 vsize=10824364 memory=7881696724453321575 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2286/stat : 2286 (java) S 2225 2228 29663 0 -1 1077944384 5 12970 0 0 0 0 5 3 20 0 15 0 474322697 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619992255344 140620989123202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2287] ppid=2225 vsize=10824364 memory=5859271421084063316 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2287/stat : 2287 (java) S 2225 2228 29663 0 -1 1077944384 13 12970 0 0 0 0 5 3 20 0 15 0 474322697 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619913618976 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2288] ppid=2225 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2288/stat : 2288 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322698 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619779401072 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2289] ppid=2225 vsize=10824364 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2289/stat : 2289 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619539110224 140620989130651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2290] ppid=2225 vsize=10824364 memory=55604 CPUtime=0.21 cores=0,2,4,6
/proc/2228/task/2290/stat : 2290 (java) R 2225 2228 29663 0 -1 4202560 788 12970 0 0 13 0 5 3 20 0 15 0 474322700 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619991202160 140620968774554 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2291] ppid=2225 vsize=10824364 memory=4548 CPUtime=0.22 cores=0,2,4,6
/proc/2228/task/2291/stat : 2291 (java) S 2225 2228 29663 0 -1 1077944384 793 12970 0 0 14 0 5 3 20 0 15 0 474322700 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619990149360 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2292] ppid=2225 vsize=10824364 memory=288230617492226348 CPUtime=0.25 cores=0,2,4,6
/proc/2228/task/2292/stat : 2292 (java) S 2225 2228 29663 0 -1 1077944384 707 12970 0 0 17 0 5 3 20 0 15 0 474322700 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619989096560 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2293] ppid=2225 vsize=10824364 memory=14409319747683900 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2293/stat : 2293 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619505551584 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2294] ppid=2225 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2294/stat : 2294 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322701 11084148736 20855 33554432000 4194304 4196468 140732919928976 140619988044976 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83420 KiB

[startup+1.50078 s]
/proc/loadavg: 1.67 1.61 1.50 5/228 2294
/proc/meminfo: memFree=2490260/32770624 swapFree=66935828/67108860
[pid=2228] ppid=2225 vsize=10834680 memory=201072 CPUtime=3.25 cores=0,2,4,6
/proc/2228/stat : 2228 (java) S 2225 2228 29663 0 -1 1077944320 26662 12970 0 0 307 10 5 3 20 0 15 0 474322686 11094712320 50268 33554432000 4194304 4196468 140732919928976 140732919911520 140620989112055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
/proc/2228/statm: 2708670 50268 3589 1 0 2670733 0
[pid=2228/tid=2281] ppid=2225 vsize=10834680 memory=3512 CPUtime=1.43 cores=0,2,4,6
/proc/2228/task/2281/stat : 2281 (java) R 2225 2228 29663 0 -1 4202560 15237 12970 0 0 130 5 5 3 20 0 15 0 474322695 11094712320 50268 33554432000 4194304 4196468 140732919928976 140620960933216 140620973192542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2282] ppid=2225 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2228/task/2282/stat : 2282 (java) S 2225 2228 29663 0 -1 1077944384 72 12970 0 0 1 0 5 3 20 0 15 0 474322695 11094712320 50268 33554432000 4194304 4196468 140732919928976 140620993354384 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2283] ppid=2225 vsize=10834680 memory=6382321403051 CPUtime=0.09 cores=0,2,4,6
/proc/2228/task/2283/stat : 2283 (java) S 2225 2228 29663 0 -1 1077944384 64 12970 0 0 1 0 5 3 20 0 15 0 474322695 11094712320 50268 33554432000 4194304 4196468 140732919928976 140620562278928 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2284] ppid=2225 vsize=10834680 memory=2828 CPUtime=0.09 cores=0,2,4,6
/proc/2228/task/2284/stat : 2284 (java) S 2225 2228 29663 0 -1 1077944384 33 12970 0 0 1 0 5 3 20 0 15 0 474322695 11094712320 50268 33554432000 4194304 4196468 140732919928976 140620561226128 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2285] ppid=2225 vsize=10834680 memory=1228 CPUtime=0.09 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 247 12970 0 0 1 0 5 3 20 0 15 0 474322695 11094712320 50268 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2286] ppid=2225 vsize=10834680 memory=14008 CPUtime=0.09 cores=0,2,4,6
/proc/2228/task/2286/stat : 2286 (java) S 2225 2228 29663 0 -1 1077944384 87 12970 0 0 1 0 5 3 20 0 15 0 474322697 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619992255344 140620989123202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2287] ppid=2225 vsize=10834680 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2287/stat : 2287 (java) S 2225 2228 29663 0 -1 1077944384 13 12970 0 0 0 0 5 3 20 0 15 0 474322697 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619913618976 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2288] ppid=2225 vsize=10834680 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2288/stat : 2288 (java) S 2225 2228 29663 0 -1 1077944384 2 12970 0 0 0 0 5 3 20 0 15 0 474322698 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619779401072 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2289] ppid=2225 vsize=10834680 memory=2124 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2289/stat : 2289 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619539110224 140620989130651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2290] ppid=2225 vsize=10834680 memory=29896 CPUtime=0.7 cores=0,2,4,6
/proc/2228/task/2290/stat : 2290 (java) S 2225 2228 29663 0 -1 1077944384 2768 12970 0 0 62 0 5 3 20 0 15 0 474322700 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619991202160 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2291] ppid=2225 vsize=10834680 memory=492 CPUtime=0.72 cores=0,2,4,6
/proc/2228/task/2291/stat : 2291 (java) S 2225 2228 29663 0 -1 1077944384 3982 12970 0 0 64 0 5 3 20 0 15 0 474322700 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619990149360 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2292] ppid=2225 vsize=10834680 memory=1560 CPUtime=0.49 cores=0,2,4,6
/proc/2228/task/2292/stat : 2292 (java) S 2225 2228 29663 0 -1 1077944384 1948 12970 0 0 41 0 5 3 20 0 15 0 474322700 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619989096560 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2293] ppid=2225 vsize=10834680 memory=6297835827675092583 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2293/stat : 2293 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619505551584 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2294] ppid=2225 vsize=10834680 memory=7451579874606929000 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2294/stat : 2294 (java) S 2225 2228 29663 0 -1 1077944384 1 12970 0 0 0 0 5 3 20 0 15 0 474322701 11094712320 50268 33554432000 4194304 4196468 140732919928976 140619988044976 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 10834680 KiB

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

[pid=2228/tid=2285] ppid=2225 vsize=10846988 memory=5018564 CPUtime=52.83 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 1459803 12970 0 0 4844 431 5 3 20 0 15 0 474322695 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2286] ppid=2225 vsize=10846988 memory=5018564 CPUtime=10.59 cores=0,2,4,6
/proc/2228/task/2286/stat : 2286 (java) S 2225 2228 29663 0 -1 1077944384 130826 12970 0 0 1015 36 5 3 20 0 15 0 474322697 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619992255344 140620989123202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2287] ppid=2225 vsize=10846988 memory=5018564 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2287/stat : 2287 (java) S 2225 2228 29663 0 -1 1077944384 37 12970 0 0 0 0 5 3 20 0 15 0 474322697 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619913619104 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2288] ppid=2225 vsize=10846988 memory=5018560 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2288/stat : 2288 (java) S 2225 2228 29663 0 -1 1077944384 28 12970 0 0 0 0 5 3 20 0 15 0 474322698 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619779401088 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2289] ppid=2225 vsize=10846988 memory=2257 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2289/stat : 2289 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619539110224 140620989130651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2290] ppid=2225 vsize=10846988 memory=229527 CPUtime=4.69 cores=0,2,4,6
/proc/2228/task/2290/stat : 2290 (java) S 2225 2228 29663 0 -1 1077944384 39490 12970 0 0 455 6 5 3 20 0 15 0 474322700 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619991202160 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2291] ppid=2225 vsize=10846988 memory=5018564 CPUtime=5.73 cores=0,2,4,6
/proc/2228/task/2291/stat : 2291 (java) S 2225 2228 29663 0 -1 1077944384 51026 12970 0 0 559 6 5 3 20 0 15 0 474322700 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619990149360 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2292] ppid=2225 vsize=10846988 memory=5018564 CPUtime=2.1 cores=0,2,4,6
/proc/2228/task/2292/stat : 2292 (java) S 2225 2228 29663 0 -1 1077944384 37281 12970 0 0 196 6 5 3 20 0 15 0 474322700 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619989096560 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2293] ppid=2225 vsize=10846988 memory=5018564 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2293/stat : 2293 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619505551584 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2294] ppid=2225 vsize=10846988 memory=5018556 CPUtime=1.38 cores=0,2,4,6
/proc/2228/task/2294/stat : 2294 (java) S 2225 2228 29663 0 -1 1077944384 2056 12970 0 0 66 64 5 3 20 0 15 0 474322701 11107315712 1254641 33554432000 4194304 4196468 140732919928976 140619988044976 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 2373.19 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 5018564 KiB

[startup+2262.3 s]
/proc/loadavg: 1.68 1.76 1.72 3/228 2671
/proc/meminfo: memFree=3259476/32770624 swapFree=66935840/67108860
[pid=2228] ppid=2225 vsize=10846988 memory=5018572 CPUtime=2433.41 cores=0,2,4,6
/proc/2228/stat : 2228 (java) S 2225 2228 29663 0 -1 1077944320 12735127 12970 0 0 241099 2234 5 3 20 0 15 0 474322686 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140732919911520 140620989112055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
/proc/2228/statm: 2711747 1254643 3638 1 0 2673805 0
[pid=2228/tid=2281] ppid=2225 vsize=10846988 memory=5018572 CPUtime=2198.24 cores=0,2,4,6
/proc/2228/task/2281/stat : 2281 (java) R 2225 2228 29663 0 -1 4202560 6655077 12970 0 0 219408 408 5 3 20 0 15 0 474322695 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140620960947136 140620606676149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2282] ppid=2225 vsize=10846988 memory=8112282956445269571 CPUtime=52.73 cores=0,2,4,6
/proc/2228/task/2282/stat : 2282 (java) S 2225 2228 29663 0 -1 1077944384 1418366 12970 0 0 4827 438 5 3 20 0 15 0 474322695 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140620993354384 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2283] ppid=2225 vsize=10846988 memory=988 CPUtime=52.81 cores=0,2,4,6
/proc/2228/task/2283/stat : 2283 (java) S 2225 2228 29663 0 -1 1077944384 1538481 12970 0 0 4843 430 5 3 20 0 15 0 474322695 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140620562278928 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2284] ppid=2225 vsize=10846988 memory=5018572 CPUtime=52.82 cores=0,2,4,6
/proc/2228/task/2284/stat : 2284 (java) S 2225 2228 29663 0 -1 1077944384 1393951 12970 0 0 4852 422 5 3 20 0 15 0 474322695 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140620561226128 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2285] ppid=2225 vsize=10846988 memory=5018572 CPUtime=52.89 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 1465940 12970 0 0 4850 431 5 3 20 0 15 0 474322695 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2286] ppid=2225 vsize=10846988 memory=5018572 CPUtime=10.6 cores=0,2,4,6
/proc/2228/task/2286/stat : 2286 (java) S 2225 2228 29663 0 -1 1077944384 131143 12970 0 0 1016 36 5 3 20 0 15 0 474322697 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619992255344 140620989123202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2287] ppid=2225 vsize=10846988 memory=5018572 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2287/stat : 2287 (java) S 2225 2228 29663 0 -1 1077944384 37 12970 0 0 0 0 5 3 20 0 15 0 474322697 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619913619104 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2288] ppid=2225 vsize=10846988 memory=5018572 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2288/stat : 2288 (java) S 2225 2228 29663 0 -1 1077944384 28 12970 0 0 0 0 5 3 20 0 15 0 474322698 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619779401088 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2289] ppid=2225 vsize=10846988 memory=5018572 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2289/stat : 2289 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619539110224 140620989130651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2290] ppid=2225 vsize=10846988 memory=5018572 CPUtime=4.69 cores=0,2,4,6
/proc/2228/task/2290/stat : 2290 (java) S 2225 2228 29663 0 -1 1077944384 39492 12970 0 0 455 6 5 3 20 0 15 0 474322700 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619991202160 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2291] ppid=2225 vsize=10846988 memory=5018572 CPUtime=5.73 cores=0,2,4,6
/proc/2228/task/2291/stat : 2291 (java) S 2225 2228 29663 0 -1 1077944384 51028 12970 0 0 559 6 5 3 20 0 15 0 474322700 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619990149360 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2292] ppid=2225 vsize=10846988 memory=55676 CPUtime=2.1 cores=0,2,4,6
/proc/2228/task/2292/stat : 2292 (java) S 2225 2228 29663 0 -1 1077944384 37284 12970 0 0 196 6 5 3 20 0 15 0 474322700 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619989096560 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2293] ppid=2225 vsize=10846988 memory=5018572 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2293/stat : 2293 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619505551584 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2294] ppid=2225 vsize=10846988 memory=3844 CPUtime=1.42 cores=0,2,4,6
/proc/2228/task/2294/stat : 2294 (java) S 2225 2228 29663 0 -1 1077944384 2092 12970 0 0 68 66 5 3 20 0 15 0 474322701 11107315712 1254643 33554432000 4194304 4196468 140732919928976 140619988044976 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 2433.41 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 5018572 KiB

[startup+2322.3 s]
/proc/loadavg: 1.59 1.71 1.70 3/228 2675
/proc/meminfo: memFree=3263384/32770624 swapFree=66935840/67108860
[pid=2228] ppid=2225 vsize=10846988 memory=5018576 CPUtime=2493.68 cores=0,2,4,6
/proc/2228/stat : 2228 (java) S 2225 2228 29663 0 -1 1077944320 12998984 12970 0 0 247111 2249 5 3 20 0 15 0 474322686 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140732919911520 140620989112055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
/proc/2228/statm: 2711747 1254644 3638 1 0 2673805 0
[pid=2228/tid=2281] ppid=2225 vsize=10846988 memory=5018576 CPUtime=2258.14 cores=0,2,4,6
/proc/2228/task/2281/stat : 2281 (java) R 2225 2228 29663 0 -1 4202560 6896152 12970 0 0 225387 419 5 3 20 0 15 0 474322695 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140620960947472 140620598228072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2282] ppid=2225 vsize=10846988 memory=5018576 CPUtime=52.8 cores=0,2,4,6
/proc/2228/task/2282/stat : 2282 (java) S 2225 2228 29663 0 -1 1077944384 1423629 12970 0 0 4834 438 5 3 20 0 15 0 474322695 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140620993354384 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2283] ppid=2225 vsize=10846988 memory=5018576 CPUtime=52.89 cores=0,2,4,6
/proc/2228/task/2283/stat : 2283 (java) S 2225 2228 29663 0 -1 1077944384 1544757 12970 0 0 4851 430 5 3 20 0 15 0 474322695 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140620562278928 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2284] ppid=2225 vsize=10846988 memory=5018576 CPUtime=52.9 cores=0,2,4,6
/proc/2228/task/2284/stat : 2284 (java) S 2225 2228 29663 0 -1 1077944384 1399205 12970 0 0 4859 423 5 3 20 0 15 0 474322695 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140620561226128 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2285] ppid=2225 vsize=10846988 memory=5018576 CPUtime=52.97 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 1471587 12970 0 0 4857 432 5 3 20 0 15 0 474322695 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2286] ppid=2225 vsize=10846988 memory=5018576 CPUtime=10.62 cores=0,2,4,6
/proc/2228/task/2286/stat : 2286 (java) S 2225 2228 29663 0 -1 1077944384 131446 12970 0 0 1018 36 5 3 20 0 15 0 474322697 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619992255344 140620989123202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2287] ppid=2225 vsize=10846988 memory=5018576 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2287/stat : 2287 (java) S 2225 2228 29663 0 -1 1077944384 37 12970 0 0 0 0 5 3 20 0 15 0 474322697 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619913619104 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2288] ppid=2225 vsize=10846988 memory=5018576 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2288/stat : 2288 (java) S 2225 2228 29663 0 -1 1077944384 28 12970 0 0 0 0 5 3 20 0 15 0 474322698 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619779401088 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2289] ppid=2225 vsize=10846988 memory=5018576 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2289/stat : 2289 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619539110224 140620989130651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2290] ppid=2225 vsize=10846988 memory=5018576 CPUtime=4.69 cores=0,2,4,6
/proc/2228/task/2290/stat : 2290 (java) S 2225 2228 29663 0 -1 1077944384 39499 12970 0 0 455 6 5 3 20 0 15 0 474322700 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619991202160 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2291] ppid=2225 vsize=10846988 memory=3107156 CPUtime=5.73 cores=0,2,4,6
/proc/2228/task/2291/stat : 2291 (java) S 2225 2228 29663 0 -1 1077944384 51031 12970 0 0 559 6 5 3 20 0 15 0 474322700 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619990149360 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2292] ppid=2225 vsize=10846988 memory=780 CPUtime=2.1 cores=0,2,4,6
/proc/2228/task/2292/stat : 2292 (java) S 2225 2228 29663 0 -1 1077944384 37289 12970 0 0 196 6 5 3 20 0 15 0 474322700 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619989096560 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2293] ppid=2225 vsize=10846988 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2293/stat : 2293 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619505551584 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2294] ppid=2225 vsize=10846988 memory=5018576 CPUtime=1.46 cores=0,2,4,6
/proc/2228/task/2294/stat : 2294 (java) S 2225 2228 29663 0 -1 1077944384 2116 12970 0 0 70 68 5 3 20 0 15 0 474322701 11107315712 1254644 33554432000 4194304 4196468 140732919928976 140619988044976 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 2493.68 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 5018576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.5 s]
/proc/loadavg: 1.32 1.64 1.68 3/228 2678
/proc/meminfo: memFree=3278208/32770624 swapFree=66935840/67108860
[pid=2228] ppid=2225 vsize=10846988 memory=5018584 CPUtime=2520 cores=0,2,4,6
/proc/2228/stat : 2228 (java) S 2225 2228 29663 0 -1 1077944320 13034873 12970 0 0 249739 2253 5 3 20 0 15 0 474322686 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140732919911520 140620989112055 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
/proc/2228/statm: 2711747 1254646 3638 1 0 2673805 0
[pid=2228/tid=2281] ppid=2225 vsize=10846988 memory=5018584 CPUtime=2284.3 cores=0,2,4,6
/proc/2228/task/2281/stat : 2281 (java) R 2225 2228 29663 0 -1 4202560 6910098 12970 0 0 228001 421 5 3 20 0 15 0 474322695 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140620960947328 140620601758236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2282] ppid=2225 vsize=10846988 memory=5018584 CPUtime=52.83 cores=0,2,4,6
/proc/2228/task/2282/stat : 2282 (java) S 2225 2228 29663 0 -1 1077944384 1428641 12970 0 0 4837 438 5 3 20 0 15 0 474322695 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140620993354384 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2283] ppid=2225 vsize=10846988 memory=5018584 CPUtime=52.93 cores=0,2,4,6
/proc/2228/task/2283/stat : 2283 (java) S 2225 2228 29663 0 -1 1077944384 1550209 12970 0 0 4854 431 5 3 20 0 15 0 474322695 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140620562278928 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2284] ppid=2225 vsize=10846988 memory=5018584 CPUtime=52.93 cores=0,2,4,6
/proc/2228/task/2284/stat : 2284 (java) S 2225 2228 29663 0 -1 1077944384 1405403 12970 0 0 4862 423 5 3 20 0 15 0 474322695 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140620561226128 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2285] ppid=2225 vsize=10846988 memory=5018584 CPUtime=53 cores=0,2,4,6
/proc/2228/task/2285/stat : 2285 (java) S 2225 2228 29663 0 -1 1077944384 1476519 12970 0 0 4860 432 5 3 20 0 15 0 474322695 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140620560173328 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2286] ppid=2225 vsize=10846988 memory=5018584 CPUtime=10.62 cores=0,2,4,6
/proc/2228/task/2286/stat : 2286 (java) S 2225 2228 29663 0 -1 1077944384 131743 12970 0 0 1018 36 5 3 20 0 15 0 474322697 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619992255344 140620989123202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2287] ppid=2225 vsize=10846988 memory=5018584 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2287/stat : 2287 (java) S 2225 2228 29663 0 -1 1077944384 37 12970 0 0 0 0 5 3 20 0 15 0 474322697 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619913619104 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2288] ppid=2225 vsize=10846988 memory=5018576 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2288/stat : 2288 (java) S 2225 2228 29663 0 -1 1077944384 28 12970 0 0 0 0 5 3 20 0 15 0 474322698 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619779401088 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2289] ppid=2225 vsize=10846988 memory=5018584 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2289/stat : 2289 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619539110224 140620989130651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2290] ppid=2225 vsize=10846988 memory=5018584 CPUtime=4.69 cores=0,2,4,6
/proc/2228/task/2290/stat : 2290 (java) S 2225 2228 29663 0 -1 1077944384 39503 12970 0 0 455 6 5 3 20 0 15 0 474322700 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619991202160 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2291] ppid=2225 vsize=10846988 memory=5018584 CPUtime=5.73 cores=0,2,4,6
/proc/2228/task/2291/stat : 2291 (java) S 2225 2228 29663 0 -1 1077944384 51034 12970 0 0 559 6 5 3 20 0 15 0 474322700 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619990149360 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2292] ppid=2225 vsize=10846988 memory=3512 CPUtime=2.1 cores=0,2,4,6
/proc/2228/task/2292/stat : 2292 (java) S 2225 2228 29663 0 -1 1077944384 37297 12970 0 0 196 6 5 3 20 0 15 0 474322700 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619989096560 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2293] ppid=2225 vsize=10846988 memory=5018584 CPUtime=0.08 cores=0,2,4,6
/proc/2228/task/2293/stat : 2293 (java) S 2225 2228 29663 0 -1 1077944384 3 12970 0 0 0 0 5 3 20 0 15 0 474322700 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619505551584 140620989122261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
[pid=2228/tid=2294] ppid=2225 vsize=10846988 memory=3512 CPUtime=1.47 cores=0,2,4,6
/proc/2228/task/2294/stat : 2294 (java) S 2225 2228 29663 0 -1 1077944384 2153 12970 0 0 70 69 5 3 20 0 15 0 474322701 11107315712 1254646 33554432000 4194304 4196468 140732919928976 140619988044976 140620989123202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 23019520 140732919933540 140732919936181 140732919936181 140732919939023 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 5018584 KiB

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

[startup+2348.68 s]
# the end of solver process 2228 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2497.47 s, system=22.7258 s

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

[startup+2348.61 s]*
/proc/loadavg: 1.32 1.64 1.68 3/215 2680
/proc/meminfo: memFree=5179016/32770624 swapFree=66935840/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2348.68
CPU time (s): 2520.19
CPU user time (s): 2497.47
CPU system time (s): 22.7258
CPU usage (%): 107.302
Max. virtual memory (cumulated for all children) (KiB): 10849748
Max. memory (cumulated for all children) (KiB): 7925400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2497.47
system time used= 22.7258
maximum resident set size= 7956360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13051011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74017
involuntary context switches= 5335


# summary of solver processes directly reported to runsolver:
#   pid: 2228
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2497.47
#   total CPU system time (s): 22.7258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0627 second user time and 23.0132 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 14:54:05
IDJOB=4402470
IDBENCH=138445
IDSOLVER=2861
FILE ID=node147/4402470-1568984089
RUNJOBID= node147-1568967593-29694
PBS_JOBID= 21704613
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402470-1568984089/watcher-4402470-1568984089 -o /var/tmp/evaluation-result-4402470-1568984089/solver-4402470-1568984089 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29694 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=541250212 HOME/instance-4402470-1568984089.xml

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

MD5SUM BENCH= a0db4e7a601eb58dee5216b17e791c99
RANDOM SEED=541250212

node147.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.52
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.52
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.52
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.52
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:         2596980 kB
MemAvailable:   28621440 kB
Buffers:          149880 kB
Cached:         25799964 kB
SwapCached:        68660 kB
Active:         16088516 kB
Inactive:       13092756 kB
Active(anon):    3162516 kB
Inactive(anon):   118348 kB
Active(file):   12926000 kB
Inactive(file): 12974408 kB
Unevictable:      109104 kB
Mlocked:          109104 kB
SwapTotal:      67108860 kB
SwapFree:       66935828 kB
Dirty:             35728 kB
Writeback:             0 kB
AnonPages:       3273820 kB
Mapped:            66040 kB
Shmem:             40780 kB
Slab:             582360 kB
SReclaimable:     552512 kB
SUnreclaim:        29848 kB
KernelStack:        3712 kB
PageTables:        12056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4270328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3104768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node147 at 2019-09-20 15:33:14