Trace number 4400984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)312 2520.05 2467.43

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-5.xml
MD5SUM5197a9101df9cd680fadf9dcc86a0dcb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark312
Best CPU time to get the best result obtained on this benchmark30.0924
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size412
Distribution of domain sizes[{"size":5,"count":50},{"size":412,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.78/1.70	c Concrete v3.12.2.1568631193530 running
11.73/6.04	o 411
11.73/6.05	o 408
12.34/6.29	o 403
13.31/6.56	o 385
13.31/6.56	o 383
13.62/6.69	o 371
13.93/6.70	o 370
13.93/6.75	o 369
13.93/6.77	o 356
14.27/6.80	o 352
14.27/6.81	o 351
14.27/6.83	o 350
14.27/6.85	o 338
14.27/6.87	o 337
14.27/6.87	o 336
14.27/6.88	o 333
15.27/7.15	o 332
15.27/7.15	o 327
15.57/7.26	o 326
22.40/11.04	o 325
22.40/11.05	o 324
22.40/11.05	o 323
23.72/12.11	o 320
24.87/12.93	o 319
43.53/29.44	o 318
44.27/30.17	o 316
51.10/36.82	o 315
51.10/36.82	o 312
2520.01/2467.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2467.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2467.40		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.01/2467.40		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:27)
2520.01/2467.40		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:273)
2520.01/2467.40		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:27)
2520.01/2467.40		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.01/2467.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.01/2467.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2467.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2467.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2467.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2467.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2467.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2467.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2467.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2467.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2467.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2467.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2467.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2467.40		at scala.Option.map(Option.scala:243)
2520.01/2467.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2467.40		at concrete.MAC.mac(MAC.scala:216)
2520.01/2467.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2467.40		at scala.util.Try$.apply(Try.scala:212)
2520.01/2467.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2467.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2467.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2467.40		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2467.40		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2467.40		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2467.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2467.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2467.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2467.40		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2467.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2467.40		at scala.util.Success.map(Try.scala:264)
2520.01/2467.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2467.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2467.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2467.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2467.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2467.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2467.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2467.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2467.40		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2467.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2467.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2467.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2467.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2467.40		at scala.App.main(App.scala:75)
2520.01/2467.40		at scala.App.main$(App.scala:73)
2520.01/2467.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2467.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2467.41	v <instantiation
2520.01/2467.41	v         cost = '312'>
2520.01/2467.41	v       <list>
2520.01/2467.41	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.01/2467.41	v       </list>
2520.01/2467.41	v       <values>
2520.01/2467.41	v         0 5 98 211 252 46 133 141 204 208 0 61 139 191 224 0 61 139 224 257 5 61 98 132 214 312 304 305 312 312 5 86 93 41 60 81 6 63 4 96 46 62 50 17 81 61 78 85 26 55 56 37 34 82 98 4 3 0 1 2 2 3 1 4 0 2 1 4 0 3 0 4 3 2 1 1 0 3 2 4 98 211 252 5 0 208 141 46 133 204 191 61 0 224 139 0 257 224 139 61 61 5 132 98 214
2520.01/2467.41	v       </values>
2520.01/2467.41	v     </instantiation>
2520.01/2467.41	s SATISFIABLE

Verifier Data

OK	312

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400984-1568673331/watcher-4400984-1568673331 -o /tmp/evaluation-result-4400984-1568673331/solver-4400984-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4400984-1568673331.xml 

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

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


