Trace number 4294136

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 2444.43

General information on the benchmark

NameBibd/
Bibd-sc-22-033-12-08-04_c18.xml
MD5SUM6ea47cf9d60ca9eef307247e67b78630
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 variables16698
Number of constraints7910
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8349}]
Minimum variable degree0
Maximum variable degree24
Distribution of variable degrees[{"degree":0,"count":8349},{"degree":2,"count":7623},{"degree":24,"count":726}]
Minimum constraint arity3
Maximum constraint arity726
Distribution of constraint arities[{"arity":3,"count":7623},{"arity":22,"count":33},{"arity":33,"count":253},{"arity":726,"count":1}]
Number of extensional constraints0
Number of intensional constraints7623
Distribution of constraint types[{"type":"intension","count":7623},{"type":"lex","count":1},{"type":"sum","count":286}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294136-1532433073/watcher-4294136-1532433073 -o /tmp/evaluation-result-4294136-1532433073/solver-4294136-1532433073 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=847737186 -superng HOME/instance-4294136-1532433073.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 thread7.x86_64
, 16905, runsolver pid=fStarting watchdog thread7.x86_64
, 16905, runsolver pid=f16902
Current StackSize limit: 8192 KiB


[startup+0.100199 s]*
/proc/loadavg: 2.11 1.78 1.68 2/221 16947
/proc/meminfo: memFree=14886596/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=113256 memory=1612 CPUtime=0.07 cores=0,2,4,6
/proc/16905/stat : 16905 (bash) S 16902 16905 12709 0 -1 4202496 971 12314 0 0 0 0 5 2 20 0 1 0 60870527 115974144 403 33554432000 4194304 5098028 140731284184976 140731284180808 140573464177664 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 13139968 140731284190358 140731284190504 140731284190504 140731284193262 0
/proc/16905/statm: 28314 403 319 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+0.213615 s]*
/proc/loadavg: 2.11 1.78 1.68 4/219 16971
/proc/meminfo: memFree=14876192/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=10818904 memory=35840 CPUtime=0.24 cores=0,2,4,6
/proc/16905/stat : 16905 (java) S 16902 16905 12709 0 -1 1077944320 6713 13005 0 0 14 2 5 3 20 0 15 0 60870527 11078557696 8960 33554432000 4194304 4196468 140730224468848 140730224451392 140243559296759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
/proc/16905/statm: 2704726 8960 2963 1 0 2667149 0
[pid=16905/tid=16958] ppid=16902 vsize=10818904 memory=-8540663193526752614 CPUtime=0.17 cores=0,2,4,6
/proc/16905/task/16958/stat : 16958 (java) R 16902 16905 12709 0 -1 4202560 3341 13005 0 0 8 1 5 3 20 0 15 0 60870539 11078557696 8960 33554432000 4194304 4196468 140730224468848 140243531101840 140243543377246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16959] ppid=16902 vsize=10818904 memory=4211973761886621066 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16959/stat : 16959 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870540 11078557696 8960 33554432000 4194304 4196468 140730224468848 140243563539472 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16960] ppid=16902 vsize=10818904 memory=140035681830528 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16960/stat : 16960 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870540 11078557696 8960 33554432000 4194304 4196468 140730224468848 140243451813008 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16961] ppid=16902 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16961/stat : 16961 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870540 11078557696 8960 33554432000 4194304 4196468 140730224468848 140243450759952 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16962] ppid=16902 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16962/stat : 16962 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870540 11078557696 8960 33554432000 4194304 4196468 140730224468848 140243449707408 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16963] ppid=16902 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16963/stat : 16963 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870541 11078557696 8960 33554432000 4194304 4196468 140730224468848 140243018660080 140243559307906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16964] ppid=16902 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16964/stat : 16964 (java) S 16902 16905 12709 0 -1 1077944384 33 13005 0 0 0 0 5 3 20 0 15 0 60870541 11078557696 8960 33554432000 4194304 4196468 140730224468848 140243017606304 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16965] ppid=16902 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16965/stat : 16965 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870542 11078557696 8960 33554432000 4194304 4196468 140730224468848 140242426258160 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16966] ppid=16902 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16966/stat : 16966 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870544 11078557696 8960 33554432000 4194304 4196468 140730224468848 140242118858704 140243559315355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16967] ppid=16902 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16905/task/16967/stat : 16967 (java) S 16902 16905 12709 0 -1 1077944384 533 13005 0 0 1 0 5 3 20 0 15 0 60870544 11078557696 8960 33554432000 4194304 4196468 140730224468848 140242984049392 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16968] ppid=16902 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16968/stat : 16968 (java) S 16902 16905 12709 0 -1 1077944384 53 13005 0 0 0 0 5 3 20 0 15 0 60870544 11078557696 8960 33554432000 4194304 4196468 140730224468848 140242982996848 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16969] ppid=16902 vsize=10818904 memory=140035681830528 CPUtime=0.11 cores=0,2,4,6
/proc/16905/task/16969/stat : 16969 (java) R 16902 16905 12709 0 -1 4202560 551 13005 0 0 3 0 5 3 20 0 15 0 60870544 11078557696 8960 33554432000 4194304 4196468 140730224468848 140242981943792 140243559318106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16970] ppid=16902 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16970/stat : 16970 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870545 11078557696 8960 33554432000 4194304 4196468 140730224468848 140242085301088 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16971] ppid=16902 vsize=10818904 memory=140035681830528 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16971/stat : 16971 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870545 11078557696 8960 33554432000 4194304 4196468 140730224468848 140242980891184 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 35840 KiB

