Trace number 4401323

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)326 2400.08 2349.53

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-9.xml
MD5SUMb1b903d633c720775ef1eb29649a113f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark36.6984
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size426
Distribution of domain sizes[{"size":5,"count":50},{"size":426,"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.72/1.06	c Concrete v3.12.2.1568631193530 running
10.72/5.07	o 425
10.72/5.08	o 416
11.35/5.30	o 403
11.99/5.48	o 398
12.31/5.50	o 388
12.96/5.70	o 387
12.96/5.71	o 384
12.96/5.71	o 383
12.96/5.72	o 381
13.57/5.98	o 379
14.23/6.12	o 378
14.50/6.25	o 377
14.50/6.25	o 376
14.50/6.26	o 375
14.50/6.26	o 374
14.50/6.27	o 372
14.50/6.27	o 371
14.50/6.27	o 368
14.50/6.28	o 366
14.50/6.29	o 365
15.42/6.54	o 364
15.42/6.55	o 351
15.42/6.56	o 349
18.07/7.77	o 348
21.58/10.39	o 347
21.58/10.39	o 344
21.58/10.39	o 338
31.19/18.39	o 337
31.30/18.43	o 334
31.53/18.63	o 333
31.53/18.63	o 329
31.53/18.64	o 328
357.18/337.58	o 327
357.18/337.58	o 326
2400.04/2349.50	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2349.50		at concrete.MAC.mac(MAC.scala:192)
2400.04/2349.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2349.50		at scala.util.Try$.apply(Try.scala:212)
2400.04/2349.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2349.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2349.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2349.50		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2349.50		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2349.50		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2349.50		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2349.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2349.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2349.50		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2349.50		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2349.50		at scala.util.Success.map(Try.scala:264)
2400.04/2349.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2349.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2349.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2349.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2349.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2349.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2349.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2349.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2349.50		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2349.50		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2349.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2349.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2349.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2349.50		at scala.App.main(App.scala:75)
2400.04/2349.50		at scala.App.main$(App.scala:73)
2400.04/2349.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2349.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2349.51	v <instantiation
2400.04/2349.51	v         cost = '326'>
2400.04/2349.51	v       <list>
2400.04/2349.51	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]
2400.04/2349.51	v       </list>
2400.04/2349.51	v       <values>
2400.04/2349.51	v         0 40 99 120 222 0 99 142 219 312 0 45 163 223 277 45 95 166 196 277 0 95 120 198 272 312 326 321 326 325 36 59 17 87 90 99 32 56 93 14 45 97 59 40 44 50 67 30 81 49 91 25 76 74 53 1 4 3 2 0 3 4 1 2 0 2 1 0 4 3 2 0 4 3 1 0 2 3 1 4 222 0 120 99 40 312 142 219 0 99 163 45 0 277 223 95 277 45 196 166 0 198 95 120 272
2400.04/2349.51	v       </values>
2400.04/2349.51	v     </instantiation>
2400.04/2349.51	s SATISFIABLE

Verifier Data

OK	326

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401323-1568673332/watcher-4401323-1568673332 -o /tmp/evaluation-result-4401323-1568673332/solver-4401323-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25919 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401323-1568673332.xml 

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

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

solver pid=25942, runsolver pid=25939

[startup+0.100196 s]*
/proc/loadavg: 0.32 1.51 2.33 1/207 26005
/proc/meminfo: memFree=29356616/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/25942/stat : 25942 (bash) S 25939 25942 25887 0 -1 4202496 891 5688 1 1 0 0 0 1 20 0 1 0 443248722 115974144 404 33554432000 4194304 5098028 140730503947248 140730503941256 140711872859136 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 2 0 0 7196144 7232144 17182720 140730503955477 140730503955601 140730503955601 140730503958510 0
/proc/25942/statm: 28314 404 320 221 0 119 0
[pid=26000] ppid=25942 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/26000/stat : 26000 (bash) S 25942 25942 25887 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443248727 115974144 178 33554432000 4194304 5098028 140730503947248 140730503939928 140711872684668 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17182720 140730503955477 140730503955601 140730503955601 140730503958510 0
/proc/26000/statm: 28314 178 94 221 0 119 0
[pid=26001] ppid=26000 vsize=10648 memory=688 CPUtime=0 cores=1,3,5,7
/proc/26001/stat : 26001 (java) D 26000 25942 25887 0 -1 1077944320 328 0 0 0 0 0 0 0 20 0 1 0 443248727 10903552 172 33554432000 4194304 4196468 140731955816864 140731955797560 139963364800199 0 0 4096 0 18446744072101821988 0 0 17 1 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
/proc/26001/statm: 2662 172 139 1 0 84 0
[pid=26002] ppid=26000 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/26002/stat : 26002 (awk) S 26000 25942 25887 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443248727 116211712 243 33554432000 4194304 4609284 140721417946720 140721417945896 140156429024256 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 34439168 140721417954492 140721417954522 140721417954522 140721417957359 0
/proc/26002/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.210114 s]*
/proc/loadavg: 0.32 1.51 2.33 1/223 26021
/proc/meminfo: memFree=29333364/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/25942/stat : 25942 (bash) S 25939 25942 25887 0 -1 4202496 891 5688 1 1 0 0 0 1 20 0 1 0 443248722 115974144 404 33554432000 4194304 5098028 140730503947248 140730503941256 140711872859136 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 2 0 0 7196144 7232144 17182720 140730503955477 140730503955601 140730503955601 140730503958510 0
/proc/25942/statm: 28314 404 320 221 0 119 0
[pid=26000] ppid=25942 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/26000/stat : 26000 (bash) S 25942 25942 25887 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443248727 115974144 178 33554432000 4194304 5098028 140730503947248 140730503939928 140711872684668 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17182720 140730503955477 140730503955601 140730503955601 140730503958510 0
/proc/26000/statm: 28314 178 94 221 0 119 0
[pid=26001] ppid=26000 vsize=10260324 memory=20432 CPUtime=0.02 cores=1,3,5,7
/proc/26001/stat : 26001 (java) S 26000 25942 25887 0 -1 1077944320 3959 0 0 0 2 0 0 0 20 0 9 0 443248727 10506571776 5108 33554432000 4194304 4196468 140731955816864 140731955799408 139963362524919 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
/proc/26001/statm: 2565081 5108 2141 1 0 2527622 0
[pid=26001/tid=26007] ppid=26000 vsize=10260324 memory=8326441210107759528 CPUtime=0.02 cores=1,3,5,7
/proc/26001/task/26007/stat : 26007 (java) R 26000 25942 25887 0 -1 4202560 2618 0 0 0 2 0 0 0 20 0 9 0 443248734 10506571776 5108 33554432000 4194304 4196468 140731955816864 139963366760304 139963362546845 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26012] ppid=26000 vsize=10260324 memory=4210146916469654281 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26012/stat : 26012 (java) S 26000 25942 25887 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443248741 10506571776 5108 33554432000 4194304 4196468 140731955816864 139962969041936 139963362535125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26013] ppid=26000 vsize=10260324 memory=139765924038272 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26013/stat : 26013 (java) S 26000 25942 25887 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443248741 10506571776 5108 33554432000 4194304 4196468 140731955816864 139962967989392 139963362535125 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26014] ppid=26000 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26014/stat : 26014 (java) S 26000 25942 25887 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443248741 10506571776 5108 33554432000 4194304 4196468 140731955816864 139962966936336 139963362535125 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26015] ppid=26000 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26015/stat : 26015 (java) S 26000 25942 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248741 10506571776 5108 33554432000 4194304 4196468 140731955816864 139962965883792 139963362535125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26016] ppid=26000 vsize=10260324 memory=139765924038272 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26016/stat : 26016 (java) S 26000 25942 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5108 33554432000 4194304 4196468 140731955816864 139962921629936 139963362536066 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26018] ppid=26000 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26018/stat : 26018 (java) S 26000 25942 25887 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5108 33554432000 4194304 4196468 140731955816864 139962920576160 139963362535125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26020] ppid=26000 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26020/stat : 26020 (java) S 26000 25942 25887 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5108 33554432000 4194304 4196468 140731955816864 139962919523120 139963362535125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26002] ppid=26000 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/26002/stat : 26002 (awk) S 26000 25942 25887 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443248727 116211712 243 33554432000 4194304 4609284 140721417946720 140721417945896 140156429024256 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 34439168 140721417954492 140721417954522 140721417954522 140721417957359 0
/proc/26002/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23732 KiB

