Trace number 4304844

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 2520.08 2498.13

General information on the benchmark

NameColouredQueens/
ColouredQueens-14_c18.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.76	c Concrete v3.9.2.1532736233296 running
2520.04/2498.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2498.12		at concrete.MAC.mac(MAC.scala:188)
2520.04/2498.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.04/2498.12		at scala.util.Try$.apply(Try.scala:209)
2520.04/2498.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.04/2498.12		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.04/2498.12		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.04/2498.12		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.04/2498.12		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.04/2498.12		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.04/2498.12		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.04/2498.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.04/2498.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.04/2498.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2498.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2498.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.04/2498.12		at concrete.ProblemState.map(ProblemState.scala:221)
2520.04/2498.12		at concrete.ProblemState.map(ProblemState.scala:204)
2520.04/2498.12		at concrete.MAC.nextSolution(MAC.scala:334)
2520.04/2498.12		at concrete.Solver.hasNext(Solver.scala:166)
2520.04/2498.12		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.04/2498.12		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.04/2498.12		at concrete.Solver.toStream(Solver.scala:68)
2520.04/2498.12		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.04/2498.12		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.04/2498.12		at concrete.Solver.toIterable(Solver.scala:68)
2520.04/2498.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.04/2498.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.04/2498.12		at scala.util.Success.map(Try.scala:209)
2520.04/2498.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2498.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.04/2498.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.04/2498.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2498.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.04/2498.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.04/2498.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.04/2498.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.04/2498.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.04/2498.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.04/2498.12		at scala.App.main(App.scala:76)
2520.04/2498.12		at scala.App.main$(App.scala:74)
2520.04/2498.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.04/2498.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2498.12	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 (2441 MiB free)
  memory of node 1: 16384 MiB (1127 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304844-1534038993/watcher-4304844-1534038993 -o /tmp/evaluation-result-4304844-1534038993/solver-4304844-1534038993 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534038993-15972 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1746111866 -superng HOME/instance-4304844-1534038993.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=16000, runsolver pid=15996


[startup+0.100115 s]*
/proc/loadavg: 1.92 2.00 2.04 3/212 16089
/proc/meminfo: memFree=3625132/32770624 swapFree=67058712/67108860
[pid=16000] ppid=15996 vsize=10652 memory=692 CPUtime=0.08 cores=1,3,5,7
/proc/16000/stat : 16000 (java) R 15996 16000 15060 0 -1 4202496 1216 13175 0 0 0 0 5 3 20 0 1 0 221462484 10907648 173 33554432000 4194304 4196468 140731765271200 140731765249400 140447530538311 0 0 4096 0 0 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2663 173 139 1 0 85 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10652 KiB
Current children cumulated memory: 692 KiB

[startup+0.210276 s]*
/proc/loadavg: 1.92 2.00 2.04 4/219 16135
/proc/meminfo: memFree=3601024/32770624 swapFree=67058712/67108860
[pid=16000] ppid=15996 vsize=10982744 memory=41108 CPUtime=0.23 cores=1,3,5,7
/proc/16000/stat : 16000 (java) S 15996 16000 15060 0 -1 1077944320 6513 13175 0 0 14 1 5 3 20 0 15 0 221462484 11246329856 10277 33554432000 4194304 4196468 140731765271200 140731765253744 140447538028279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2745686 10277 2966 1 0 2708109 0
[pid=16000/tid=16109] ppid=15996 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 3079 13175 0 0 9 1 5 3 20 0 15 0 221462495 11246329856 10277 33554432000 4194304 4196468 140731765271200 140447509851656 140447522108766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16114] ppid=15996 vsize=10982744 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16114/stat : 16114 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246329856 10277 33554432000 4194304 4196468 140731765271200 140447542271120 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16115] ppid=15996 vsize=10982744 memory=3617151144683951776 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16115/stat : 16115 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246329856 10277 33554432000 4194304 4196468 140731765271200 140447396989968 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16116] ppid=15996 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16116/stat : 16116 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246329856 10277 33554432000 4194304 4196468 140731765271200 140447395937168 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16117] ppid=15996 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16117/stat : 16117 (java) S 15996 16000 15060 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246329856 10277 33554432000 4194304 4196468 140731765271200 140447394884368 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16119] ppid=15996 vsize=10982744 memory=140290891765376 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16119/stat : 16119 (java) S 15996 16000 15060 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 221462497 11246329856 10277 33554432000 4194304 4196468 140731765271200 140446963550576 140447538039426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16121] ppid=15996 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16121/stat : 16121 (java) S 15996 16000 15060 0 -1 1077944384 13 13175 0 0 0 0 5 3 20 0 15 0 221462497 11246329856 10277 33554432000 4194304 4196468 140731765271200 140446370096160 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16123] ppid=15996 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16123/stat : 16123 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462498 11246329856 10277 33554432000 4194304 4196468 140731765271200 140446168769392 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16124] ppid=15996 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16124/stat : 16124 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11246329856 10277 33554432000 4194304 4196468 140731765271200 140445861369680 140447538046875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16126] ppid=15996 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16000/task/16126/stat : 16126 (java) S 15996 16000 15060 0 -1 1077944384 491 13175 0 0 1 0 5 3 20 0 15 0 221462500 11246329856 10277 33554432000 4194304 4196468 140731765271200 140446962498416 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16128] ppid=15996 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16128/stat : 16128 (java) S 15996 16000 15060 0 -1 1077944384 135 13175 0 0 0 0 5 3 20 0 15 0 221462500 11246329856 10277 33554432000 4194304 4196468 140731765271200 140446961445616 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16130] ppid=15996 vsize=10982744 memory=140290891765376 CPUtime=0.1 cores=1,3,5,7
/proc/16000/task/16130/stat : 16130 (java) S 15996 16000 15060 0 -1 1077944384 592 13175 0 0 2 0 5 3 20 0 15 0 221462500 11246329856 10277 33554432000 4194304 4196468 140731765271200 140446960392816 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16132] ppid=15996 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16132/stat : 16132 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11246329856 10277 33554432000 4194304 4196468 140731765271200 140445430573792 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16134] ppid=15996 vsize=10982744 memory=140290891765376 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16134/stat : 16134 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462501 11246329856 10277 33554432000 4194304 4196468 140731765271200 140446959340208 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41108 KiB

