Trace number 4401368

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.2? (TO) 2400.11 2355.93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401368-1568692500/watcher-4401368-1568692500 -o /tmp/evaluation-result-4401368-1568692500/solver-4401368-1568692500 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4401368-1568692500.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=19775, runsolver pid=19772

[startup+0.100101 s]*
/proc/loadavg: 1.25 1.38 1.48 3/217 19832
/proc/meminfo: memFree=29848796/32770624 swapFree=66922616/67108860
[pid=19775] ppid=19772 vsize=9972712 memory=15180 CPUtime=0.09 cores=0,2,4,6
/proc/19775/stat : 19775 (java) S 19772 19775 12464 0 -1 1077944320 4548 13147 0 0 1 1 4 3 20 0 6 0 445518723 10212057088 3795 33554432000 4194304 4196468 140728808932736 140728808915280 139773065072375 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
/proc/19775/statm: 2493178 3795 1935 1 0 2481616 0
[pid=19775/tid=19828] ppid=19772 vsize=9972712 memory=4279135703913365132 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 2361 13147 0 0 0 0 4 3 20 0 6 0 445518733 10212057088 3795 33554432000 4194304 4196468 140728808932736 139773036909136 139773057700802 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 6 0 445518733 10212057088 3795 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=9972712 memory=140495765169792 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 6 0 445518733 10212057088 3795 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 6 0 445518733 10212057088 3795 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 6 0 445518733 10212057088 3795 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.211079 s]*
/proc/loadavg: 1.25 1.38 1.48 4/226 19841
/proc/meminfo: memFree=29833580/32770624 swapFree=66922616/67108860
[pid=19775] ppid=19772 vsize=10820196 memory=38328 CPUtime=0.25 cores=0,2,4,6
/proc/19775/stat : 19775 (java) S 19772 19775 12464 0 -1 1077944320 7473 13147 0 0 17 1 4 3 20 0 15 0 445518723 11079880704 9582 33554432000 4194304 4196468 140728808932736 140728808915280 139773065072375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
/proc/19775/statm: 2705049 9582 3279 1 0 2667149 0
[pid=19775/tid=19828] ppid=19772 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 3869 13147 0 0 11 1 4 3 20 0 15 0 445518733 11079880704 9582 33554432000 4194304 4196468 140728808932736 139773036895536 139773065094301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518733 11079880704 9582 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=10820196 memory=140495765169792 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518733 11079880704 9582 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 15 0 445518733 11079880704 9582 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 15 0 445518733 11079880704 9582 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19833] ppid=19772 vsize=10820196 memory=140495765169792 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19833/stat : 19833 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 15 0 445518735 11079880704 9582 33554432000 4194304 4196468 140728808932736 139772524595696 139773065083522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19834] ppid=19772 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19834/stat : 19834 (java) S 19772 19775 12464 0 -1 1077944384 33 13147 0 0 0 0 4 3 20 0 15 0 445518735 11079880704 9582 33554432000 4194304 4196468 140728808932736 139772523541920 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19835] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19835/stat : 19835 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518735 11079880704 9582 33554432000 4194304 4196468 140728808932736 139771926013424 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19836] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19836/stat : 19836 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11079880704 9582 33554432000 4194304 4196468 140728808932736 139771618613968 139773065090971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19837] ppid=19772 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19775/task/19837/stat : 19837 (java) S 19772 19775 12464 0 -1 1077944384 364 13147 0 0 1 0 4 3 20 0 15 0 445518738 11079880704 9582 33554432000 4194304 4196468 140728808932736 139772489983984 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19838] ppid=19772 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19775/task/19838/stat : 19838 (java) R 19772 19775 12464 0 -1 4202560 340 13147 0 0 1 0 4 3 20 0 15 0 445518738 11079880704 9582 33554432000 4194304 4196468 140728808932736 139772488931440 139773042946560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19839] ppid=19772 vsize=10820196 memory=140495765169792 CPUtime=0.1 cores=0,2,4,6
/proc/19775/task/19839/stat : 19839 (java) S 19772 19775 12464 0 -1 1077944384 650 13147 0 0 3 0 4 3 20 0 15 0 445518738 11079880704 9582 33554432000 4194304 4196468 140728808932736 139772487878896 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19840] ppid=19772 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19840/stat : 19840 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11079880704 9582 33554432000 4194304 4196468 140728808932736 139771585055328 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19841] ppid=19772 vsize=10820196 memory=140495765169792 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19841/stat : 19841 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518738 11079880704 9582 33554432000 4194304 4196468 140728808932736 139772486826800 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 38328 KiB