[startup+0.100209 s]*
/proc/loadavg: 0.16 1.02 2.20 4/206 12081
/proc/meminfo: memFree=30991632/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/12022/stat : 12022 (bash) S 12015 12022 11963 0 -1 4202496 891 5685 0 0 0 0 0 1 20 0 1 0 443494928 115974144 404 33554432000 4194304 5098028 140734337763536 140734337757544 140338219105280 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 30797824 140734337770516 140734337770641 140734337770641 140734337773550 0
/proc/12022/statm: 28314 404 320 221 0 119 0
[pid=12074] ppid=12022 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/12074/stat : 12074 (bash) S 12022 12022 11963 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443494931 115974144 178 33554432000 4194304 5098028 140734337763536 140734337756216 140338218930812 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30797824 140734337770516 140734337770641 140734337770641 140734337773550 0
/proc/12074/statm: 28314 178 94 221 0 119 0
[pid=12075] ppid=12074 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/12075/stat : 12075 (java) D 12074 12022 11963 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 443494931 303104 1 33554432000 4194304 4196468 140728736642000 140728736639272 140090276513479 0 0 4096 0 18446744072101608996 0 0 17 3 0 0 0 0 0 6293624 6294260 35790848 140728736650380 140728736650394 140728736650394 140728736653263 0
/proc/12075/statm: 74 1 0 1 0 38 0
[pid=12076] ppid=12074 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/12076/stat : 12076 (awk) S 12074 12022 11963 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443494931 116211712 243 33554432000 4194304 4609284 140725023072592 140725023071768 139976929233920 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 20103168 140725023077564 140725023077594 140725023077594 140725023080431 0
/proc/12076/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.210283 s]*
/proc/loadavg: 0.16 1.02 2.20 2/206 12081
/proc/meminfo: memFree=30991424/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/12022/stat : 12022 (bash) S 12015 12022 11963 0 -1 4202496 891 5685 0 0 0 0 0 1 20 0 1 0 443494928 115974144 404 33554432000 4194304 5098028 140734337763536 140734337757544 140338219105280 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 30797824 140734337770516 140734337770641 140734337770641 140734337773550 0
/proc/12022/statm: 28314 404 320 221 0 119 0
[pid=12074] ppid=12022 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/12074/stat : 12074 (bash) S 12022 12022 11963 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443494931 115974144 178 33554432000 4194304 5098028 140734337763536 140734337756216 140338218930812 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30797824 140734337770516 140734337770641 140734337770641 140734337773550 0
/proc/12074/statm: 28314 178 94 221 0 119 0
[pid=12075] ppid=12074 vsize=10648 memory=688 CPUtime=0 cores=1,3,5,7
/proc/12075/stat : 12075 (java) D 12074 12022 11963 0 -1 1077944320 318 0 0 0 0 0 0 0 20 0 1 0 443494931 10903552 172 33554432000 4194304 4196468 140728736642000 140728736624616 140090266916213 0 0 4096 0 18446744072101608996 0 0 17 3 0 0 0 0 0 6293624 6294260 35790848 140728736650380 140728736650394 140728736650394 140728736653263 0
/proc/12075/statm: 2662 172 139 1 0 84 0
[pid=12076] ppid=12074 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/12076/stat : 12076 (awk) S 12074 12022 11963 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443494931 116211712 243 33554432000 4194304 4609284 140725023072592 140725023071768 139976929233920 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 20103168 140725023077564 140725023077594 140725023077594 140725023080431 0
/proc/12076/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 350648 KiB
Current children cumulated memory: 3988 KiB

[startup+0.309653 s]*
/proc/loadavg: 0.16 1.02 2.20 2/206 12081
/proc/meminfo: memFree=30991424/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/12022/stat : 12022 (bash) S 12015 12022 11963 0 -1 4202496 891 5685 0 0 0 0 0 1 20 0 1 0 443494928 115974144 404 33554432000 4194304 5098028 140734337763536 140734337757544 140338219105280 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 30797824 140734337770516 140734337770641 140734337770641 140734337773550 0
/proc/12022/statm: 28314 404 320 221 0 119 0
[pid=12074] ppid=12022 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/12074/stat : 12074 (bash) S 12022 12022 11963 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443494931 115974144 178 33554432000 4194304 5098028 140734337763536 140734337756216 140338218930812 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30797824 140734337770516 140734337770641 140734337770641 140734337773550 0
/proc/12074/statm: 28314 178 94 221 0 119 0
[pid=12075] ppid=12074 vsize=10648 memory=688 CPUtime=0 cores=1,3,5,7
/proc/12075/stat : 12075 (java) D 12074 12022 11963 0 -1 1077944320 318 0 0 0 0 0 0 0 20 0 1 0 443494931 10903552 172 33554432000 4194304 4196468 140728736642000 140728736624616 140090266916213 0 0 4096 0 18446744072101608996 0 0 17 3 0 0 0 0 0 6293624 6294260 35790848 140728736650380 140728736650394 140728736650394 140728736653263 0
/proc/12075/statm: 2662 172 139 1 0 84 0
[pid=12076] ppid=12074 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/12076/stat : 12076 (awk) S 12074 12022 11963 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443494931 116211712 243 33554432000 4194304 4609284 140725023072592 140725023071768 139976929233920 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 20103168 140725023077564 140725023077594 140725023077594 140725023080431 0
/proc/12076/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 350648 KiB
Current children cumulated memory: 3988 KiB

[startup+0.700586 s]
/proc/loadavg: 0.16 1.02 2.20 2/208 12083
/proc/meminfo: memFree=30988844/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/12022/stat : 12022 (bash) S 12015 12022 11963 0 -1 4202496 891 5685 0 0 0 0 0 1 20 0 1 0 443494928 115974144 404 33554432000 4194304 5098028 140734337763536 140734337757544 140338219105280 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 30797824 140734337770516 140734337770641 140734337770641 140734337773550 0
/proc/12022/statm: 28314 404 320 221 0 119 0
[pid=12074] ppid=12022 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/12074/stat : 12074 (bash) S 12022 12022 11963 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443494931 115974144 178 33554432000 4194304 5098028 140734337763536 140734337756216 140338218930812 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30797824 140734337770516 140734337770641 140734337770641 140734337773550 0
/proc/12074/statm: 28314 178 94 221 0 119 0
[pid=12075] ppid=12074 vsize=9940964 memory=16824 CPUtime=0.01 cores=1,3,5,7
/proc/12075/stat : 12075 (java) S 12074 12022 11963 0 -1 1077944320 3506 0 0 0 1 0 0 0 20 0 6 0 443494931 10179547136 4206 33554432000 4194304 4196468 140728736642000 140728736624544 140090274238199 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35790848 140728736650380 140728736650394 140728736650394 140728736653263 0
/proc/12075/statm: 2485241 4206 1945 1 0 2473679 0
[pid=12075/tid=12083] ppid=12074 vsize=9940964 memory=792 CPUtime=0 cores=1,3,5,7
/proc/12075/task/12083/stat : 12083 (java) R 12074 12022 11963 0 -1 4202560 2217 0 0 0 0 0 0 0 20 0 6 0 443494964 10179547136 4206 33554432000 4194304 4196468 140728736642000 140090278474320 140090259920725 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35790848 140728736650380 140728736650394 140728736650394 140728736653263 0
[pid=12076] ppid=12074 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/12076/stat : 12076 (awk) S 12074 12022 11963 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443494931 116211712 243 33554432000 4194304 4609284 140725023072592 140725023071768 139976929233920 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 20103168 140725023077564 140725023077594 140725023077594 140725023080431 0
/proc/12076/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10280964 KiB
Current children cumulated memory: 20124 KiB