[startup+0.310375 s]*
/proc/loadavg: 2.11 1.78 1.68 2/219 16971
/proc/meminfo: memFree=14865476/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=10819352 memory=49636 CPUtime=0.37 cores=0,2,4,6
/proc/16905/stat : 16905 (java) S 16902 16905 12709 0 -1 1077944320 9980 13005 0 0 26 3 5 3 20 0 15 0 60870527 11079016448 12409 33554432000 4194304 4196468 140730224468848 140730224451392 140243559296759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
/proc/16905/statm: 2704838 12409 3082 1 0 2667149 0
[pid=16905/tid=16958] ppid=16902 vsize=10819352 memory=576567874760998942 CPUtime=0.27 cores=0,2,4,6
/proc/16905/task/16958/stat : 16958 (java) R 16902 16905 12709 0 -1 4202560 6594 13005 0 0 17 2 5 3 20 0 15 0 60870539 11079016448 12409 33554432000 4194304 4196468 140730224468848 140243531108768 140243544462304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16959] ppid=16902 vsize=10819352 memory=301 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16959/stat : 16959 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870540 11079016448 12409 33554432000 4194304 4196468 140730224468848 140243563539472 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16960] ppid=16902 vsize=10819352 memory=297412933054146688 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16960/stat : 16960 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870540 11079016448 12409 33554432000 4194304 4196468 140730224468848 140243451813008 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16961] ppid=16902 vsize=10819352 memory=-7025448733113094249 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16961/stat : 16961 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870540 11079016448 12409 33554432000 4194304 4196468 140730224468848 140243450759952 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16962] ppid=16902 vsize=10819352 memory=3472328296227680303 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16962/stat : 16962 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870540 11079016448 12409 33554432000 4194304 4196468 140730224468848 140243449707408 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16963] ppid=16902 vsize=10819352 memory=7008596682883626672 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16963/stat : 16963 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870541 11079016448 12409 33554432000 4194304 4196468 140730224468848 140243018660080 140243559307906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16964] ppid=16902 vsize=10819352 memory=7016453692698331749 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16964/stat : 16964 (java) S 16902 16905 12709 0 -1 1077944384 33 13005 0 0 0 0 5 3 20 0 15 0 60870541 11079016448 12409 33554432000 4194304 4196468 140730224468848 140243017606304 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16965] ppid=16902 vsize=10819352 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16965/stat : 16965 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870542 11079016448 12409 33554432000 4194304 4196468 140730224468848 140242426258160 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16966] ppid=16902 vsize=10819352 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16966/stat : 16966 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870544 11079016448 12409 33554432000 4194304 4196468 140730224468848 140242118858704 140243559315355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16967] ppid=16902 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16905/task/16967/stat : 16967 (java) S 16902 16905 12709 0 -1 1077944384 533 13005 0 0 1 0 5 3 20 0 15 0 60870544 11079016448 12409 33554432000 4194304 4196468 140730224468848 140242984049392 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16968] ppid=16902 vsize=10819352 memory=734122147930189855 CPUtime=0.09 cores=0,2,4,6
/proc/16905/task/16968/stat : 16968 (java) S 16902 16905 12709 0 -1 1077944384 54 13005 0 0 1 0 5 3 20 0 15 0 60870544 11079016448 12409 33554432000 4194304 4196468 140730224468848 140242982996848 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16969] ppid=16902 vsize=10819352 memory=140035681830528 CPUtime=0.13 cores=0,2,4,6
/proc/16905/task/16969/stat : 16969 (java) S 16902 16905 12709 0 -1 1077944384 562 13005 0 0 5 0 5 3 20 0 15 0 60870544 11079016448 12409 33554432000 4194304 4196468 140730224468848 140242981943792 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16970] ppid=16902 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16970/stat : 16970 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870545 11079016448 12409 33554432000 4194304 4196468 140730224468848 140242085301088 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16971] ppid=16902 vsize=10819352 memory=140035681830528 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16971/stat : 16971 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870545 11079016448 12409 33554432000 4194304 4196468 140730224468848 140242980891184 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 49636 KiB