[startup+0.310498 s]*
/proc/loadavg: 0.32 1.51 2.33 1/223 26021
/proc/meminfo: memFree=29332760/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/25942/stat : 25942 (bash) S 25939 25942 25887 0 -1 4202496 891 5688 1 1 0 0 0 1 20 0 1 0 443248722 115974144 404 33554432000 4194304 5098028 140730503947248 140730503941256 140711872859136 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 2 0 0 7196144 7232144 17182720 140730503955477 140730503955601 140730503955601 140730503958510 0
/proc/25942/statm: 28314 404 320 221 0 119 0
[pid=26000] ppid=25942 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/26000/stat : 26000 (bash) S 25942 25942 25887 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443248727 115974144 178 33554432000 4194304 5098028 140730503947248 140730503939928 140711872684668 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17182720 140730503955477 140730503955601 140730503955601 140730503958510 0
/proc/26000/statm: 28314 178 94 221 0 119 0
[pid=26001] ppid=26000 vsize=10260324 memory=20876 CPUtime=0.05 cores=1,3,5,7
/proc/26001/stat : 26001 (java) S 26000 25942 25887 0 -1 1077944320 4099 0 0 0 4 1 0 0 20 0 9 0 443248727 10506571776 5219 33554432000 4194304 4196468 140731955816864 140731955799408 139963362524919 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
/proc/26001/statm: 2565081 5219 2192 1 0 2527622 0
[pid=26001/tid=26007] ppid=26000 vsize=10260324 memory=288355116380323867 CPUtime=0.03 cores=1,3,5,7
/proc/26001/task/26007/stat : 26007 (java) D 26000 25942 25887 0 -1 1077944384 2755 0 0 0 3 0 0 0 20 0 9 0 443248734 10506571776 5219 33554432000 4194304 4196468 140731955816864 139963366759960 139963355202933 0 4 0 16800971 18446744072101821988 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26012] ppid=26000 vsize=10260324 memory=4294967597 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26012/stat : 26012 (java) S 26000 25942 25887 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443248741 10506571776 5219 33554432000 4194304 4196468 140731955816864 139962969041936 139963362535125 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26013] ppid=26000 vsize=10260324 memory=4120996325586437792 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26013/stat : 26013 (java) S 26000 25942 25887 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443248741 10506571776 5219 33554432000 4194304 4196468 140731955816864 139962967989392 139963362535125 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26014] ppid=26000 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26014/stat : 26014 (java) S 26000 25942 25887 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443248741 10506571776 5219 33554432000 4194304 4196468 140731955816864 139962966936336 139963362535125 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26015] ppid=26000 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26015/stat : 26015 (java) S 26000 25942 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248741 10506571776 5219 33554432000 4194304 4196468 140731955816864 139962965883792 139963362535125 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26016] ppid=26000 vsize=10260324 memory=139765924038272 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26016/stat : 26016 (java) S 26000 25942 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5219 33554432000 4194304 4196468 140731955816864 139962921629936 139963362536066 0 0 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26018] ppid=26000 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26018/stat : 26018 (java) S 26000 25942 25887 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5219 33554432000 4194304 4196468 140731955816864 139962920576160 139963362535125 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26001/tid=26020] ppid=26000 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26001/task/26020/stat : 26020 (java) S 26000 25942 25887 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5219 33554432000 4194304 4196468 140731955816864 139962919523056 139963362535125 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140731955823756 140731955823770 140731955823770 140731955826639 0
[pid=26002] ppid=26000 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/26002/stat : 26002 (awk) S 26000 25942 25887 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443248727 116211712 243 33554432000 4194304 4609284 140721417946720 140721417945896 140156429024256 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 34439168 140721417954492 140721417954522 140721417954522 140721417957359 0
/proc/26002/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 24176 KiB