[startup+1.5003 s]
/proc/loadavg: 0.16 1.02 2.20 1/232 12107
/proc/meminfo: memFree=30966356/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=10820268 memory=52852 CPUtime=0.44 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12015 12022 11963 0 -1 1077944320 10952 13121 0 0 33 3 5 3 20 0 15 0 443494928 11079954432 13213 33554432000 4194304 4196468 140726928088128 140726928070672 140103588974327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
/proc/12022/statm: 2705067 13213 3325 1 0 2667149 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 52852 KiB

[startup+3.11045 s]
/proc/loadavg: 0.47 1.07 2.21 7/228 12155
/proc/meminfo: memFree=30647976/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=10838796 memory=177380 CPUtime=3.06 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12015 12022 11963 0 -1 1077944320 23699 13121 0 0 288 10 5 3 20 0 15 0 443494928 11098927104 44345 33554432000 4194304 4196468 140726928088128 140726928070672 140103588974327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
/proc/12022/statm: 2709699 44345 3582 1 0 2671757 0
[pid=12022/tid=12118] ppid=12015 vsize=10838796 memory=3588 CPUtime=1.75 cores=1,3,5,7
/proc/12022/task/12118/stat : 12118 (java) R 12015 12022 11963 0 -1 4202560 16281 13121 0 0 161 6 5 3 20 0 15 0 443495035 11098927104 44345 33554432000 4194304 4196468 140726928088128 140103560798336 140103588996253 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12129] ppid=12015 vsize=10838796 memory=47212 CPUtime=0.09 cores=1,3,5,7
/proc/12022/task/12129/stat : 12129 (java) S 12015 12022 11963 0 -1 1077944384 21 13121 0 0 1 0 5 3 20 0 15 0 443495039 11098927104 44345 33554432000 4194304 4196468 140726928088128 140103593216400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12130] ppid=12015 vsize=10838796 memory=1616 CPUtime=0.09 cores=1,3,5,7
/proc/12022/task/12130/stat : 12130 (java) S 12015 12022 11963 0 -1 1077944384 364 13121 0 0 1 0 5 3 20 0 15 0 443495039 11098927104 44345 33554432000 4194304 4196468 140726928088128 140103511968016 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12131] ppid=12015 vsize=10838796 memory=712 CPUtime=0.09 cores=1,3,5,7
/proc/12022/task/12131/stat : 12131 (java) S 12015 12022 11963 0 -1 1077944384 78 13121 0 0 1 0 5 3 20 0 15 0 443495039 11098927104 44345 33554432000 4194304 4196468 140726928088128 140103161666192 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12132] ppid=12015 vsize=10838796 memory=20660 CPUtime=0.09 cores=1,3,5,7
/proc/12022/task/12132/stat : 12132 (java) S 12015 12022 11963 0 -1 1077944384 65 13121 0 0 1 0 5 3 20 0 15 0 443495039 11098927104 44345 33554432000 4194304 4196468 140726928088128 140103160613392 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12134] ppid=12015 vsize=10838796 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/12022/task/12134/stat : 12134 (java) S 12015 12022 11963 0 -1 1077944384 158 13121 0 0 1 0 5 3 20 0 15 0 443495041 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102860860016 140103588985474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12135] ppid=12015 vsize=10838796 memory=972 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12135/stat : 12135 (java) S 12015 12022 11963 0 -1 1077944384 14 13121 0 0 0 0 5 3 20 0 15 0 443495041 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102571386208 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12136] ppid=12015 vsize=10838796 memory=1940 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12136/stat : 12136 (java) S 12015 12022 11963 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 443495041 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102370059904 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12144] ppid=12015 vsize=10838796 memory=1416 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12144/stat : 12144 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495046 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102129769040 140103588992923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12145] ppid=12015 vsize=10838796 memory=288230574492221466 CPUtime=0.41 cores=1,3,5,7
/proc/12022/task/12145/stat : 12145 (java) S 12015 12022 11963 0 -1 1077944384 1547 13121 0 0 33 0 5 3 20 0 15 0 443495046 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102859806832 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12146] ppid=12015 vsize=10838796 memory=288230621803970871 CPUtime=0.35 cores=1,3,5,7
/proc/12022/task/12146/stat : 12146 (java) S 12015 12022 11963 0 -1 1077944384 790 13121 0 0 27 0 5 3 20 0 15 0 443495047 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102858754032 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12147] ppid=12015 vsize=10838796 memory=15262527902714418 CPUtime=0.67 cores=1,3,5,7
/proc/12022/task/12147/stat : 12147 (java) S 12015 12022 11963 0 -1 1077944384 2163 13121 0 0 58 1 5 3 20 0 15 0 443495047 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102857701744 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12148] ppid=12015 vsize=10838796 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12148/stat : 12148 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495047 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102096210400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12154] ppid=12015 vsize=10838796 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12154/stat : 12154 (java) S 12015 12022 11963 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 443495053 11098927104 44345 33554432000 4194304 4196468 140726928088128 140102856649648 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 10838796 KiB
Current children cumulated memory: 177380 KiB

