Trace number 4292812

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.8-SuperNG 2018-06-13? (TO) 2520.08 2494.82

General information on the benchmark

NameColouredQueens/
ColouredQueens-16_c18.xml
MD5SUMca60191094dbbdd7cca22b5ebea1cb75
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 variables256
Number of constraints90
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":256}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":252}]
Minimum constraint arity2
Maximum constraint arity16
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":4},{"arity":15,"count":4},{"arity":16,"count":34}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":90}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292812-1532294157/watcher-4292812-1532294157 -o /tmp/evaluation-result-4292812-1532294157/solver-4292812-1532294157 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6739 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1065398819 -superng HOME/instance-4292812-1532294157.xml 

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

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


[startup+0.103463 s]*
/proc/loadavg: 0.85 0.80 1.20 6/217 6850
/proc/meminfo: memFree=21330464/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=113256 memory=1608 CPUtime=0.07 cores=0,2,4,6
/proc/6772/stat : 6772 (bash) R 6765 6772 6708 0 -1 4202496 905 11151 0 0 0 0 5 2 20 0 1 0 46978917 115974144 402 33554432000 4194304 5098028 140733001318256 140733001311480 140290602769408 0 0 4100 65536 0 0 0 17 4 0 0 0 0 0 7196144 7232144 11689984 140733001319573 140733001319720 140733001319720 140733001322478 0
/proc/6772/statm: 28314 402 319 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1608 KiB

[startup+0.213564 s]*
/proc/loadavg: 0.85 0.80 1.20 5/218 6903
/proc/meminfo: memFree=21312476/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=10818904 memory=38192 CPUtime=0.22 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6765 6772 6708 0 -1 1077944320 6717 13190 0 0 13 1 5 3 20 0 15 0 46978917 11078557696 9548 33554432000 4194304 4196468 140735227942576 140735227925120 139993743007479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
/proc/6772/statm: 2704726 9548 2971 1 0 2667149 0
[pid=6772/tid=6876] ppid=6765 vsize=10818904 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/6772/task/6876/stat : 6876 (java) R 6765 6772 6708 0 -1 4202560 3383 13190 0 0 8 0 5 3 20 0 15 0 46978929 11078557696 9548 33554432000 4194304 4196468 140735227942576 139993714794480 139993727087966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6882] ppid=6765 vsize=10818904 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6882/stat : 6882 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11078557696 9548 33554432000 4194304 4196468 140735227942576 139993747249808 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6883] ppid=6765 vsize=10818904 memory=139972108886517 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6883/stat : 6883 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11078557696 9548 33554432000 4194304 4196468 140735227942576 139993662069264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6884] ppid=6765 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6884/stat : 6884 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11078557696 9548 33554432000 4194304 4196468 140735227942576 139993661016464 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6885] ppid=6765 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6885/stat : 6885 (java) S 6765 6772 6708 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 46978930 11078557696 9548 33554432000 4194304 4196468 140735227942576 139993659963664 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6887] ppid=6765 vsize=10818904 memory=139972108879488 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6887/stat : 6887 (java) S 6765 6772 6708 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 46978932 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992946719600 139993743018626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6889] ppid=6765 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6889/stat : 6889 (java) S 6765 6772 6708 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 46978932 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992714176032 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6891] ppid=6765 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6891/stat : 6891 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978932 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992512849264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6896] ppid=6765 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6896/stat : 6896 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992272558416 139993743026075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6897] ppid=6765 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6772/task/6897/stat : 6897 (java) S 6765 6772 6708 0 -1 1077944384 488 13190 0 0 1 0 5 3 20 0 15 0 46978935 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992945666416 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6898] ppid=6765 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6772/task/6898/stat : 6898 (java) S 6765 6772 6708 0 -1 1077944384 89 13190 0 0 1 0 5 3 20 0 15 0 46978935 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992944613616 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6899] ppid=6765 vsize=10818904 memory=139972108879488 CPUtime=0.1 cores=0,2,4,6
/proc/6772/task/6899/stat : 6899 (java) R 6765 6772 6708 0 -1 4202560 550 13190 0 0 2 0 5 3 20 0 15 0 46978935 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992943560816 139993720231632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6901] ppid=6765 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6901/stat : 6901 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992238999776 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6903] ppid=6765 vsize=10818904 memory=139972108879488 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6903/stat : 6903 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978935 11078557696 9548 33554432000 4194304 4196468 140735227942576 139992942509232 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 38192 KiB

