Trace number 4259531

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4SAT (TO)932 252.155 241.83501

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-00.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark5.9264202
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.11/2.19	c Concrete v3.4 running
5.66/3.27	o 667
5.66/3.29	o 669
6.01/3.31	o 717
6.01/3.33	o 738
6.01/3.34	o 762
6.01/3.36	o 779
6.01/3.38	o 792
6.38/3.41	o 803
6.38/3.43	o 851
6.38/3.43	o 884
6.38/3.46	o 893
6.38/3.49	o 902
6.77/3.51	o 915
6.77/3.54	o 916
6.77/3.55	o 921
7.07/3.69	o 932
252.09/241.80	java.util.concurrent.TimeoutException
252.09/241.80		at concrete.MAC.mac(MAC.scala:74)
252.09/241.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.09/241.80		at scala.util.Try$.apply(Try.scala:209)
252.09/241.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.09/241.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.09/241.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.09/241.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.09/241.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.09/241.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.09/241.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.09/241.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.09/241.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.09/241.81		at concrete.MAC.oneRun(MAC.scala:146)
252.09/241.81		at concrete.MAC.nextSolution(MAC.scala:166)
252.09/241.81		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.09/241.81		at concrete.ProblemState.map(ProblemState.scala:203)
252.09/241.81		at concrete.ProblemState.map(ProblemState.scala:188)
252.09/241.81		at concrete.MAC.nextSolution(MAC.scala:195)
252.09/241.81		at concrete.Solver.hasNext(Solver.scala:202)
252.09/241.81		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.09/241.81		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.09/241.81		at concrete.Solver.toStream(Solver.scala:73)
252.09/241.81		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.09/241.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.09/241.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.09/241.81		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.09/241.81		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.09/241.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.09/241.81		at scala.util.Success.map(Try.scala:209)
252.09/241.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.09/241.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.09/241.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.09/241.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.09/241.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.09/241.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.09/241.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.09/241.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.09/241.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.09/241.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.09/241.81		at scala.App.main(App.scala:76)
252.09/241.81		at scala.App.main$(App.scala:74)
252.09/241.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.09/241.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.09/241.81	v <instantiation cost="932">
252.09/241.81	v       <list>
252.09/241.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
252.09/241.81	v       </list>
252.09/241.81	v       <values>
252.09/241.81	v         1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0
252.09/241.81	v       </values>
252.09/241.81	v     </instantiation>
252.09/241.81	s SATISFIABLE

Verifier Data