[startup+6.30221 s]
/proc/loadavg: 0.47 1.07 2.21 10/227 12155
/proc/meminfo: memFree=30344832/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=10851096 memory=356964 CPUtime=12.67 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12015 12022 11963 0 -1 1077944320 62340 13121 0 0 1237 22 5 3 20 0 15 0 443494928 11111522304 89241 33554432000 4194304 4196468 140726928088128 140726928070672 140103588974327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
/proc/12022/statm: 2712774 89241 3621 1 0 2674829 0
[pid=12022/tid=12118] ppid=12015 vsize=10851096 memory=289064 CPUtime=4.8 cores=1,3,5,7
/proc/12022/task/12118/stat : 12118 (java) R 12015 12022 11963 0 -1 4202560 27116 13121 0 0 462 10 5 3 20 0 15 0 443495035 11111522304 89241 33554432000 4194304 4196468 140726928088128 140103560803136 140103192291073 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12129] ppid=12015 vsize=10851096 memory=356632 CPUtime=0.11 cores=1,3,5,7
/proc/12022/task/12129/stat : 12129 (java) S 12015 12022 11963 0 -1 1077944384 87 13121 0 0 3 0 5 3 20 0 15 0 443495039 11111522304 89241 33554432000 4194304 4196468 140726928088128 140103593216400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12130] ppid=12015 vsize=10851096 memory=140515492503178 CPUtime=0.12 cores=1,3,5,7
/proc/12022/task/12130/stat : 12130 (java) S 12015 12022 11963 0 -1 1077944384 500 13121 0 0 4 0 5 3 20 0 15 0 443495039 11111522304 89241 33554432000 4194304 4196468 140726928088128 140103511968016 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12131] ppid=12015 vsize=10851096 memory=281030985433136 CPUtime=0.11 cores=1,3,5,7
/proc/12022/task/12131/stat : 12131 (java) S 12015 12022 11963 0 -1 1077944384 113 13121 0 0 3 0 5 3 20 0 15 0 443495039 11111522304 89241 33554432000 4194304 4196468 140726928088128 140103161666192 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12132] ppid=12015 vsize=10851096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12022/task/12132/stat : 12132 (java) S 12015 12022 11963 0 -1 1077944384 103 13121 0 0 4 0 5 3 20 0 15 0 443495039 11111522304 89241 33554432000 4194304 4196468 140726928088128 140103160613392 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12134] ppid=12015 vsize=10851096 memory=5787213848656569433 CPUtime=0.12 cores=1,3,5,7
/proc/12022/task/12134/stat : 12134 (java) S 12015 12022 11963 0 -1 1077944384 3990 13121 0 0 4 0 5 3 20 0 15 0 443495041 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102860860016 140103588985474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12135] ppid=12015 vsize=10851096 memory=5787213848656569433 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12135/stat : 12135 (java) S 12015 12022 11963 0 -1 1077944384 15 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102571386272 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12136] ppid=12015 vsize=10851096 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12136/stat : 12136 (java) S 12015 12022 11963 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102370059904 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12144] ppid=12015 vsize=10851096 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12144/stat : 12144 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495046 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102129769040 140103588992923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12145] ppid=12015 vsize=10851096 memory=15262527902714418 CPUtime=3.09 cores=1,3,5,7
/proc/12022/task/12145/stat : 12145 (java) R 12015 12022 11963 0 -1 4202560 7166 13121 0 0 300 1 5 3 20 0 15 0 443495046 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102859776608 140103572385128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12146] ppid=12015 vsize=10851096 memory=3588 CPUtime=2.78 cores=1,3,5,7
/proc/12022/task/12146/stat : 12146 (java) R 12015 12022 11963 0 -1 4202560 10653 13121 0 0 268 2 5 3 20 0 15 0 443495047 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102858743952 140103568234735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12147] ppid=12015 vsize=10851096 memory=349832 CPUtime=1.96 cores=1,3,5,7
/proc/12022/task/12147/stat : 12147 (java) S 12015 12022 11963 0 -1 1077944384 10373 13121 0 0 183 5 5 3 20 0 15 0 443495047 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102857701744 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12148] ppid=12015 vsize=10851096 memory=247144 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12148/stat : 12148 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495047 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102096210400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12154] ppid=12015 vsize=10851096 memory=201740 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12154/stat : 12154 (java) S 12015 12022 11963 0 -1 1077944384 7 13121 0 0 0 0 5 3 20 0 15 0 443495053 11111522304 89241 33554432000 4194304 4196468 140726928088128 140102856649648 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 356964 KiB