[startup+0.700734 s]
/proc/loadavg: 2.11 1.78 1.68 3/219 16971
/proc/meminfo: memFree=14852352/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=10819352 memory=84216 CPUtime=0.97 cores=0,2,4,6
/proc/16905/stat : 16905 (java) S 16902 16905 12709 0 -1 1077944320 16708 13005 0 0 84 5 5 3 20 0 15 0 60870527 11079016448 21054 33554432000 4194304 4196468 140730224468848 140730224451392 140243559296759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
/proc/16905/statm: 2704838 21054 3237 1 0 2667149 0
[pid=16905/tid=16958] ppid=16902 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/16905/task/16958/stat : 16958 (java) R 16902 16905 12709 0 -1 4202560 12230 13005 0 0 53 4 5 3 20 0 15 0 60870539 11079016448 21054 33554432000 4194304 4196468 140730224468848 140243531120592 140243540860336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16959] ppid=16902 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16959/stat : 16959 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870540 11079016448 21054 33554432000 4194304 4196468 140730224468848 140243563539472 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16960] ppid=16902 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16960/stat : 16960 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870540 11079016448 21054 33554432000 4194304 4196468 140730224468848 140243451813008 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16961] ppid=16902 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16961/stat : 16961 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870540 11079016448 21054 33554432000 4194304 4196468 140730224468848 140243450759952 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16962] ppid=16902 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16962/stat : 16962 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870540 11079016448 21054 33554432000 4194304 4196468 140730224468848 140243449707408 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16963] ppid=16902 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16963/stat : 16963 (java) S 16902 16905 12709 0 -1 1077944384 5 13005 0 0 0 0 5 3 20 0 15 0 60870541 11079016448 21054 33554432000 4194304 4196468 140730224468848 140243018660080 140243559307906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16964] ppid=16902 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16964/stat : 16964 (java) S 16902 16905 12709 0 -1 1077944384 33 13005 0 0 0 0 5 3 20 0 15 0 60870541 11079016448 21054 33554432000 4194304 4196468 140730224468848 140243017606304 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16965] ppid=16902 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16965/stat : 16965 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870542 11079016448 21054 33554432000 4194304 4196468 140730224468848 140242426258160 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16966] ppid=16902 vsize=10819352 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16966/stat : 16966 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870544 11079016448 21054 33554432000 4194304 4196468 140730224468848 140242118858704 140243559315355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16967] ppid=16902 vsize=10819352 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/16905/task/16967/stat : 16967 (java) S 16902 16905 12709 0 -1 1077944384 1098 13005 0 0 10 0 5 3 20 0 15 0 60870544 11079016448 21054 33554432000 4194304 4196468 140730224468848 140242984049392 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16968] ppid=16902 vsize=10819352 memory=288370411681356848 CPUtime=0.14 cores=0,2,4,6
/proc/16905/task/16968/stat : 16968 (java) S 16902 16905 12709 0 -1 1077944384 490 13005 0 0 6 0 5 3 20 0 15 0 60870544 11079016448 21054 33554432000 4194304 4196468 140730224468848 140242982996848 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16969] ppid=16902 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/16905/task/16969/stat : 16969 (java) S 16902 16905 12709 0 -1 1077944384 650 13005 0 0 13 0 5 3 20 0 15 0 60870544 11079016448 21054 33554432000 4194304 4196468 140730224468848 140242981943792 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16970] ppid=16902 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16970/stat : 16970 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870545 11079016448 21054 33554432000 4194304 4196468 140730224468848 140242085301088 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16971] ppid=16902 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16971/stat : 16971 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870545 11079016448 21054 33554432000 4194304 4196468 140730224468848 140242980891184 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84216 KiB