[startup+0.700404 s]
/proc/loadavg: 0.32 1.51 2.33 1/209 26047
/proc/meminfo: memFree=29346784/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=10821220 memory=44660 CPUtime=0.28 cores=1,3,5,7
/proc/25942/stat : 25942 (java) S 25939 25942 25887 0 -1 1077944320 9316 13109 1 2 18 2 5 3 20 0 15 0 443248722 11080929280 11165 33554432000 4194304 4196468 140735167516592 140735167499136 140279299989239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
/proc/25942/statm: 2705305 11165 3294 1 0 2667405 0
[pid=25942/tid=26042] ppid=25939 vsize=10821220 memory=1436 CPUtime=0.2 cores=1,3,5,7
/proc/25942/task/26042/stat : 26042 (java) R 25939 25942 25887 0 -1 4202560 5783 13109 0 2 11 1 5 3 20 0 15 0 443248768 11080929280 11165 33554432000 4194304 4196468 140735167516592 140279271801600 140279292668957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26044] ppid=25939 vsize=10821220 memory=4152 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26044/stat : 26044 (java) S 25939 25942 25887 0 -1 1077944384 2 13109 0 2 0 0 5 3 20 0 15 0 443248770 11080929280 11165 33554432000 4194304 4196468 140735167516592 140279304231312 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26045] ppid=25939 vsize=10821220 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26045/stat : 26045 (java) S 25939 25942 25887 0 -1 1077944384 2 13109 0 2 0 0 5 3 20 0 15 0 443248770 11080929280 11165 33554432000 4194304 4196468 140735167516592 140279203121424 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26046] ppid=25939 vsize=10821220 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26046/stat : 26046 (java) S 25939 25942 25887 0 -1 1077944384 2 13109 0 2 0 0 5 3 20 0 15 0 443248770 11080929280 11165 33554432000 4194304 4196468 140735167516592 140278872533648 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26047] ppid=25939 vsize=10821220 memory=8072 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26047/stat : 26047 (java) S 25939 25942 25887 0 -1 1077944384 2 13109 0 2 0 0 5 3 20 0 15 0 443248770 11080929280 11165 33554432000 4194304 4196468 140735167516592 140278871480848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 44660 KiB