[startup+0.311452 s]*
/proc/loadavg: 0.85 0.80 1.20 7/218 6903
/proc/meminfo: memFree=21283496/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=10819352 memory=49840 CPUtime=0.35 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6765 6772 6708 0 -1 1077944320 9895 13190 0 0 25 2 5 3 20 0 15 0 46978917 11079016448 12460 33554432000 4194304 4196468 140735227942576 140735227925120 139993743007479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
/proc/6772/statm: 2704838 12460 3090 1 0 2667149 0
[pid=6772/tid=6876] ppid=6765 vsize=10819352 memory=576461178948550685 CPUtime=0.26 cores=0,2,4,6
/proc/6772/task/6876/stat : 6876 (java) D 6765 6772 6708 0 -1 1077944384 6580 13190 0 0 17 1 5 3 20 0 15 0 46978929 11079016448 12460 33554432000 4194304 4196468 140735227942576 139993714818032 139993735686701 0 4 0 16800975 18446744072101588516 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6882] ppid=6765 vsize=10819352 memory=302304366361313303 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6882/stat : 6882 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11079016448 12460 33554432000 4194304 4196468 140735227942576 139993747249808 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6883] ppid=6765 vsize=10819352 memory=14554802349934232 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6883/stat : 6883 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11079016448 12460 33554432000 4194304 4196468 140735227942576 139993662069264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6884] ppid=6765 vsize=10819352 memory=7882834749540411979 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6884/stat : 6884 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11079016448 12460 33554432000 4194304 4196468 140735227942576 139993661016464 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6885] ppid=6765 vsize=10819384 memory=3472328296227680303 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6885/stat : 6885 (java) S 6765 6772 6708 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 46978930 11079049216 12460 33554432000 4194304 4196468 140735227942576 139993659963664 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6887] ppid=6765 vsize=10819352 memory=7008596619310675632 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6887/stat : 6887 (java) S 6765 6772 6708 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 46978932 11079016448 12460 33554432000 4194304 4196468 140735227942576 139992946719600 139993743018626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6889] ppid=6765 vsize=10819352 memory=3544385890265608200 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6889/stat : 6889 (java) S 6765 6772 6708 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 46978932 11079016448 12460 33554432000 4194304 4196468 140735227942576 139992714176032 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6891] ppid=6765 vsize=10819352 memory=-4866526891258710369 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6891/stat : 6891 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978932 11079016448 12460 33554432000 4194304 4196468 140735227942576 139992512849264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6896] ppid=6765 vsize=10819352 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6896/stat : 6896 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11079016448 12460 33554432000 4194304 4196468 140735227942576 139992272558416 139993743026075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6897] ppid=6765 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6772/task/6897/stat : 6897 (java) S 6765 6772 6708 0 -1 1077944384 489 13190 0 0 1 0 5 3 20 0 15 0 46978935 11079016448 12460 33554432000 4194304 4196468 140735227942576 139992945666416 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6898] ppid=6765 vsize=10819384 memory=8313491497846792056 CPUtime=0.09 cores=0,2,4,6
/proc/6772/task/6898/stat : 6898 (java) S 6765 6772 6708 0 -1 1077944384 89 13190 0 0 1 0 5 3 20 0 15 0 46978935 11079049216 12460 33554432000 4194304 4196468 140735227942576 139992944613616 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6899] ppid=6765 vsize=10819384 memory=139972108879488 CPUtime=0.12 cores=0,2,4,6
/proc/6772/task/6899/stat : 6899 (java) S 6765 6772 6708 0 -1 1077944384 562 13190 0 0 4 0 5 3 20 0 15 0 46978935 11079049216 12460 33554432000 4194304 4196468 140735227942576 139992943560816 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6901] ppid=6765 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6901/stat : 6901 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11079016448 12460 33554432000 4194304 4196468 140735227942576 139992238999776 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6903] ppid=6765 vsize=10819352 memory=139972108879488 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6903/stat : 6903 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978935 11079016448 12460 33554432000 4194304 4196468 140735227942576 139992942509232 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 49840 KiB