OK	932

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 (14371 MiB free)
  memory of node 1: 16384 MiB (15438 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259531-1502648007/watcher-4259531-1502648007 -o /tmp/evaluation-result-4259531-1502648007/solver-4259531-1502648007 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259531-1502648007.xml 

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

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

solver pid=32090, runsolver pid=32087

[startup+0.100129 s]*
/proc/loadavg: 1.99 1.76 1.84 4/203 32122
/proc/meminfo: memFree=30525004/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=9636 memory=1508 CPUtime=0.01 cores=1,3,5,7
/proc/32090/stat : 32090 (bash) S 32087 32090 8289 0 -1 4202496 893 6476 0 0 0 0 0 1 20 0 1 0 112615865 9867264 377 18446744073709551615 4194304 5098028 140723783093264 140723783087272 140685206780928 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 30556160 140723783098868 140723783098953 140723783098953 140723783102442 0
/proc/32090/statm: 2409 377 297 221 0 118 0
[pid=32120] ppid=32090 vsize=9636 memory=700 CPUtime=0 cores=1,3,5,7
/proc/32120/stat : 32120 (bash) S 32090 32090 8289 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 1 0 112615875 9867264 175 18446744073709551615 4194304 5098028 140723783093264 140723783085944 140685206606460 0 65536 1 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30556160 140723783098868 140723783098953 140723783098953 140723783102442 0
/proc/32120/statm: 2409 175 95 221 0 118 0
[pid=32121] ppid=32120 vsize=9934512 memory=10700 CPUtime=0 cores=1,3,5,7
/proc/32121/stat : 32121 (java) S 32120 32090 8289 0 -1 1077944320 2470 0 0 0 0 0 0 0 20 0 6 0 112615875 10172940288 2675 18446744073709551615 4194304 4196468 140734422464496 140734422447040 140573770276599 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7626752 140734422471256 140734422471270 140734422471270 140734422474703 0
/proc/32121/statm: 2483628 2675 1215 1 0 2473598 0
[pid=32121/tid=32123] ppid=32120 vsize=9934512 memory=8326441112148417179 CPUtime=0 cores=1,3,5,7
/proc/32121/task/32123/stat : 32123 (java) R 32120 32090 8289 0 -1 4202560 1188 0 0 0 0 0 0 0 20 0 6 0 112615876 10172940288 2675 18446744073709551615 4194304 4196468 140734422464496 140573774517576 140573753980432 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7626752 140734422471256 140734422471270 140734422471270 140734422474703 0
[pid=32121/tid=32124] ppid=32120 vsize=9934512 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32121/task/32124/stat : 32124 (java) S 32120 32090 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112615876 10172940288 2675 18446744073709551615 4194304 4196468 140734422464496 140573700697104 140573770286805 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7626752 140734422471256 140734422471270 140734422471270 140734422474703 0
[pid=32121/tid=32125] ppid=32120 vsize=9934512 memory=139724208674432 CPUtime=0 cores=1,3,5,7
/proc/32121/task/32125/stat : 32125 (java) S 32120 32090 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112615876 10172940288 2675 18446744073709551615 4194304 4196468 140734422464496 140573699644560 140573770286805 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7626752 140734422471256 140734422471270 140734422471270 140734422474703 0
[pid=32121/tid=32126] ppid=32120 vsize=9934512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32121/task/32126/stat : 32126 (java) S 32120 32090 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112615876 10172940288 2675 18446744073709551615 4194304 4196468 140734422464496 140573698591504 140573770286805 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7626752 140734422471256 140734422471270 140734422471270 140734422474703 0
[pid=32121/tid=32127] ppid=32120 vsize=9934512 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32121/task/32127/stat : 32127 (java) S 32120 32090 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112615876 10172940288 2675 18446744073709551615 4194304 4196468 140734422464496 140573697538960 140573770286805 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7626752 140734422471256 140734422471270 140734422471270 140734422474703 0
[pid=32122] ppid=32120 vsize=9872 memory=968 CPUtime=0 cores=1,3,5,7
/proc/32122/stat : 32122 (awk) S 32120 32090 8289 0 -1 4202496 393 0 0 0 0 0 0 0 20 0 1 0 112615875 10108928 242 18446744073709551615 4194304 4609284 140732256738896 140732256738072 140683302124544 0 0 1 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 13574144 140732256739968 140732256739998 140732256739998 140732256743403 0
/proc/32122/statm: 2468 242 202 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9963656 KiB
Current children cumulated memory: 13876 KiB

[startup+0.210364 s]*
/proc/loadavg: 1.99 1.76 1.84 2/201 32140
/proc/meminfo: memFree=30521444/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=13358716 memory=14108 CPUtime=0.08 cores=1,3,5,7
/proc/32090/stat : 32090 (java) S 32087 32090 8289 0 -1 1077944320 4247 12338 0 0 0 1 4 3 20 0 6 0 112615865 13679325184 3527 18446744073709551615 4194304 4196468 140726891617696 140726891600240 139933235965687 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
/proc/32090/statm: 3339679 3527 1891 1 0 3329176 0
[pid=32090/tid=32140] ppid=32087 vsize=13358716 memory=7077796292425249400 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32140/stat : 32140 (java) R 32087 32090 8289 0 -1 4202560 2095 12338 0 0 0 0 4 3 20 0 6 0 112615886 13679325184 3527 18446744073709551615 4194304 4196468 140726891617696 139933240201808 139933220046174 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32141] ppid=32087 vsize=13358716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32141/stat : 32141 (java) S 32087 32090 8289 0 -1 1077944384 1 12338 0 0 0 0 4 3 20 0 6 0 112615887 13679325184 3593 18446744073709551615 4194304 4196468 140726891617696 139933192932240 139933235975893 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32142] ppid=32087 vsize=13358716 memory=139724208674432 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32142/stat : 32142 (java) S 32087 32090 8289 0 -1 1077944384 1 12338 0 0 0 0 4 3 20 0 6 0 112615887 13679325184 3593 18446744073709551615 4194304 4196468 140726891617696 139933191879440 139933235975893 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32143] ppid=32087 vsize=13358716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32143/stat : 32143 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 6 0 112615887 13679325184 3593 18446744073709551615 4194304 4196468 140726891617696 139933190827152 139933235975893 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32144] ppid=32087 vsize=13358716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32144/stat : 32144 (java) S 32087 32090 8289 0 -1 1077944384 2 12338 0 0 0 0 4 3 20 0 6 0 112615887 13679325184 3593 18446744073709551615 4194304 4196468 140726891617696 139933189774352 139933235975893 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13358716 KiB
Current children cumulated memory: 14108 KiB