[startup+1.50074 s]
/proc/loadavg: 0.32 1.51 2.33 3/229 26079
/proc/meminfo: memFree=29257696/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=10828536 memory=108256 CPUtime=1.66 cores=1,3,5,7
/proc/25942/stat : 25942 (java) S 25939 25942 25887 0 -1 1077944320 17343 13109 1 2 151 7 5 3 20 0 15 0 443248722 11088420864 27064 33554432000 4194304 4196468 140735167516592 140735167499136 140279299989239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
/proc/25942/statm: 2707134 27064 3542 1 0 2669197 0
[pid=25942/tid=26042] ppid=25939 vsize=10828536 memory=288230621803970871 CPUtime=0.95 cores=1,3,5,7
/proc/25942/task/26042/stat : 26042 (java) R 25939 25942 25887 0 -1 4202560 12352 13109 0 2 82 5 5 3 20 0 15 0 443248768 11088420864 27064 33554432000 4194304 4196468 140735167516592 140279271789872 140279284043291 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26044] ppid=25939 vsize=10828536 memory=15817794159643255 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26044/stat : 26044 (java) S 25939 25942 25887 0 -1 1077944384 2 13109 0 2 0 0 5 3 20 0 15 0 443248770 11088420864 27064 33554432000 4194304 4196468 140735167516592 140279304231312 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26045] ppid=25939 vsize=10828536 memory=2008 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26045/stat : 26045 (java) S 25939 25942 25887 0 -1 1077944384 2 13109 0 2 0 0 5 3 20 0 15 0 443248770 11088420864 27064 33554432000 4194304 4196468 140735167516592 140279203121424 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26046] ppid=25939 vsize=10828536 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26046/stat : 26046 (java) S 25939 25942 25887 0 -1 1077944384 2 13109 0 2 0 0 5 3 20 0 15 0 443248770 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278872533648 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26047] ppid=25939 vsize=10828536 memory=4152 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26047/stat : 26047 (java) S 25939 25942 25887 0 -1 1077944384 2 13109 0 2 0 0 5 3 20 0 15 0 443248770 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278871480848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26058] ppid=25939 vsize=10828536 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26058/stat : 26058 (java) S 25939 25942 25887 0 -1 1077944384 5 13109 0 2 0 0 5 3 20 0 15 0 443248775 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278504712816 140279300000386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26059] ppid=25939 vsize=10828536 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26059/stat : 26059 (java) S 25939 25942 25887 0 -1 1077944384 33 13109 0 2 0 0 5 3 20 0 15 0 443248775 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278503658784 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26060] ppid=25939 vsize=10828536 memory=8072 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26060/stat : 26060 (java) S 25939 25942 25887 0 -1 1077944384 1 13109 0 2 0 0 5 3 20 0 15 0 443248775 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278195283568 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26068] ppid=25939 vsize=10828536 memory=9580 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26068/stat : 26068 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248779 11088420864 27064 33554432000 4194304 4196468 140735167516592 140277887883856 140279300007835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26069] ppid=25939 vsize=10828536 memory=8 CPUtime=0.28 cores=1,3,5,7
/proc/25942/task/26069/stat : 26069 (java) S 25939 25942 25887 0 -1 1077944384 925 13109 0 2 20 0 5 3 20 0 15 0 443248779 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278470101104 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26070] ppid=25939 vsize=10828536 memory=8 CPUtime=0.27 cores=1,3,5,7
/proc/25942/task/26070/stat : 26070 (java) S 25939 25942 25887 0 -1 1077944384 705 13109 0 2 19 0 5 3 20 0 15 0 443248779 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278469048304 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26071] ppid=25939 vsize=10828536 memory=8 CPUtime=0.36 cores=1,3,5,7
/proc/25942/task/26071/stat : 26071 (java) S 25939 25942 25887 0 -1 1077944384 1098 13109 0 2 28 0 5 3 20 0 15 0 443248779 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278467996016 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26072] ppid=25939 vsize=10828536 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26072/stat : 26072 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248780 11088420864 27064 33554432000 4194304 4196468 140735167516592 140277854325216 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26078] ppid=25939 vsize=10828536 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26078/stat : 26078 (java) S 25939 25942 25887 0 -1 1077944384 1 13109 0 2 0 0 5 3 20 0 15 0 443248785 11088420864 27064 33554432000 4194304 4196468 140735167516592 140278466943920 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10828536 KiB
Current children cumulated memory: 108256 KiB

[startup+3.11028 s]
/proc/loadavg: 0.32 1.51 2.33 3/229 26081
/proc/meminfo: memFree=28972412/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=10842892 memory=212912 CPUtime=5.3 cores=1,3,5,7
/proc/25942/stat : 25942 (java) S 25939 25942 25887 0 -1 1077944320 34512 13109 1 2 508 14 5 3 20 0 15 0 443248722 11103121408 53228 33554432000 4194304 4196468 140735167516592 140735167499136 140279299989239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
/proc/25942/statm: 2710723 53228 3604 1 0 2672781 0
[pid=25942/tid=26042] ppid=25939 vsize=10842892 memory=279531638675392 CPUtime=2.52 cores=1,3,5,7
/proc/25942/task/26042/stat : 26042 (java) R 25939 25942 25887 0 -1 4202560 19239 13109 0 2 237 7 5 3 20 0 15 0 443248768 11103121408 53228 33554432000 4194304 4196468 140735167516592 140279271824080 140279300001174 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26044] ppid=25939 vsize=10842892 memory=190120 CPUtime=0.09 cores=1,3,5,7
/proc/25942/task/26044/stat : 26044 (java) S 25939 25942 25887 0 -1 1077944384 92 13109 0 2 1 0 5 3 20 0 15 0 443248770 11103121408 53228 33554432000 4194304 4196468 140735167516592 140279304231312 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26045] ppid=25939 vsize=10842892 memory=-4695052241013923951 CPUtime=0.09 cores=1,3,5,7
/proc/25942/task/26045/stat : 26045 (java) S 25939 25942 25887 0 -1 1077944384 361 13109 0 2 1 0 5 3 20 0 15 0 443248770 11103121408 53228 33554432000 4194304 4196468 140735167516592 140279203121424 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26046] ppid=25939 vsize=10842892 memory=49236 CPUtime=0.09 cores=1,3,5,7
/proc/25942/task/26046/stat : 26046 (java) S 25939 25942 25887 0 -1 1077944384 24 13109 0 2 1 0 5 3 20 0 15 0 443248770 11103121408 53228 33554432000 4194304 4196468 140735167516592 140278872533648 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26047] ppid=25939 vsize=10842892 memory=1052 CPUtime=0.09 cores=1,3,5,7
/proc/25942/task/26047/stat : 26047 (java) S 25939 25942 25887 0 -1 1077944384 73 13109 0 2 1 0 5 3 20 0 15 0 443248770 11103121408 53228 33554432000 4194304 4196468 140735167516592 140278871480848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26058] ppid=25939 vsize=10842892 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/25942/task/26058/stat : 26058 (java) S 25939 25942 25887 0 -1 1077944384 1749 13109 0 2 1 0 5 3 20 0 15 0 443248775 11103121408 53228 33554432000 4194304 4196468 140735167516592 140278504712816 140279300000386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26059] ppid=25939 vsize=10842892 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26059/stat : 26059 (java) S 25939 25942 25887 0 -1 1077944384 34 13109 0 2 0 0 5 3 20 0 15 0 443248775 11103121408 53228 33554432000 4194304 4196468 140735167516592 140278503658848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26060] ppid=25939 vsize=10842892 memory=10 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26060/stat : 26060 (java) S 25939 25942 25887 0 -1 1077944384 1 13109 0 2 0 0 5 3 20 0 15 0 443248775 11103121408 53228 33554432000 4194304 4196468 140735167516592 140278195283584 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26068] ppid=25939 vsize=10842892 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7

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