[startup+12.7007 s]
/proc/loadavg: 0.91 1.15 2.23 4/227 12155
/proc/meminfo: memFree=29685776/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=10851096 memory=684980 CPUtime=24.57 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12015 12022 11963 0 -1 1077944320 67257 13121 0 0 2413 36 5 3 20 0 15 0 443494928 11111522304 171245 33554432000 4194304 4196468 140726928088128 140726928070672 140103588974327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
/proc/12022/statm: 2712774 171245 3629 1 0 2674829 0

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

/proc/12022/task/12118/stat : 12118 (java) R 12015 12022 11963 0 -1 4202560 75515 13121 0 0 229515 50 5 3 20 0 15 0 443495035 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103560810384 140103208753340 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12129] ppid=12015 vsize=10851096 memory=1169096 CPUtime=11.87 cores=1,3,5,7
/proc/12022/task/12129/stat : 12129 (java) S 12015 12022 11963 0 -1 1077944384 17349 13121 0 0 1131 48 5 3 20 0 15 0 443495039 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103593216400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12130] ppid=12015 vsize=10851096 memory=1169096 CPUtime=11.8 cores=1,3,5,7
/proc/12022/task/12130/stat : 12130 (java) S 12015 12022 11963 0 -1 1077944384 11944 13121 0 0 1114 58 5 3 20 0 15 0 443495039 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103511968016 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12131] ppid=12015 vsize=10851096 memory=1169096 CPUtime=11.82 cores=1,3,5,7
/proc/12022/task/12131/stat : 12131 (java) S 12015 12022 11963 0 -1 1077944384 11891 13121 0 0 1123 51 5 3 20 0 15 0 443495039 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103161666192 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12132] ppid=12015 vsize=10851096 memory=1169096 CPUtime=11.8 cores=1,3,5,7
/proc/12022/task/12132/stat : 12132 (java) S 12015 12022 11963 0 -1 1077944384 11349 13121 0 0 1123 49 5 3 20 0 15 0 443495039 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103160613392 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12134] ppid=12015 vsize=10851096 memory=1169096 CPUtime=11.08 cores=1,3,5,7
/proc/12022/task/12134/stat : 12134 (java) S 12015 12022 11963 0 -1 1077944384 14430 13121 0 0 1048 52 5 3 20 0 15 0 443495041 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102860860016 140103588985474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12135] ppid=12015 vsize=10851096 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12135/stat : 12135 (java) S 12015 12022 11963 0 -1 1077944384 15 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102571386272 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12136] ppid=12015 vsize=10851096 memory=3252 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12136/stat : 12136 (java) S 12015 12022 11963 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102370059904 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12144] ppid=12015 vsize=10851096 memory=3588 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12144/stat : 12144 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495046 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102129769040 140103588992923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12145] ppid=12015 vsize=10851096 memory=47296 CPUtime=6.88 cores=1,3,5,7
/proc/12022/task/12145/stat : 12145 (java) S 12015 12022 11963 0 -1 1077944384 31089 13121 0 0 674 6 5 3 20 0 15 0 443495046 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102859806832 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12146] ppid=12015 vsize=10851096 memory=1169096 CPUtime=6.39 cores=1,3,5,7
/proc/12022/task/12146/stat : 12146 (java) S 12015 12022 11963 0 -1 1077944384 27905 13121 0 0 624 7 5 3 20 0 15 0 443495047 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102858754032 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12147] ppid=12015 vsize=10851096 memory=3588 CPUtime=4.51 cores=1,3,5,7
/proc/12022/task/12147/stat : 12147 (java) S 12015 12022 11963 0 -1 1077944384 35737 13121 0 0 433 10 5 3 20 0 15 0 443495047 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102857701744 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12148] ppid=12015 vsize=10851096 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12148/stat : 12148 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495047 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102096210400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12154] ppid=12015 vsize=10851096 memory=700668 CPUtime=1.34 cores=1,3,5,7
/proc/12022/task/12154/stat : 12154 (java) S 12015 12022 11963 0 -1 1077944384 1156 13121 0 0 54 72 5 3 20 0 15 0 443495053 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102856649648 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
Current children cumulated CPU time: 2372.6 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1169096 KiB