[startup+0.310115 s]*
/proc/loadavg: 1.99 1.76 1.84 2/213 32152
/proc/meminfo: memFree=30514096/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=13973936 memory=24840 CPUtime=0.13 cores=1,3,5,7
/proc/32090/stat : 32090 (java) S 32087 32090 8289 0 -1 1077944320 6013 12338 0 0 5 1 4 3 20 0 15 0 112615865 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 140726891600240 139933235965687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
/proc/32090/statm: 3493484 6210 2683 1 0 3482965 0
[pid=32090/tid=32140] ppid=32087 vsize=13973936 memory=7077796292425249400 CPUtime=0.12 cores=1,3,5,7
/proc/32090/task/32140/stat : 32140 (java) R 32087 32090 8289 0 -1 4202560 3139 12338 0 0 4 1 4 3 20 0 15 0 112615886 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139933240201088 139933235987613 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32141] ppid=32087 vsize=13973936 memory=35 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32141/stat : 32141 (java) S 32087 32090 8289 0 -1 1077944384 1 12338 0 0 0 0 4 3 20 0 15 0 112615887 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139933192932240 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32142] ppid=32087 vsize=13973936 memory=139724208743968 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32142/stat : 32142 (java) S 32087 32090 8289 0 -1 1077944384 1 12338 0 0 0 0 4 3 20 0 15 0 112615887 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139933191879440 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32143] ppid=32087 vsize=13973936 memory=71908 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32143/stat : 32143 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615887 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139933190827152 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32144] ppid=32087 vsize=13973936 memory=67 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32144/stat : 32144 (java) S 32087 32090 8289 0 -1 1077944384 2 12338 0 0 0 0 4 3 20 0 15 0 112615887 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139933189774352 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32145] ppid=32087 vsize=13973936 memory=139724208750880 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32145/stat : 32145 (java) S 32087 32090 8289 0 -1 1077944384 2 12338 0 0 0 0 4 3 20 0 15 0 112615888 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932713588848 139933235976834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32146] ppid=32087 vsize=13973936 memory=35 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32146/stat : 32146 (java) S 32087 32090 8289 0 -1 1077944384 33 12338 0 0 0 0 4 3 20 0 15 0 112615889 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932712534816 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32147] ppid=32087 vsize=13973936 memory=81092 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32147/stat : 32147 (java) S 32087 32090 8289 0 -1 1077944384 21 12338 0 0 0 0 4 3 20 0 15 0 112615889 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932711482480 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32148] ppid=32087 vsize=13973936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32148/stat : 32148 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615891 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932710430800 139933235984283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32149] ppid=32087 vsize=13973936 memory=139724077653472 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32149/stat : 32149 (java) S 32087 32090 8289 0 -1 1077944384 420 12338 0 0 0 0 4 3 20 0 15 0 112615891 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932709378672 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32150] ppid=32087 vsize=13973936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32150/stat : 32150 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615891 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932708325872 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32151] ppid=32087 vsize=13973936 memory=139724208674432 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32151/stat : 32151 (java) S 32087 32090 8289 0 -1 1077944384 231 12338 0 0 0 0 4 3 20 0 15 0 112615891 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932707273584 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32152] ppid=32087 vsize=13973936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32152/stat : 32152 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615892 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932706221024 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32153] ppid=32087 vsize=13973936 memory=139724208674432 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32153/stat : 32153 (java) S 32087 32090 8289 0 -1 1077944384 1 12338 0 0 0 0 4 3 20 0 15 0 112615897 14309310464 6210 18446744073709551615 4194304 4196468 140726891617696 139932705167792 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13973936 KiB
Current children cumulated memory: 24840 KiB

[startup+0.700834 s]
/proc/loadavg: 1.99 1.76 1.84 3/214 32153
/proc/meminfo: memFree=30486496/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=13974784 memory=57052 CPUtime=0.67 cores=1,3,5,7
/proc/32090/stat : 32090 (java) S 32087 32090 8289 0 -1 1077944320 13855 12338 0 0 56 4 4 3 20 0 15 0 112615865 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 140726891600240 139933235965687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
/proc/32090/statm: 3493696 14263 3107 1 0 3482965 0
[pid=32090/tid=32140] ppid=32087 vsize=13974784 memory=54520 CPUtime=0.5 cores=1,3,5,7
/proc/32090/task/32140/stat : 32140 (java) R 32087 32090 8289 0 -1 4202560 10216 12338 0 0 40 3 4 3 20 0 15 0 112615886 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139933240188048 139933220046174 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32141] ppid=32087 vsize=13974784 memory=279448155052984 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32141/stat : 32141 (java) S 32087 32090 8289 0 -1 1077944384 1 12338 0 0 0 0 4 3 20 0 15 0 112615887 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139933192932240 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32142] ppid=32087 vsize=13974784 memory=2615836411649 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32142/stat : 32142 (java) S 32087 32090 8289 0 -1 1077944384 1 12338 0 0 0 0 4 3 20 0 15 0 112615887 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139933191879440 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32143] ppid=32087 vsize=13974784 memory=2633016280833 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32143/stat : 32143 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615887 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139933190827152 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32144] ppid=32087 vsize=13974784 memory=2650196150017 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32144/stat : 32144 (java) S 32087 32090 8289 0 -1 1077944384 2 12338 0 0 0 0 4 3 20 0 15 0 112615887 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139933189774352 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32145] ppid=32087 vsize=13974784 memory=2718915626497 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32145/stat : 32145 (java) S 32087 32090 8289 0 -1 1077944384 5 12338 0 0 0 0 4 3 20 0 15 0 112615888 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932713588848 139933235976834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32146] ppid=32087 vsize=13974784 memory=2847764645377 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32146/stat : 32146 (java) S 32087 32090 8289 0 -1 1077944384 33 12338 0 0 0 0 4 3 20 0 15 0 112615889 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932712534816 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32147] ppid=32087 vsize=13974784 memory=52632 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32147/stat : 32147 (java) S 32087 32090 8289 0 -1 1077944384 21 12338 0 0 0 0 4 3 20 0 15 0 112615889 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932711482480 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32148] ppid=32087 vsize=13974784 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32148/stat : 32148 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615891 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932710430800 139933235984283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32149] ppid=32087 vsize=13974784 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32090/task/32149/stat : 32149 (java) S 32087 32090 8289 0 -1 1077944384 690 12338 0 0 3 0 4 3 20 0 15 0 112615891 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932709378672 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32150] ppid=32087 vsize=13974784 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32090/task/32150/stat : 32150 (java) S 32087 32090 8289 0 -1 1077944384 141 12338 0 0 2 0 4 3 20 0 15 0 112615891 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932708325872 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32151] ppid=32087 vsize=13974784 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/32090/task/32151/stat : 32151 (java) S 32087 32090 8289 0 -1 1077944384 585 12338 0 0 9 0 4 3 20 0 15 0 112615891 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932707273584 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32152] ppid=32087 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32152/stat : 32152 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615892 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932706221024 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32153] ppid=32087 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32153/stat : 32153 (java) S 32087 32090 8289 0 -1 1077944384 1 12338 0 0 0 0 4 3 20 0 15 0 112615897 14310178816 14263 18446744073709551615 4194304 4196468 140726891617696 139932705167792 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 57052 KiB

