Trace number 4402868

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.07 2473.15

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark9.62179
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.01/2473.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2473.12		at concrete.MAC.mac(MAC.scala:192)
2520.01/2473.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2473.12		at scala.util.Try$.apply(Try.scala:210)
2520.01/2473.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2473.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2473.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2473.12		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2473.12		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2473.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.01/2473.12		at concrete.ProblemState.map(ProblemState.scala:238)
2520.01/2473.12		at concrete.ProblemState.map(ProblemState.scala:212)
2520.01/2473.12		at concrete.MAC.nextSolution(MAC.scala:348)
2520.01/2473.12		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2473.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2473.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2473.12		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2473.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2473.12		at scala.util.Success.map(Try.scala:262)
2520.01/2473.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2473.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2473.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2473.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2473.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2473.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2473.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2473.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2473.12		at scala.App.$anonfun$main$1(App.scala:73)
2520.01/2473.12		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.01/2473.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2473.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2473.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.01/2473.12		at scala.App.main(App.scala:73)
2520.01/2473.12		at scala.App.main$(App.scala:71)
2520.01/2473.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2473.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2473.13	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2300 MiB free)
  memory of node 1: 16384 MiB (3476 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402868-1568988178/watcher-4402868-1568988178 -o /var/tmp/evaluation-result-4402868-1568988178/solver-4402868-1568988178 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16260 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402868-1568988178.xml 

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

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

solver pid=21880, runsolver pid=21877

[startup+0.100107 s]*
/proc/loadavg: 1.60 1.58 1.51 3/221 21937
/proc/meminfo: memFree=5907424/32770624 swapFree=66993212/67108860
[pid=21880] ppid=21877 vsize=9972712 memory=18856 CPUtime=0.1 cores=1,3,5,7
/proc/21880/stat : 21880 (java) S 21877 21880 16228 0 -1 1077944320 4439 13508 0 0 1 1 5 3 20 0 6 0 475085564 10212057088 4714 33554432000 4194304 4196468 140721427113872 140721427096416 139702614167287 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
/proc/21880/statm: 2493178 4714 1934 1 0 2481616 0
[pid=21880/tid=21933] ppid=21877 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 2242 13508 0 0 1 0 5 3 20 0 6 0 475085573 10212057088 4714 33554432000 4194304 4196468 140721427113872 139702586004048 139702606404414 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 6 0 475085574 10212057088 4714 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=9972712 memory=3544817697284048544 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 6 0 475085574 10212057088 4714 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 6 0 475085574 10212057088 4714 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 2 13508 0 0 0 0 5 3 20 0 6 0 475085574 10212057088 4714 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.212524 s]*
/proc/loadavg: 1.60 1.58 1.51 3/230 21946
/proc/meminfo: memFree=5887676/32770624 swapFree=66993212/67108860
[pid=21880] ppid=21877 vsize=10820196 memory=41716 CPUtime=0.28 cores=1,3,5,7
/proc/21880/stat : 21880 (java) S 21877 21880 16228 0 -1 1077944320 7374 13508 0 0 18 2 5 3 20 0 15 0 475085564 11079880704 10429 33554432000 4194304 4196468 140721427113872 140721427096416 139702614167287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
/proc/21880/statm: 2705049 10429 3297 1 0 2667149 0
[pid=21880/tid=21933] ppid=21877 vsize=10820196 memory=753035770744996145 CPUtime=0.2 cores=1,3,5,7
/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 3852 13508 0 0 11 1 5 3 20 0 15 0 475085573 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702585981472 139702614189213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=10820196 memory=3544817697284048544 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 2 13508 0 0 0 0 5 3 20 0 15 0 475085574 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21938] ppid=21877 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21938/stat : 21938 (java) S 21877 21880 16228 0 -1 1077944384 2 13508 0 0 0 0 5 3 20 0 15 0 475085575 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702140844400 139702614178434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21939] ppid=21877 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21939/stat : 21939 (java) S 21877 21880 16228 0 -1 1077944384 13 13508 0 0 0 0 5 3 20 0 15 0 475085576 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702065685536 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21940] ppid=21877 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21940/stat : 21940 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085576 11079880704 10429 33554432000 4194304 4196468 140721427113872 139701461705584 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21941] ppid=21877 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21941/stat : 21941 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11079880704 10429 33554432000 4194304 4196468 140721427113872 139701154305872 139702614185883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21942] ppid=21877 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21880/task/21942/stat : 21942 (java) S 21877 21880 16228 0 -1 1077944384 468 13508 0 0 1 0 5 3 20 0 15 0 475085579 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702139792240 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21943] ppid=21877 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21880/task/21943/stat : 21943 (java) S 21877 21880 16228 0 -1 1077944384 196 13508 0 0 1 0 5 3 20 0 15 0 475085579 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702138739440 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21944] ppid=21877 vsize=10820196 memory=140397768492672 CPUtime=0.11 cores=1,3,5,7
/proc/21880/task/21944/stat : 21944 (java) S 21877 21880 16228 0 -1 1077944384 623 13508 0 0 3 0 5 3 20 0 15 0 475085579 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702137686640 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21945] ppid=21877 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21945/stat : 21945 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11079880704 10429 33554432000 4194304 4196468 140721427113872 139701120748256 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21946] ppid=21877 vsize=10820196 memory=140397768492672 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21946/stat : 21946 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085579 11079880704 10429 33554432000 4194304 4196468 140721427113872 139702136634032 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41716 KiB