/proc/25942/task/26042/stat : 26042 (java) R 25939 25942 25887 0 -1 4202560 73483 13109 0 2 223669 54 5 3 20 0 15 0 443248768 11111522304 292167 33554432000 4194304 4196468 140735167516592 140279271824448 140278900377226 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26044] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.45 cores=1,3,5,7
/proc/25942/task/26044/stat : 26044 (java) S 25939 25942 25887 0 -1 1077944384 15298 13109 0 2 1085 52 5 3 20 0 15 0 443248770 11111522304 292167 33554432000 4194304 4196468 140735167516592 140279304231312 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26045] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.46 cores=1,3,5,7
/proc/25942/task/26045/stat : 26045 (java) S 25939 25942 25887 0 -1 1077944384 13918 13109 0 2 1087 51 5 3 20 0 15 0 443248770 11111522304 292167 33554432000 4194304 4196468 140735167516592 140279203121424 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26046] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.45 cores=1,3,5,7
/proc/25942/task/26046/stat : 26046 (java) S 25939 25942 25887 0 -1 1077944384 10097 13109 0 2 1082 55 5 3 20 0 15 0 443248770 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278872533648 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26047] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.47 cores=1,3,5,7
/proc/25942/task/26047/stat : 26047 (java) S 25939 25942 25887 0 -1 1077944384 8536 13109 0 2 1090 49 5 3 20 0 15 0 443248770 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278871480848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26058] ppid=25939 vsize=10851096 memory=1168668 CPUtime=10.75 cores=1,3,5,7
/proc/25942/task/26058/stat : 26058 (java) S 25939 25942 25887 0 -1 1077944384 15558 13109 0 2 1017 50 5 3 20 0 15 0 443248775 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278504712816 140279300000386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26059] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26059/stat : 26059 (java) S 25939 25942 25887 0 -1 1077944384 39 13109 0 2 0 0 5 3 20 0 15 0 443248775 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278503658848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26060] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26060/stat : 26060 (java) S 25939 25942 25887 0 -1 1077944384 1 13109 0 2 0 0 5 3 20 0 15 0 443248775 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278195283584 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26068] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26068/stat : 26068 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248779 11111522304 292167 33554432000 4194304 4196468 140735167516592 140277887883856 140279300007835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26069] ppid=25939 vsize=10851096 memory=0 CPUtime=6.17 cores=1,3,5,7
/proc/25942/task/26069/stat : 26069 (java) S 25939 25942 25887 0 -1 1077944384 26801 13109 0 2 604 5 5 3 20 0 15 0 443248779 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278470101104 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26070] ppid=25939 vsize=10851096 memory=1168668 CPUtime=6.19 cores=1,3,5,7
/proc/25942/task/26070/stat : 26070 (java) S 25939 25942 25887 0 -1 1077944384 30679 13109 0 2 606 5 5 3 20 0 15 0 443248779 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278469048304 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26071] ppid=25939 vsize=10851096 memory=1168668 CPUtime=4.46 cores=1,3,5,7
/proc/25942/task/26071/stat : 26071 (java) S 25939 25942 25887 0 -1 1077944384 33833 13109 0 2 431 7 5 3 20 0 15 0 443248779 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278467996016 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26072] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26072/stat : 26072 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248780 11111522304 292167 33554432000 4194304 4196468 140735167516592 140277854325216 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26078] ppid=25939 vsize=10851096 memory=4152 CPUtime=1.32 cores=1,3,5,7
/proc/25942/task/26078/stat : 26078 (java) S 25939 25942 25887 0 -1 1077944384 1546 13109 0 2 55 69 5 3 20 0 15 0 443248785 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278466943920 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
Current children cumulated CPU time: 2311.43 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1168668 KiB