[startup+1.50475 s]
/proc/loadavg: 1.99 1.76 1.84 4/214 32153
/proc/meminfo: memFree=30445524/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=13985408 memory=160756 CPUtime=1.86 cores=1,3,5,7
/proc/32090/stat : 32090 (java) S 32087 32090 8289 0 -1 1077944320 30017 12338 0 0 170 9 4 3 20 0 15 0 112615865 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 140726891600240 139933235965687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
/proc/32090/statm: 3496352 40189 3370 1 0 3485525 0
[pid=32090/tid=32140] ppid=32087 vsize=13985408 memory=149 CPUtime=1.28 cores=1,3,5,7
/proc/32090/task/32140/stat : 32140 (java) S 32087 32090 8289 0 -1 1077944384 22775 12338 0 0 115 6 4 3 20 0 15 0 112615886 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139933240182992 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32141] ppid=32087 vsize=13985408 memory=102 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32141/stat : 32141 (java) R 32087 32090 8289 0 -1 4202560 8 12338 0 0 0 0 4 3 20 0 15 0 112615887 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139933192932240 139933229069324 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32142] ppid=32087 vsize=13985408 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32142/stat : 32142 (java) R 32087 32090 8289 0 -1 4202560 62 12338 0 0 0 0 4 3 20 0 15 0 112615887 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139933191879440 139933229070340 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32143] ppid=32087 vsize=13985408 memory=54520 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32143/stat : 32143 (java) R 32087 32090 8289 0 -1 1077944384 59 12338 0 0 0 0 4 3 20 0 15 0 112615887 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139933190827152 139933235975893 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32144] ppid=32087 vsize=13985408 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32144/stat : 32144 (java) R 32087 32090 8289 0 -1 4202560 230 12338 0 0 0 0 4 3 20 0 15 0 112615887 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139933189774352 139933220954087 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32145] ppid=32087 vsize=13985408 memory=279448155159208 CPUtime=0.08 cores=1,3,5,7
/proc/32090/task/32145/stat : 32145 (java) S 32087 32090 8289 0 -1 1077944384 1528 12338 0 0 1 0 4 3 20 0 15 0 112615888 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932713587360 139933235975893 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32146] ppid=32087 vsize=13985408 memory=142167913794292 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32146/stat : 32146 (java) S 32087 32090 8289 0 -1 1077944384 33 12338 0 0 0 0 4 3 20 0 15 0 112615889 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932712534816 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32147] ppid=32087 vsize=13985408 memory=142167913794292 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32147/stat : 32147 (java) S 32087 32090 8289 0 -1 1077944384 21 12338 0 0 0 0 4 3 20 0 15 0 112615889 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932711482480 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32148] ppid=32087 vsize=13985408 memory=142167913794036 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32148/stat : 32148 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615891 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932710430800 139933235984283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32149] ppid=32087 vsize=13985408 memory=142167913794036 CPUtime=0.25 cores=1,3,5,7
/proc/32090/task/32149/stat : 32149 (java) S 32087 32090 8289 0 -1 1077944384 1311 12338 0 0 17 1 4 3 20 0 15 0 112615891 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932709378672 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32150] ppid=32087 vsize=13985408 memory=142167913793780 CPUtime=0.17 cores=1,3,5,7
/proc/32090/task/32150/stat : 32150 (java) S 32087 32090 8289 0 -1 1077944384 456 12338 0 0 10 0 4 3 20 0 15 0 112615891 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932708325872 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32151] ppid=32087 vsize=13985408 memory=14356 CPUtime=0.29 cores=1,3,5,7
/proc/32090/task/32151/stat : 32151 (java) S 32087 32090 8289 0 -1 1077944384 1371 12338 0 0 22 0 4 3 20 0 15 0 112615891 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932707269456 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32152] ppid=32087 vsize=13985408 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32152/stat : 32152 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615892 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932706221024 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32153] ppid=32087 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32153/stat : 32153 (java) S 32087 32090 8289 0 -1 1077944384 8 12338 0 0 0 0 4 3 20 0 15 0 112615897 14321057792 40189 18446744073709551615 4194304 4196468 140726891617696 139932705167792 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 160756 KiB