[startup+0.310377 s]*
/proc/loadavg: 1.25 1.38 1.48 4/226 19841
/proc/meminfo: memFree=29821084/32770624 swapFree=66922616/67108860
[pid=19775] ppid=19772 vsize=10820196 memory=46880 CPUtime=0.4 cores=0,2,4,6
/proc/19775/stat : 19775 (java) S 19772 19775 12464 0 -1 1077944320 10982 13147 0 0 29 4 4 3 20 0 15 0 445518723 11079880704 11720 33554432000 4194304 4196468 140728808932736 140728808915280 139773065072375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
/proc/19775/statm: 2705049 11720 3329 1 0 2667149 0
[pid=19775/tid=19828] ppid=19772 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 7324 13147 0 0 19 2 4 3 20 0 15 0 445518733 11079880704 11720 33554432000 4194304 4196468 140728808932736 139773036881328 139773049152862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=10820196 memory=7594300881685864810 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518733 11079880704 11720 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=10820196 memory=5787233549803348032 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518733 11079880704 11720 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=10820196 memory=7649539875648652993 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 15 0 445518733 11079880704 11720 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 15 0 445518733 11079880704 11720 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19833] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19833/stat : 19833 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 15 0 445518735 11079880704 11720 33554432000 4194304 4196468 140728808932736 139772524595696 139773065083522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19834] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19834/stat : 19834 (java) S 19772 19775 12464 0 -1 1077944384 33 13147 0 0 0 0 4 3 20 0 15 0 445518735 11079880704 11720 33554432000 4194304 4196468 140728808932736 139772523541920 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19835] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19835/stat : 19835 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518735 11079880704 11720 33554432000 4194304 4196468 140728808932736 139771926013424 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19836] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19836/stat : 19836 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11079880704 11720 33554432000 4194304 4196468 140728808932736 139771618613968 139773065090971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19837] ppid=19772 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19775/task/19837/stat : 19837 (java) S 19772 19775 12464 0 -1 1077944384 374 13147 0 0 1 0 4 3 20 0 15 0 445518738 11079880704 11720 33554432000 4194304 4196468 140728808932736 139772489983984 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19838] ppid=19772 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19775/task/19838/stat : 19838 (java) S 19772 19775 12464 0 -1 1077944384 346 13147 0 0 1 0 4 3 20 0 15 0 445518738 11079880704 11720 33554432000 4194304 4196468 140728808932736 139772488931440 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19839] ppid=19772 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/19775/task/19839/stat : 19839 (java) S 19772 19775 12464 0 -1 1077944384 680 13147 0 0 5 0 4 3 20 0 15 0 445518738 11079880704 11720 33554432000 4194304 4196468 140728808932736 139772487878896 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19840] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19840/stat : 19840 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11079880704 11720 33554432000 4194304 4196468 140728808932736 139771585055328 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19841] ppid=19772 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19841/stat : 19841 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518738 11079880704 11720 33554432000 4194304 4196468 140728808932736 139772486826800 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46880 KiB