[startup+2322.3 s]
/proc/loadavg: 1.22 1.30 1.41 3/227 26318
/proc/meminfo: memFree=27068148/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=10851096 memory=1168668 CPUtime=2372.41 cores=1,3,5,7
/proc/25942/stat : 25942 (java) S 25939 25942 25887 0 -1 1077944320 233576 13109 1 2 236877 356 5 3 20 0 15 0 443248722 11111522304 292167 33554432000 4194304 4196468 140735167516592 140735167499136 140279299989239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
/proc/25942/statm: 2712774 292167 3633 1 0 2674829 0
[pid=25942/tid=26042] ppid=25939 vsize=10851096 memory=1168668 CPUtime=2296.61 cores=1,3,5,7
/proc/25942/task/26042/stat : 26042 (java) R 25939 25942 25887 0 -1 4202560 74273 13109 0 2 229599 54 5 3 20 0 15 0 443248768 11111522304 292167 33554432000 4194304 4196468 140735167516592 140279271824288 140278900819589 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26044] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.78 cores=1,3,5,7
/proc/25942/task/26044/stat : 26044 (java) S 25939 25942 25887 0 -1 1077944384 15394 13109 0 2 1117 53 5 3 20 0 15 0 443248770 11111522304 292167 33554432000 4194304 4196468 140735167516592 140279304231312 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26045] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.8 cores=1,3,5,7
/proc/25942/task/26045/stat : 26045 (java) S 25939 25942 25887 0 -1 1077944384 14250 13109 0 2 1120 52 5 3 20 0 15 0 443248770 11111522304 292167 33554432000 4194304 4196468 140735167516592 140279203121424 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26046] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.78 cores=1,3,5,7
/proc/25942/task/26046/stat : 26046 (java) S 25939 25942 25887 0 -1 1077944384 10188 13109 0 2 1114 56 5 3 20 0 15 0 443248770 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278872533648 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26047] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.81 cores=1,3,5,7
/proc/25942/task/26047/stat : 26047 (java) S 25939 25942 25887 0 -1 1077944384 8561 13109 0 2 1122 51 5 3 20 0 15 0 443248770 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278871480848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26058] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.06 cores=1,3,5,7
/proc/25942/task/26058/stat : 26058 (java) S 25939 25942 25887 0 -1 1077944384 15773 13109 0 2 1046 52 5 3 20 0 15 0 443248775 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278504712816 140279300000386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26059] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26059/stat : 26059 (java) S 25939 25942 25887 0 -1 1077944384 39 13109 0 2 0 0 5 3 20 0 15 0 443248775 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278503658848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26060] ppid=25939 vsize=10851096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26060/stat : 26060 (java) S 25939 25942 25887 0 -1 1077944384 1 13109 0 2 0 0 5 3 20 0 15 0 443248775 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278195283584 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26068] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26068/stat : 26068 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248779 11111522304 292167 33554432000 4194304 4196468 140735167516592 140277887883856 140279300007835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26069] ppid=25939 vsize=10851096 memory=1168668 CPUtime=6.17 cores=1,3,5,7
/proc/25942/task/26069/stat : 26069 (java) S 25939 25942 25887 0 -1 1077944384 26803 13109 0 2 604 5 5 3 20 0 15 0 443248779 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278470101104 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26070] ppid=25939 vsize=10851096 memory=1168668 CPUtime=6.19 cores=1,3,5,7
/proc/25942/task/26070/stat : 26070 (java) S 25939 25942 25887 0 -1 1077944384 30681 13109 0 2 606 5 5 3 20 0 15 0 443248779 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278469048304 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26071] ppid=25939 vsize=10851096 memory=1168668 CPUtime=4.47 cores=1,3,5,7
/proc/25942/task/26071/stat : 26071 (java) S 25939 25942 25887 0 -1 1077944384 33835 13109 0 2 432 7 5 3 20 0 15 0 443248779 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278467996016 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26072] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26072/stat : 26072 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248780 11111522304 292167 33554432000 4194304 4196468 140735167516592 140277854325216 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26078] ppid=25939 vsize=10851096 memory=1168668 CPUtime=1.35 cores=1,3,5,7
/proc/25942/task/26078/stat : 26078 (java) S 25939 25942 25887 0 -1 1077944384 1563 13109 0 2 56 71 5 3 20 0 15 0 443248785 11111522304 292167 33554432000 4194304 4196468 140735167516592 140278466943920 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
Current children cumulated CPU time: 2372.41 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1168668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2349.5 s]
/proc/loadavg: 1.21 1.29 1.40 2/209 26331
/proc/meminfo: memFree=28195436/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=10851096 memory=1170716 CPUtime=2400.04 cores=1,3,5,7
/proc/25942/stat : 25942 (java) S 25939 25942 25887 0 -1 1077944320 233911 13109 1 2 239636 360 5 3 20 0 15 0 443248722 11111522304 292679 33554432000 4194304 4196468 140735167516592 140735167499136 140279299989239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
/proc/25942/statm: 2712774 292679 3633 1 0 2674829 0
[pid=25942/tid=26042] ppid=25939 vsize=10851096 memory=1170716 CPUtime=2323.53 cores=1,3,5,7
/proc/25942/task/26042/stat : 26042 (java) R 25939 25942 25887 0 -1 4202560 74536 13109 0 2 232290 55 5 3 20 0 15 0 443248768 11111522304 292679 33554432000 4194304 4196468 140735167516592 140279271824176 140278884654600 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26044] ppid=25939 vsize=10851096 memory=1170716 CPUtime=11.92 cores=1,3,5,7
/proc/25942/task/26044/stat : 26044 (java) S 25939 25942 25887 0 -1 1077944384 15422 13109 0 2 1131 53 5 3 20 0 15 0 443248770 11111522304 292679 33554432000 4194304 4196468 140735167516592 140279304231312 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26045] ppid=25939 vsize=10851096 memory=1170716 CPUtime=11.94 cores=1,3,5,7
/proc/25942/task/26045/stat : 26045 (java) S 25939 25942 25887 0 -1 1077944384 14256 13109 0 2 1133 53 5 3 20 0 15 0 443248770 11111522304 292679 33554432000 4194304 4196468 140735167516592 140279203121424 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26046] ppid=25939 vsize=10851096 memory=1170716 CPUtime=11.92 cores=1,3,5,7
/proc/25942/task/26046/stat : 26046 (java) S 25939 25942 25887 0 -1 1077944384 10207 13109 0 2 1127 57 5 3 20 0 15 0 443248770 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278872533648 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26047] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.96 cores=1,3,5,7
/proc/25942/task/26047/stat : 26047 (java) S 25939 25942 25887 0 -1 1077944384 8569 13109 0 2 1137 51 5 3 20 0 15 0 443248770 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278871480848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26058] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.17 cores=1,3,5,7
/proc/25942/task/26058/stat : 26058 (java) S 25939 25942 25887 0 -1 1077944384 15782 13109 0 2 1057 52 5 3 20 0 15 0 443248775 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278504712816 140279300000386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26059] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26059/stat : 26059 (java) S 25939 25942 25887 0 -1 1077944384 39 13109 0 2 0 0 5 3 20 0 15 0 443248775 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278503658848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26060] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26060/stat : 26060 (java) S 25939 25942 25887 0 -1 1077944384 1 13109 0 2 0 0 5 3 20 0 15 0 443248775 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278195283584 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26068] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26068/stat : 26068 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248779 11111522304 292679 33554432000 4194304 4196468 140735167516592 140277887883856 140279300007835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26069] ppid=25939 vsize=10851096 memory=1168668 CPUtime=6.17 cores=1,3,5,7
/proc/25942/task/26069/stat : 26069 (java) S 25939 25942 25887 0 -1 1077944384 26803 13109 0 2 604 5 5 3 20 0 15 0 443248779 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278470101104 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26070] ppid=25939 vsize=10851096 memory=1170716 CPUtime=6.19 cores=1,3,5,7
/proc/25942/task/26070/stat : 26070 (java) S 25939 25942 25887 0 -1 1077944384 30681 13109 0 2 606 5 5 3 20 0 15 0 443248779 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278469048304 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26071] ppid=25939 vsize=10851096 memory=1170716 CPUtime=4.47 cores=1,3,5,7
/proc/25942/task/26071/stat : 26071 (java) S 25939 25942 25887 0 -1 1077944384 33835 13109 0 2 432 7 5 3 20 0 15 0 443248779 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278467996016 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26072] ppid=25939 vsize=10851096 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26072/stat : 26072 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248780 11111522304 292679 33554432000 4194304 4196468 140735167516592 140277854325216 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26078] ppid=25939 vsize=10851096 memory=1138604 CPUtime=1.37 cores=1,3,5,7
/proc/25942/task/26078/stat : 26078 (java) S 25939 25942 25887 0 -1 1077944384 1565 13109 0 2 57 72 5 3 20 0 15 0 443248785 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278466943920 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1170716 KiB

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