[startup+1.50069 s]
/proc/loadavg: 2.11 1.78 1.68 4/219 16971
/proc/meminfo: memFree=14809680/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=10828108 memory=195644 CPUtime=2.75 cores=0,2,4,6
/proc/16905/stat : 16905 (java) S 16902 16905 12709 0 -1 1077944320 22536 13005 0 0 258 9 5 3 20 0 15 0 60870527 11087982592 48911 33554432000 4194304 4196468 140730224468848 140730224451392 140243559296759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
/proc/16905/statm: 2707027 48911 3453 1 0 2668685 0
[pid=16905/tid=16958] ppid=16902 vsize=10828108 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/16905/task/16958/stat : 16958 (java) D 16902 16905 12709 0 -1 4202560 15073 13005 0 0 122 6 5 3 20 0 15 0 60870539 11087982592 48911 33554432000 4194304 4196468 140730224468848 140243531128328 140243552013911 0 4 0 16800975 18446744071582151463 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16959] ppid=16902 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16959/stat : 16959 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870540 11087982592 48911 33554432000 4194304 4196468 140730224468848 140243563539472 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16960] ppid=16902 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16960/stat : 16960 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870540 11087982592 48911 33554432000 4194304 4196468 140730224468848 140243451813008 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16961] ppid=16902 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16961/stat : 16961 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870540 11087982592 48911 33554432000 4194304 4196468 140730224468848 140243450759952 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16962] ppid=16902 vsize=10828108 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16962/stat : 16962 (java) S 16902 16905 12709 0 -1 1077944384 2 13005 0 0 0 0 5 3 20 0 15 0 60870540 11087982592 48911 33554432000 4194304 4196468 140730224468848 140243449707408 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16963] ppid=16902 vsize=10828108 memory=14869 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16963/stat : 16963 (java) S 16902 16905 12709 0 -1 1077944384 5 13005 0 0 0 0 5 3 20 0 15 0 60870541 11087982592 48911 33554432000 4194304 4196468 140730224468848 140243018660080 140243559307906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16964] ppid=16902 vsize=10828108 memory=23038 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16964/stat : 16964 (java) S 16902 16905 12709 0 -1 1077944384 33 13005 0 0 0 0 5 3 20 0 15 0 60870541 11087982592 48911 33554432000 4194304 4196468 140730224468848 140243017606304 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16965] ppid=16902 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16965/stat : 16965 (java) S 16902 16905 12709 0 -1 1077944384 1 13005 0 0 0 0 5 3 20 0 15 0 60870542 11087982592 48911 33554432000 4194304 4196468 140730224468848 140242426258160 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16966] ppid=16902 vsize=10828108 memory=-3621219749712857441 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16966/stat : 16966 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870544 11087982592 48911 33554432000 4194304 4196468 140730224468848 140242118858704 140243559315355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16967] ppid=16902 vsize=10828108 memory=6944652177228980320 CPUtime=0.56 cores=0,2,4,6
/proc/16905/task/16967/stat : 16967 (java) D 16902 16905 12709 0 -1 4202560 2582 13005 0 0 48 0 5 3 20 0 15 0 60870544 11087982592 48911 33554432000 4194304 4196468 140730224468848 140242984035360 140243539203895 0 4 0 16800975 18446744072100899973 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16968] ppid=16902 vsize=10828108 memory=84216 CPUtime=0.55 cores=0,2,4,6
/proc/16905/task/16968/stat : 16968 (java) S 16902 16905 12709 0 -1 1077944384 1321 13005 0 0 47 0 5 3 20 0 15 0 60870544 11087982592 48911 33554432000 4194304 4196468 140730224468848 140242982995904 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16969] ppid=16902 vsize=10828108 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/16905/task/16969/stat : 16969 (java) D 16902 16905 12709 0 -1 4202560 1320 13005 0 0 39 0 5 3 20 0 15 0 60870544 11087982592 48911 33554432000 4194304 4196468 140730224468848 140242981943712 140243539220895 0 4 0 16800975 18446744072100899973 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16970] ppid=16902 vsize=10828108 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16970/stat : 16970 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870545 11087982592 48911 33554432000 4194304 4196468 140730224468848 140242085301088 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16971] ppid=16902 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16971/stat : 16971 (java) D 16902 16905 12709 0 -1 4202560 1 13005 0 0 0 0 5 3 20 0 15 0 60870545 11087982592 48911 33554432000 4194304 4196468 140730224468848 140242980891104 140243544152846 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 10828108 KiB
Current children cumulated memory: 195644 KiB

[startup+3.10165 s]*
/proc/loadavg: 2.42 1.85 1.71 5/219 16971
/proc/meminfo: memFree=14616920/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=10840416 memory=297852 CPUtime=5.86 cores=0,2,4,6
/proc/16905/stat : 16905 (java) S 16902 16905 12709 0 -1 1077944320 33036 13005 0 0 560 18 5 3 20 0 15 0 60870527 11100585984 74447 33554432000 4194304 4196468 140730224468848 140730224451392 140243559296759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
/proc/16905/statm: 2710104 74447 3506 1 0 2671757 0
[pid=16905/tid=16958] ppid=16902 vsize=10840416 memory=-8540663193526752614 CPUtime=2.72 cores=0,2,4,6

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

