Trace number 4401026

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)301 2520.07 2469.73

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-0.xml
MD5SUMda64694dd3ca715594c36c32a8b555a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark300
Best CPU time to get the best result obtained on this benchmark25.2154
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size400
Distribution of domain sizes[{"size":5,"count":50},{"size":400,"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.71/1.78	c Concrete v3.12.2.1568631193530 running
13.76/7.66	o 397
14.02/7.80	o 396
14.37/7.81	o 395
14.66/7.95	o 393
14.96/8.01	o 392
14.96/8.01	o 384
14.96/8.07	o 376
14.96/8.10	o 369
15.29/8.11	o 362
15.58/8.28	o 361
16.20/8.41	o 360
16.20/8.42	o 356
16.20/8.43	o 355
16.20/8.43	o 354
16.50/8.53	o 353
16.50/8.54	o 352
16.50/8.55	o 349
18.54/9.20	o 336
18.77/9.40	o 335
19.63/9.79	o 334
19.63/9.79	o 333
20.03/10.01	o 332
20.03/10.02	o 331
20.03/10.03	o 330
20.03/10.06	o 329
20.33/10.21	o 327
20.33/10.21	o 326
20.33/10.22	o 325
21.91/11.31	o 324
21.91/11.32	o 323
21.91/11.32	o 322
23.43/12.40	o 321
23.43/12.43	o 319
26.52/15.08	o 318
26.64/15.13	o 317
26.64/15.13	o 315
28.80/16.99	o 314
41.87/28.54	o 313
41.87/28.55	o 311
41.87/28.55	o 309
49.02/35.54	o 306
77.98/63.41	o 305
89.20/74.49	o 304
91.76/76.90	o 303
91.76/76.90	o 301
2520.02/2469.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2469.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2469.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.02/2469.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.02/2469.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2469.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2469.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.02/2469.70		at concrete.IntervalDomain.filter(IntervalDomain.scala:79)
2520.02/2469.70		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.02/2469.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2469.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2469.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2469.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2469.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2469.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2469.70		at scala.Option.map(Option.scala:243)
2520.02/2469.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2469.70		at concrete.MAC.mac(MAC.scala:216)
2520.02/2469.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2469.70		at scala.util.Try$.apply(Try.scala:212)
2520.02/2469.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2469.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2469.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2469.70		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2469.70		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2469.70		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2469.70		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2469.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2469.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2469.70		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2469.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2469.70		at scala.util.Success.map(Try.scala:264)
2520.02/2469.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2469.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2469.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2469.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2469.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2469.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2469.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2469.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2469.70		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2469.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2469.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2469.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2469.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2469.70		at scala.App.main(App.scala:75)
2520.02/2469.70		at scala.App.main$(App.scala:73)
2520.02/2469.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2469.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2469.71	v <instantiation
2520.02/2469.71	v         cost = '301'>
2520.02/2469.71	v       <list>
2520.02/2469.71	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.02/2469.71	v       </list>
2520.02/2469.71	v       <values>
2520.02/2469.71	v         6 72 103 190 256 4 121 213 227 234 0 70 144 240 300 0 76 129 142 240 0 103 144 241 256 300 252 301 294 301 64 31 85 66 44 68 69 14 7 18 70 74 90 60 1 76 45 13 98 54 91 10 80 15 45 0 2 3 1 4 2 1 3 0 4 1 0 4 2 3 3 1 4 2 0 4 2 0 3 1 6 190 72 103 256 227 121 4 213 234 70 0 240 300 144 240 76 142 0 129 144 256 103 241 0
2520.02/2469.71	v       </values>
2520.02/2469.71	v     </instantiation>
2520.02/2469.71	s SATISFIABLE

Verifier Data

OK	301

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

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

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

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


[startup+0.100303 s]*
/proc/loadavg: 0.17 1.57 2.64 4/207 18283
/proc/meminfo: memFree=30416392/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=113256 memory=1568 CPUtime=0.01 cores=0,2,4,6
/proc/18254/stat : 18254 (bash) D 18247 18254 18193 0 -1 4202496 829 5368 0 0 0 0 0 1 20 0 1 0 443247283 115974144 392 33554432000 4194304 5098028 140730256914416 140730256907784 4443360 0 0 4100 65536 18446744071580431491 0 0 17 0 0 0 3 0 0 7196144 7232144 16760832 140730256921620 140730256921745 140730256921745 140730256924654 0
/proc/18254/statm: 28314 392 311 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1568 KiB

[startup+0.210103 s]*
/proc/loadavg: 0.17 1.57 2.64 2/206 18311
/proc/meminfo: memFree=30415664/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/18254/stat : 18254 (bash) S 18247 18254 18193 0 -1 4202496 893 5688 0 0 0 0 0 1 20 0 1 0 443247283 115974144 404 33554432000 4194304 5098028 140730256914416 140730256908424 139878857444352 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 5 0 0 7196144 7232144 16760832 140730256921620 140730256921745 140730256921745 140730256924654 0
/proc/18254/statm: 28314 404 320 221 0 119 0
[pid=18307] ppid=18254 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/18307/stat : 18307 (bash) S 18254 18254 18193 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443247296 115974144 178 33554432000 4194304 5098028 140730256914416 140730256907096 139878857269884 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16760832 140730256921620 140730256921745 140730256921745 140730256924654 0
/proc/18307/statm: 28314 178 94 221 0 119 0
[pid=18309] ppid=18307 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/18309/stat : 18309 (java) D 18307 18254 18193 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 443247296 303104 1 33554432000 4194304 4196468 140729929332128 140729929329400 140479273756359 0 0 4096 0 18446744072101617188 0 0 17 0 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
/proc/18309/statm: 74 1 0 1 0 38 0
[pid=18310] ppid=18307 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/18310/stat : 18310 (awk) S 18307 18254 18193 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443247296 116211712 243 33554432000 4194304 4609284 140728368676032 140728368675208 139914065292288 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 13062144 140728368682172 140728368682202 140728368682202 140728368685039 0
/proc/18310/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.310179 s]*
/proc/loadavg: 0.17 1.57 2.64 2/206 18311
/proc/meminfo: memFree=30415152/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/18254/stat : 18254 (bash) S 18247 18254 18193 0 -1 4202496 893 5688 0 0 0 0 0 1 20 0 1 0 443247283 115974144 404 33554432000 4194304 5098028 140730256914416 140730256908424 139878857444352 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 5 0 0 7196144 7232144 16760832 140730256921620 140730256921745 140730256921745 140730256924654 0
/proc/18254/statm: 28314 404 320 221 0 119 0
[pid=18307] ppid=18254 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/18307/stat : 18307 (bash) S 18254 18254 18193 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443247296 115974144 178 33554432000 4194304 5098028 140730256914416 140730256907096 139878857269884 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16760832 140730256921620 140730256921745 140730256921745 140730256924654 0
/proc/18307/statm: 28314 178 94 221 0 119 0
[pid=18309] ppid=18307 vsize=98704 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18307 18254 18193 0 -1 1077944320 1356 0 0 0 0 0 0 0 20 0 2 0 443247296 101072896 1155 33554432000 4194304 4196468 140729929332128 140729929314672 140479271481079 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
/proc/18309/statm: 24676 1155 857 1 0 16800 0
[pid=18309/tid=18313] ppid=18307 vsize=98704 memory=-7035114785800479027 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18313/stat : 18313 (java) D 18307 18254 18193 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 2 0 443247315 101072896 1155 33554432000 4194304 4196468 140729929332128 140479275717984 140479264160301 0 0 4096 0 18446744072101617188 0 0 -1 2 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
[pid=18310] ppid=18307 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/18310/stat : 18310 (awk) S 18307 18254 18193 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443247296 116211712 243 33554432000 4194304 4609284 140728368676032 140728368675208 139914065292288 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 13062144 140728368682172 140728368682202 140728368682202 140728368685039 0
/proc/18310/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 438704 KiB
Current children cumulated memory: 7920 KiB

[startup+0.700704 s]
/proc/loadavg: 0.17 1.57 2.64 4/216 18321
/proc/meminfo: memFree=30398980/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/18254/stat : 18254 (bash) S 18247 18254 18193 0 -1 4202496 893 5688 0 0 0 0 0 1 20 0 1 0 443247283 115974144 404 33554432000 4194304 5098028 140730256914416 140730256908424 139878857444352 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 5 0 0 7196144 7232144 16760832 140730256921620 140730256921745 140730256921745 140730256924654 0
/proc/18254/statm: 28314 404 320 221 0 119 0
[pid=18307] ppid=18254 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/18307/stat : 18307 (bash) S 18254 18254 18193 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443247296 115974144 178 33554432000 4194304 5098028 140730256914416 140730256907096 139878857269884 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16760832 140730256921620 140730256921745 140730256921745 140730256924654 0
/proc/18307/statm: 28314 178 94 221 0 119 0
[pid=18309] ppid=18307 vsize=10260324 memory=20596 CPUtime=0.04 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18307 18254 18193 0 -1 1077944320 4028 0 0 0 3 1 0 0 20 0 9 0 443247296 10506571776 5149 33554432000 4194304 4196468 140729929332128 140729929314672 140479271481079 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
/proc/18309/statm: 2565081 5149 2193 1 0 2527622 0
[pid=18309/tid=18313] ppid=18307 vsize=10260324 memory=896 CPUtime=0.03 cores=0,2,4,6
/proc/18309/task/18313/stat : 18313 (java) D 18307 18254 18193 0 -1 1077944384 2684 0 0 0 3 0 0 0 20 0 9 0 443247315 10506571776 5149 33554432000 4194304 4196468 140729929332128 140479275716120 140479264159093 0 4 0 16800971 18446744072101617188 0 0 -1 0 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
[pid=18309/tid=18314] ppid=18307 vsize=10260324 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18314/stat : 18314 (java) S 18307 18254 18193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443247332 10506571776 5149 33554432000 4194304 4196468 140729929332128 140479197555216 140479271491285 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
[pid=18309/tid=18315] ppid=18307 vsize=10260324 memory=2520 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18315/stat : 18315 (java) S 18307 18254 18193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443247332 10506571776 5149 33554432000 4194304 4196468 140729929332128 140479196502672 140479271491285 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
[pid=18309/tid=18316] ppid=18307 vsize=10260324 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18316/stat : 18316 (java) S 18307 18254 18193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443247332 10506571776 5149 33554432000 4194304 4196468 140729929332128 140479195449616 140479271491285 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
[pid=18309/tid=18317] ppid=18307 vsize=10260324 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18317/stat : 18317 (java) S 18307 18254 18193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443247332 10506571776 5149 33554432000 4194304 4196468 140729929332128 140479194397072 140479271491285 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
[pid=18309/tid=18323] ppid=18307 vsize=10260324 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/18309/task/18323/stat : 18323 (java) S 18307 18254 18193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443247335 10506571776 5149 33554432000 4194304 4196468 140729929332128 140478306548464 140479271492226 0 0 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31809536 140729929335948 140729929335962 140729929335962 140729929338831 0
[pid=18310] ppid=18307 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/18310/stat : 18310 (awk) S 18307 18254 18193 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443247296 116211712 243 33554432000 4194304 4609284 140728368676032 140728368675208 139914065292288 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 13062144 140728368682172 140728368682202 140728368682202 140728368685039 0
/proc/18310/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23896 KiB

[startup+1.50057 s]
/proc/loadavg: 0.17 1.57 2.64 3/216 18373
/proc/meminfo: memFree=30389184/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=10820196 memory=51648 CPUtime=0.35 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18247 18254 18193 0 -1 1077944320 10195 13056 0 0 24 3 5 3 20 0 15 0 443247283 11079880704 12912 33554432000 4194304 4196468 140731947789184 140731947771728 140237806558967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
/proc/18254/statm: 2705049 12912 3301 1 0 2667149 0
[pid=18254/tid=18359] ppid=18247 vsize=10820196 memory=6944652177228980320 CPUtime=0.26 cores=0,2,4,6
/proc/18254/task/18359/stat : 18359 (java) R 18247 18254 18193 0 -1 4202560 6666 13056 0 0 16 2 5 3 20 0 15 0 443247378 11079880704 12912 33554432000 4194304 4196468 140731947789184 140237778387904 140237806580893 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18364] ppid=18247 vsize=10820196 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18364/stat : 18364 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247380 11079880704 12912 33554432000 4194304 4196468 140731947789184 140237810801040 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18365] ppid=18247 vsize=10820196 memory=31748 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18365/stat : 18365 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247380 11079880704 12912 33554432000 4194304 4196468 140731947789184 140237379393808 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18366] ppid=18247 vsize=10820196 memory=712 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18366/stat : 18366 (java) S 18247 18254 18193 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 443247380 11079880704 12912 33554432000 4194304 4196468 140731947789184 140237378341520 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18367] ppid=18247 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18367/stat : 18367 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247380 11079880704 12912 33554432000 4194304 4196468 140731947789184 140237377288720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18371] ppid=18247 vsize=10820196 memory=280433715909048 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18371/stat : 18371 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247382 11079880704 12912 33554432000 4194304 4196468 140731947789184 140237094316656 140237806570114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18372] ppid=18247 vsize=10820196 memory=288230617525789423 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18372/stat : 18372 (java) S 18247 18254 18193 0 -1 1077944384 27 13056 0 0 0 0 5 3 20 0 15 0 443247382 11079880704 12912 33554432000 4194304 4196468 140731947789184 140237093262624 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18373] ppid=18247 vsize=10820196 memory=15538518259786240 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18373/stat : 18373 (java) S 18247 18254 18193 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 443247382 11079880704 12912 33554432000 4194304 4196468 140731947789184 140236990441072 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51648 KiB