[startup+2382.3 s]
/proc/loadavg: 1.48 1.39 1.42 3/227 13036
/proc/meminfo: memFree=29143692/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=10851096 memory=1169096 CPUtime=2433.55 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12015 12022 11963 0 -1 1077944320 242245 13121 0 0 242992 355 5 3 20 0 15 0 443494928 11111522304 292274 33554432000 4194304 4196468 140726928088128 140726928070672 140103588974327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
/proc/12022/statm: 2712774 292274 3631 1 0 2674829 0
[pid=12022/tid=12118] ppid=12015 vsize=10851096 memory=1169096 CPUtime=2355.11 cores=1,3,5,7
/proc/12022/task/12118/stat : 12118 (java) R 12015 12022 11963 0 -1 4202560 76398 13121 0 0 235452 51 5 3 20 0 15 0 443495035 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103560810720 140103210209324 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12129] ppid=12015 vsize=10851096 memory=1169096 CPUtime=12.17 cores=1,3,5,7
/proc/12022/task/12129/stat : 12129 (java) S 12015 12022 11963 0 -1 1077944384 17408 13121 0 0 1161 48 5 3 20 0 15 0 443495039 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103593216400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12130] ppid=12015 vsize=10851096 memory=1169096 CPUtime=12.1 cores=1,3,5,7
/proc/12022/task/12130/stat : 12130 (java) S 12015 12022 11963 0 -1 1077944384 12063 13121 0 0 1143 59 5 3 20 0 15 0 443495039 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103511968016 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12131] ppid=12015 vsize=10851096 memory=1169096 CPUtime=12.14 cores=1,3,5,7
/proc/12022/task/12131/stat : 12131 (java) S 12015 12022 11963 0 -1 1077944384 11981 13121 0 0 1154 52 5 3 20 0 15 0 443495039 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103161666192 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12132] ppid=12015 vsize=10851096 memory=23336 CPUtime=12.12 cores=1,3,5,7
/proc/12022/task/12132/stat : 12132 (java) S 12015 12022 11963 0 -1 1077944384 11698 13121 0 0 1154 50 5 3 20 0 15 0 443495039 11111522304 292274 33554432000 4194304 4196468 140726928088128 140103160613392 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12134] ppid=12015 vsize=10851096 memory=1169096 CPUtime=11.36 cores=1,3,5,7
/proc/12022/task/12134/stat : 12134 (java) S 12015 12022 11963 0 -1 1077944384 14555 13121 0 0 1075 53 5 3 20 0 15 0 443495041 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102860860016 140103588985474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12135] ppid=12015 vsize=10851096 memory=1169096 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12135/stat : 12135 (java) S 12015 12022 11963 0 -1 1077944384 15 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102571386272 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12136] ppid=12015 vsize=10851096 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12136/stat : 12136 (java) S 12015 12022 11963 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102370059904 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12144] ppid=12015 vsize=10851096 memory=1169096 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12144/stat : 12144 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495046 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102129769040 140103588992923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12145] ppid=12015 vsize=10851096 memory=0 CPUtime=6.89 cores=1,3,5,7
/proc/12022/task/12145/stat : 12145 (java) S 12015 12022 11963 0 -1 1077944384 31091 13121 0 0 675 6 5 3 20 0 15 0 443495046 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102859806832 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12146] ppid=12015 vsize=10851096 memory=1416 CPUtime=6.39 cores=1,3,5,7
/proc/12022/task/12146/stat : 12146 (java) S 12015 12022 11963 0 -1 1077944384 27907 13121 0 0 624 7 5 3 20 0 15 0 443495047 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102858754032 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12147] ppid=12015 vsize=10851096 memory=1169096 CPUtime=4.51 cores=1,3,5,7
/proc/12022/task/12147/stat : 12147 (java) S 12015 12022 11963 0 -1 1077944384 35739 13121 0 0 433 10 5 3 20 0 15 0 443495047 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102857701744 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12148] ppid=12015 vsize=10851096 memory=1720 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12148/stat : 12148 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495047 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102096210400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12154] ppid=12015 vsize=10851096 memory=3588 CPUtime=1.37 cores=1,3,5,7
/proc/12022/task/12154/stat : 12154 (java) S 12015 12022 11963 0 -1 1077944384 1173 13121 0 0 55 74 5 3 20 0 15 0 443495053 11111522304 292274 33554432000 4194304 4196468 140726928088128 140102856649648 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
Current children cumulated CPU time: 2433.55 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1169096 KiB