[startup+0.319661 s]*
/proc/loadavg: 1.60 1.58 1.51 3/230 21946
/proc/meminfo: memFree=5877052/32770624 swapFree=66993212/67108860
[pid=21880] ppid=21877 vsize=10820196 memory=50252 CPUtime=0.42 cores=1,3,5,7
/proc/21880/stat : 21880 (java) S 21877 21880 16228 0 -1 1077944320 10804 13508 0 0 30 4 5 3 20 0 15 0 475085564 11079880704 12563 33554432000 4194304 4196468 140721427113872 140721427096416 139702614167287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
/proc/21880/statm: 2705049 12563 3307 1 0 2667149 0
[pid=21880/tid=21933] ppid=21877 vsize=10820264 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 7267 13508 0 0 20 2 5 3 20 0 15 0 475085573 11079950336 12563 33554432000 4194304 4196468 140721427113872 139702585973792 139702537243602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11079950336 12563 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11079950336 12563 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11079950336 12563 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 2 13508 0 0 0 0 5 3 20 0 15 0 475085574 11079950336 12563 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21938] ppid=21877 vsize=10820264 memory=140397768492671 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21938/stat : 21938 (java) S 21877 21880 16228 0 -1 1077944384 2 13508 0 0 0 0 5 3 20 0 15 0 475085575 11079950336 12563 33554432000 4194304 4196468 140721427113872 139702140844400 139702614178434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21939] ppid=21877 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21939/stat : 21939 (java) S 21877 21880 16228 0 -1 1077944384 13 13508 0 0 0 0 5 3 20 0 15 0 475085576 11079950336 12563 33554432000 4194304 4196468 140721427113872 139702065685536 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21940] ppid=21877 vsize=10820264 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21940/stat : 21940 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085576 11079950336 12563 33554432000 4194304 4196468 140721427113872 139701461705584 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21941] ppid=21877 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21941/stat : 21941 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11079954432 12563 33554432000 4194304 4196468 140721427113872 139701154305872 139702614185883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21942] ppid=21877 vsize=10820268 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21880/task/21942/stat : 21942 (java) S 21877 21880 16228 0 -1 1077944384 469 13508 0 0 2 0 5 3 20 0 15 0 475085579 11079954432 12563 33554432000 4194304 4196468 140721427113872 139702139792240 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21943] ppid=21877 vsize=10820268 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21880/task/21943/stat : 21943 (java) S 21877 21880 16228 0 -1 1077944384 196 13508 0 0 1 0 5 3 20 0 15 0 475085579 11079954432 12563 33554432000 4194304 4196468 140721427113872 139702138739440 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21944] ppid=21877 vsize=10820268 memory=140397768492672 CPUtime=0.13 cores=1,3,5,7
/proc/21880/task/21944/stat : 21944 (java) S 21877 21880 16228 0 -1 1077944384 644 13508 0 0 5 0 5 3 20 0 15 0 475085579 11079954432 12563 33554432000 4194304 4196468 140721427113872 139702137686640 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21945] ppid=21877 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21945/stat : 21945 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11079954432 12563 33554432000 4194304 4196468 140721427113872 139701120748256 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21946] ppid=21877 vsize=10820268 memory=140397768492672 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21946/stat : 21946 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085579 11079954432 12563 33554432000 4194304 4196468 140721427113872 139702136634032 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50252 KiB