[startup+3.11039 s]
/proc/loadavg: 0.17 1.57 2.64 4/228 18385
/proc/meminfo: memFree=30099644/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=10834680 memory=174760 CPUtime=2.39 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18247 18254 18193 0 -1 1077944320 22010 13056 0 0 219 12 5 3 20 0 15 0 443247283 11094712320 43690 33554432000 4194304 4196468 140731947789184 140731947771728 140237806558967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
/proc/18254/statm: 2708670 43690 3575 1 0 2670733 0
[pid=18254/tid=18359] ppid=18247 vsize=10834680 memory=47664 CPUtime=1.4 cores=0,2,4,6
/proc/18254/task/18359/stat : 18359 (java) R 18247 18254 18193 0 -1 4202560 15430 13056 0 0 125 7 5 3 20 0 15 0 443247378 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237778364464 140237409911485 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18364] ppid=18247 vsize=10834680 memory=2020 CPUtime=0.09 cores=0,2,4,6
/proc/18254/task/18364/stat : 18364 (java) S 18247 18254 18193 0 -1 1077944384 30 13056 0 0 1 0 5 3 20 0 15 0 443247380 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237810801040 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18365] ppid=18247 vsize=10834680 memory=988 CPUtime=0.09 cores=0,2,4,6
/proc/18254/task/18365/stat : 18365 (java) S 18247 18254 18193 0 -1 1077944384 75 13056 0 0 1 0 5 3 20 0 15 0 443247380 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237379393808 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18366] ppid=18247 vsize=10834680 memory=1368 CPUtime=0.09 cores=0,2,4,6
/proc/18254/task/18366/stat : 18366 (java) S 18247 18254 18193 0 -1 1077944384 365 13056 0 0 1 0 5 3 20 0 15 0 443247380 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237378341520 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18367] ppid=18247 vsize=10834680 memory=7825 CPUtime=0.09 cores=0,2,4,6
/proc/18254/task/18367/stat : 18367 (java) S 18247 18254 18193 0 -1 1077944384 53 13056 0 0 1 0 5 3 20 0 15 0 443247380 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237377288720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18371] ppid=18247 vsize=10834680 memory=26500 CPUtime=0.09 cores=0,2,4,6
/proc/18254/task/18371/stat : 18371 (java) S 18247 18254 18193 0 -1 1077944384 420 13056 0 0 1 0 5 3 20 0 15 0 443247382 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237094316656 140237806570114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18372] ppid=18247 vsize=10834680 memory=28708 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18372/stat : 18372 (java) S 18247 18254 18193 0 -1 1077944384 28 13056 0 0 0 0 5 3 20 0 15 0 443247382 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237093262688 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18373] ppid=18247 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18373/stat : 18373 (java) S 18247 18254 18193 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 443247382 11094712320 43690 33554432000 4194304 4196468 140731947789184 140236990441088 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18379] ppid=18247 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18379/stat : 18379 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247388 11094712320 43690 33554432000 4194304 4196468 140731947789184 140236840299088 140237806577563 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18380] ppid=18247 vsize=10834680 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/18254/task/18380/stat : 18380 (java) S 18247 18254 18193 0 -1 1077944384 1212 13056 0 0 26 0 5 3 20 0 15 0 443247388 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237059704944 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18381] ppid=18247 vsize=10834680 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/18254/task/18381/stat : 18381 (java) S 18247 18254 18193 0 -1 1077944384 700 13056 0 0 22 0 5 3 20 0 15 0 443247388 11094712320 43690 33554432000 4194304 4196468 140731947789184 140237058652144 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18382] ppid=18247 vsize=10834680 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/18254/task/18382/stat : 18382 (java) R 18247 18254 18193 0 -1 4202560 1479 13056 0 0 38 0 5 3 20 0 15 0 443247388 11094712320 43690 33554432000 4194304 4196468 140731947789184 140236956883312 140237798579235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18383] ppid=18247 vsize=10834680 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18383/stat : 18383 (java) S 18247 18254 18193 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 443247388 11094712320 43690 33554432000 4194304 4196468 140731947789184 140236118026720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18385] ppid=18247 vsize=10834680 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18385/stat : 18385 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247418 11094712320 43690 33554432000 4194304 4196468 140731947789184 140236955831216 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 174760 KiB
heavy processes:

[startup+6.30106 s]
/proc/loadavg: 0.31 1.58 2.63 9/228 18385
/proc/meminfo: memFree=29871088/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=10851096 memory=342680 CPUtime=10.08 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18247 18254 18193 0 -1 1077944320 55087 13056 1 0 977 23 5 3 20 0 15 0 443247283 11111522304 85670 33554432000 4194304 4196468 140731947789184 140731947771728 140237806558967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
/proc/18254/statm: 2712774 85670 3617 1 0 2674829 0
[pid=18254/tid=18359] ppid=18247 vsize=10851096 memory=205336 CPUtime=4.03 cores=0,2,4,6
/proc/18254/task/18359/stat : 18359 (java) R 18247 18254 18193 0 -1 4202560 26266 13056 1 0 383 12 5 3 20 0 15 0 443247378 11111522304 85670 33554432000 4194304 4196468 140731947789184 140237778388784 140237425726128 0 4 0 16800975 0 0 0 -1 4 0 0 56 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18364] ppid=18247 vsize=10851096 memory=776 CPUtime=0.11 cores=0,2,4,6
/proc/18254/task/18364/stat : 18364 (java) S 18247 18254 18193 0 -1 1077944384 163 13056 0 0 3 0 5 3 20 0 15 0 443247380 11111522304 85670 33554432000 4194304 4196468 140731947789184 140237810801040 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18365] ppid=18247 vsize=10851096 memory=1560 CPUtime=0.11 cores=0,2,4,6
/proc/18254/task/18365/stat : 18365 (java) S 18247 18254 18193 0 -1 1077944384 101 13056 0 0 3 0 5 3 20 0 15 0 443247380 11111522304 85670 33554432000 4194304 4196468 140731947789184 140237379393808 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18366] ppid=18247 vsize=10851096 memory=284796 CPUtime=0.11 cores=0,2,4,6
/proc/18254/task/18366/stat : 18366 (java) S 18247 18254 18193 0 -1 1077944384 395 13056 0 0 3 0 5 3 20 0 15 0 443247380 11111522304 85670 33554432000 4194304 4196468 140731947789184 140237378341520 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18367] ppid=18247 vsize=10851096 memory=1212 CPUtime=0.11 cores=0,2,4,6
/proc/18254/task/18367/stat : 18367 (java) S 18247 18254 18193 0 -1 1077944384 105 13056 0 0 3 0 5 3 20 0 15 0 443247380 11111522304 85670 33554432000 4194304 4196468 140731947789184 140237377288720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18371] ppid=18247 vsize=10851096 memory=14004 CPUtime=0.12 cores=0,2,4,6
/proc/18254/task/18371/stat : 18371 (java) S 18247 18254 18193 0 -1 1077944384 3496 13056 0 0 4 0 5 3 20 0 15 0 443247382 11111522304 85670 33554432000 4194304 4196468 140731947789184 140237094316656 140237806570114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18372] ppid=18247 vsize=10851096 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18372/stat : 18372 (java) S 18247 18254 18193 0 -1 1077944384 32 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 85670 33554432000 4194304 4196468 140731947789184 140237093262688 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18373] ppid=18247 vsize=10851096 memory=2124 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18373/stat : 18373 (java) S 18247 18254 18193 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 85670 33554432000 4194304 4196468 140731947789184 140236990441088 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18379] ppid=18247 vsize=10851096 memory=768 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18379/stat : 18379 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 85670 33554432000 4194304 4196468 140731947789184 140236840299088 140237806577563 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0

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