/proc/16905/task/16958/stat : 16958 (java) R 16902 16905 12709 0 -1 4202560 115434 13005 0 0 235894 65 5 3 20 0 15 0 60870539 11111071744 427331 33554432000 4194304 4196468 140730224468848 140243531130816 140243135371168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16959] ppid=16902 vsize=10850656 memory=15868 CPUtime=15.09 cores=0,2,4,6
/proc/16905/task/16959/stat : 16959 (java) S 16902 16905 12709 0 -1 1077944384 35210 13005 0 0 1463 38 5 3 20 0 15 0 60870540 11111071744 427331 33554432000 4194304 4196468 140730224468848 140243563539472 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16960] ppid=16902 vsize=10850656 memory=1709324 CPUtime=15.1 cores=0,2,4,6
/proc/16905/task/16960/stat : 16960 (java) S 16902 16905 12709 0 -1 1077944384 31528 13005 0 0 1461 41 5 3 20 0 15 0 60870540 11111071744 427331 33554432000 4194304 4196468 140730224468848 140243451813008 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16961] ppid=16902 vsize=10850656 memory=12168 CPUtime=15.09 cores=0,2,4,6
/proc/16905/task/16961/stat : 16961 (java) S 16902 16905 12709 0 -1 1077944384 20248 13005 0 0 1459 42 5 3 20 0 15 0 60870540 11111071744 427331 33554432000 4194304 4196468 140730224468848 140243450759952 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16962] ppid=16902 vsize=10850656 memory=18488 CPUtime=15.16 cores=0,2,4,6
/proc/16905/task/16962/stat : 16962 (java) S 16902 16905 12709 0 -1 1077944384 30113 13005 0 0 1467 41 5 3 20 0 15 0 60870540 11111071744 427331 33554432000 4194304 4196468 140730224468848 140243449707408 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16963] ppid=16902 vsize=10850656 memory=1792 CPUtime=5.04 cores=0,2,4,6
/proc/16905/task/16963/stat : 16963 (java) S 16902 16905 12709 0 -1 1077944384 24891 13005 0 0 462 34 5 3 20 0 15 0 60870541 11111071744 427331 33554432000 4194304 4196468 140730224468848 140243018660080 140243559307906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16964] ppid=16902 vsize=10850656 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16964/stat : 16964 (java) S 16902 16905 12709 0 -1 1077944384 44 13005 0 0 0 0 5 3 20 0 15 0 60870541 11111071744 427331 33554432000 4194304 4196468 140730224468848 140243017606368 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16965] ppid=16902 vsize=10850656 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16965/stat : 16965 (java) S 16902 16905 12709 0 -1 1077944384 15 13005 0 0 0 0 5 3 20 0 15 0 60870542 11111071744 427331 33554432000 4194304 4196468 140730224468848 140242426258176 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16966] ppid=16902 vsize=10850656 memory=19076 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16966/stat : 16966 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870544 11111071744 427331 33554432000 4194304 4196468 140730224468848 140242118858704 140243559315355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16967] ppid=16902 vsize=10850656 memory=1296 CPUtime=12.9 cores=0,2,4,6
/proc/16905/task/16967/stat : 16967 (java) S 16902 16905 12709 0 -1 1077944384 37863 13005 0 0 1275 7 5 3 20 0 15 0 60870544 11111071744 427331 33554432000 4194304 4196468 140730224468848 140242984049392 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16968] ppid=16902 vsize=10850656 memory=1709324 CPUtime=13.3 cores=0,2,4,6
/proc/16905/task/16968/stat : 16968 (java) S 16902 16905 12709 0 -1 1077944384 42613 13005 0 0 1317 5 5 3 20 0 15 0 60870544 11111071744 427331 33554432000 4194304 4196468 140730224468848 140242982996848 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16969] ppid=16902 vsize=10850656 memory=1709276 CPUtime=4.41 cores=0,2,4,6
/proc/16905/task/16969/stat : 16969 (java) S 16902 16905 12709 0 -1 1077944384 45169 13005 0 0 425 8 5 3 20 0 15 0 60870544 11111071744 427331 33554432000 4194304 4196468 140730224468848 140242981943792 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16970] ppid=16902 vsize=10850656 memory=1709276 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16970/stat : 16970 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870545 11111071744 427331 33554432000 4194304 4196468 140730224468848 140242085301088 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16971] ppid=16902 vsize=10850656 memory=928 CPUtime=1.5 cores=0,2,4,6
/proc/16905/task/16971/stat : 16971 (java) S 16902 16905 12709 0 -1 1077944384 2443 13005 0 0 69 73 5 3 20 0 15 0 60870545 11111071744 427331 33554432000 4194304 4196468 140730224468848 140242980891184 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
Current children cumulated CPU time: 2456.65 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1709324 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.39 1.45 3/221 17225
/proc/meminfo: memFree=13491264/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=10850656 memory=1709368 CPUtime=2517.89 cores=0,2,4,6
/proc/16905/stat : 16905 (java) S 16902 16905 12709 0 -1 1077944320 390359 13005 0 0 251452 329 5 3 20 0 15 0 60870527 11111071744 427342 33554432000 4194304 4196468 140730224468848 140730224451392 140243559296759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
/proc/16905/statm: 2712664 427342 3533 1 0 2674317 0
[pid=16905/tid=16958] ppid=16902 vsize=10850656 memory=6791534058613427641 CPUtime=2419.05 cores=0,2,4,6
/proc/16905/task/16958/stat : 16958 (java) R 16902 16905 12709 0 -1 4202560 116372 13005 0 0 241831 66 5 3 20 0 15 0 60870539 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243531130352 140243131208084 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16959] ppid=16902 vsize=10850656 memory=2448 CPUtime=15.51 cores=0,2,4,6
/proc/16905/task/16959/stat : 16959 (java) S 16902 16905 12709 0 -1 1077944384 35523 13005 0 0 1505 38 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243563539472 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16960] ppid=16902 vsize=10850656 memory=1728 CPUtime=15.53 cores=0,2,4,6
/proc/16905/task/16960/stat : 16960 (java) S 16902 16905 12709 0 -1 1077944384 31806 13005 0 0 1503 42 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243451813008 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16961] ppid=16902 vsize=10850656 memory=288230574492221466 CPUtime=15.52 cores=0,2,4,6
/proc/16905/task/16961/stat : 16961 (java) S 16902 16905 12709 0 -1 1077944384 20617 13005 0 0 1501 43 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243450759952 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16962] ppid=16902 vsize=10850656 memory=302304344886477115 CPUtime=15.59 cores=0,2,4,6
/proc/16905/task/16962/stat : 16962 (java) S 16902 16905 12709 0 -1 1077944384 30360 13005 0 0 1509 42 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243449707408 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16963] ppid=16902 vsize=10850656 memory=14134441857518180 CPUtime=5.17 cores=0,2,4,6
/proc/16905/task/16963/stat : 16963 (java) S 16902 16905 12709 0 -1 1077944384 25312 13005 0 0 475 34 5 3 20 0 15 0 60870541 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243018660080 140243559307906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16964] ppid=16902 vsize=10850656 memory=18488 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16964/stat : 16964 (java) S 16902 16905 12709 0 -1 1077944384 44 13005 0 0 0 0 5 3 20 0 15 0 60870541 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243017606368 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16965] ppid=16902 vsize=10850656 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16965/stat : 16965 (java) S 16902 16905 12709 0 -1 1077944384 15 13005 0 0 0 0 5 3 20 0 15 0 60870542 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242426258176 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16966] ppid=16902 vsize=10850656 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16966/stat : 16966 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242118858704 140243559315355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16967] ppid=16902 vsize=10850656 memory=644 CPUtime=12.9 cores=0,2,4,6
/proc/16905/task/16967/stat : 16967 (java) S 16902 16905 12709 0 -1 1077944384 37865 13005 0 0 1275 7 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242984049392 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16968] ppid=16902 vsize=10850656 memory=952 CPUtime=13.3 cores=0,2,4,6
/proc/16905/task/16968/stat : 16968 (java) S 16902 16905 12709 0 -1 1077944384 42616 13005 0 0 1317 5 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242982996848 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16969] ppid=16902 vsize=10850656 memory=2340 CPUtime=4.41 cores=0,2,4,6
/proc/16905/task/16969/stat : 16969 (java) S 16902 16905 12709 0 -1 1077944384 45171 13005 0 0 425 8 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242981943792 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16970] ppid=16902 vsize=10850656 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16970/stat : 16970 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870545 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242085301088 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16971] ppid=16902 vsize=10850656 memory=928 CPUtime=1.54 cores=0,2,4,6
/proc/16905/task/16971/stat : 16971 (java) S 16902 16905 12709 0 -1 1077944384 2464 13005 0 0 71 75 5 3 20 0 15 0 60870545 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242980891184 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
Current children cumulated CPU time: 2517.89 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1709368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2444.4 s]
/proc/loadavg: 1.45 1.39 1.45 3/221 17225
/proc/meminfo: memFree=13491264/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=10850656 memory=1709368 CPUtime=2520.03 cores=0,2,4,6
/proc/16905/stat : 16905 (java) S 16902 16905 12709 0 -1 1077944320 390387 13005 0 0 251666 329 5 3 20 0 15 0 60870527 11111071744 427342 33554432000 4194304 4196468 140730224468848 140730224451392 140243559296759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
/proc/16905/statm: 2712664 427342 3533 1 0 2674317 0
[pid=16905/tid=16958] ppid=16902 vsize=10850656 memory=1709368 CPUtime=2421.12 cores=0,2,4,6
/proc/16905/task/16958/stat : 16958 (java) R 16902 16905 12709 0 -1 4202560 116388 13005 0 0 242038 66 5 3 20 0 15 0 60870539 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243531131872 140243132063625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16959] ppid=16902 vsize=10850656 memory=1709368 CPUtime=15.52 cores=0,2,4,6
/proc/16905/task/16959/stat : 16959 (java) S 16902 16905 12709 0 -1 1077944384 35524 13005 0 0 1506 38 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243563539472 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16960] ppid=16902 vsize=10850656 memory=1709368 CPUtime=15.54 cores=0,2,4,6
/proc/16905/task/16960/stat : 16960 (java) S 16902 16905 12709 0 -1 1077944384 31807 13005 0 0 1504 42 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243451813008 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16961] ppid=16902 vsize=10850656 memory=1709368 CPUtime=15.53 cores=0,2,4,6
/proc/16905/task/16961/stat : 16961 (java) S 16902 16905 12709 0 -1 1077944384 20617 13005 0 0 1502 43 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243450759952 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16962] ppid=16902 vsize=10850656 memory=2196 CPUtime=15.6 cores=0,2,4,6
/proc/16905/task/16962/stat : 16962 (java) S 16902 16905 12709 0 -1 1077944384 30360 13005 0 0 1510 42 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243449707408 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16963] ppid=16902 vsize=10850656 memory=1709352 CPUtime=5.18 cores=0,2,4,6
/proc/16905/task/16963/stat : 16963 (java) S 16902 16905 12709 0 -1 1077944384 25322 13005 0 0 476 34 5 3 20 0 15 0 60870541 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243018660080 140243559307906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16964] ppid=16902 vsize=10850656 memory=2448 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16964/stat : 16964 (java) S 16902 16905 12709 0 -1 1077944384 44 13005 0 0 0 0 5 3 20 0 15 0 60870541 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243017606368 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16965] ppid=16902 vsize=10850656 memory=1709352 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16965/stat : 16965 (java) S 16902 16905 12709 0 -1 1077944384 15 13005 0 0 0 0 5 3 20 0 15 0 60870542 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242426258176 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16966] ppid=16902 vsize=10850656 memory=1709352 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16966/stat : 16966 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242118858704 140243559315355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16967] ppid=16902 vsize=10850656 memory=1709348 CPUtime=12.9 cores=0,2,4,6
/proc/16905/task/16967/stat : 16967 (java) S 16902 16905 12709 0 -1 1077944384 37865 13005 0 0 1275 7 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242984049392 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16968] ppid=16902 vsize=10850656 memory=1709348 CPUtime=13.3 cores=0,2,4,6
/proc/16905/task/16968/stat : 16968 (java) S 16902 16905 12709 0 -1 1077944384 42616 13005 0 0 1317 5 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242982996848 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16969] ppid=16902 vsize=10850656 memory=1709352 CPUtime=4.41 cores=0,2,4,6
/proc/16905/task/16969/stat : 16969 (java) S 16902 16905 12709 0 -1 1077944384 45171 13005 0 0 425 8 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242981943792 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16970] ppid=16902 vsize=10850656 memory=1709368 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16970/stat : 16970 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870545 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242085301088 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16971] ppid=16902 vsize=10850656 memory=1709352 CPUtime=1.54 cores=0,2,4,6
/proc/16905/task/16971/stat : 16971 (java) S 16902 16905 12709 0 -1 1077944384 2464 13005 0 0 71 75 5 3 20 0 15 0 60870545 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242980891184 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1709368 KiB

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