[startup+0.703025 s]
/proc/loadavg: 1.25 1.38 1.48 5/226 19841
/proc/meminfo: memFree=29804792/32770624 swapFree=66922616/67108860
[pid=19775] ppid=19772 vsize=10824364 memory=80732 CPUtime=1.13 cores=0,2,4,6
/proc/19775/stat : 19775 (java) S 19772 19775 12464 0 -1 1077944320 15457 13147 0 0 100 6 4 3 20 0 15 0 445518723 11084148736 20183 33554432000 4194304 4196468 140728808932736 140728808915280 139773065072375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
/proc/19775/statm: 2706091 20183 3501 1 0 2668173 0
[pid=19775/tid=19828] ppid=19772 vsize=10824364 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 10457 13147 0 0 55 4 4 3 20 0 15 0 445518733 11084148736 20183 33554432000 4194304 4196468 140728808932736 139773036888288 139772669219691 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518733 11084148736 20183 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518733 11084148736 20183 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 15 0 445518733 11084148736 20183 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 2 13147 0 0 0 0 4 3 20 0 15 0 445518733 11084148736 20183 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19833] ppid=19772 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19833/stat : 19833 (java) S 19772 19775 12464 0 -1 1077944384 5 13147 0 0 0 0 4 3 20 0 15 0 445518735 11084148736 20183 33554432000 4194304 4196468 140728808932736 139772524595696 139773065083522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19834] ppid=19772 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19834/stat : 19834 (java) S 19772 19775 12464 0 -1 1077944384 33 13147 0 0 0 0 4 3 20 0 15 0 445518735 11084148736 20183 33554432000 4194304 4196468 140728808932736 139772523541920 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19835] ppid=19772 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19835/stat : 19835 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518735 11084148736 20183 33554432000 4194304 4196468 140728808932736 139771926013424 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19836] ppid=19772 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19836/stat : 19836 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11084148736 20183 33554432000 4194304 4196468 140728808932736 139771618613968 139773065090971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19837] ppid=19772 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/19775/task/19837/stat : 19837 (java) R 19772 19775 12464 0 -1 4202560 895 13147 0 0 13 0 4 3 20 0 15 0 445518738 11084148736 20183 33554432000 4194304 4196468 140728808932736 139772489983984 139773042667121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19838] ppid=19772 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/19775/task/19838/stat : 19838 (java) S 19772 19775 12464 0 -1 1077944384 815 13147 0 0 13 0 4 3 20 0 15 0 445518738 11084148736 20183 33554432000 4194304 4196468 140728808932736 139772488931440 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19839] ppid=19772 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/19775/task/19839/stat : 19839 (java) S 19772 19775 12464 0 -1 1077944384 1028 13147 0 0 17 0 4 3 20 0 15 0 445518738 11084148736 20183 33554432000 4194304 4196468 140728808932736 139772487878896 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19840] ppid=19772 vsize=10824364 memory=280991256019184 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19840/stat : 19840 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11084148736 20183 33554432000 4194304 4196468 140728808932736 139771585055328 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19841] ppid=19772 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19841/stat : 19841 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518738 11084148736 20183 33554432000 4194304 4196468 140728808932736 139772486826800 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 80732 KiB