[startup+0.700757 s]
/proc/loadavg: 0.85 0.80 1.20 6/218 6903
/proc/meminfo: memFree=21256700/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=10819352 memory=86032 CPUtime=0.96 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6765 6772 6708 0 -1 1077944320 16679 13190 0 0 84 4 5 3 20 0 15 0 46978917 11079016448 21508 33554432000 4194304 4196468 140735227942576 140735227925120 139993743007479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
/proc/6772/statm: 2704838 21508 3237 1 0 2667149 0
[pid=6772/tid=6876] ppid=6765 vsize=10819352 memory=67 CPUtime=0.64 cores=0,2,4,6
/proc/6772/task/6876/stat : 6876 (java) R 6765 6772 6708 0 -1 4202560 12296 13190 0 0 53 3 5 3 20 0 15 0 46978929 11079016448 21508 33554432000 4194304 4196468 140735227942576 139993714831744 139993728173127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6882] ppid=6765 vsize=10819352 memory=80 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6882/stat : 6882 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11079016448 21508 33554432000 4194304 4196468 140735227942576 139993747249808 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6883] ppid=6765 vsize=10819352 memory=455 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6883/stat : 6883 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11079016448 21508 33554432000 4194304 4196468 140735227942576 139993662069264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6884] ppid=6765 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6884/stat : 6884 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978930 11079016448 21508 33554432000 4194304 4196468 140735227942576 139993661016464 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6885] ppid=6765 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6885/stat : 6885 (java) S 6765 6772 6708 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 46978930 11079016448 21508 33554432000 4194304 4196468 140735227942576 139993659963664 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6887] ppid=6765 vsize=10819352 memory=6442770147419580522 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6887/stat : 6887 (java) S 6765 6772 6708 0 -1 1077944384 5 13190 0 0 0 0 5 3 20 0 15 0 46978932 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992946719600 139993743018626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6889] ppid=6765 vsize=10819352 memory=5865465064658194540 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6889/stat : 6889 (java) S 6765 6772 6708 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 46978932 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992714176032 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6891] ppid=6765 vsize=10819352 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6891/stat : 6891 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978932 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992512849264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6896] ppid=6765 vsize=10819352 memory=7825734864442108491 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6896/stat : 6896 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992272558416 139993743026075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6897] ppid=6765 vsize=10819352 memory=8370611207638964880 CPUtime=0.15 cores=0,2,4,6
/proc/6772/task/6897/stat : 6897 (java) S 6765 6772 6708 0 -1 1077944384 854 13190 0 0 7 0 5 3 20 0 15 0 46978935 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992945666416 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6898] ppid=6765 vsize=10819352 memory=6944656592455360569 CPUtime=0.17 cores=0,2,4,6
/proc/6772/task/6898/stat : 6898 (java) R 6765 6772 6708 0 -1 4202560 679 13190 0 0 9 0 5 3 20 0 15 0 46978935 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992944603984 139993720253877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6899] ppid=6765 vsize=10819352 memory=-7384994774051102368 CPUtime=0.21 cores=0,2,4,6
/proc/6772/task/6899/stat : 6899 (java) S 6765 6772 6708 0 -1 1077944384 634 13190 0 0 13 0 5 3 20 0 15 0 46978935 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992943560816 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6901] ppid=6765 vsize=10819352 memory=-7523660553960122769 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6901/stat : 6901 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992238999776 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6903] ppid=6765 vsize=10819352 memory=10244 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6903/stat : 6903 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978935 11079016448 21508 33554432000 4194304 4196468 140735227942576 139992942509232 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86032 KiB