[startup+3.11062 s]
/proc/loadavg: 2.00 1.77 1.84 4/214 32153
/proc/meminfo: memFree=30263864/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=14065468 memory=289584 CPUtime=5.38 cores=1,3,5,7
/proc/32090/stat : 32090 (java) S 32087 32090 8289 0 -1 1077944320 62505 12338 0 0 515 16 4 3 20 0 15 0 112615865 14403039232 72396 18446744073709551615 4194304 4196468 140726891617696 140726891600240 139933235965687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
/proc/32090/statm: 3516367 72396 3456 1 0 3504981 0
[pid=32090/tid=32140] ppid=32087 vsize=14065468 memory=0 CPUtime=2.79 cores=1,3,5,7

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

/proc/32090/task/32140/stat : 32140 (java) R 32087 32090 8289 0 -1 4202560 56688 12338 0 0 10104 21 4 3 20 0 15 0 112615886 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139933240199952 139932880156682 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32141] ppid=32087 vsize=14067516 memory=909992 CPUtime=0.41 cores=1,3,5,7
/proc/32090/task/32141/stat : 32141 (java) S 32087 32090 8289 0 -1 1077944384 2720 12338 0 0 31 3 4 3 20 0 15 0 112615887 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139933192932240 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32142] ppid=32087 vsize=14067516 memory=909992 CPUtime=0.4 cores=1,3,5,7
/proc/32090/task/32142/stat : 32142 (java) S 32087 32090 8289 0 -1 1077944384 3157 12338 0 0 30 3 4 3 20 0 15 0 112615887 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139933191879440 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32143] ppid=32087 vsize=14067516 memory=299 CPUtime=0.4 cores=1,3,5,7
/proc/32090/task/32143/stat : 32143 (java) S 32087 32090 8289 0 -1 1077944384 736 12338 0 0 30 3 4 3 20 0 15 0 112615887 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139933190827152 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32144] ppid=32087 vsize=14067516 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/32090/task/32144/stat : 32144 (java) S 32087 32090 8289 0 -1 1077944384 528 12338 0 0 29 3 4 3 20 0 15 0 112615887 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139933189774352 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32145] ppid=32087 vsize=14067516 memory=279448156379040 CPUtime=0.4 cores=1,3,5,7
/proc/32090/task/32145/stat : 32145 (java) S 32087 32090 8289 0 -1 1077944384 3864 12338 0 0 30 3 4 3 20 0 15 0 112615888 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932713588848 139933235976834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32146] ppid=32087 vsize=14067516 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32146/stat : 32146 (java) S 32087 32090 8289 0 -1 1077944384 55 12338 0 0 0 0 4 3 20 0 15 0 112615889 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932712534880 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32147] ppid=32087 vsize=14067516 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32147/stat : 32147 (java) S 32087 32090 8289 0 -1 1077944384 43 12338 0 0 0 0 4 3 20 0 15 0 112615889 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932711482496 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32148] ppid=32087 vsize=14067516 memory=8182 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32148/stat : 32148 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615891 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932710430800 139933235984283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32149] ppid=32087 vsize=14067516 memory=844 CPUtime=3.06 cores=1,3,5,7
/proc/32090/task/32149/stat : 32149 (java) S 32087 32090 8289 0 -1 1077944384 8882 12338 0 0 295 4 4 3 20 0 15 0 112615891 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932709378672 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32150] ppid=32087 vsize=14067516 memory=18484 CPUtime=2.97 cores=1,3,5,7
/proc/32090/task/32150/stat : 32150 (java) S 32087 32090 8289 0 -1 1077944384 5802 12338 0 0 288 2 4 3 20 0 15 0 112615891 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932708325872 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32151] ppid=32087 vsize=14067516 memory=909944 CPUtime=1.93 cores=1,3,5,7
/proc/32090/task/32151/stat : 32151 (java) S 32087 32090 8289 0 -1 1077944384 9480 12338 0 0 183 3 4 3 20 0 15 0 112615891 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932707273584 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32152] ppid=32087 vsize=14067516 memory=3352 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32152/stat : 32152 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615892 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932706221024 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32153] ppid=32087 vsize=14067516 memory=2502 CPUtime=0.12 cores=1,3,5,7
/proc/32090/task/32153/stat : 32153 (java) S 32087 32090 8289 0 -1 1077944384 93 12338 0 0 2 3 4 3 20 0 15 0 112615897 14405136384 227498 18446744073709551615 4194304 4196468 140726891617696 139932705167792 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
Current children cumulated CPU time: 110.87 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 909992 KiB