[startup+1.50062 s]
/proc/loadavg: 1.25 1.38 1.48 3/226 19841
/proc/meminfo: memFree=29766948/32770624 swapFree=66922616/67108860
[pid=19775] ppid=19772 vsize=10834680 memory=170196 CPUtime=2.49 cores=0,2,4,6
/proc/19775/stat : 19775 (java) S 19772 19775 12464 0 -1 1077944320 22267 13147 0 0 231 11 4 3 20 0 15 0 445518723 11094712320 42549 33554432000 4194304 4196468 140728808932736 140728808915280 139773065072375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
/proc/19775/statm: 2708670 42549 3578 1 0 2670733 0
[pid=19775/tid=19828] ppid=19772 vsize=10834680 memory=21 CPUtime=1.42 cores=0,2,4,6
/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 15382 13147 0 0 129 6 4 3 20 0 15 0 445518733 11094712320 42549 33554432000 4194304 4196468 140728808932736 139773036894848 139772667866393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=10834680 memory=31 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 25 13147 0 0 0 0 4 3 20 0 15 0 445518733 11094712320 42549 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 308 13147 0 0 0 0 4 3 20 0 15 0 445518733 11094712320 42549 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 74 13147 0 0 1 0 4 3 20 0 15 0 445518733 11094712320 42549 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=10834680 memory=93932 CPUtime=0.08 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 57 13147 0 0 1 0 4 3 20 0 15 0 445518733 11094712320 42549 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19833] ppid=19772 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19775/task/19833/stat : 19833 (java) S 19772 19775 12464 0 -1 1077944384 148 13147 0 0 1 0 4 3 20 0 15 0 445518735 11094712320 42549 33554432000 4194304 4196468 140728808932736 139772524595696 139773065083522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19834] ppid=19772 vsize=10834680 memory=7234844112153765207 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19834/stat : 19834 (java) S 19772 19775 12464 0 -1 1077944384 34 13147 0 0 0 0 4 3 20 0 15 0 445518735 11094712320 42549 33554432000 4194304 4196468 140728808932736 139772523541920 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19835] ppid=19772 vsize=10834680 memory=7451036642697503317 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19835/stat : 19835 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518735 11094712320 42549 33554432000 4194304 4196468 140728808932736 139771926013424 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19836] ppid=19772 vsize=10834680 memory=7588968237642705513 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19836/stat : 19836 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11094712320 42549 33554432000 4194304 4196468 140728808932736 139771618613968 139773065090971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19837] ppid=19772 vsize=10834680 memory=5787785663623029848 CPUtime=0.33 cores=0,2,4,6
/proc/19775/task/19837/stat : 19837 (java) S 19772 19775 12464 0 -1 1077944384 1068 13147 0 0 26 0 4 3 20 0 15 0 445518738 11094712320 42549 33554432000 4194304 4196468 140728808932736 139772489983984 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19838] ppid=19772 vsize=10834680 memory=7811888709680844908 CPUtime=0.34 cores=0,2,4,6
/proc/19775/task/19838/stat : 19838 (java) S 19772 19775 12464 0 -1 1077944384 1023 13147 0 0 27 0 4 3 20 0 15 0 445518738 11094712320 42549 33554432000 4194304 4196468 140728808932736 139772488931440 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19839] ppid=19772 vsize=10834680 memory=7234844112153765207 CPUtime=0.47 cores=0,2,4,6
/proc/19775/task/19839/stat : 19839 (java) R 19772 19775 12464 0 -1 4202560 1932 13147 0 0 40 0 4 3 20 0 15 0 445518738 11094712320 42549 33554432000 4194304 4196468 140728808932736 139772487877792 139773057090887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19840] ppid=19772 vsize=10834680 memory=7234844112153765207 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19840/stat : 19840 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11094712320 42549 33554432000 4194304 4196468 140728808932736 139771585055328 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19841] ppid=19772 vsize=10834680 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19841/stat : 19841 (java) S 19772 19775 12464 0 -1 1077944384 1 13147 0 0 0 0 4 3 20 0 15 0 445518738 11094712320 42549 33554432000 4194304 4196468 140728808932736 139772486826800 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834680 KiB

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