[startup+2349.53 s]
# the end of solver process 25942 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.43 s, system=3.65119 s

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

[startup+2349.5 s]
/proc/loadavg: 1.21 1.29 1.40 2/209 26331
/proc/meminfo: memFree=28195436/32770624 swapFree=66939904/67108860
[pid=25942] ppid=25939 vsize=10851096 memory=1170716 CPUtime=2400.04 cores=1,3,5,7
/proc/25942/stat : 25942 (java) S 25939 25942 25887 0 -1 1077944320 233911 13109 1 2 239636 360 5 3 20 0 15 0 443248722 11111522304 292679 33554432000 4194304 4196468 140735167516592 140735167499136 140279299989239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
/proc/25942/statm: 2712774 292679 3633 1 0 2674829 0
[pid=25942/tid=26042] ppid=25939 vsize=10851096 memory=1170716 CPUtime=2323.53 cores=1,3,5,7
/proc/25942/task/26042/stat : 26042 (java) R 25939 25942 25887 0 -1 4202560 74536 13109 0 2 232290 55 5 3 20 0 15 0 443248768 11111522304 292679 33554432000 4194304 4196468 140735167516592 140279271824176 140278884654600 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26044] ppid=25939 vsize=10851096 memory=1170716 CPUtime=11.92 cores=1,3,5,7
/proc/25942/task/26044/stat : 26044 (java) S 25939 25942 25887 0 -1 1077944384 15422 13109 0 2 1131 53 5 3 20 0 15 0 443248770 11111522304 292679 33554432000 4194304 4196468 140735167516592 140279304231312 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26045] ppid=25939 vsize=10851096 memory=1170716 CPUtime=11.94 cores=1,3,5,7
/proc/25942/task/26045/stat : 26045 (java) S 25939 25942 25887 0 -1 1077944384 14256 13109 0 2 1133 53 5 3 20 0 15 0 443248770 11111522304 292679 33554432000 4194304 4196468 140735167516592 140279203121424 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26046] ppid=25939 vsize=10851096 memory=1170716 CPUtime=11.92 cores=1,3,5,7
/proc/25942/task/26046/stat : 26046 (java) S 25939 25942 25887 0 -1 1077944384 10207 13109 0 2 1127 57 5 3 20 0 15 0 443248770 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278872533648 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26047] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.96 cores=1,3,5,7
/proc/25942/task/26047/stat : 26047 (java) S 25939 25942 25887 0 -1 1077944384 8569 13109 0 2 1137 51 5 3 20 0 15 0 443248770 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278871480848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26058] ppid=25939 vsize=10851096 memory=1168668 CPUtime=11.17 cores=1,3,5,7
/proc/25942/task/26058/stat : 26058 (java) S 25939 25942 25887 0 -1 1077944384 15782 13109 0 2 1057 52 5 3 20 0 15 0 443248775 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278504712816 140279300000386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26059] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26059/stat : 26059 (java) S 25939 25942 25887 0 -1 1077944384 39 13109 0 2 0 0 5 3 20 0 15 0 443248775 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278503658848 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26060] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26060/stat : 26060 (java) S 25939 25942 25887 0 -1 1077944384 1 13109 0 2 0 0 5 3 20 0 15 0 443248775 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278195283584 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26068] ppid=25939 vsize=10851096 memory=1168668 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26068/stat : 26068 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248779 11111522304 292679 33554432000 4194304 4196468 140735167516592 140277887883856 140279300007835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26069] ppid=25939 vsize=10851096 memory=1168668 CPUtime=6.17 cores=1,3,5,7
/proc/25942/task/26069/stat : 26069 (java) S 25939 25942 25887 0 -1 1077944384 26803 13109 0 2 604 5 5 3 20 0 15 0 443248779 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278470101104 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26070] ppid=25939 vsize=10851096 memory=1170716 CPUtime=6.19 cores=1,3,5,7
/proc/25942/task/26070/stat : 26070 (java) S 25939 25942 25887 0 -1 1077944384 30681 13109 0 2 606 5 5 3 20 0 15 0 443248779 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278469048304 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26071] ppid=25939 vsize=10851096 memory=1170716 CPUtime=4.47 cores=1,3,5,7
/proc/25942/task/26071/stat : 26071 (java) S 25939 25942 25887 0 -1 1077944384 33835 13109 0 2 432 7 5 3 20 0 15 0 443248779 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278467996016 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26072] ppid=25939 vsize=10851096 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/25942/task/26072/stat : 26072 (java) S 25939 25942 25887 0 -1 1077944384 3 13109 0 2 0 0 5 3 20 0 15 0 443248780 11111522304 292679 33554432000 4194304 4196468 140735167516592 140277854325216 140279299999445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
[pid=25942/tid=26078] ppid=25939 vsize=10851096 memory=1138604 CPUtime=1.37 cores=1,3,5,7
/proc/25942/task/26078/stat : 26078 (java) S 25939 25942 25887 0 -1 1077944384 1565 13109 0 2 57 72 5 3 20 0 15 0 443248785 11111522304 292679 33554432000 4194304 4196468 140735167516592 140278466943920 140279300000386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8302592 140735167519472 140735167521989 140735167521989 140735167524815 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1170716 KiB