[startup+0.310643 s]*
/proc/loadavg: 1.92 2.00 2.04 3/219 16135
/proc/meminfo: memFree=3575720/32770624 swapFree=67058712/67108860
[pid=16000] ppid=15996 vsize=10983192 memory=54892 CPUtime=0.36 cores=1,3,5,7
/proc/16000/stat : 16000 (java) S 15996 16000 15060 0 -1 1077944320 9712 13175 0 0 26 2 5 3 20 0 15 0 221462484 11246788608 13723 33554432000 4194304 4196468 140731765271200 140731765253744 140447538028279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2745798 13723 3099 1 0 2708109 0
[pid=16000/tid=16109] ppid=15996 vsize=10983192 memory=576461178948550685 CPUtime=0.27 cores=1,3,5,7
/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 6263 13175 0 0 18 1 5 3 20 0 15 0 221462495 11246788608 13723 33554432000 4194304 4196468 140731765271200 140447509840288 140447519591812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16114] ppid=15996 vsize=10983192 memory=304274695493255191 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16114/stat : 16114 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246788608 13723 33554432000 4194304 4196468 140731765271200 140447542271120 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16115] ppid=15996 vsize=10983192 memory=13992149788448408 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16115/stat : 16115 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246788608 13723 33554432000 4194304 4196468 140731765271200 140447396989968 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16116] ppid=15996 vsize=10983192 memory=8508281403248052365 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16116/stat : 16116 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246788608 13723 33554432000 4194304 4196468 140731765271200 140447395937168 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16117] ppid=15996 vsize=10983192 memory=3472328296227680303 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16117/stat : 16117 (java) S 15996 16000 15060 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246788608 13723 33554432000 4194304 4196468 140731765271200 140447394884368 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16119] ppid=15996 vsize=10983192 memory=3472468587119445680 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16119/stat : 16119 (java) S 15996 16000 15060 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 221462497 11246788608 13723 33554432000 4194304 4196468 140731765271200 140446963550576 140447538039426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16121] ppid=15996 vsize=10983192 memory=7378697629483820645 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16121/stat : 16121 (java) S 15996 16000 15060 0 -1 1077944384 13 13175 0 0 0 0 5 3 20 0 15 0 221462497 11246788608 13723 33554432000 4194304 4196468 140731765271200 140446370096160 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16123] ppid=15996 vsize=10983192 memory=-8312670058677691234 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16123/stat : 16123 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462498 11246788608 13723 33554432000 4194304 4196468 140731765271200 140446168769392 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16124] ppid=15996 vsize=10983192 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16124/stat : 16124 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11246788608 13723 33554432000 4194304 4196468 140731765271200 140445861369680 140447538046875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16126] ppid=15996 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16000/task/16126/stat : 16126 (java) S 15996 16000 15060 0 -1 1077944384 492 13175 0 0 1 0 5 3 20 0 15 0 221462500 11246788608 13723 33554432000 4194304 4196468 140731765271200 140446962498416 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16128] ppid=15996 vsize=10983192 memory=8389772264424737328 CPUtime=0.09 cores=1,3,5,7
/proc/16000/task/16128/stat : 16128 (java) S 15996 16000 15060 0 -1 1077944384 135 13175 0 0 1 0 5 3 20 0 15 0 221462500 11246788608 13723 33554432000 4194304 4196468 140731765271200 140446961445616 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16130] ppid=15996 vsize=10983192 memory=140290891765376 CPUtime=0.12 cores=1,3,5,7
/proc/16000/task/16130/stat : 16130 (java) S 15996 16000 15060 0 -1 1077944384 603 13175 0 0 4 0 5 3 20 0 15 0 221462500 11246788608 13723 33554432000 4194304 4196468 140731765271200 140446960392816 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16132] ppid=15996 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16132/stat : 16132 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11246788608 13723 33554432000 4194304 4196468 140731765271200 140445430573792 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16134] ppid=15996 vsize=10983192 memory=140290891765376 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16134/stat : 16134 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462501 11246788608 13723 33554432000 4194304 4196468 140731765271200 140446959340208 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54892 KiB