/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 73977 13147 0 0 223486 55 4 3 20 0 15 0 445518733 11107315712 330670 33554432000 4194304 4196468 140728808932736 139773036907904 139772684081637 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=10846988 memory=1322680 CPUtime=11.85 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 15182 13147 0 0 1122 56 4 3 20 0 15 0 445518733 11107315712 330670 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=10846988 memory=1322680 CPUtime=11.88 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 17664 13147 0 0 1123 58 4 3 20 0 15 0 445518733 11107315712 330670 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=10846988 memory=1322680 CPUtime=11.88 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 13810 13147 0 0 1122 59 4 3 20 0 15 0 445518733 11107315712 330670 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=10846988 memory=1322680 CPUtime=11.84 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 17297 13147 0 0 1116 61 4 3 20 0 15 0 445518733 11107315712 330670 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19833] ppid=19772 vsize=10846988 memory=1322680 CPUtime=10.96 cores=0,2,4,6
/proc/19775/task/19833/stat : 19833 (java) S 19772 19775 12464 0 -1 1077944384 19771 13147 0 0 1032 57 4 3 20 0 15 0 445518735 11107315712 330670 33554432000 4194304 4196468 140728808932736 139772524595696 139773065083522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19834] ppid=19772 vsize=10846988 memory=47352 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19834/stat : 19834 (java) S 19772 19775 12464 0 -1 1077944384 45 13147 0 0 0 0 4 3 20 0 15 0 445518735 11107315712 330670 33554432000 4194304 4196468 140728808932736 139772523541984 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19835] ppid=19772 vsize=10846988 memory=1322680 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19835/stat : 19835 (java) S 19772 19775 12464 0 -1 1077944384 12 13147 0 0 0 0 4 3 20 0 15 0 445518735 11107315712 330670 33554432000 4194304 4196468 140728808932736 139771926013440 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19836] ppid=19772 vsize=10846988 memory=1322680 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19836/stat : 19836 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11107315712 330670 33554432000 4194304 4196468 140728808932736 139771618613968 139773065090971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19837] ppid=19772 vsize=10846988 memory=1176 CPUtime=3.82 cores=0,2,4,6
/proc/19775/task/19837/stat : 19837 (java) S 19772 19775 12464 0 -1 1077944384 15928 13147 0 0 372 3 4 3 20 0 15 0 445518738 11107315712 330670 33554432000 4194304 4196468 140728808932736 139772489983984 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19838] ppid=19772 vsize=10846988 memory=1322680 CPUtime=4.17 cores=0,2,4,6
/proc/19775/task/19838/stat : 19838 (java) S 19772 19775 12464 0 -1 1077944384 20758 13147 0 0 403 7 4 3 20 0 15 0 445518738 11107315712 330670 33554432000 4194304 4196468 140728808932736 139772488931440 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19839] ppid=19772 vsize=10846988 memory=1322680 CPUtime=2.1 cores=0,2,4,6
/proc/19775/task/19839/stat : 19839 (java) S 19772 19775 12464 0 -1 1077944384 33361 13147 0 0 198 5 4 3 20 0 15 0 445518738 11107315712 330670 33554432000 4194304 4196468 140728808932736 139772487878896 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19840] ppid=19772 vsize=10846988 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19840/stat : 19840 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11107315712 330670 33554432000 4194304 4196468 140728808932736 139771585055328 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19841] ppid=19772 vsize=10846988 memory=1322680 CPUtime=1.54 cores=0,2,4,6
/proc/19775/task/19841/stat : 19841 (java) S 19772 19775 12464 0 -1 1077944384 1016 13147 0 0 66 81 4 3 20 0 15 0 445518738 11107315712 330670 33554432000 4194304 4196468 140728808932736 139772486826800 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 2305.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1322680 KiB