[startup+1.50071 s]
/proc/loadavg: 0.85 0.80 1.20 4/218 6903
/proc/meminfo: memFree=21169988/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=10834252 memory=174948 CPUtime=2.24 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6765 6772 6708 0 -1 1077944320 23742 13190 0 0 207 9 5 3 20 0 15 0 46978917 11094274048 43737 33554432000 4194304 4196468 140735227942576 140735227925120 139993743007479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
/proc/6772/statm: 2708563 43737 3475 1 0 2670221 0
[pid=6772/tid=6876] ppid=6765 vsize=10834252 memory=279943955329024 CPUtime=1.39 cores=0,2,4,6
/proc/6772/task/6876/stat : 6876 (java) R 6765 6772 6708 0 -1 4202560 17744 13190 0 0 126 5 5 3 20 0 15 0 46978929 11094274048 43737 33554432000 4194304 4196468 140735227942576 139993714822416 139993727087966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6882] ppid=6765 vsize=10834252 memory=15822187978560643 CPUtime=0.09 cores=0,2,4,6
/proc/6772/task/6882/stat : 6882 (java) S 6765 6772 6708 0 -1 1077944384 14 13190 0 0 1 0 5 3 20 0 15 0 46978930 11094274048 43737 33554432000 4194304 4196468 140735227942576 139993747249808 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6883] ppid=6765 vsize=10834252 memory=7882834749540411979 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6883/stat : 6883 (java) S 6765 6772 6708 0 -1 1077944384 22 13190 0 0 0 0 5 3 20 0 15 0 46978930 11094274048 43737 33554432000 4194304 4196468 140735227942576 139993662069264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6884] ppid=6765 vsize=10834252 memory=3054156605335692660 CPUtime=0.09 cores=0,2,4,6
/proc/6772/task/6884/stat : 6884 (java) S 6765 6772 6708 0 -1 1077944384 188 13190 0 0 1 0 5 3 20 0 15 0 46978930 11094274048 43737 33554432000 4194304 4196468 140735227942576 139993661016464 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6885] ppid=6765 vsize=10834252 memory=-8033973737701895300 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6885/stat : 6885 (java) S 6765 6772 6708 0 -1 1077944384 75 13190 0 0 0 0 5 3 20 0 15 0 46978930 11094274048 43737 33554432000 4194304 4196468 140735227942576 139993659963664 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6887] ppid=6765 vsize=10834252 memory=-9102473451428748661 CPUtime=0.09 cores=0,2,4,6
/proc/6772/task/6887/stat : 6887 (java) S 6765 6772 6708 0 -1 1077944384 63 13190 0 0 1 0 5 3 20 0 15 0 46978932 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992946719600 139993743018626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6889] ppid=6765 vsize=10834252 memory=8508281403248445325 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6889/stat : 6889 (java) S 6765 6772 6708 0 -1 1077944384 14 13190 0 0 0 0 5 3 20 0 15 0 46978932 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992714176096 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6891] ppid=6765 vsize=10834252 memory=8110268427993965958 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6891/stat : 6891 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978932 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992512849280 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6896] ppid=6765 vsize=10834252 memory=-9103030981133442421 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6896/stat : 6896 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992272558416 139993743026075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6897] ppid=6765 vsize=10834252 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/6772/task/6897/stat : 6897 (java) S 6765 6772 6708 0 -1 1077944384 1313 13190 0 0 19 0 5 3 20 0 15 0 46978935 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992945666416 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6898] ppid=6765 vsize=10834252 memory=279943955616896 CPUtime=0.3 cores=0,2,4,6
/proc/6772/task/6898/stat : 6898 (java) S 6765 6772 6708 0 -1 1077944384 820 13190 0 0 22 0 5 3 20 0 15 0 46978935 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992944613616 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6899] ppid=6765 vsize=10834252 memory=139971977814576 CPUtime=0.4 cores=0,2,4,6
/proc/6772/task/6899/stat : 6899 (java) S 6765 6772 6708 0 -1 1077944384 1294 13190 0 0 32 0 5 3 20 0 15 0 46978935 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992943560816 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6901] ppid=6765 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6901/stat : 6901 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992238999776 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6903] ppid=6765 vsize=10834252 memory=13078175418732 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6903/stat : 6903 (java) S 6765 6772 6708 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 46978935 11094274048 43737 33554432000 4194304 4196468 140735227942576 139992942509232 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 174948 KiB

[startup+3.11158 s]
/proc/loadavg: 0.85 0.80 1.20 9/218 6903
/proc/meminfo: memFree=20833880/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=10844512 memory=293980 CPUtime=6.31 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6765 6772 6708 0 -1 1077944320 35657 13190 0 0 608 15 5 3 20 0 15 0 46978917 11104780288 73495 33554432000 4194304 4196468 140735227942576 140735227925120 139993743007479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
/proc/6772/statm: 2711128 73495 3501 1 0 2672781 0
[pid=6772/tid=6876] ppid=6765 vsize=10844512 memory=2241 CPUtime=2.98 cores=0,2,4,6
/proc/6772/task/6876/stat : 6876 (java) R 6765 6772 6708 0 -1 4202560 24106 13190 0 0 282 8 5 3 20 0 15 0 46978929 11104780288 73495 33554432000 4194304 4196468 140735227942576 139993714836784 139993337348011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0

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