[startup+0.700772 s]
/proc/loadavg: 1.92 2.00 2.04 3/219 16135
/proc/meminfo: memFree=3548144/32770624 swapFree=67058712/67108860
[pid=16000] ppid=15996 vsize=10983192 memory=88868 CPUtime=0.97 cores=1,3,5,7
/proc/16000/stat : 16000 (java) S 15996 16000 15060 0 -1 1077944320 16361 13175 0 0 85 4 5 3 20 0 15 0 221462484 11246788608 22217 33554432000 4194304 4196468 140731765271200 140731765253744 140447538028279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2745798 22217 3236 1 0 2708109 0
[pid=16000/tid=16109] ppid=15996 vsize=10983192 memory=7848 CPUtime=0.65 cores=1,3,5,7
/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 11773 13175 0 0 54 3 5 3 20 0 15 0 221462495 11246788608 22217 33554432000 4194304 4196468 140731765271200 140447509850320 140447519401816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16114] ppid=15996 vsize=10983192 memory=231 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16114/stat : 16114 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246788608 22217 33554432000 4194304 4196468 140731765271200 140447542271120 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16115] ppid=15996 vsize=10983192 memory=205 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16115/stat : 16115 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246788608 22217 33554432000 4194304 4196468 140731765271200 140447396989968 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16116] ppid=15996 vsize=10983192 memory=4 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16116/stat : 16116 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246788608 22217 33554432000 4194304 4196468 140731765271200 140447395937168 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16117] ppid=15996 vsize=10983192 memory=82 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16117/stat : 16117 (java) S 15996 16000 15060 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 221462496 11246788608 22217 33554432000 4194304 4196468 140731765271200 140447394884368 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16119] ppid=15996 vsize=10983192 memory=652 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16119/stat : 16119 (java) S 15996 16000 15060 0 -1 1077944384 5 13175 0 0 0 0 5 3 20 0 15 0 221462497 11246788608 22217 33554432000 4194304 4196468 140731765271200 140446963550576 140447538039426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16121] ppid=15996 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16121/stat : 16121 (java) S 15996 16000 15060 0 -1 1077944384 13 13175 0 0 0 0 5 3 20 0 15 0 221462497 11246788608 22217 33554432000 4194304 4196468 140731765271200 140446370096160 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16123] ppid=15996 vsize=10983192 memory=5788642105535917655 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16123/stat : 16123 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462498 11246788608 22217 33554432000 4194304 4196468 140731765271200 140446168769392 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16124] ppid=15996 vsize=10983192 memory=7660742144744843625 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16124/stat : 16124 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11246788608 22217 33554432000 4194304 4196468 140731765271200 140445861369680 140447538046875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16126] ppid=15996 vsize=10983192 memory=6363674579349558865 CPUtime=0.18 cores=1,3,5,7
/proc/16000/task/16126/stat : 16126 (java) S 15996 16000 15060 0 -1 1077944384 1186 13175 0 0 10 0 5 3 20 0 15 0 221462500 11246788608 22217 33554432000 4194304 4196468 140731765271200 140446962498416 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16128] ppid=15996 vsize=10983192 memory=7825734864442108491 CPUtime=0.14 cores=1,3,5,7
/proc/16000/task/16128/stat : 16128 (java) S 15996 16000 15060 0 -1 1077944384 525 13175 0 0 6 0 5 3 20 0 15 0 221462500 11246788608 22217 33554432000 4194304 4196468 140731765271200 140446961445616 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16130] ppid=15996 vsize=10983192 memory=4716009337774116214 CPUtime=0.21 cores=1,3,5,7
/proc/16000/task/16130/stat : 16130 (java) S 15996 16000 15060 0 -1 1077944384 655 13175 0 0 13 0 5 3 20 0 15 0 221462500 11246788608 22217 33554432000 4194304 4196468 140731765271200 140446960392816 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16132] ppid=15996 vsize=10983192 memory=-9181546051567709026 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16132/stat : 16132 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11246788608 22217 33554432000 4194304 4196468 140731765271200 140445430573792 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16134] ppid=15996 vsize=10983192 memory=31692 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16134/stat : 16134 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462501 11246788608 22217 33554432000 4194304 4196468 140731765271200 140446959340208 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88868 KiB