[startup+0.700703 s]
/proc/loadavg: 1.60 1.58 1.51 3/230 21946
/proc/meminfo: memFree=5862008/32770624 swapFree=66993212/67108860
[pid=21880] ppid=21877 vsize=10824364 memory=83596 CPUtime=1.15 cores=1,3,5,7
/proc/21880/stat : 21880 (java) S 21877 21880 16228 0 -1 1077944320 15094 13508 0 0 102 5 5 3 20 0 15 0 475085564 11084148736 20899 33554432000 4194304 4196468 140721427113872 140721427096416 139702614167287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
/proc/21880/statm: 2706091 20899 3502 1 0 2668173 0
[pid=21880/tid=21933] ppid=21877 vsize=10824364 memory=7660742144744843625 CPUtime=0.67 cores=1,3,5,7
/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 10461 13508 0 0 55 4 5 3 20 0 15 0 475085573 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702585996832 139702598247774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=10824364 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=10824364 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=10824364 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085574 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 2 13508 0 0 0 0 5 3 20 0 15 0 475085574 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21938] ppid=21877 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21938/stat : 21938 (java) S 21877 21880 16228 0 -1 1077944384 5 13508 0 0 0 0 5 3 20 0 15 0 475085575 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702140844400 139702614178434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21939] ppid=21877 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21939/stat : 21939 (java) S 21877 21880 16228 0 -1 1077944384 13 13508 0 0 0 0 5 3 20 0 15 0 475085576 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702065685536 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21940] ppid=21877 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21940/stat : 21940 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085576 11084148736 20899 33554432000 4194304 4196468 140721427113872 139701461705584 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21941] ppid=21877 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21941/stat : 21941 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11084148736 20899 33554432000 4194304 4196468 140721427113872 139701154305872 139702614185883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21942] ppid=21877 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21880/task/21942/stat : 21942 (java) R 21877 21880 16228 0 -1 4202560 877 13508 0 0 13 0 5 3 20 0 15 0 475085579 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702139792536 139702595711849 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21943] ppid=21877 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/21880/task/21943/stat : 21943 (java) S 21877 21880 16228 0 -1 1077944384 696 13508 0 0 15 0 5 3 20 0 15 0 475085579 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702138739440 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21944] ppid=21877 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21880/task/21944/stat : 21944 (java) S 21877 21880 16228 0 -1 1077944384 825 13508 0 0 17 0 5 3 20 0 15 0 475085579 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702137686640 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21945] ppid=21877 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21945/stat : 21945 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11084148736 20899 33554432000 4194304 4196468 140721427113872 139701120748256 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21946] ppid=21877 vsize=10824364 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21946/stat : 21946 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085579 11084148736 20899 33554432000 4194304 4196468 140721427113872 139702136634032 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83596 KiB