[startup+2442.3 s]
/proc/loadavg: 2.04 1.56 1.48 3/227 13420
/proc/meminfo: memFree=29029948/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=10851096 memory=1171144 CPUtime=2494.51 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12015 12022 11963 0 -1 1077944320 243855 13121 0 0 249081 362 5 3 20 0 15 0 443494928 11111522304 292786 33554432000 4194304 4196468 140726928088128 140726928070672 140103588974327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
/proc/12022/statm: 2712774 292786 3631 1 0 2674829 0
[pid=12022/tid=12118] ppid=12015 vsize=10851096 memory=1171144 CPUtime=2414.44 cores=1,3,5,7
/proc/12022/task/12118/stat : 12118 (java) R 12015 12022 11963 0 -1 4202560 77233 13121 0 0 241384 52 5 3 20 0 15 0 443495035 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103560809424 140103208904064 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12129] ppid=12015 vsize=10851096 memory=1171144 CPUtime=12.51 cores=1,3,5,7
/proc/12022/task/12129/stat : 12129 (java) S 12015 12022 11963 0 -1 1077944384 17768 13121 0 0 1193 50 5 3 20 0 15 0 443495039 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103593216400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12130] ppid=12015 vsize=10851096 memory=1171144 CPUtime=12.43 cores=1,3,5,7
/proc/12022/task/12130/stat : 12130 (java) S 12015 12022 11963 0 -1 1077944384 12126 13121 0 0 1175 60 5 3 20 0 15 0 443495039 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103511968016 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12131] ppid=12015 vsize=10851096 memory=1171144 CPUtime=12.47 cores=1,3,5,7
/proc/12022/task/12131/stat : 12131 (java) S 12015 12022 11963 0 -1 1077944384 12116 13121 0 0 1186 53 5 3 20 0 15 0 443495039 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103161666192 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12132] ppid=12015 vsize=10851096 memory=1171144 CPUtime=12.44 cores=1,3,5,7
/proc/12022/task/12132/stat : 12132 (java) S 12015 12022 11963 0 -1 1077944384 11750 13121 0 0 1185 51 5 3 20 0 15 0 443495039 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103160613392 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12134] ppid=12015 vsize=10851096 memory=1171144 CPUtime=11.65 cores=1,3,5,7
/proc/12022/task/12134/stat : 12134 (java) S 12015 12022 11963 0 -1 1077944384 14684 13121 0 0 1103 54 5 3 20 0 15 0 443495041 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102860860016 140103588985474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12135] ppid=12015 vsize=10851096 memory=1171144 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12135/stat : 12135 (java) S 12015 12022 11963 0 -1 1077944384 15 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102571386272 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12136] ppid=12015 vsize=10851096 memory=1171144 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12136/stat : 12136 (java) S 12015 12022 11963 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102370059904 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12144] ppid=12015 vsize=10851096 memory=1171144 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12144/stat : 12144 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495046 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102129769040 140103588992923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12145] ppid=12015 vsize=10851096 memory=1171144 CPUtime=6.89 cores=1,3,5,7
/proc/12022/task/12145/stat : 12145 (java) S 12015 12022 11963 0 -1 1077944384 31093 13121 0 0 675 6 5 3 20 0 15 0 443495046 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102859806832 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12146] ppid=12015 vsize=10851096 memory=3588 CPUtime=6.4 cores=1,3,5,7
/proc/12022/task/12146/stat : 12146 (java) S 12015 12022 11963 0 -1 1077944384 27909 13121 0 0 625 7 5 3 20 0 15 0 443495047 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102858754032 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12147] ppid=12015 vsize=10851096 memory=47296 CPUtime=4.51 cores=1,3,5,7
/proc/12022/task/12147/stat : 12147 (java) S 12015 12022 11963 0 -1 1077944384 35741 13121 0 0 433 10 5 3 20 0 15 0 443495047 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102857701744 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12148] ppid=12015 vsize=10851096 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12148/stat : 12148 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495047 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102096210400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12154] ppid=12015 vsize=10851096 memory=4420 CPUtime=1.4 cores=1,3,5,7
/proc/12022/task/12154/stat : 12154 (java) S 12015 12022 11963 0 -1 1077944384 1203 13121 0 0 56 76 5 3 20 0 15 0 443495053 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102856649648 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
Current children cumulated CPU time: 2494.51 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1171144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.4 s]
/proc/loadavg: 1.89 1.57 1.48 3/227 13423
/proc/meminfo: memFree=29024092/32770624 swapFree=67004304/67108860
[pid=12022] ppid=12015 vsize=10851096 memory=1171144 CPUtime=2520.01 cores=1,3,5,7
/proc/12022/stat : 12022 (java) S 12015 12022 11963 0 -1 1077944320 244782 13121 0 0 251628 365 5 3 20 0 15 0 443494928 11111522304 292786 33554432000 4194304 4196468 140726928088128 140726928070672 140103588974327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
/proc/12022/statm: 2712774 292786 3631 1 0 2674829 0
[pid=12022/tid=12118] ppid=12015 vsize=10851096 memory=1408 CPUtime=2439.28 cores=1,3,5,7
/proc/12022/task/12118/stat : 12118 (java) R 12015 12022 11963 0 -1 4202560 77669 13121 0 0 243867 53 5 3 20 0 15 0 443495035 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103560809456 140103209071475 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12129] ppid=12015 vsize=10851096 memory=6791534058613427641 CPUtime=12.64 cores=1,3,5,7
/proc/12022/task/12129/stat : 12129 (java) S 12015 12022 11963 0 -1 1077944384 17837 13121 0 0 1206 50 5 3 20 0 15 0 443495039 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103593216400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12130] ppid=12015 vsize=10851096 memory=47296 CPUtime=12.56 cores=1,3,5,7
/proc/12022/task/12130/stat : 12130 (java) S 12015 12022 11963 0 -1 1077944384 12425 13121 0 0 1187 61 5 3 20 0 15 0 443495039 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103511968016 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12131] ppid=12015 vsize=10851096 memory=984 CPUtime=12.6 cores=1,3,5,7
/proc/12022/task/12131/stat : 12131 (java) S 12015 12022 11963 0 -1 1077944384 12153 13121 0 0 1199 53 5 3 20 0 15 0 443495039 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103161666192 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12132] ppid=12015 vsize=10851096 memory=1940 CPUtime=12.57 cores=1,3,5,7
/proc/12022/task/12132/stat : 12132 (java) S 12015 12022 11963 0 -1 1077944384 11779 13121 0 0 1198 51 5 3 20 0 15 0 443495039 11111522304 292786 33554432000 4194304 4196468 140726928088128 140103160613392 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12134] ppid=12015 vsize=10851096 memory=1416 CPUtime=11.77 cores=1,3,5,7
/proc/12022/task/12134/stat : 12134 (java) S 12015 12022 11963 0 -1 1077944384 14731 13121 0 0 1115 54 5 3 20 0 15 0 443495041 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102860860016 140103588985474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12135] ppid=12015 vsize=10851096 memory=1171144 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12135/stat : 12135 (java) S 12015 12022 11963 0 -1 1077944384 15 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102571386272 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12136] ppid=12015 vsize=10851096 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12136/stat : 12136 (java) S 12015 12022 11963 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 443495041 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102370059904 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12144] ppid=12015 vsize=10851096 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12144/stat : 12144 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495046 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102129769040 140103588992923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12145] ppid=12015 vsize=10851096 memory=7548 CPUtime=6.89 cores=1,3,5,7
/proc/12022/task/12145/stat : 12145 (java) S 12015 12022 11963 0 -1 1077944384 31095 13121 0 0 675 6 5 3 20 0 15 0 443495046 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102859806832 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12146] ppid=12015 vsize=10851096 memory=4004 CPUtime=6.4 cores=1,3,5,7
/proc/12022/task/12146/stat : 12146 (java) S 12015 12022 11963 0 -1 1077944384 27911 13121 0 0 625 7 5 3 20 0 15 0 443495047 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102858754032 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12147] ppid=12015 vsize=10851096 memory=0 CPUtime=4.51 cores=1,3,5,7
/proc/12022/task/12147/stat : 12147 (java) S 12015 12022 11963 0 -1 1077944384 35743 13121 0 0 433 10 5 3 20 0 15 0 443495047 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102857701744 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12148] ppid=12015 vsize=10851096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12022/task/12148/stat : 12148 (java) S 12015 12022 11963 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 443495047 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102096210400 140103588984533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
[pid=12022/tid=12154] ppid=12015 vsize=10851096 memory=8 CPUtime=1.41 cores=1,3,5,7
/proc/12022/task/12154/stat : 12154 (java) S 12015 12022 11963 0 -1 1077944384 1207 13121 0 0 57 76 5 3 20 0 15 0 443495053 11111522304 292786 33554432000 4194304 4196468 140726928088128 140102856649648 140103588985474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12296192 140726928095983 140726928098501 140726928098501 140726928101327 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1171144 KiB

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