[startup+1.50078 s]
/proc/loadavg: 1.92 2.00 2.04 1/219 16135
/proc/meminfo: memFree=3465256/32770624 swapFree=67058712/67108860
[pid=16000] ppid=15996 vsize=10998092 memory=177648 CPUtime=2.18 cores=1,3,5,7
/proc/16000/stat : 16000 (java) S 15996 16000 15060 0 -1 1077944320 22913 13175 1 0 202 8 5 3 20 0 15 0 221462484 11262046208 44412 33554432000 4194304 4196468 140731765271200 140731765253744 140447538028279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2749523 44412 3467 1 0 2711181 0
[pid=16000/tid=16109] ppid=15996 vsize=10998092 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 16740 13175 1 0 121 4 5 3 20 0 15 0 221462495 11262046208 44412 33554432000 4194304 4196468 140731765271200 140447509845472 140447522108766 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16114] ppid=15996 vsize=10998092 memory=14131160619951977 CPUtime=0.09 cores=1,3,5,7
/proc/16000/task/16114/stat : 16114 (java) S 15996 16000 15060 0 -1 1077944384 60 13175 0 0 1 0 5 3 20 0 15 0 221462496 11262046208 44412 33554432000 4194304 4196468 140731765271200 140447542271120 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16115] ppid=15996 vsize=10998092 memory=-5874771483550381248 CPUtime=0.09 cores=1,3,5,7
/proc/16000/task/16115/stat : 16115 (java) S 15996 16000 15060 0 -1 1077944384 23 13175 0 0 1 0 5 3 20 0 15 0 221462496 11262046208 44412 33554432000 4194304 4196468 140731765271200 140447396989968 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16116] ppid=15996 vsize=10998092 memory=4627853888499060086 CPUtime=0.09 cores=1,3,5,7
/proc/16000/task/16116/stat : 16116 (java) S 15996 16000 15060 0 -1 1077944384 236 13175 0 0 1 0 5 3 20 0 15 0 221462496 11262046208 44412 33554432000 4194304 4196468 140731765271200 140447395937168 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16117] ppid=15996 vsize=10998092 memory=7451038918929901393 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16117/stat : 16117 (java) S 15996 16000 15060 0 -1 1077944384 33 13175 0 0 0 0 5 3 20 0 15 0 221462496 11262046208 44412 33554432000 4194304 4196468 140731765271200 140447394884368 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16119] ppid=15996 vsize=10998092 memory=7451038918929901393 CPUtime=0.09 cores=1,3,5,7
/proc/16000/task/16119/stat : 16119 (java) S 15996 16000 15060 0 -1 1077944384 55 13175 0 0 1 0 5 3 20 0 15 0 221462497 11262046208 44412 33554432000 4194304 4196468 140731765271200 140446963550576 140447538039426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16121] ppid=15996 vsize=10998092 memory=7374479907225233512 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16121/stat : 16121 (java) S 15996 16000 15060 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 15 0 221462497 11262046208 44412 33554432000 4194304 4196468 140731765271200 140446370096224 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16123] ppid=15996 vsize=10998092 memory=7590928653822552420 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16123/stat : 16123 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462498 11262046208 44412 33554432000 4194304 4196468 140731765271200 140446168769408 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16124] ppid=15996 vsize=10998092 memory=7597684079031703151 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16124/stat : 16124 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11262046208 44412 33554432000 4194304 4196468 140731765271200 140445861369680 140447538046875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16126] ppid=15996 vsize=10998092 memory=7380949455032439409 CPUtime=0.32 cores=1,3,5,7
/proc/16000/task/16126/stat : 16126 (java) S 15996 16000 15060 0 -1 1077944384 1657 13175 0 0 24 0 5 3 20 0 15 0 221462500 11262046208 44412 33554432000 4194304 4196468 140731765271200 140446962498416 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16128] ppid=15996 vsize=10998092 memory=7164218091029685352 CPUtime=0.25 cores=1,3,5,7
/proc/16000/task/16128/stat : 16128 (java) S 15996 16000 15060 0 -1 1077944384 759 13175 0 0 17 0 5 3 20 0 15 0 221462500 11262046208 44412 33554432000 4194304 4196468 140731765271200 140446961445616 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16130] ppid=15996 vsize=10998092 memory=7307779129540109416 CPUtime=0.39 cores=1,3,5,7
/proc/16000/task/16130/stat : 16130 (java) S 15996 16000 15060 0 -1 1077944384 1137 13175 0 0 31 0 5 3 20 0 15 0 221462500 11262046208 44412 33554432000 4194304 4196468 140731765271200 140446960392816 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16132] ppid=15996 vsize=10998092 memory=7450755154835695216 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16132/stat : 16132 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11262046208 44412 33554432000 4194304 4196468 140731765271200 140445430573792 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16134] ppid=15996 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16134/stat : 16134 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462501 11262046208 44412 33554432000 4194304 4196468 140731765271200 140446959340208 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
Current children cumulated CPU time: 2.18 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 177648 KiB