[startup+1.50451 s]
/proc/loadavg: 1.60 1.58 1.51 3/230 21946
/proc/meminfo: memFree=5821020/32770624 swapFree=66993212/67108860
[pid=21880] ppid=21877 vsize=10834680 memory=171180 CPUtime=2.52 cores=1,3,5,7
/proc/21880/stat : 21880 (java) S 21877 21880 16228 0 -1 1077944320 21873 13508 0 0 234 10 5 3 20 0 15 0 475085564 11094712320 42795 33554432000 4194304 4196468 140721427113872 140721427096416 139702614167287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
/proc/21880/statm: 2708670 42795 3577 1 0 2670733 0
[pid=21880/tid=21933] ppid=21877 vsize=10834680 memory=140397649072728 CPUtime=1.44 cores=1,3,5,7
/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 15317 13508 0 0 130 6 5 3 20 0 15 0 475085573 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702585973760 139702221486853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 321 13508 0 0 0 0 5 3 20 0 15 0 475085574 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=10834680 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 28 13508 0 0 0 0 5 3 20 0 15 0 475085574 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=10834680 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 67 13508 0 0 0 0 5 3 20 0 15 0 475085574 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=10834680 memory=280795298552224 CPUtime=0.09 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 49 13508 0 0 1 0 5 3 20 0 15 0 475085574 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21938] ppid=21877 vsize=10834680 memory=234354890550054 CPUtime=0.09 cores=1,3,5,7
/proc/21880/task/21938/stat : 21938 (java) S 21877 21880 16228 0 -1 1077944384 113 13508 0 0 1 0 5 3 20 0 15 0 475085575 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702140844400 139702614178434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21939] ppid=21877 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21939/stat : 21939 (java) S 21877 21880 16228 0 -1 1077944384 15 13508 0 0 0 0 5 3 20 0 15 0 475085576 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702065685536 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21940] ppid=21877 vsize=10834680 memory=7517785356018878264 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21940/stat : 21940 (java) S 21877 21880 16228 0 -1 1077944384 2 13508 0 0 0 0 5 3 20 0 15 0 475085576 11094712320 42795 33554432000 4194304 4196468 140721427113872 139701461705584 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21941] ppid=21877 vsize=10834680 memory=-8412658770403813517 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21941/stat : 21941 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11094712320 42795 33554432000 4194304 4196468 140721427113872 139701154305872 139702614185883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21942] ppid=21877 vsize=10834680 memory=-7668917182949848256 CPUtime=0.33 cores=1,3,5,7
/proc/21880/task/21942/stat : 21942 (java) S 21877 21880 16228 0 -1 1077944384 1142 13508 0 0 25 0 5 3 20 0 15 0 475085579 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702139792240 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21943] ppid=21877 vsize=10834680 memory=8514726395714956677 CPUtime=0.36 cores=1,3,5,7
/proc/21880/task/21943/stat : 21943 (java) S 21877 21880 16228 0 -1 1077944384 835 13508 0 0 28 0 5 3 20 0 15 0 475085579 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702138739440 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21944] ppid=21877 vsize=10834680 memory=7100839887184299122 CPUtime=0.51 cores=1,3,5,7
/proc/21880/task/21944/stat : 21944 (java) R 21877 21880 16228 0 -1 4202560 1770 13508 0 0 43 0 5 3 20 0 15 0 475085579 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702137686640 139702593588976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21945] ppid=21877 vsize=10834680 memory=4628420171383865741 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21945/stat : 21945 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11094712320 42795 33554432000 4194304 4196468 140721427113872 139701120748256 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21946] ppid=21877 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21946/stat : 21946 (java) S 21877 21880 16228 0 -1 1077944384 1 13508 0 0 0 0 5 3 20 0 15 0 475085579 11094712320 42795 33554432000 4194304 4196468 140721427113872 139702136634032 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 81977 13508 0 0 235451 62 5 3 20 0 15 0 475085573 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702586002560 139702233277919 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=10846988 memory=1736 CPUtime=12.6 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 24409 13508 0 0 1188 64 5 3 20 0 15 0 475085574 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=10846988 memory=1379340 CPUtime=12.66 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 22104 13508 0 0 1197 61 5 3 20 0 15 0 475085574 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=10846988 memory=1379340 CPUtime=12.66 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 26490 13508 0 0 1197 61 5 3 20 0 15 0 475085574 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=10846988 memory=1379340 CPUtime=12.69 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 23922 13508 0 0 1198 63 5 3 20 0 15 0 475085574 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21938] ppid=21877 vsize=10846988 memory=1379340 CPUtime=11.68 cores=1,3,5,7
/proc/21880/task/21938/stat : 21938 (java) S 21877 21880 16228 0 -1 1077944384 24822 13508 0 0 1092 68 5 3 20 0 15 0 475085575 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702140844400 139702614178434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21939] ppid=21877 vsize=10846988 memory=1379340 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21939/stat : 21939 (java) S 21877 21880 16228 0 -1 1077944384 28 13508 0 0 0 0 5 3 20 0 15 0 475085576 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702065685600 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21940] ppid=21877 vsize=10846988 memory=1379340 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21940/stat : 21940 (java) S 21877 21880 16228 0 -1 1077944384 21 13508 0 0 0 0 5 3 20 0 15 0 475085576 11107315712 344835 33554432000 4194304 4196468 140721427113872 139701461705600 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21941] ppid=21877 vsize=10846988 memory=1379340 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21941/stat : 21941 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11107315712 344835 33554432000 4194304 4196468 140721427113872 139701154305872 139702614185883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21942] ppid=21877 vsize=10846988 memory=0 CPUtime=3.76 cores=1,3,5,7
/proc/21880/task/21942/stat : 21942 (java) S 21877 21880 16228 0 -1 1077944384 21651 13508 0 0 366 2 5 3 20 0 15 0 475085579 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702139792240 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21943] ppid=21877 vsize=10846988 memory=1379340 CPUtime=3.48 cores=1,3,5,7
/proc/21880/task/21943/stat : 21943 (java) S 21877 21880 16228 0 -1 1077944384 16978 13508 0 0 337 3 5 3 20 0 15 0 475085579 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702138739440 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21944] ppid=21877 vsize=10846988 memory=1688 CPUtime=2.09 cores=1,3,5,7
/proc/21880/task/21944/stat : 21944 (java) S 21877 21880 16228 0 -1 1077944384 31034 13508 0 0 196 5 5 3 20 0 15 0 475085579 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702137686640 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21945] ppid=21877 vsize=10846988 memory=1379340 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21945/stat : 21945 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11107315712 344835 33554432000 4194304 4196468 140721427113872 139701120748256 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21946] ppid=21877 vsize=10846988 memory=1379340 CPUtime=1.5 cores=1,3,5,7
/proc/21880/task/21946/stat : 21946 (java) S 21877 21880 16228 0 -1 1077944384 1746 13508 0 0 58 84 5 3 20 0 15 0 475085579 11107315712 344835 33554432000 4194304 4196468 140721427113872 139702136634032 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 2427.72 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1379340 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.43 1.41 3/228 22295
/proc/meminfo: memFree=4225452/32770624 swapFree=66993264/67108860
[pid=21880] ppid=21877 vsize=10846988 memory=1381388 CPUtime=2488.69 cores=1,3,5,7
/proc/21880/stat : 21880 (java) S 21877 21880 16228 0 -1 1077944320 279261 13508 0 0 248447 414 5 3 20 0 15 0 475085564 11107315712 345347 33554432000 4194304 4196468 140721427113872 140721427096416 139702614167287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
/proc/21880/statm: 2711747 345347 3628 1 0 2673805 0
[pid=21880/tid=21933] ppid=21877 vsize=10846988 memory=1381388 CPUtime=2414.49 cores=1,3,5,7
/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 82898 13508 0 0 241379 62 5 3 20 0 15 0 475085573 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702586002960 139702234264778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=10846988 memory=1381388 CPUtime=12.94 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 24576 13508 0 0 1220 66 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=10846988 memory=1381388 CPUtime=12.99 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 22175 13508 0 0 1229 62 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 26675 13508 0 0 1229 63 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.02 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 24021 13508 0 0 1230 64 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21938] ppid=21877 vsize=10846988 memory=1381388 CPUtime=11.99 cores=1,3,5,7
/proc/21880/task/21938/stat : 21938 (java) S 21877 21880 16228 0 -1 1077944384 25204 13508 0 0 1120 71 5 3 20 0 15 0 475085575 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702140844400 139702614178434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21939] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21939/stat : 21939 (java) S 21877 21880 16228 0 -1 1077944384 28 13508 0 0 0 0 5 3 20 0 15 0 475085576 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702065685600 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21940] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21940/stat : 21940 (java) S 21877 21880 16228 0 -1 1077944384 21 13508 0 0 0 0 5 3 20 0 15 0 475085576 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701461705600 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21941] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21941/stat : 21941 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701154305872 139702614185883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21942] ppid=21877 vsize=10846988 memory=1381388 CPUtime=3.76 cores=1,3,5,7
/proc/21880/task/21942/stat : 21942 (java) S 21877 21880 16228 0 -1 1077944384 21655 13508 0 0 366 2 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702139792240 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21943] ppid=21877 vsize=10846988 memory=1381388 CPUtime=3.48 cores=1,3,5,7
/proc/21880/task/21943/stat : 21943 (java) S 21877 21880 16228 0 -1 1077944384 16982 13508 0 0 337 3 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702138739440 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21944] ppid=21877 vsize=10846988 memory=3620 CPUtime=2.09 cores=1,3,5,7
/proc/21880/task/21944/stat : 21944 (java) S 21877 21880 16228 0 -1 1077944384 31038 13508 0 0 196 5 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702137686640 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21945] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21945/stat : 21945 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701120748256 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21946] ppid=21877 vsize=10846988 memory=9520 CPUtime=1.53 cores=1,3,5,7
/proc/21880/task/21946/stat : 21946 (java) S 21877 21880 16228 0 -1 1077944384 1775 13508 0 0 59 86 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702136634032 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 2488.69 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1381388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.11 s]
/proc/loadavg: 1.41 1.39 1.40 3/228 22297
/proc/meminfo: memFree=4225672/32770624 swapFree=66993264/67108860
[pid=21880] ppid=21877 vsize=10846988 memory=1381388 CPUtime=2520.01 cores=1,3,5,7
/proc/21880/stat : 21880 (java) S 21877 21880 16228 0 -1 1077944320 280375 13508 0 0 251576 417 5 3 20 0 15 0 475085564 11107315712 345347 33554432000 4194304 4196468 140721427113872 140721427096416 139702614167287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
/proc/21880/statm: 2711747 345347 3628 1 0 2673805 0
[pid=21880/tid=21933] ppid=21877 vsize=10846988 memory=1381388 CPUtime=2444.95 cores=1,3,5,7
/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 83438 13508 0 0 244424 63 5 3 20 0 15 0 475085573 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702586002848 139702234031020 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.12 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 24599 13508 0 0 1237 67 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.17 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 22380 13508 0 0 1246 63 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.17 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 26694 13508 0 0 1246 63 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.2 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 24138 13508 0 0 1247 65 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21938] ppid=21877 vsize=10846988 memory=1381388 CPUtime=12.16 cores=1,3,5,7
/proc/21880/task/21938/stat : 21938 (java) S 21877 21880 16228 0 -1 1077944384 25392 13508 0 0 1136 72 5 3 20 0 15 0 475085575 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702140844400 139702614178434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21939] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21939/stat : 21939 (java) S 21877 21880 16228 0 -1 1077944384 28 13508 0 0 0 0 5 3 20 0 15 0 475085576 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702065685600 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21940] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21940/stat : 21940 (java) S 21877 21880 16228 0 -1 1077944384 21 13508 0 0 0 0 5 3 20 0 15 0 475085576 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701461705600 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21941] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21941/stat : 21941 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701154305872 139702614185883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21942] ppid=21877 vsize=10846988 memory=1381388 CPUtime=3.76 cores=1,3,5,7
/proc/21880/task/21942/stat : 21942 (java) S 21877 21880 16228 0 -1 1077944384 21657 13508 0 0 366 2 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702139792240 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21943] ppid=21877 vsize=10846988 memory=1381388 CPUtime=3.48 cores=1,3,5,7
/proc/21880/task/21943/stat : 21943 (java) S 21877 21880 16228 0 -1 1077944384 16984 13508 0 0 337 3 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702138739440 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21944] ppid=21877 vsize=10846988 memory=3620 CPUtime=2.09 cores=1,3,5,7
/proc/21880/task/21944/stat : 21944 (java) S 21877 21880 16228 0 -1 1077944384 31040 13508 0 0 196 5 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702137686640 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21945] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21945/stat : 21945 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701120748256 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21946] ppid=21877 vsize=10846988 memory=1060 CPUtime=1.55 cores=1,3,5,7
/proc/21880/task/21946/stat : 21946 (java) S 21877 21880 16228 0 -1 1077944384 1791 13508 0 0 60 87 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702136634032 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1381388 KiB

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