/proc/6772/task/6876/stat : 6876 (java) R 6765 6772 6708 0 -1 4202560 74265 13190 0 0 237470 23 5 3 20 0 15 0 46978929 11176083456 119241 33554432000 4194304 4196468 140735227942576 139993714841280 139993351773248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6882] ppid=6765 vsize=10914144 memory=8112282956445269571 CPUtime=4.65 cores=0,2,4,6
/proc/6772/task/6882/stat : 6882 (java) S 6765 6772 6708 0 -1 1077944384 6982 13190 0 0 424 33 5 3 20 0 15 0 46978930 11176083456 119241 33554432000 4194304 4196468 140735227942576 139993747249808 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6883] ppid=6765 vsize=10914144 memory=476964 CPUtime=4.66 cores=0,2,4,6
/proc/6772/task/6883/stat : 6883 (java) S 6765 6772 6708 0 -1 1077944384 9497 13190 0 0 424 34 5 3 20 0 15 0 46978930 11176083456 119241 33554432000 4194304 4196468 140735227942576 139993662069264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6884] ppid=6765 vsize=10914144 memory=8112282956445269571 CPUtime=4.66 cores=0,2,4,6
/proc/6772/task/6884/stat : 6884 (java) S 6765 6772 6708 0 -1 1077944384 6177 13190 0 0 423 35 5 3 20 0 15 0 46978930 11176083456 119241 33554432000 4194304 4196468 140735227942576 139993661016464 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6885] ppid=6765 vsize=10914144 memory=4126316290023845779 CPUtime=4.64 cores=0,2,4,6
/proc/6772/task/6885/stat : 6885 (java) S 6765 6772 6708 0 -1 1077944384 10908 13190 0 0 422 34 5 3 20 0 15 0 46978930 11176083456 119241 33554432000 4194304 4196468 140735227942576 139993659963664 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6887] ppid=6765 vsize=10914144 memory=476964 CPUtime=1.91 cores=0,2,4,6
/proc/6772/task/6887/stat : 6887 (java) S 6765 6772 6708 0 -1 1077944384 11103 13190 0 0 170 13 5 3 20 0 15 0 46978932 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992946719600 139993743018626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6889] ppid=6765 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6889/stat : 6889 (java) S 6765 6772 6708 0 -1 1077944384 20 13190 0 0 0 0 5 3 20 0 15 0 46978932 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992714176160 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6891] ppid=6765 vsize=10914144 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6891/stat : 6891 (java) S 6765 6772 6708 0 -1 1077944384 9 13190 0 0 0 0 5 3 20 0 15 0 46978932 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992512849280 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6896] ppid=6765 vsize=10914144 memory=1800 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6896/stat : 6896 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992272558416 139993743026075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6897] ppid=6765 vsize=10914144 memory=920 CPUtime=4.48 cores=0,2,4,6
/proc/6772/task/6897/stat : 6897 (java) S 6765 6772 6708 0 -1 1077944384 28525 13190 0 0 436 4 5 3 20 0 15 0 46978935 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992945666416 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6898] ppid=6765 vsize=10914144 memory=3820 CPUtime=4.24 cores=0,2,4,6
/proc/6772/task/6898/stat : 6898 (java) S 6765 6772 6708 0 -1 1077944384 20498 13190 0 0 413 3 5 3 20 0 15 0 46978935 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992944613616 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6899] ppid=6765 vsize=10914144 memory=2300 CPUtime=1.83 cores=0,2,4,6
/proc/6772/task/6899/stat : 6899 (java) S 6765 6772 6708 0 -1 1077944384 16894 13190 0 0 172 3 5 3 20 0 15 0 46978935 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992943560816 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6901] ppid=6765 vsize=10914144 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6901/stat : 6901 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992238999776 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6903] ppid=6765 vsize=10914144 memory=288230583166042426 CPUtime=1.44 cores=0,2,4,6
/proc/6772/task/6903/stat : 6903 (java) S 6765 6772 6708 0 -1 1077944384 1036 13190 0 0 72 64 5 3 20 0 15 0 46978935 11176083456 119241 33554432000 4194304 4196468 140735227942576 139992942509232 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
Current children cumulated CPU time: 2406.91 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 476964 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.40 1.39 4/215 6991
/proc/meminfo: memFree=20431748/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=10914144 memory=474476 CPUtime=2467.25 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6765 6772 6708 0 -1 1077944320 189070 13190 0 0 246492 225 5 3 20 0 15 0 46978917 11176083456 118619 33554432000 4194304 4196468 140735227942576 140735227925120 139993743007479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
/proc/6772/statm: 2728536 118619 3525 1 0 2690189 0
[pid=6772/tid=6876] ppid=6765 vsize=10914144 memory=288230583166042426 CPUtime=2434.83 cores=0,2,4,6
/proc/6772/task/6876/stat : 6876 (java) R 6765 6772 6708 0 -1 4202560 74651 13190 0 0 243451 24 5 3 20 0 15 0 46978929 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993714841280 139993335276609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6882] ppid=6765 vsize=10914144 memory=14413717810973266 CPUtime=4.76 cores=0,2,4,6
/proc/6772/task/6882/stat : 6882 (java) S 6765 6772 6708 0 -1 1077944384 6997 13190 0 0 434 34 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993747249808 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6883] ppid=6765 vsize=10914144 memory=14413717810973266 CPUtime=4.78 cores=0,2,4,6
/proc/6772/task/6883/stat : 6883 (java) S 6765 6772 6708 0 -1 1077944384 9623 13190 0 0 435 35 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993662069264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6884] ppid=6765 vsize=10914144 memory=474264 CPUtime=4.76 cores=0,2,4,6
/proc/6772/task/6884/stat : 6884 (java) S 6765 6772 6708 0 -1 1077944384 6510 13190 0 0 433 35 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993661016464 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6885] ppid=6765 vsize=10914144 memory=8112282956445269571 CPUtime=4.75 cores=0,2,4,6
/proc/6772/task/6885/stat : 6885 (java) S 6765 6772 6708 0 -1 1077944384 10973 13190 0 0 433 34 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993659963664 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6887] ppid=6765 vsize=10914144 memory=4126316290023845779 CPUtime=1.96 cores=0,2,4,6
/proc/6772/task/6887/stat : 6887 (java) S 6765 6772 6708 0 -1 1077944384 11129 13190 0 0 175 13 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992946719600 139993743018626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6889] ppid=6765 vsize=10914144 memory=14413717810973266 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6889/stat : 6889 (java) S 6765 6772 6708 0 -1 1077944384 20 13190 0 0 0 0 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992714176160 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6891] ppid=6765 vsize=10914144 memory=3054156605268465310 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6891/stat : 6891 (java) S 6765 6772 6708 0 -1 1077944384 9 13190 0 0 0 0 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992512849280 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6896] ppid=6765 vsize=10914144 memory=8514726395714825349 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6896/stat : 6896 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992272558416 139993743026075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6897] ppid=6765 vsize=10914144 memory=-6520471753822164382 CPUtime=4.48 cores=0,2,4,6
/proc/6772/task/6897/stat : 6897 (java) S 6765 6772 6708 0 -1 1077944384 28527 13190 0 0 436 4 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992945666416 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6898] ppid=6765 vsize=10914144 memory=-8341965534556230502 CPUtime=4.24 cores=0,2,4,6
/proc/6772/task/6898/stat : 6898 (java) S 6765 6772 6708 0 -1 1077944384 20500 13190 0 0 413 3 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992944613616 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6899] ppid=6765 vsize=10914144 memory=9047017150487036571 CPUtime=1.83 cores=0,2,4,6
/proc/6772/task/6899/stat : 6899 (java) S 6765 6772 6708 0 -1 1077944384 16896 13190 0 0 172 3 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992943560816 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6901] ppid=6765 vsize=10914144 memory=4572164749098055210 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6901/stat : 6901 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992238999776 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6903] ppid=6765 vsize=10914144 memory=474476 CPUtime=1.48 cores=0,2,4,6
/proc/6772/task/6903/stat : 6903 (java) S 6765 6772 6708 0 -1 1077944384 1042 13190 0 0 75 65 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992942509232 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
Current children cumulated CPU time: 2467.25 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 474476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.8 s]
/proc/loadavg: 1.53 1.42 1.40 4/215 6992
/proc/meminfo: memFree=20432036/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=10914144 memory=474476 CPUtime=2520.04 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6765 6772 6708 0 -1 1077944320 189532 13190 0 0 251769 227 5 3 20 0 15 0 46978917 11176083456 118619 33554432000 4194304 4196468 140735227942576 140735227925120 139993743007479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
/proc/6772/statm: 2728536 118619 3525 1 0 2690189 0
[pid=6772/tid=6876] ppid=6765 vsize=10914144 memory=474476 CPUtime=2487.18 cores=0,2,4,6
/proc/6772/task/6876/stat : 6876 (java) R 6765 6772 6708 0 -1 4202560 74886 13190 0 0 248686 24 5 3 20 0 15 0 46978929 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993714841584 139993351773551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6882] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.86 cores=0,2,4,6
/proc/6772/task/6882/stat : 6882 (java) S 6765 6772 6708 0 -1 1077944384 7005 13190 0 0 444 34 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993747249808 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6883] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.87 cores=0,2,4,6
/proc/6772/task/6883/stat : 6883 (java) S 6765 6772 6708 0 -1 1077944384 9632 13190 0 0 444 35 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993662069264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6884] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.86 cores=0,2,4,6
/proc/6772/task/6884/stat : 6884 (java) S 6765 6772 6708 0 -1 1077944384 6518 13190 0 0 443 35 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993661016464 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6885] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.84 cores=0,2,4,6
/proc/6772/task/6885/stat : 6885 (java) S 6765 6772 6708 0 -1 1077944384 10980 13190 0 0 442 34 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993659963664 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6887] ppid=6765 vsize=10914144 memory=792 CPUtime=2 cores=0,2,4,6
/proc/6772/task/6887/stat : 6887 (java) S 6765 6772 6708 0 -1 1077944384 11308 13190 0 0 179 13 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992946719600 139993743018626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6889] ppid=6765 vsize=10914144 memory=474476 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6889/stat : 6889 (java) S 6765 6772 6708 0 -1 1077944384 20 13190 0 0 0 0 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992714176160 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6891] ppid=6765 vsize=10914144 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6891/stat : 6891 (java) S 6765 6772 6708 0 -1 1077944384 9 13190 0 0 0 0 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992512849280 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6896] ppid=6765 vsize=10914144 memory=474476 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6896/stat : 6896 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992272558416 139993743026075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6897] ppid=6765 vsize=10914144 memory=53 CPUtime=4.48 cores=0,2,4,6
/proc/6772/task/6897/stat : 6897 (java) S 6765 6772 6708 0 -1 1077944384 28527 13190 0 0 436 4 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992945666416 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6898] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.24 cores=0,2,4,6
/proc/6772/task/6898/stat : 6898 (java) S 6765 6772 6708 0 -1 1077944384 20500 13190 0 0 413 3 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992944613616 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6899] ppid=6765 vsize=10914144 memory=4126316290023845779 CPUtime=1.83 cores=0,2,4,6
/proc/6772/task/6899/stat : 6899 (java) S 6765 6772 6708 0 -1 1077944384 16896 13190 0 0 172 3 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992943560816 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6901] ppid=6765 vsize=10914144 memory=473136 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6901/stat : 6901 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992238999776 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6903] ppid=6765 vsize=10914144 memory=474476 CPUtime=1.51 cores=0,2,4,6
/proc/6772/task/6903/stat : 6903 (java) S 6765 6772 6708 0 -1 1077944384 1058 13190 0 0 76 67 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992942509232 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 474476 KiB

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