/proc/18254/task/18359/stat : 18359 (java) R 18247 18254 18193 0 -1 4202560 88418 13056 1 0 235282 55 5 3 20 0 15 0 443247378 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237778394384 140237425225588 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18364] ppid=18247 vsize=10851096 memory=1200020 CPUtime=11.9 cores=0,2,4,6
/proc/18254/task/18364/stat : 18364 (java) S 18247 18254 18193 0 -1 1077944384 27432 13056 0 0 1130 52 5 3 20 0 15 0 443247380 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237810801040 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18365] ppid=18247 vsize=10851096 memory=1200020 CPUtime=11.89 cores=0,2,4,6
/proc/18254/task/18365/stat : 18365 (java) S 18247 18254 18193 0 -1 1077944384 18366 13056 0 0 1133 48 5 3 20 0 15 0 443247380 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237379393808 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18366] ppid=18247 vsize=10851096 memory=1200020 CPUtime=11.88 cores=0,2,4,6
/proc/18254/task/18366/stat : 18366 (java) S 18247 18254 18193 0 -1 1077944384 20741 13056 0 0 1125 55 5 3 20 0 15 0 443247380 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237378341520 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18367] ppid=18247 vsize=10851096 memory=1200020 CPUtime=11.86 cores=0,2,4,6
/proc/18254/task/18367/stat : 18367 (java) S 18247 18254 18193 0 -1 1077944384 17603 13056 0 0 1128 50 5 3 20 0 15 0 443247380 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237377288720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18371] ppid=18247 vsize=10851096 memory=1197972 CPUtime=11.11 cores=0,2,4,6
/proc/18254/task/18371/stat : 18371 (java) S 18247 18254 18193 0 -1 1077944384 20949 13056 0 0 1053 50 5 3 20 0 15 0 443247382 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237094316656 140237806570114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18372] ppid=18247 vsize=10851096 memory=1197972 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18372/stat : 18372 (java) S 18247 18254 18193 0 -1 1077944384 32 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237093262688 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18373] ppid=18247 vsize=10851096 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18373/stat : 18373 (java) S 18247 18254 18193 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 300005 33554432000 4194304 4196468 140731947789184 140236990441088 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18379] ppid=18247 vsize=10851096 memory=280433717241328 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18379/stat : 18379 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 300005 33554432000 4194304 4196468 140731947789184 140236840299088 140237806577563 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18380] ppid=18247 vsize=10851096 memory=1200020 CPUtime=6.87 cores=0,2,4,6
/proc/18254/task/18380/stat : 18380 (java) S 18247 18254 18193 0 -1 1077944384 31164 13056 0 0 674 5 5 3 20 0 15 0 443247388 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237059704944 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18381] ppid=18247 vsize=10851096 memory=920 CPUtime=6.93 cores=0,2,4,6
/proc/18254/task/18381/stat : 18381 (java) S 18247 18254 18193 0 -1 1077944384 33222 13056 0 0 680 5 5 3 20 0 15 0 443247388 11111522304 300005 33554432000 4194304 4196468 140731947789184 140237058652144 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18382] ppid=18247 vsize=10851096 memory=47736 CPUtime=4.5 cores=0,2,4,6
/proc/18254/task/18382/stat : 18382 (java) S 18247 18254 18193 0 -1 1077944384 36896 13056 0 0 433 9 5 3 20 0 15 0 443247388 11111522304 300005 33554432000 4194304 4196468 140731947789184 140236956883312 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18383] ppid=18247 vsize=10851096 memory=2020 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18383/stat : 18383 (java) S 18247 18254 18193 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 300005 33554432000 4194304 4196468 140731947789184 140236118026720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18385] ppid=18247 vsize=10851096 memory=1200020 CPUtime=1.51 cores=0,2,4,6
/proc/18254/task/18385/stat : 18385 (java) S 18247 18254 18193 0 -1 1077944384 1622 13056 0 0 71 72 5 3 20 0 15 0 443247418 11111522304 300005 33554432000 4194304 4196468 140731947789184 140236955831216 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
Current children cumulated CPU time: 2431.3 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1200020 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.33 1.40 4/227 18633
/proc/meminfo: memFree=27920256/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=10851096 memory=1202468 CPUtime=2492.2 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18247 18254 18193 0 -1 1077944320 300354 13056 1 0 248860 352 5 3 20 0 15 0 443247283 11111522304 300617 33554432000 4194304 4196468 140731947789184 140731947771728 140237806558967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
/proc/18254/statm: 2712774 300617 3635 1 0 2674829 0
[pid=18254/tid=18359] ppid=18247 vsize=10851096 memory=1202468 CPUtime=2412.72 cores=0,2,4,6
/proc/18254/task/18359/stat : 18359 (java) R 18247 18254 18193 0 -1 4202560 89279 13056 1 0 241209 55 5 3 20 0 15 0 443247378 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237778394000 140237411004928 0 4 0 16800975 0 0 0 -1 2 0 0 56 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18364] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.22 cores=0,2,4,6
/proc/18254/task/18364/stat : 18364 (java) S 18247 18254 18193 0 -1 1077944384 27816 13056 0 0 1161 53 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237810801040 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18365] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.23 cores=0,2,4,6
/proc/18254/task/18365/stat : 18365 (java) S 18247 18254 18193 0 -1 1077944384 18456 13056 0 0 1165 50 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237379393808 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18366] ppid=18247 vsize=10851096 memory=1200420 CPUtime=12.2 cores=0,2,4,6
/proc/18254/task/18366/stat : 18366 (java) S 18247 18254 18193 0 -1 1077944384 20786 13056 0 0 1156 56 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237378341520 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18367] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.19 cores=0,2,4,6
/proc/18254/task/18367/stat : 18367 (java) S 18247 18254 18193 0 -1 1077944384 17658 13056 0 0 1160 51 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237377288720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18371] ppid=18247 vsize=10851096 memory=1202468 CPUtime=11.4 cores=0,2,4,6
/proc/18254/task/18371/stat : 18371 (java) S 18247 18254 18193 0 -1 1077944384 21184 13056 0 0 1081 51 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237094316656 140237806570114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18372] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18372/stat : 18372 (java) S 18247 18254 18193 0 -1 1077944384 32 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237093262688 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18373] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18373/stat : 18373 (java) S 18247 18254 18193 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236990441088 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18379] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18379/stat : 18379 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236840299088 140237806577563 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18380] ppid=18247 vsize=10851096 memory=14004 CPUtime=6.87 cores=0,2,4,6
/proc/18254/task/18380/stat : 18380 (java) S 18247 18254 18193 0 -1 1077944384 31166 13056 0 0 674 5 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237059704944 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18381] ppid=18247 vsize=10851096 memory=1202468 CPUtime=6.93 cores=0,2,4,6
/proc/18254/task/18381/stat : 18381 (java) S 18247 18254 18193 0 -1 1077944384 33224 13056 0 0 680 5 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237058652144 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18382] ppid=18247 vsize=10851096 memory=2020 CPUtime=4.5 cores=0,2,4,6
/proc/18254/task/18382/stat : 18382 (java) S 18247 18254 18193 0 -1 1077944384 36898 13056 0 0 433 9 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236956883312 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18383] ppid=18247 vsize=10851096 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18383/stat : 18383 (java) S 18247 18254 18193 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236118026720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18385] ppid=18247 vsize=10851096 memory=288230617509003574 CPUtime=1.55 cores=0,2,4,6
/proc/18254/task/18385/stat : 18385 (java) S 18247 18254 18193 0 -1 1077944384 1639 13056 0 0 73 74 5 3 20 0 15 0 443247418 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236955831216 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
Current children cumulated CPU time: 2492.2 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1202468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.7 s]
/proc/loadavg: 1.61 1.38 1.41 5/227 18767
/proc/meminfo: memFree=29012124/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=10851096 memory=1202468 CPUtime=2520.02 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18247 18254 18193 0 -1 1077944320 300646 13056 1 0 251639 355 5 3 20 0 15 0 443247283 11111522304 300617 33554432000 4194304 4196468 140731947789184 140731947771728 140237806558967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
/proc/18254/statm: 2712774 300617 3635 1 0 2674829 0
[pid=18254/tid=18359] ppid=18247 vsize=10851096 memory=1202468 CPUtime=2439.82 cores=0,2,4,6
/proc/18254/task/18359/stat : 18359 (java) R 18247 18254 18193 0 -1 4202560 89527 13056 1 0 243918 56 5 3 20 0 15 0 443247378 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237778393296 140237426136209 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18364] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.36 cores=0,2,4,6
/proc/18254/task/18364/stat : 18364 (java) S 18247 18254 18193 0 -1 1077944384 27816 13056 0 0 1174 54 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237810801040 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18365] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.37 cores=0,2,4,6
/proc/18254/task/18365/stat : 18365 (java) S 18247 18254 18193 0 -1 1077944384 18478 13056 0 0 1179 50 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237379393808 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18366] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.35 cores=0,2,4,6
/proc/18254/task/18366/stat : 18366 (java) S 18247 18254 18193 0 -1 1077944384 20793 13056 0 0 1170 57 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237378341520 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18367] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.33 cores=0,2,4,6
/proc/18254/task/18367/stat : 18367 (java) S 18247 18254 18193 0 -1 1077944384 17658 13056 0 0 1174 51 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237377288720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18371] ppid=18247 vsize=10851096 memory=1202468 CPUtime=11.53 cores=0,2,4,6
/proc/18254/task/18371/stat : 18371 (java) S 18247 18254 18193 0 -1 1077944384 21197 13056 0 0 1093 52 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237094316656 140237806570114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18372] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18372/stat : 18372 (java) S 18247 18254 18193 0 -1 1077944384 32 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237093262688 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18373] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18373/stat : 18373 (java) S 18247 18254 18193 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236990441088 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18379] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18379/stat : 18379 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236840299088 140237806577563 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18380] ppid=18247 vsize=10851096 memory=1202468 CPUtime=6.87 cores=0,2,4,6
/proc/18254/task/18380/stat : 18380 (java) S 18247 18254 18193 0 -1 1077944384 31166 13056 0 0 674 5 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237059704944 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18381] ppid=18247 vsize=10851096 memory=1202468 CPUtime=6.93 cores=0,2,4,6
/proc/18254/task/18381/stat : 18381 (java) S 18247 18254 18193 0 -1 1077944384 33224 13056 0 0 680 5 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237058652144 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18382] ppid=18247 vsize=10851096 memory=1202468 CPUtime=4.5 cores=0,2,4,6
/proc/18254/task/18382/stat : 18382 (java) S 18247 18254 18193 0 -1 1077944384 36899 13056 0 0 433 9 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236956883312 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18383] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18383/stat : 18383 (java) S 18247 18254 18193 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236118026720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18385] ppid=18247 vsize=10851096 memory=1202468 CPUtime=1.57 cores=0,2,4,6
/proc/18254/task/18385/stat : 18385 (java) S 18247 18254 18193 0 -1 1077944384 1640 13056 0 0 74 75 5 3 20 0 15 0 443247418 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236955831216 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1202468 KiB

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