[startup+3.11142 s]
/proc/loadavg: 1.92 2.00 2.04 9/219 16135
/proc/meminfo: memFree=3152356/32770624 swapFree=67058712/67108860
[pid=16000] ppid=15996 vsize=11008352 memory=290900 CPUtime=5.69 cores=1,3,5,7
/proc/16000/stat : 16000 (java) S 15996 16000 15060 0 -1 1077944320 30185 13175 2 0 548 13 5 3 20 0 15 0 221462484 11272552448 72725 33554432000 4194304 4196468 140731765271200 140731765253744 140447538028279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2752088 72725 3487 1 0 2713741 0
[pid=16000/tid=16109] ppid=15996 vsize=11008352 memory=230204 CPUtime=2.91 cores=1,3,5,7
/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 20603 13175 2 0 277 6 5 3 20 0 15 0 221462495 11272552448 72725 33554432000 4194304 4196468 140731765271200 140447509858896 140447067803153 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0

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

/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 78951 13175 2 0 237405 24 5 3 20 0 15 0 221462495 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447509862320 140447072553416 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16114] ppid=15996 vsize=11077984 memory=164 CPUtime=4.19 cores=1,3,5,7
/proc/16000/task/16114/stat : 16114 (java) S 15996 16000 15060 0 -1 1077944384 6415 13175 0 0 373 38 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447542271120 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16115] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.24 cores=1,3,5,7
/proc/16000/task/16115/stat : 16115 (java) S 15996 16000 15060 0 -1 1077944384 10937 13175 0 0 376 40 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447396989968 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16116] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.24 cores=1,3,5,7
/proc/16000/task/16116/stat : 16116 (java) S 15996 16000 15060 0 -1 1077944384 11817 13175 0 0 378 38 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447395937168 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16117] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.24 cores=1,3,5,7
/proc/16000/task/16117/stat : 16117 (java) S 15996 16000 15060 0 -1 1077944384 11380 13175 0 0 378 38 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447394884368 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16119] ppid=15996 vsize=11077984 memory=397180 CPUtime=2.32 cores=1,3,5,7
/proc/16000/task/16119/stat : 16119 (java) S 15996 16000 15060 0 -1 1077944384 13198 13175 0 0 207 17 5 3 20 0 15 0 221462497 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446963550576 140447538039426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16121] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16121/stat : 16121 (java) S 15996 16000 15060 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 15 0 221462497 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446370096288 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16123] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16123/stat : 16123 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462498 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446168769408 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16124] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16124/stat : 16124 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140445861369680 140447538046875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16126] ppid=15996 vsize=11077984 memory=31732 CPUtime=4.07 cores=1,3,5,7
/proc/16000/task/16126/stat : 16126 (java) S 15996 16000 15060 0 -1 1077944384 25173 13175 0 0 396 3 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446962498416 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16128] ppid=15996 vsize=11077984 memory=397180 CPUtime=3.47 cores=1,3,5,7
/proc/16000/task/16128/stat : 16128 (java) S 15996 16000 15060 0 -1 1077944384 21011 13175 0 0 336 3 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446961445616 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16130] ppid=15996 vsize=11077984 memory=397180 CPUtime=1.75 cores=1,3,5,7
/proc/16000/task/16130/stat : 16130 (java) S 15996 16000 15060 0 -1 1077944384 24768 13175 0 0 163 4 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446960392816 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16132] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16132/stat : 16132 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140445430573792 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16134] ppid=15996 vsize=11077984 memory=3544 CPUtime=1.36 cores=1,3,5,7
/proc/16000/task/16134/stat : 16134 (java) S 15996 16000 15060 0 -1 1077944384 976 13175 0 0 54 74 5 3 20 0 15 0 221462501 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446959340208 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
Current children cumulated CPU time: 2403.63 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 397180 KiB