[startup+2473.15 s]
# the end of solver process 21880 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.85 s, system=4.2199 s

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

[startup+2473.11 s]
/proc/loadavg: 1.41 1.39 1.40 3/228 22297
/proc/meminfo: memFree=4225672/32770624 swapFree=66993264/67108860
[pid=21880] ppid=21877 vsize=10846988 memory=1381388 CPUtime=2520.01 cores=1,3,5,7
/proc/21880/stat : 21880 (java) S 21877 21880 16228 0 -1 1077944320 280375 13508 0 0 251576 417 5 3 20 0 15 0 475085564 11107315712 345347 33554432000 4194304 4196468 140721427113872 140721427096416 139702614167287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
/proc/21880/statm: 2711747 345347 3628 1 0 2673805 0
[pid=21880/tid=21933] ppid=21877 vsize=10846988 memory=1381388 CPUtime=2444.95 cores=1,3,5,7
/proc/21880/task/21933/stat : 21933 (java) R 21877 21880 16228 0 -1 4202560 83438 13508 0 0 244424 63 5 3 20 0 15 0 475085573 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702586002848 139702234031020 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21934] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.12 cores=1,3,5,7
/proc/21880/task/21934/stat : 21934 (java) S 21877 21880 16228 0 -1 1077944384 24599 13508 0 0 1237 67 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702618410128 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21935] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.17 cores=1,3,5,7
/proc/21880/task/21935/stat : 21935 (java) S 21877 21880 16228 0 -1 1077944384 22380 13508 0 0 1246 63 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702537161744 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21936] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.17 cores=1,3,5,7
/proc/21880/task/21936/stat : 21936 (java) S 21877 21880 16228 0 -1 1077944384 26694 13508 0 0 1246 63 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702186204048 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21937] ppid=21877 vsize=10846988 memory=1381388 CPUtime=13.2 cores=1,3,5,7
/proc/21880/task/21937/stat : 21937 (java) S 21877 21880 16228 0 -1 1077944384 24138 13508 0 0 1247 65 5 3 20 0 15 0 475085574 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702185151248 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21938] ppid=21877 vsize=10846988 memory=1381388 CPUtime=12.16 cores=1,3,5,7
/proc/21880/task/21938/stat : 21938 (java) S 21877 21880 16228 0 -1 1077944384 25392 13508 0 0 1136 72 5 3 20 0 15 0 475085575 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702140844400 139702614178434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21939] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21939/stat : 21939 (java) S 21877 21880 16228 0 -1 1077944384 28 13508 0 0 0 0 5 3 20 0 15 0 475085576 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702065685600 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21940] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21940/stat : 21940 (java) S 21877 21880 16228 0 -1 1077944384 21 13508 0 0 0 0 5 3 20 0 15 0 475085576 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701461705600 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21941] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21941/stat : 21941 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701154305872 139702614185883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21942] ppid=21877 vsize=10846988 memory=1381388 CPUtime=3.76 cores=1,3,5,7
/proc/21880/task/21942/stat : 21942 (java) S 21877 21880 16228 0 -1 1077944384 21657 13508 0 0 366 2 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702139792240 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21943] ppid=21877 vsize=10846988 memory=1381388 CPUtime=3.48 cores=1,3,5,7
/proc/21880/task/21943/stat : 21943 (java) S 21877 21880 16228 0 -1 1077944384 16984 13508 0 0 337 3 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702138739440 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21944] ppid=21877 vsize=10846988 memory=3620 CPUtime=2.09 cores=1,3,5,7
/proc/21880/task/21944/stat : 21944 (java) S 21877 21880 16228 0 -1 1077944384 31040 13508 0 0 196 5 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702137686640 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21945] ppid=21877 vsize=10846988 memory=1381388 CPUtime=0.08 cores=1,3,5,7
/proc/21880/task/21945/stat : 21945 (java) S 21877 21880 16228 0 -1 1077944384 3 13508 0 0 0 0 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139701120748256 139702614177493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
[pid=21880/tid=21946] ppid=21877 vsize=10846988 memory=1060 CPUtime=1.55 cores=1,3,5,7
/proc/21880/task/21946/stat : 21946 (java) S 21877 21880 16228 0 -1 1077944384 1791 13508 0 0 60 87 5 3 20 0 15 0 475085579 11107315712 345347 33554432000 4194304 4196468 140721427113872 139702136634032 139702614178434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11165696 140721427122787 140721427125429 140721427125429 140721427128271 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1381388 KiB