Child status: 143
Real time (s): 2349.53
CPU time (s): 2400.08
CPU user time (s): 2396.43
CPU system time (s): 3.65119
CPU usage (%): 102.152
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1176440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.43
system time used= 3.65119
maximum resident set size= 1177480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247927
page faults= 3
swaps= 0
block input operations= 1448
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 270881
involuntary context switches= 5235


# summary of solver processes directly reported to runsolver:
#   pid: 25942
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.43
#   total CPU system time (s): 3.65119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3039 second user time and 22.6868 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 00:34:52
IDJOB=4401323
IDBENCH=115842
IDSOLVER=2858
FILE ID=node119/4401323-1568673332
RUNJOBID= node119-1568673291-25919
PBS_JOBID= 21703790
Free space on /tmp= 61344 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-9.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401323-1568673332/watcher-4401323-1568673332 -o /tmp/evaluation-result-4401323-1568673332/solver-4401323-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25919 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401323-1568673332.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=516042084

node119.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.47
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.47
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.47
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.47
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:        29359484 kB
MemAvailable:   31823740 kB
Buffers:          102156 kB
Cached:          2645076 kB
SwapCached:        61076 kB
Active:          1401520 kB
Inactive:        1410088 kB
Active(anon):       3372 kB
Inactive(anon):   110640 kB
Active(file):    1398148 kB
Inactive(file):  1299448 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939904 kB
Dirty:             30664 kB
Writeback:             0 kB
AnonPages:        112692 kB
Mapped:            48392 kB
Shmem:             41008 kB
Slab:             194736 kB
SReclaimable:     164992 kB
SUnreclaim:        29744 kB
KernelStack:        3424 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509908 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61276 MiB
End job on node119 at 2019-09-17 01:14:08