[startup+2467.43 s]
# the end of solver process 12022 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.36 s, system=3.69617 s

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

Child status: 143
Real time (s): 2467.43
CPU time (s): 2520.05
CPU user time (s): 2516.36
CPU system time (s): 3.69617
CPU usage (%): 102.133
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1175836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.36
system time used= 3.69617
maximum resident set size= 1177884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258794
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285067
involuntary context switches= 6855


# summary of solver processes directly reported to runsolver:
#   pid: 12022
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.36
#   total CPU system time (s): 3.69617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6384 second user time and 23.6868 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 00:34:54
IDJOB=4400984
IDBENCH=115814
IDSOLVER=2857
FILE ID=node148/4400984-1568673331
RUNJOBID= node148-1568673294-11995
PBS_JOBID= 21703774
Free space on /tmp= 61308 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400984-1568673331/watcher-4400984-1568673331 -o /tmp/evaluation-result-4400984-1568673331/solver-4400984-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11995 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4400984-1568673331.xml

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

MD5SUM BENCH= 5197a9101df9cd680fadf9dcc86a0dcb
RANDOM SEED=1889038206

node148.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.13
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.13
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.13
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.13
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:        30996280 kB
MemAvailable:   31903552 kB
Buffers:          141392 kB
Cached:          1068732 kB
SwapCached:         3740 kB
Active:           519152 kB
Inactive:         697648 kB
Active(anon):       3448 kB
Inactive(anon):    52652 kB
Active(file):     515704 kB
Inactive(file):   644996 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004304 kB
Dirty:             71236 kB
Writeback:             0 kB
AnonPages:        112436 kB
Mapped:            47896 kB
Shmem:             40616 kB
Slab:             153564 kB
SReclaimable:     124812 kB
SUnreclaim:        28752 kB
KernelStack:        3408 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-17 01:16:04