[startup+2469.73 s]
# the end of solver process 18254 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.47 s, system=3.60531 s

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

[startup+2469.7 s]
/proc/loadavg: 1.61 1.38 1.41 5/227 18767
/proc/meminfo: memFree=29012124/32770624 swapFree=66917056/67108860
[pid=18254] ppid=18247 vsize=10851096 memory=1202468 CPUtime=2520.02 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18247 18254 18193 0 -1 1077944320 300646 13056 1 0 251639 355 5 3 20 0 15 0 443247283 11111522304 300617 33554432000 4194304 4196468 140731947789184 140731947771728 140237806558967 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
/proc/18254/statm: 2712774 300617 3635 1 0 2674829 0
[pid=18254/tid=18359] ppid=18247 vsize=10851096 memory=1202468 CPUtime=2439.82 cores=0,2,4,6
/proc/18254/task/18359/stat : 18359 (java) R 18247 18254 18193 0 -1 4202560 89527 13056 1 0 243918 56 5 3 20 0 15 0 443247378 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237778393296 140237426136209 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18364] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.36 cores=0,2,4,6
/proc/18254/task/18364/stat : 18364 (java) S 18247 18254 18193 0 -1 1077944384 27816 13056 0 0 1174 54 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237810801040 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18365] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.37 cores=0,2,4,6
/proc/18254/task/18365/stat : 18365 (java) S 18247 18254 18193 0 -1 1077944384 18478 13056 0 0 1179 50 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237379393808 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18366] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.35 cores=0,2,4,6
/proc/18254/task/18366/stat : 18366 (java) S 18247 18254 18193 0 -1 1077944384 20793 13056 0 0 1170 57 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237378341520 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18367] ppid=18247 vsize=10851096 memory=1202468 CPUtime=12.33 cores=0,2,4,6
/proc/18254/task/18367/stat : 18367 (java) S 18247 18254 18193 0 -1 1077944384 17658 13056 0 0 1174 51 5 3 20 0 15 0 443247380 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237377288720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18371] ppid=18247 vsize=10851096 memory=1202468 CPUtime=11.53 cores=0,2,4,6
/proc/18254/task/18371/stat : 18371 (java) S 18247 18254 18193 0 -1 1077944384 21197 13056 0 0 1093 52 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237094316656 140237806570114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18372] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18372/stat : 18372 (java) S 18247 18254 18193 0 -1 1077944384 32 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237093262688 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18373] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18373/stat : 18373 (java) S 18247 18254 18193 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 443247382 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236990441088 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18379] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18379/stat : 18379 (java) S 18247 18254 18193 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236840299088 140237806577563 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18380] ppid=18247 vsize=10851096 memory=1202468 CPUtime=6.87 cores=0,2,4,6
/proc/18254/task/18380/stat : 18380 (java) S 18247 18254 18193 0 -1 1077944384 31166 13056 0 0 674 5 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237059704944 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18381] ppid=18247 vsize=10851096 memory=1202468 CPUtime=6.93 cores=0,2,4,6
/proc/18254/task/18381/stat : 18381 (java) S 18247 18254 18193 0 -1 1077944384 33224 13056 0 0 680 5 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140237058652144 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18382] ppid=18247 vsize=10851096 memory=1202468 CPUtime=4.5 cores=0,2,4,6
/proc/18254/task/18382/stat : 18382 (java) S 18247 18254 18193 0 -1 1077944384 36899 13056 0 0 433 9 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236956883312 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18383] ppid=18247 vsize=10851096 memory=1202468 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18383/stat : 18383 (java) S 18247 18254 18193 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 443247388 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236118026720 140237806569173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
[pid=18254/tid=18385] ppid=18247 vsize=10851096 memory=1202468 CPUtime=1.57 cores=0,2,4,6
/proc/18254/task/18385/stat : 18385 (java) S 18247 18254 18193 0 -1 1077944384 1640 13056 0 0 74 75 5 3 20 0 15 0 443247418 11111522304 300617 33554432000 4194304 4196468 140731947789184 140236955831216 140237806570114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 13799424 140731947797231 140731947799749 140731947799749 140731947802575 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1202468 KiB