[startup+2322.3 s]
/proc/loadavg: 0.67 0.70 0.77 2/204 20128
/proc/meminfo: memFree=29811740/32770624 swapFree=66922644/67108860
[pid=19775] ppid=19772 vsize=10846988 memory=1322696 CPUtime=2365.93 cores=0,2,4,6
/proc/19775/stat : 19775 (java) S 19772 19775 12464 0 -1 1077944320 232849 13147 0 0 236211 375 4 3 20 0 15 0 445518723 11107315712 330674 33554432000 4194304 4196468 140728808932736 140728808915280 139773065072375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
/proc/19775/statm: 2711747 330674 3628 1 0 2673805 0
[pid=19775/tid=19828] ppid=19772 vsize=10846988 memory=1322696 CPUtime=2294.75 cores=0,2,4,6
/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 74932 13147 0 0 229412 56 4 3 20 0 15 0 445518733 11107315712 330674 33554432000 4194304 4196468 140728808932736 139773036907904 139772685314164 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=10846988 memory=1322696 CPUtime=12.17 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 15318 13147 0 0 1152 58 4 3 20 0 15 0 445518733 11107315712 330674 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=10846988 memory=1322696 CPUtime=12.21 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 17708 13147 0 0 1155 59 4 3 20 0 15 0 445518733 11107315712 330674 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=10846988 memory=1322696 CPUtime=12.22 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 14202 13147 0 0 1154 61 4 3 20 0 15 0 445518733 11107315712 330674 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=10846988 memory=1322696 CPUtime=12.17 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 17338 13147 0 0 1147 63 4 3 20 0 15 0 445518733 11107315712 330674 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19833] ppid=19772 vsize=10846988 memory=1322696 CPUtime=11.26 cores=0,2,4,6
/proc/19775/task/19833/stat : 19833 (java) S 19772 19775 12464 0 -1 1077944384 19990 13147 0 0 1061 58 4 3 20 0 15 0 445518735 11107315712 330674 33554432000 4194304 4196468 140728808932736 139772524595696 139773065083522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19834] ppid=19772 vsize=10846988 memory=1322696 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19834/stat : 19834 (java) S 19772 19775 12464 0 -1 1077944384 45 13147 0 0 0 0 4 3 20 0 15 0 445518735 11107315712 330674 33554432000 4194304 4196468 140728808932736 139772523541984 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19835] ppid=19772 vsize=10846988 memory=1322696 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19835/stat : 19835 (java) S 19772 19775 12464 0 -1 1077944384 12 13147 0 0 0 0 4 3 20 0 15 0 445518735 11107315712 330674 33554432000 4194304 4196468 140728808932736 139771926013440 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19836] ppid=19772 vsize=10846988 memory=1322696 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19836/stat : 19836 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11107315712 330674 33554432000 4194304 4196468 140728808932736 139771618613968 139773065090971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19837] ppid=19772 vsize=10846988 memory=1322696 CPUtime=3.82 cores=0,2,4,6
/proc/19775/task/19837/stat : 19837 (java) S 19772 19775 12464 0 -1 1077944384 15930 13147 0 0 372 3 4 3 20 0 15 0 445518738 11107315712 330674 33554432000 4194304 4196468 140728808932736 139772489983984 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19838] ppid=19772 vsize=10846988 memory=2364 CPUtime=4.17 cores=0,2,4,6
/proc/19775/task/19838/stat : 19838 (java) S 19772 19775 12464 0 -1 1077944384 20761 13147 0 0 403 7 4 3 20 0 15 0 445518738 11107315712 330674 33554432000 4194304 4196468 140728808932736 139772488931440 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19839] ppid=19772 vsize=10846988 memory=1540 CPUtime=2.1 cores=0,2,4,6
/proc/19775/task/19839/stat : 19839 (java) S 19772 19775 12464 0 -1 1077944384 33363 13147 0 0 198 5 4 3 20 0 15 0 445518738 11107315712 330674 33554432000 4194304 4196468 140728808932736 139772487878896 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19840] ppid=19772 vsize=10846988 memory=1322696 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19840/stat : 19840 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11107315712 330674 33554432000 4194304 4196468 140728808932736 139771585055328 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19841] ppid=19772 vsize=10846988 memory=1322696 CPUtime=1.58 cores=0,2,4,6
/proc/19775/task/19841/stat : 19841 (java) S 19772 19775 12464 0 -1 1077944384 1034 13147 0 0 68 83 4 3 20 0 15 0 445518738 11107315712 330674 33554432000 4194304 4196468 140728808932736 139772486826800 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 2365.93 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1322696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2355.9 s]
/proc/loadavg: 0.54 0.67 0.76 2/205 20132
/proc/meminfo: memFree=29811680/32770624 swapFree=66922644/67108860
[pid=19775] ppid=19772 vsize=10846988 memory=1322728 CPUtime=2400.06 cores=0,2,4,6
/proc/19775/stat : 19775 (java) S 19772 19775 12464 0 -1 1077944320 234302 13147 0 0 239618 381 4 3 20 0 15 0 445518723 11107315712 330682 33554432000 4194304 4196468 140728808932736 140728808915280 139773065072375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
/proc/19775/statm: 2711747 330682 3628 1 0 2673805 0
[pid=19775/tid=19828] ppid=19772 vsize=10846988 memory=0 CPUtime=2327.95 cores=0,2,4,6
/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 75612 13147 0 0 232732 56 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139773036908112 139772685373106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=10846988 memory=3620 CPUtime=12.35 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 15540 13147 0 0 1169 59 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=10846988 memory=1320456 CPUtime=12.4 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 17877 13147 0 0 1172 61 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=10846988 memory=2016 CPUtime=12.4 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 14262 13147 0 0 1172 61 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=10846988 memory=1322728 CPUtime=12.36 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 17431 13147 0 0 1165 64 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19833] ppid=19772 vsize=10846988 memory=1322728 CPUtime=11.42 cores=0,2,4,6
/proc/19775/task/19833/stat : 19833 (java) S 19772 19775 12464 0 -1 1077944384 20197 13147 0 0 1076 59 4 3 20 0 15 0 445518735 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772524595696 139773065083522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19834] ppid=19772 vsize=10846988 memory=1322728 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19834/stat : 19834 (java) S 19772 19775 12464 0 -1 1077944384 45 13147 0 0 0 0 4 3 20 0 15 0 445518735 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772523541984 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19835] ppid=19772 vsize=10846988 memory=1322728 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19835/stat : 19835 (java) S 19772 19775 12464 0 -1 1077944384 12 13147 0 0 0 0 4 3 20 0 15 0 445518735 11107315712 330682 33554432000 4194304 4196468 140728808932736 139771926013440 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19836] ppid=19772 vsize=10846988 memory=1322728 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19836/stat : 19836 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139771618613968 139773065090971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19837] ppid=19772 vsize=10846988 memory=1322728 CPUtime=3.82 cores=0,2,4,6
/proc/19775/task/19837/stat : 19837 (java) S 19772 19775 12464 0 -1 1077944384 15932 13147 0 0 372 3 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772489983984 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19838] ppid=19772 vsize=10846988 memory=1322728 CPUtime=4.17 cores=0,2,4,6
/proc/19775/task/19838/stat : 19838 (java) S 19772 19775 12464 0 -1 1077944384 20763 13147 0 0 403 7 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772488931440 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19839] ppid=19772 vsize=10846988 memory=1322728 CPUtime=2.1 cores=0,2,4,6
/proc/19775/task/19839/stat : 19839 (java) S 19772 19775 12464 0 -1 1077944384 33365 13147 0 0 198 5 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772487878896 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19840] ppid=19772 vsize=10846988 memory=1322728 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19840/stat : 19840 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139771585055328 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19841] ppid=19772 vsize=10846988 memory=1322728 CPUtime=1.61 cores=0,2,4,6
/proc/19775/task/19841/stat : 19841 (java) S 19772 19775 12464 0 -1 1077944384 1050 13147 0 0 69 85 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772486826800 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1322728 KiB

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