Child status: 143
Real time (s): 2473.15
CPU time (s): 2520.07
CPU user time (s): 2515.85
CPU system time (s): 4.2199
CPU usage (%): 101.897
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1381388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.85
system time used= 4.2199
maximum resident set size= 1385732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317455
involuntary context switches= 8733


# summary of solver processes directly reported to runsolver:
#   pid: 21880
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2515.85
#   total CPU system time (s): 4.2199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1788 second user time and 22.7302 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 16:02:20
IDJOB=4402868
IDBENCH=141494
IDSOLVER=2861
FILE ID=node126/4402868-1568988178
RUNJOBID= node126-1568967600-16260
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402868-1568988178/watcher-4402868-1568988178 -o /var/tmp/evaluation-result-4402868-1568988178/solver-4402868-1568988178 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16260 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4402868-1568988178.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1419008473

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5916688 kB
MemAvailable:   30934508 kB
Buffers:          131264 kB
Cached:         24934644 kB
SwapCached:         7072 kB
Active:         13431104 kB
Inactive:       12568696 kB
Active(anon):     926492 kB
Inactive(anon):    45900 kB
Active(file):   12504612 kB
Inactive(file): 12522796 kB
Unevictable:      109312 kB
Mlocked:          109312 kB
SwapTotal:      67108860 kB
SwapFree:       66993212 kB
Dirty:             35416 kB
Writeback:             0 kB
AnonPages:       1037828 kB
Mapped:            61012 kB
Shmem:             29604 kB
Slab:             448056 kB
SReclaimable:     418872 kB
SUnreclaim:        29184 kB
KernelStack:        3744 kB
PageTables:         8080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2208040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    876544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node126 at 2019-09-20 16:43:33