[startup+2442.3 s]
/proc/loadavg: 1.16 1.29 1.39 3/215 16230
/proc/meminfo: memFree=2905984/32770624 swapFree=67058720/67108860
[pid=16000] ppid=15996 vsize=11077984 memory=397180 CPUtime=2463.93 cores=1,3,5,7
/proc/16000/stat : 16000 (java) S 15996 16000 15060 0 -1 1077944320 207867 13175 2 0 246135 250 5 3 20 0 15 0 221462484 11343855616 99295 33554432000 4194304 4196468 140731765271200 140731765253744 140447538028279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2769496 99295 3524 1 0 2731149 0
[pid=16000/tid=16109] ppid=15996 vsize=11077984 memory=397180 CPUtime=2434.16 cores=1,3,5,7
/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 79282 13175 2 0 243384 24 5 3 20 0 15 0 221462495 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447509862576 140447072865378 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16114] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.3 cores=1,3,5,7
/proc/16000/task/16114/stat : 16114 (java) S 15996 16000 15060 0 -1 1077944384 6478 13175 0 0 384 38 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447542271120 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16115] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.34 cores=1,3,5,7
/proc/16000/task/16115/stat : 16115 (java) S 15996 16000 15060 0 -1 1077944384 11000 13175 0 0 386 40 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447396989968 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16116] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.34 cores=1,3,5,7
/proc/16000/task/16116/stat : 16116 (java) S 15996 16000 15060 0 -1 1077944384 11914 13175 0 0 388 38 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447395937168 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16117] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.34 cores=1,3,5,7
/proc/16000/task/16117/stat : 16117 (java) S 15996 16000 15060 0 -1 1077944384 11639 13175 0 0 387 39 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447394884368 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16119] ppid=15996 vsize=11077984 memory=397180 CPUtime=2.38 cores=1,3,5,7
/proc/16000/task/16119/stat : 16119 (java) S 15996 16000 15060 0 -1 1077944384 13390 13175 0 0 213 17 5 3 20 0 15 0 221462497 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446963550576 140447538039426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16121] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16121/stat : 16121 (java) S 15996 16000 15060 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 15 0 221462497 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446370096288 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16123] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16123/stat : 16123 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462498 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446168769408 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16124] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16124/stat : 16124 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140445861369680 140447538046875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16126] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.07 cores=1,3,5,7
/proc/16000/task/16126/stat : 16126 (java) S 15996 16000 15060 0 -1 1077944384 25175 13175 0 0 396 3 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446962498416 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16128] ppid=15996 vsize=11077984 memory=397180 CPUtime=3.47 cores=1,3,5,7
/proc/16000/task/16128/stat : 16128 (java) S 15996 16000 15060 0 -1 1077944384 21013 13175 0 0 336 3 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446961445616 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16130] ppid=15996 vsize=11077984 memory=1840 CPUtime=1.75 cores=1,3,5,7
/proc/16000/task/16130/stat : 16130 (java) S 15996 16000 15060 0 -1 1077944384 24770 13175 0 0 163 4 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446960392816 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16132] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16132/stat : 16132 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140445430573792 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16134] ppid=15996 vsize=11077984 memory=397180 CPUtime=1.39 cores=1,3,5,7
/proc/16000/task/16134/stat : 16134 (java) S 15996 16000 15060 0 -1 1077944384 994 13175 0 0 55 76 5 3 20 0 15 0 221462501 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446959340208 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
Current children cumulated CPU time: 2463.93 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 397180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.11 s]
/proc/loadavg: 1.34 1.32 1.40 3/215 16231
/proc/meminfo: memFree=2905596/32770624 swapFree=67058720/67108860
[pid=16000] ppid=15996 vsize=11077984 memory=397180 CPUtime=2520.04 cores=1,3,5,7
/proc/16000/stat : 16000 (java) S 15996 16000 15060 0 -1 1077944320 208499 13175 2 0 251743 253 5 3 20 0 15 0 221462484 11343855616 99295 33554432000 4194304 4196468 140731765271200 140731765253744 140447538028279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2769496 99295 3524 1 0 2731149 0
[pid=16000/tid=16109] ppid=15996 vsize=11077984 memory=397180 CPUtime=2489.78 cores=1,3,5,7
/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 79585 13175 2 0 248946 24 5 3 20 0 15 0 221462495 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447509862112 140447072553087 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16114] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.4 cores=1,3,5,7
/proc/16000/task/16114/stat : 16114 (java) S 15996 16000 15060 0 -1 1077944384 6485 13175 0 0 393 39 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447542271120 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16115] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.43 cores=1,3,5,7
/proc/16000/task/16115/stat : 16115 (java) S 15996 16000 15060 0 -1 1077944384 11007 13175 0 0 395 40 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447396989968 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16116] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.45 cores=1,3,5,7
/proc/16000/task/16116/stat : 16116 (java) S 15996 16000 15060 0 -1 1077944384 11956 13175 0 0 398 39 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447395937168 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16117] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.44 cores=1,3,5,7
/proc/16000/task/16117/stat : 16117 (java) S 15996 16000 15060 0 -1 1077944384 11882 13175 0 0 397 39 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447394884368 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16119] ppid=15996 vsize=11077984 memory=397180 CPUtime=2.43 cores=1,3,5,7
/proc/16000/task/16119/stat : 16119 (java) S 15996 16000 15060 0 -1 1077944384 13416 13175 0 0 218 17 5 3 20 0 15 0 221462497 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446963550576 140447538039426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16121] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16121/stat : 16121 (java) S 15996 16000 15060 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 15 0 221462497 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446370096288 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16123] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16123/stat : 16123 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462498 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446168769408 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16124] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16124/stat : 16124 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140445861369680 140447538046875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16126] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.07 cores=1,3,5,7
/proc/16000/task/16126/stat : 16126 (java) S 15996 16000 15060 0 -1 1077944384 25175 13175 0 0 396 3 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446962498416 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16128] ppid=15996 vsize=11077984 memory=1140 CPUtime=3.48 cores=1,3,5,7
/proc/16000/task/16128/stat : 16128 (java) S 15996 16000 15060 0 -1 1077944384 21013 13175 0 0 337 3 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446961445616 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16130] ppid=15996 vsize=11077984 memory=397180 CPUtime=1.75 cores=1,3,5,7
/proc/16000/task/16130/stat : 16130 (java) S 15996 16000 15060 0 -1 1077944384 24770 13175 0 0 163 4 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446960392816 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16132] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16132/stat : 16132 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140445430573792 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16134] ppid=15996 vsize=11077984 memory=4872558044660077418 CPUtime=1.42 cores=1,3,5,7
/proc/16000/task/16134/stat : 16134 (java) S 15996 16000 15060 0 -1 1077944384 998 13175 0 0 57 77 5 3 20 0 15 0 221462501 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446959340208 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 397180 KiB

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