[startup+2494.82 s]
# the end of solver process 6772 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.76 s, system=2.31848 s

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

[startup+2494.8 s]
/proc/loadavg: 1.53 1.42 1.40 4/215 6992
/proc/meminfo: memFree=20432036/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6765 vsize=10914144 memory=474476 CPUtime=2520.04 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6765 6772 6708 0 -1 1077944320 189532 13190 0 0 251769 227 5 3 20 0 15 0 46978917 11176083456 118619 33554432000 4194304 4196468 140735227942576 140735227925120 139993743007479 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
/proc/6772/statm: 2728536 118619 3525 1 0 2690189 0
[pid=6772/tid=6876] ppid=6765 vsize=10914144 memory=474476 CPUtime=2487.18 cores=0,2,4,6
/proc/6772/task/6876/stat : 6876 (java) R 6765 6772 6708 0 -1 4202560 74886 13190 0 0 248686 24 5 3 20 0 15 0 46978929 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993714841584 139993351773551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6882] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.86 cores=0,2,4,6
/proc/6772/task/6882/stat : 6882 (java) S 6765 6772 6708 0 -1 1077944384 7005 13190 0 0 444 34 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993747249808 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6883] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.87 cores=0,2,4,6
/proc/6772/task/6883/stat : 6883 (java) S 6765 6772 6708 0 -1 1077944384 9632 13190 0 0 444 35 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993662069264 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6884] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.86 cores=0,2,4,6
/proc/6772/task/6884/stat : 6884 (java) S 6765 6772 6708 0 -1 1077944384 6518 13190 0 0 443 35 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993661016464 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6885] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.84 cores=0,2,4,6
/proc/6772/task/6885/stat : 6885 (java) S 6765 6772 6708 0 -1 1077944384 10980 13190 0 0 442 34 5 3 20 0 15 0 46978930 11176083456 118619 33554432000 4194304 4196468 140735227942576 139993659963664 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6887] ppid=6765 vsize=10914144 memory=792 CPUtime=2 cores=0,2,4,6
/proc/6772/task/6887/stat : 6887 (java) S 6765 6772 6708 0 -1 1077944384 11308 13190 0 0 179 13 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992946719600 139993743018626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6889] ppid=6765 vsize=10914144 memory=474476 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6889/stat : 6889 (java) S 6765 6772 6708 0 -1 1077944384 20 13190 0 0 0 0 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992714176160 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6891] ppid=6765 vsize=10914144 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6891/stat : 6891 (java) S 6765 6772 6708 0 -1 1077944384 9 13190 0 0 0 0 5 3 20 0 15 0 46978932 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992512849280 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6896] ppid=6765 vsize=10914144 memory=474476 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6896/stat : 6896 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992272558416 139993743026075 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6897] ppid=6765 vsize=10914144 memory=53 CPUtime=4.48 cores=0,2,4,6
/proc/6772/task/6897/stat : 6897 (java) S 6765 6772 6708 0 -1 1077944384 28527 13190 0 0 436 4 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992945666416 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6898] ppid=6765 vsize=10914144 memory=474476 CPUtime=4.24 cores=0,2,4,6
/proc/6772/task/6898/stat : 6898 (java) S 6765 6772 6708 0 -1 1077944384 20500 13190 0 0 413 3 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992944613616 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6899] ppid=6765 vsize=10914144 memory=4126316290023845779 CPUtime=1.83 cores=0,2,4,6
/proc/6772/task/6899/stat : 6899 (java) S 6765 6772 6708 0 -1 1077944384 16896 13190 0 0 172 3 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992943560816 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6901] ppid=6765 vsize=10914144 memory=473136 CPUtime=0.08 cores=0,2,4,6
/proc/6772/task/6901/stat : 6901 (java) S 6765 6772 6708 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992238999776 139993743017685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
[pid=6772/tid=6903] ppid=6765 vsize=10914144 memory=474476 CPUtime=1.51 cores=0,2,4,6
/proc/6772/task/6903/stat : 6903 (java) S 6765 6772 6708 0 -1 1077944384 1058 13190 0 0 76 67 5 3 20 0 15 0 46978935 11176083456 118619 33554432000 4194304 4196468 140735227942576 139992942509232 139993743018626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20959232 140735227951275 140735227954524 140735227954524 140735227957199 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 474476 KiB