[startup+162.301 s]
/proc/loadavg: 1.49 1.68 1.80 3/218 32323
/proc/meminfo: memFree=29352792/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=14067516 memory=910012 CPUtime=171.57 cores=1,3,5,7
/proc/32090/stat : 32090 (java) S 32087 32090 8289 0 -1 1077944320 98668 12338 0 0 17094 56 4 3 20 0 15 0 112615865 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 140726891600240 139933235965687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
/proc/32090/statm: 3516879 227503 3469 1 0 3505493 0
[pid=32090/tid=32140] ppid=32087 vsize=14067516 memory=910012 CPUtime=160.68 cores=1,3,5,7
/proc/32090/task/32140/stat : 32140 (java) R 32087 32090 8289 0 -1 4202560 57993 12338 0 0 16040 21 4 3 20 0 15 0 112615886 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139933240199584 139932871863256 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32141] ppid=32087 vsize=14067516 memory=909992 CPUtime=0.66 cores=1,3,5,7
/proc/32090/task/32141/stat : 32141 (java) S 32087 32090 8289 0 -1 1077944384 3217 12338 0 0 55 4 4 3 20 0 15 0 112615887 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139933192932240 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32142] ppid=32087 vsize=14067516 memory=910012 CPUtime=0.66 cores=1,3,5,7
/proc/32090/task/32142/stat : 32142 (java) S 32087 32090 8289 0 -1 1077944384 3167 12338 0 0 54 5 4 3 20 0 15 0 112615887 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139933191879440 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32143] ppid=32087 vsize=14067516 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32090/task/32143/stat : 32143 (java) S 32087 32090 8289 0 -1 1077944384 1825 12338 0 0 53 6 4 3 20 0 15 0 112615887 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139933190827152 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32144] ppid=32087 vsize=14067516 memory=910012 CPUtime=0.65 cores=1,3,5,7
/proc/32090/task/32144/stat : 32144 (java) S 32087 32090 8289 0 -1 1077944384 606 12338 0 0 53 5 4 3 20 0 15 0 112615887 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139933189774352 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32145] ppid=32087 vsize=14067516 memory=910012 CPUtime=0.67 cores=1,3,5,7
/proc/32090/task/32145/stat : 32145 (java) S 32087 32090 8289 0 -1 1077944384 4191 12338 0 0 56 4 4 3 20 0 15 0 112615888 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932713588848 139933235976834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32146] ppid=32087 vsize=14067516 memory=910012 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32146/stat : 32146 (java) S 32087 32090 8289 0 -1 1077944384 55 12338 0 0 0 0 4 3 20 0 15 0 112615889 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932712534880 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32147] ppid=32087 vsize=14067516 memory=910012 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32147/stat : 32147 (java) S 32087 32090 8289 0 -1 1077944384 43 12338 0 0 0 0 4 3 20 0 15 0 112615889 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932711482496 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32148] ppid=32087 vsize=14067516 memory=910012 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32148/stat : 32148 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615891 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932710430800 139933235984283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32149] ppid=32087 vsize=14067516 memory=910012 CPUtime=3.06 cores=1,3,5,7
/proc/32090/task/32149/stat : 32149 (java) S 32087 32090 8289 0 -1 1077944384 8885 12338 0 0 295 4 4 3 20 0 15 0 112615891 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932709378672 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32150] ppid=32087 vsize=14067516 memory=910012 CPUtime=2.97 cores=1,3,5,7
/proc/32090/task/32150/stat : 32150 (java) S 32087 32090 8289 0 -1 1077944384 5806 12338 0 0 288 2 4 3 20 0 15 0 112615891 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932708325872 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32151] ppid=32087 vsize=14067516 memory=910012 CPUtime=1.93 cores=1,3,5,7
/proc/32090/task/32151/stat : 32151 (java) S 32087 32090 8289 0 -1 1077944384 10604 12338 0 0 183 3 4 3 20 0 15 0 112615891 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932707273584 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32152] ppid=32087 vsize=14067516 memory=910012 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32152/stat : 32152 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615892 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932706221024 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32153] ppid=32087 vsize=14067516 memory=4168 CPUtime=0.16 cores=1,3,5,7
/proc/32090/task/32153/stat : 32153 (java) S 32087 32090 8289 0 -1 1077944384 120 12338 0 0 4 5 4 3 20 0 15 0 112615897 14405136384 227503 18446744073709551615 4194304 4196468 140726891617696 139932705167792 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
Current children cumulated CPU time: 171.57 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 910012 KiB