[startup+2444.43 s]
# the end of solver process 16905 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.74 s, system=3.33959 s

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

[startup+2444.4 s]
/proc/loadavg: 1.45 1.39 1.45 3/221 17225
/proc/meminfo: memFree=13491264/32770624 swapFree=67108860/67108860
[pid=16905] ppid=16902 vsize=10850656 memory=1709368 CPUtime=2520.03 cores=0,2,4,6
/proc/16905/stat : 16905 (java) S 16902 16905 12709 0 -1 1077944320 390387 13005 0 0 251666 329 5 3 20 0 15 0 60870527 11111071744 427342 33554432000 4194304 4196468 140730224468848 140730224451392 140243559296759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
/proc/16905/statm: 2712664 427342 3533 1 0 2674317 0
[pid=16905/tid=16958] ppid=16902 vsize=10850656 memory=1709368 CPUtime=2421.12 cores=0,2,4,6
/proc/16905/task/16958/stat : 16958 (java) R 16902 16905 12709 0 -1 4202560 116388 13005 0 0 242038 66 5 3 20 0 15 0 60870539 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243531131872 140243132063625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16959] ppid=16902 vsize=10850656 memory=1709368 CPUtime=15.52 cores=0,2,4,6
/proc/16905/task/16959/stat : 16959 (java) S 16902 16905 12709 0 -1 1077944384 35524 13005 0 0 1506 38 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243563539472 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16960] ppid=16902 vsize=10850656 memory=1709368 CPUtime=15.54 cores=0,2,4,6
/proc/16905/task/16960/stat : 16960 (java) S 16902 16905 12709 0 -1 1077944384 31807 13005 0 0 1504 42 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243451813008 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16961] ppid=16902 vsize=10850656 memory=1709368 CPUtime=15.53 cores=0,2,4,6
/proc/16905/task/16961/stat : 16961 (java) S 16902 16905 12709 0 -1 1077944384 20617 13005 0 0 1502 43 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243450759952 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16962] ppid=16902 vsize=10850656 memory=2196 CPUtime=15.6 cores=0,2,4,6
/proc/16905/task/16962/stat : 16962 (java) S 16902 16905 12709 0 -1 1077944384 30360 13005 0 0 1510 42 5 3 20 0 15 0 60870540 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243449707408 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16963] ppid=16902 vsize=10850656 memory=1709352 CPUtime=5.18 cores=0,2,4,6
/proc/16905/task/16963/stat : 16963 (java) S 16902 16905 12709 0 -1 1077944384 25322 13005 0 0 476 34 5 3 20 0 15 0 60870541 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243018660080 140243559307906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16964] ppid=16902 vsize=10850656 memory=2448 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16964/stat : 16964 (java) S 16902 16905 12709 0 -1 1077944384 44 13005 0 0 0 0 5 3 20 0 15 0 60870541 11111071744 427342 33554432000 4194304 4196468 140730224468848 140243017606368 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16965] ppid=16902 vsize=10850656 memory=1709352 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16965/stat : 16965 (java) S 16902 16905 12709 0 -1 1077944384 15 13005 0 0 0 0 5 3 20 0 15 0 60870542 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242426258176 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16966] ppid=16902 vsize=10850656 memory=1709352 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16966/stat : 16966 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242118858704 140243559315355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16967] ppid=16902 vsize=10850656 memory=1709348 CPUtime=12.9 cores=0,2,4,6
/proc/16905/task/16967/stat : 16967 (java) S 16902 16905 12709 0 -1 1077944384 37865 13005 0 0 1275 7 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242984049392 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16968] ppid=16902 vsize=10850656 memory=1709348 CPUtime=13.3 cores=0,2,4,6
/proc/16905/task/16968/stat : 16968 (java) S 16902 16905 12709 0 -1 1077944384 42616 13005 0 0 1317 5 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242982996848 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16969] ppid=16902 vsize=10850656 memory=1709352 CPUtime=4.41 cores=0,2,4,6
/proc/16905/task/16969/stat : 16969 (java) S 16902 16905 12709 0 -1 1077944384 45171 13005 0 0 425 8 5 3 20 0 15 0 60870544 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242981943792 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16970] ppid=16902 vsize=10850656 memory=1709368 CPUtime=0.08 cores=0,2,4,6
/proc/16905/task/16970/stat : 16970 (java) S 16902 16905 12709 0 -1 1077944384 3 13005 0 0 0 0 5 3 20 0 15 0 60870545 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242085301088 140243559306965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
[pid=16905/tid=16971] ppid=16902 vsize=10850656 memory=1709352 CPUtime=1.54 cores=0,2,4,6
/proc/16905/task/16971/stat : 16971 (java) S 16902 16905 12709 0 -1 1077944384 2464 13005 0 0 71 75 5 3 20 0 15 0 60870545 11111071744 427342 33554432000 4194304 4196468 140730224468848 140242980891184 140243559307906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22839296 140730224474284 140730224477532 140730224477532 140730224480207 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 1709368 KiB