[startup+2498.13 s]
# the end of solver process 16000 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.51 s, system=2.57489 s

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

[startup+2498.11 s]
/proc/loadavg: 1.34 1.32 1.40 3/215 16231
/proc/meminfo: memFree=2905596/32770624 swapFree=67058720/67108860
[pid=16000] ppid=15996 vsize=11077984 memory=397180 CPUtime=2520.04 cores=1,3,5,7
/proc/16000/stat : 16000 (java) S 15996 16000 15060 0 -1 1077944320 208499 13175 2 0 251743 253 5 3 20 0 15 0 221462484 11343855616 99295 33554432000 4194304 4196468 140731765271200 140731765253744 140447538028279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
/proc/16000/statm: 2769496 99295 3524 1 0 2731149 0
[pid=16000/tid=16109] ppid=15996 vsize=11077984 memory=397180 CPUtime=2489.78 cores=1,3,5,7
/proc/16000/task/16109/stat : 16109 (java) R 15996 16000 15060 0 -1 4202560 79585 13175 2 0 248946 24 5 3 20 0 15 0 221462495 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447509862112 140447072553087 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16114] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.4 cores=1,3,5,7
/proc/16000/task/16114/stat : 16114 (java) S 15996 16000 15060 0 -1 1077944384 6485 13175 0 0 393 39 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447542271120 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16115] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.43 cores=1,3,5,7
/proc/16000/task/16115/stat : 16115 (java) S 15996 16000 15060 0 -1 1077944384 11007 13175 0 0 395 40 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447396989968 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16116] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.45 cores=1,3,5,7
/proc/16000/task/16116/stat : 16116 (java) S 15996 16000 15060 0 -1 1077944384 11956 13175 0 0 398 39 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447395937168 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16117] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.44 cores=1,3,5,7
/proc/16000/task/16117/stat : 16117 (java) S 15996 16000 15060 0 -1 1077944384 11882 13175 0 0 397 39 5 3 20 0 15 0 221462496 11343855616 99295 33554432000 4194304 4196468 140731765271200 140447394884368 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16119] ppid=15996 vsize=11077984 memory=397180 CPUtime=2.43 cores=1,3,5,7
/proc/16000/task/16119/stat : 16119 (java) S 15996 16000 15060 0 -1 1077944384 13416 13175 0 0 218 17 5 3 20 0 15 0 221462497 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446963550576 140447538039426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16121] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16121/stat : 16121 (java) S 15996 16000 15060 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 15 0 221462497 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446370096288 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16123] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16123/stat : 16123 (java) S 15996 16000 15060 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 221462498 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446168769408 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16124] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16124/stat : 16124 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140445861369680 140447538046875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16126] ppid=15996 vsize=11077984 memory=397180 CPUtime=4.07 cores=1,3,5,7
/proc/16000/task/16126/stat : 16126 (java) S 15996 16000 15060 0 -1 1077944384 25175 13175 0 0 396 3 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446962498416 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16128] ppid=15996 vsize=11077984 memory=1140 CPUtime=3.48 cores=1,3,5,7
/proc/16000/task/16128/stat : 16128 (java) S 15996 16000 15060 0 -1 1077944384 21013 13175 0 0 337 3 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446961445616 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16130] ppid=15996 vsize=11077984 memory=397180 CPUtime=1.75 cores=1,3,5,7
/proc/16000/task/16130/stat : 16130 (java) S 15996 16000 15060 0 -1 1077944384 24770 13175 0 0 163 4 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446960392816 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16132] ppid=15996 vsize=11077984 memory=397180 CPUtime=0.08 cores=1,3,5,7
/proc/16000/task/16132/stat : 16132 (java) S 15996 16000 15060 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 221462500 11343855616 99295 33554432000 4194304 4196468 140731765271200 140445430573792 140447538038485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
[pid=16000/tid=16134] ppid=15996 vsize=11077984 memory=4872558044660077418 CPUtime=1.42 cores=1,3,5,7
/proc/16000/task/16134/stat : 16134 (java) S 15996 16000 15060 0 -1 1077944384 998 13175 0 0 57 77 5 3 20 0 15 0 221462501 11343855616 99295 33554432000 4194304 4196468 140731765271200 140446959340208 140447538039426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33181696 140731765279331 140731765282140 140731765282140 140731765284815 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 397180 KiB