Child status: 143
Real time (s): 2494.82
CPU time (s): 2520.08
CPU user time (s): 2517.76
CPU system time (s): 2.31848
CPU usage (%): 101.012
Max. virtual memory (cumulated for all children) (KiB): 10914804
Max. memory (cumulated for all children) (KiB): 1447772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.76
system time used= 2.31848
maximum resident set size= 1447800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203795
page faults= 0
swaps= 0
block input operations= 384
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98537
involuntary context switches= 4128


# summary of solver processes directly reported to runsolver:
#   pid: 6772
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.76
#   total CPU system time (s): 2.31848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6186 second user time and 25.1429 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 23:15:57
IDJOB=4292812
IDBENCH=141020
IDSOLVER=2751
FILE ID=node104/4292812-1532294157
RUNJOBID= node104-1532294157-6739
PBS_JOBID= 21018980
Free space on /tmp= 57244 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-16_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292812-1532294157/watcher-4292812-1532294157 -o /tmp/evaluation-result-4292812-1532294157/solver-4292812-1532294157 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6739 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1065398819 -superng HOME/instance-4292812-1532294157.xml

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

MD5SUM BENCH= ca60191094dbbdd7cca22b5ebea1cb75
RANDOM SEED=1065398819

node104.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.11
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.11
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.11
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.11
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:        21360280 kB
MemAvailable:   31939044 kB
Buffers:          244988 kB
Cached:         10540896 kB
SwapCached:            0 kB
Active:          1923584 kB
Inactive:        8913988 kB
Active(anon):      54620 kB
Inactive(anon):    17088 kB
Active(file):    1868964 kB
Inactive(file):  8896900 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53012 kB
Writeback:             0 kB
AnonPages:         59132 kB
Mapped:            36044 kB
Shmem:             17036 kB
Slab:             269212 kB
SReclaimable:     241360 kB
SUnreclaim:        27852 kB
KernelStack:        3136 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57192 MiB
End job on node104 at 2018-07-22 23:57:32