[startup+2355.93 s]
# the end of solver process 19775 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.25 s, system=3.8648 s

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

[startup+2355.9 s]
/proc/loadavg: 0.54 0.67 0.76 2/205 20132
/proc/meminfo: memFree=29811680/32770624 swapFree=66922644/67108860
[pid=19775] ppid=19772 vsize=10846988 memory=1322728 CPUtime=2400.06 cores=0,2,4,6
/proc/19775/stat : 19775 (java) S 19772 19775 12464 0 -1 1077944320 234302 13147 0 0 239618 381 4 3 20 0 15 0 445518723 11107315712 330682 33554432000 4194304 4196468 140728808932736 140728808915280 139773065072375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
/proc/19775/statm: 2711747 330682 3628 1 0 2673805 0
[pid=19775/tid=19828] ppid=19772 vsize=10846988 memory=0 CPUtime=2327.95 cores=0,2,4,6
/proc/19775/task/19828/stat : 19828 (java) R 19772 19775 12464 0 -1 4202560 75612 13147 0 0 232732 56 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139773036908112 139772685373106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19829] ppid=19772 vsize=10846988 memory=3620 CPUtime=12.35 cores=0,2,4,6
/proc/19775/task/19829/stat : 19829 (java) S 19772 19775 12464 0 -1 1077944384 15540 13147 0 0 1169 59 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139773069314320 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19830] ppid=19772 vsize=10846988 memory=1320456 CPUtime=12.4 cores=0,2,4,6
/proc/19775/task/19830/stat : 19830 (java) S 19772 19775 12464 0 -1 1077944384 17877 13147 0 0 1172 61 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139773001226640 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19831] ppid=19772 vsize=10846988 memory=2016 CPUtime=12.4 cores=0,2,4,6
/proc/19775/task/19831/stat : 19831 (java) S 19772 19775 12464 0 -1 1077944384 14262 13147 0 0 1172 61 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772637350416 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19832] ppid=19772 vsize=10846988 memory=1322728 CPUtime=12.36 cores=0,2,4,6
/proc/19775/task/19832/stat : 19832 (java) S 19772 19775 12464 0 -1 1077944384 17431 13147 0 0 1165 64 4 3 20 0 15 0 445518733 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772636297872 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19833] ppid=19772 vsize=10846988 memory=1322728 CPUtime=11.42 cores=0,2,4,6
/proc/19775/task/19833/stat : 19833 (java) S 19772 19775 12464 0 -1 1077944384 20197 13147 0 0 1076 59 4 3 20 0 15 0 445518735 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772524595696 139773065083522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19834] ppid=19772 vsize=10846988 memory=1322728 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19834/stat : 19834 (java) S 19772 19775 12464 0 -1 1077944384 45 13147 0 0 0 0 4 3 20 0 15 0 445518735 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772523541984 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19835] ppid=19772 vsize=10846988 memory=1322728 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19835/stat : 19835 (java) S 19772 19775 12464 0 -1 1077944384 12 13147 0 0 0 0 4 3 20 0 15 0 445518735 11107315712 330682 33554432000 4194304 4196468 140728808932736 139771926013440 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19836] ppid=19772 vsize=10846988 memory=1322728 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19836/stat : 19836 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139771618613968 139773065090971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19837] ppid=19772 vsize=10846988 memory=1322728 CPUtime=3.82 cores=0,2,4,6
/proc/19775/task/19837/stat : 19837 (java) S 19772 19775 12464 0 -1 1077944384 15932 13147 0 0 372 3 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772489983984 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19838] ppid=19772 vsize=10846988 memory=1322728 CPUtime=4.17 cores=0,2,4,6
/proc/19775/task/19838/stat : 19838 (java) S 19772 19775 12464 0 -1 1077944384 20763 13147 0 0 403 7 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772488931440 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19839] ppid=19772 vsize=10846988 memory=1322728 CPUtime=2.1 cores=0,2,4,6
/proc/19775/task/19839/stat : 19839 (java) S 19772 19775 12464 0 -1 1077944384 33365 13147 0 0 198 5 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772487878896 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19840] ppid=19772 vsize=10846988 memory=1322728 CPUtime=0.07 cores=0,2,4,6
/proc/19775/task/19840/stat : 19840 (java) S 19772 19775 12464 0 -1 1077944384 3 13147 0 0 0 0 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139771585055328 139773065082581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
[pid=19775/tid=19841] ppid=19772 vsize=10846988 memory=1322728 CPUtime=1.61 cores=0,2,4,6
/proc/19775/task/19841/stat : 19841 (java) S 19772 19775 12464 0 -1 1077944384 1050 13147 0 0 69 85 4 3 20 0 15 0 445518738 11107315712 330682 33554432000 4194304 4196468 140728808932736 139772486826800 139773065083522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19664896 140728808938224 140728808940741 140728808940741 140728808943567 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1322728 KiB