Child status: 143
Real time (s): 2498.13
CPU time (s): 2520.08
CPU user time (s): 2517.51
CPU system time (s): 2.57489
CPU usage (%): 100.879
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 1281604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.51
system time used= 2.57489
maximum resident set size= 1289656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222442
page faults= 2
swaps= 0
block input operations= 3992
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108393
involuntary context switches= 3759


# summary of solver processes directly reported to runsolver:
#   pid: 16000
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.51
#   total CPU system time (s): 2.57489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0019 second user time and 24.4136 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 03:56:33
IDJOB=4304844
IDBENCH=141023
IDSOLVER=2781
FILE ID=node103/4304844-1534038993
RUNJOBID= node103-1534038993-15972
PBS_JOBID= 21036972
Free space on /tmp= 34460 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-14_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304844-1534038993/watcher-4304844-1534038993 -o /tmp/evaluation-result-4304844-1534038993/solver-4304844-1534038993 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534038993-15972 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1746111866 -superng HOME/instance-4304844-1534038993.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=1746111866

node103.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.48
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.48
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.48
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.48
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:         3655996 kB
MemAvailable:   31944840 kB
Buffers:          118444 kB
Cached:         28093316 kB
SwapCached:         5944 kB
Active:         13994444 kB
Inactive:       14228876 kB
Active(anon):       3472 kB
Inactive(anon):    60188 kB
Active(file):   13990972 kB
Inactive(file): 14168688 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058712 kB
Dirty:             53120 kB
Writeback:             0 kB
AnonPages:         14648 kB
Mapped:            49620 kB
Shmem:             48620 kB
Slab:             587064 kB
SReclaimable:     557644 kB
SUnreclaim:        29420 kB
KernelStack:        3264 kB
PageTables:         5276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34404 MiB
End job on node103 at 2018-08-12 04:38:11