Child status: 143
Real time (s): 2469.73
CPU time (s): 2520.07
CPU user time (s): 2516.47
CPU system time (s): 3.60531
CPU usage (%): 102.038
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1202468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.47
system time used= 3.60532
maximum resident set size= 1206592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314537
page faults= 1
swaps= 0
block input operations= 2304
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280071
involuntary context switches= 8866


# summary of solver processes directly reported to runsolver:
#   pid: 18254
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.47
#   total CPU system time (s): 3.60531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3956 second user time and 22.3117 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 00:34:48
IDJOB=4401026
IDBENCH=115827
IDSOLVER=2857
FILE ID=node147/4401026-1568673331
RUNJOBID= node147-1568673287-18224
PBS_JOBID= 21703775
Free space on /tmp= 58880 MiB

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

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

MD5SUM BENCH= da64694dd3ca715594c36c32a8b555a8
RANDOM SEED=1889038206

node147.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.52
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.52
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.52
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.52
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:        30419144 kB
MemAvailable:   31807532 kB
Buffers:           86164 kB
Cached:          1595204 kB
SwapCached:        87660 kB
Active:           943332 kB
Inactive:         826976 kB
Active(anon):       5672 kB
Inactive(anon):   133772 kB
Active(file):     937660 kB
Inactive(file):   693204 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             71188 kB
Writeback:             0 kB
AnonPages:        113120 kB
Mapped:            48244 kB
Shmem:             40920 kB
Slab:             175964 kB
SReclaimable:     146720 kB
SUnreclaim:        29244 kB
KernelStack:        3408 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511924 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-17 01:16:01