Child status: 143
Real time (s): 2355.93
CPU time (s): 2400.11
CPU user time (s): 2396.25
CPU system time (s): 3.8648
CPU usage (%): 101.876
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1322728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.25
system time used= 3.8648
maximum resident set size= 1326944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299447
involuntary context switches= 10234


# summary of solver processes directly reported to runsolver:
#   pid: 19775
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.25
#   total CPU system time (s): 3.8648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3616 second user time and 20.6751 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 05:56:52
IDJOB=4401368
IDBENCH=141494
IDSOLVER=2858
FILE ID=node139/4401368-1568692500
RUNJOBID= node139-1568673443-12495
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
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 /tmp/evaluation-result-4401368-1568692500/watcher-4401368-1568692500 -o /tmp/evaluation-result-4401368-1568692500/solver-4401368-1568692500 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4401368-1568692500.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=711557294

node139.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.57
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.57
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.57
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.57
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:        29856984 kB
MemAvailable:   30596920 kB
Buffers:          122312 kB
Cached:           908356 kB
SwapCached:        78112 kB
Active:          1876316 kB
Inactive:         466248 kB
Active(anon):    1235912 kB
Inactive(anon):   118736 kB
Active(file):     640404 kB
Inactive(file):   347512 kB
Unevictable:      106964 kB
Mlocked:          106964 kB
SwapTotal:      67108860 kB
SwapFree:       66922616 kB
Dirty:             35296 kB
Writeback:             0 kB
AnonPages:       1354052 kB
Mapped:            61868 kB
Shmem:             34524 kB
Slab:             164756 kB
SReclaimable:     135712 kB
SUnreclaim:        29044 kB
KernelStack:        3968 kB
PageTables:        10076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2377500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1196032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59524 MiB
End job on node139 at 2019-09-17 06:36:09