[startup+222.301 s]
/proc/loadavg: 1.33 1.60 1.76 3/215 32325
/proc/meminfo: memFree=29580352/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=14067516 memory=910060 CPUtime=232.35 cores=1,3,5,7
/proc/32090/stat : 32090 (java) S 32087 32090 8289 0 -1 1077944320 102033 12338 0 0 23162 66 4 3 20 0 15 0 112615865 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 140726891600240 139933235965687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
/proc/32090/statm: 3516879 227515 3469 1 0 3505493 0
[pid=32090/tid=32140] ppid=32087 vsize=14067516 memory=910060 CPUtime=220.01 cores=1,3,5,7
/proc/32090/task/32140/stat : 32140 (java) R 32087 32090 8289 0 -1 4202560 59328 12338 0 0 21972 22 4 3 20 0 15 0 112615886 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139933240199120 139932879562450 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32141] ppid=32087 vsize=14067516 memory=909920 CPUtime=0.94 cores=1,3,5,7
/proc/32090/task/32141/stat : 32141 (java) S 32087 32090 8289 0 -1 1077944384 3264 12338 0 0 81 6 4 3 20 0 15 0 112615887 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139933192932240 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32142] ppid=32087 vsize=14067516 memory=910060 CPUtime=0.93 cores=1,3,5,7
/proc/32090/task/32142/stat : 32142 (java) S 32087 32090 8289 0 -1 1077944384 4644 12338 0 0 80 6 4 3 20 0 15 0 112615887 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139933191879440 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32143] ppid=32087 vsize=14067516 memory=910060 CPUtime=0.93 cores=1,3,5,7
/proc/32090/task/32143/stat : 32143 (java) S 32087 32090 8289 0 -1 1077944384 1906 12338 0 0 79 7 4 3 20 0 15 0 112615887 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139933190827152 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32144] ppid=32087 vsize=14067516 memory=910060 CPUtime=0.93 cores=1,3,5,7
/proc/32090/task/32144/stat : 32144 (java) S 32087 32090 8289 0 -1 1077944384 674 12338 0 0 79 7 4 3 20 0 15 0 112615887 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139933189774352 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32145] ppid=32087 vsize=14067516 memory=910060 CPUtime=0.96 cores=1,3,5,7
/proc/32090/task/32145/stat : 32145 (java) S 32087 32090 8289 0 -1 1077944384 4518 12338 0 0 84 5 4 3 20 0 15 0 112615888 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932713588848 139933235976834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32146] ppid=32087 vsize=14067516 memory=910060 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32146/stat : 32146 (java) S 32087 32090 8289 0 -1 1077944384 55 12338 0 0 0 0 4 3 20 0 15 0 112615889 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932712534880 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32147] ppid=32087 vsize=14067516 memory=910060 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32147/stat : 32147 (java) S 32087 32090 8289 0 -1 1077944384 43 12338 0 0 0 0 4 3 20 0 15 0 112615889 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932711482496 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32148] ppid=32087 vsize=14067516 memory=910060 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32148/stat : 32148 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615891 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932710430800 139933235984283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32149] ppid=32087 vsize=14067516 memory=910060 CPUtime=3.06 cores=1,3,5,7
/proc/32090/task/32149/stat : 32149 (java) S 32087 32090 8289 0 -1 1077944384 8887 12338 0 0 295 4 4 3 20 0 15 0 112615891 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932709378672 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32150] ppid=32087 vsize=14067516 memory=910060 CPUtime=2.97 cores=1,3,5,7
/proc/32090/task/32150/stat : 32150 (java) S 32087 32090 8289 0 -1 1077944384 5809 12338 0 0 288 2 4 3 20 0 15 0 112615891 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932708325872 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32151] ppid=32087 vsize=14067516 memory=910060 CPUtime=1.93 cores=1,3,5,7
/proc/32090/task/32151/stat : 32151 (java) S 32087 32090 8289 0 -1 1077944384 10607 12338 0 0 183 3 4 3 20 0 15 0 112615891 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932707273584 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32152] ppid=32087 vsize=14067516 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32152/stat : 32152 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615892 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932706221024 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32153] ppid=32087 vsize=14067516 memory=54572 CPUtime=0.2 cores=1,3,5,7
/proc/32090/task/32153/stat : 32153 (java) S 32087 32090 8289 0 -1 1077944384 142 12338 0 0 5 8 4 3 20 0 15 0 112615897 14405136384 227515 18446744073709551615 4194304 4196468 140726891617696 139932705167792 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
Current children cumulated CPU time: 232.35 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 910060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.801 s]
/proc/loadavg: 1.48 1.62 1.77 3/215 32326
/proc/meminfo: memFree=29597548/32770624 swapFree=67108860/67108860
[pid=32090] ppid=32087 vsize=14067516 memory=910088 CPUtime=252.09 cores=1,3,5,7
/proc/32090/stat : 32090 (java) S 32087 32090 8289 0 -1 1077944320 103609 12338 0 0 25134 68 4 3 20 0 15 0 112615865 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 140726891600240 139933235965687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
/proc/32090/statm: 3516879 227522 3469 1 0 3505493 0
[pid=32090/tid=32140] ppid=32087 vsize=14067516 memory=1296 CPUtime=239.3 cores=1,3,5,7
/proc/32090/task/32140/stat : 32140 (java) R 32087 32090 8289 0 -1 4202560 59736 12338 0 0 23900 23 4 3 20 0 15 0 112615886 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139933240200080 139933218953234 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32141] ppid=32087 vsize=14067516 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/32090/task/32141/stat : 32141 (java) S 32087 32090 8289 0 -1 1077944384 3267 12338 0 0 89 7 4 3 20 0 15 0 112615887 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139933192932240 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32142] ppid=32087 vsize=14067516 memory=-8774313645642428999 CPUtime=1.02 cores=1,3,5,7
/proc/32090/task/32142/stat : 32142 (java) S 32087 32090 8289 0 -1 1077944384 4717 12338 0 0 88 7 4 3 20 0 15 0 112615887 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139933191879440 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32143] ppid=32087 vsize=14067516 memory=792 CPUtime=1.02 cores=1,3,5,7
/proc/32090/task/32143/stat : 32143 (java) S 32087 32090 8289 0 -1 1077944384 2951 12338 0 0 87 8 4 3 20 0 15 0 112615887 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139933190827152 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32144] ppid=32087 vsize=14067516 memory=1716 CPUtime=1.01 cores=1,3,5,7
/proc/32090/task/32144/stat : 32144 (java) S 32087 32090 8289 0 -1 1077944384 686 12338 0 0 87 7 4 3 20 0 15 0 112615887 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139933189774352 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32145] ppid=32087 vsize=14067516 memory=1228 CPUtime=1.06 cores=1,3,5,7
/proc/32090/task/32145/stat : 32145 (java) S 32087 32090 8289 0 -1 1077944384 4553 12338 0 0 94 5 4 3 20 0 15 0 112615888 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932713588848 139933235976834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32146] ppid=32087 vsize=14067516 memory=14356 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32146/stat : 32146 (java) S 32087 32090 8289 0 -1 1077944384 55 12338 0 0 0 0 4 3 20 0 15 0 112615889 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932712534880 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32147] ppid=32087 vsize=14067516 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32147/stat : 32147 (java) S 32087 32090 8289 0 -1 1077944384 43 12338 0 0 0 0 4 3 20 0 15 0 112615889 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932711482496 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32148] ppid=32087 vsize=14067516 memory=910060 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32148/stat : 32148 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615891 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932710430800 139933235984283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32149] ppid=32087 vsize=14067516 memory=844 CPUtime=3.06 cores=1,3,5,7
/proc/32090/task/32149/stat : 32149 (java) S 32087 32090 8289 0 -1 1077944384 8887 12338 0 0 295 4 4 3 20 0 15 0 112615891 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932709378672 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32150] ppid=32087 vsize=14067516 memory=18484 CPUtime=2.97 cores=1,3,5,7
/proc/32090/task/32150/stat : 32150 (java) S 32087 32090 8289 0 -1 1077944384 5809 12338 0 0 288 2 4 3 20 0 15 0 112615891 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932708325872 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32151] ppid=32087 vsize=14067516 memory=3912 CPUtime=1.93 cores=1,3,5,7
/proc/32090/task/32151/stat : 32151 (java) S 32087 32090 8289 0 -1 1077944384 10607 12338 0 0 183 3 4 3 20 0 15 0 112615891 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932707273584 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32152] ppid=32087 vsize=14067516 memory=2912 CPUtime=0.07 cores=1,3,5,7
/proc/32090/task/32152/stat : 32152 (java) S 32087 32090 8289 0 -1 1077944384 3 12338 0 0 0 0 4 3 20 0 15 0 112615892 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932706221024 139933235975893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
[pid=32090/tid=32153] ppid=32087 vsize=14067516 memory=2952 CPUtime=0.22 cores=1,3,5,7
/proc/32090/task/32153/stat : 32153 (java) S 32087 32090 8289 0 -1 1077944384 142 12338 0 0 6 9 4 3 20 0 15 0 112615897 14405136384 227522 18446744073709551615 4194304 4196468 140726891617696 139932705167792 139933235976834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140726891620272 140726891623057 140726891623057 140726891626447 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 910088 KiB

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