Child status: 143
Real time (s): 2444.43
CPU time (s): 2520.08
CPU user time (s): 2516.74
CPU system time (s): 3.33959
CPU usage (%): 103.095
Max. virtual memory (cumulated for all children) (KiB): 10851240
Max. memory (cumulated for all children) (KiB): 2966120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.74
system time used= 3.33959
maximum resident set size= 2968176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165153
involuntary context switches= 8276


# summary of solver processes directly reported to runsolver:
#   pid: 16905
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.74
#   total CPU system time (s): 3.33959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9909 second user time and 23.84 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 13:51:13
IDJOB=4294136
IDBENCH=141334
IDSOLVER=2751
FILE ID=node135/4294136-1532433073
RUNJOBID= node135-1532413601-12740
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sc-22-033-12-08-04_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-4294136-1532433073/watcher-4294136-1532433073 -o /tmp/evaluation-result-4294136-1532433073/solver-4294136-1532433073 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=847737186 -superng HOME/instance-4294136-1532433073.xml

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

MD5SUM BENCH= 6ea47cf9d60ca9eef307247e67b78630
RANDOM SEED=847737186

node135.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.50
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.50
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.50
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.50
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:        14900764 kB
MemAvailable:   29942908 kB
Buffers:          205656 kB
Cached:         14890700 kB
SwapCached:            0 kB
Active:          4391512 kB
Inactive:       12748120 kB
Active(anon):    1993240 kB
Inactive(anon):    69860 kB
Active(file):    2398272 kB
Inactive(file): 12678260 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26628 kB
Writeback:             0 kB
AnonPages:       2062480 kB
Mapped:            51524 kB
Shmem:             17056 kB
Slab:             422488 kB
SReclaimable:     394072 kB
SUnreclaim:        28416 kB
KernelStack:        3856 kB
PageTables:        10528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2741436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1841152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 14:31:58