[startup+241.835 s]
# the end of solver process 32090 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.415 s, system=0.740796 s

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

Child status: 143
Real time (s): 241.835
CPU time (s): 252.155
CPU user time (s): 251.415
CPU system time (s): 0.740796
CPU usage (%): 104.267
Max. virtual memory (cumulated for all children) (KiB): 14070232
Max. memory (cumulated for all children) (KiB): 910088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.415
system time used= 0.740796
maximum resident set size= 910776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33829
involuntary context switches= 930


# summary of solver processes directly reported to runsolver:
#   pid: 32090
#   total CPU time (s): 252.155
#   total CPU user time (s): 251.415
#   total CPU system time (s): 0.740796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40589 second user time and 2.44472 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:59:19
IDJOB=4259531
IDBENCH=133508
IDSOLVER=2646
FILE ID=node133/4259531-1502648007
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-00.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259531-1502648007/watcher-4259531-1502648007 -o /tmp/evaluation-result-4259531-1502648007/solver-4259531-1502648007 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259531-1502648007.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=1394579264

node133.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.17
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.17
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.17
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.17
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:        30526012 kB
MemAvailable:   31167332 kB
Buffers:          239104 kB
Cached:           697488 kB
SwapCached:            0 kB
Active:          1608256 kB
Inactive:         186608 kB
Active(anon):     799388 kB
Inactive(anon):   100804 kB
Active(file):     808868 kB
Inactive(file):    85804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24500 kB
Writeback:             0 kB
AnonPages:        870584 kB
Mapped:            69816 kB
Shmem:             41660 kB
Slab:             152428 kB
SReclaimable:     124964 kB
SUnreclaim:        27464 kB
KernelStack:        3776 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1795488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 20:03:21