Trace number 4400987

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)310 2520.1 2466.23

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-3.xml
MD5SUM486402128da484f7cb4aeca2fb99213d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark310
Best CPU time to get the best result obtained on this benchmark32.7447
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size410
Distribution of domain sizes[{"size":5,"count":50},{"size":410,"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
11.30/5.28	o 409
11.64/5.31	o 408
11.64/5.38	o 392
11.99/5.44	o 391
11.99/5.45	o 390
11.99/5.46	o 383
11.99/5.47	o 375
12.29/5.58	o 374
12.61/5.65	o 373
12.61/5.68	o 372
12.61/5.68	o 369
12.94/5.70	o 368
14.81/6.53	o 365
14.81/6.53	o 362
14.81/6.53	o 357
14.81/6.54	o 352
15.05/6.64	o 351
15.05/6.65	o 348
18.11/7.97	o 347
18.11/7.97	o 346
18.11/7.97	o 342
18.11/7.98	o 339
18.95/8.41	o 338
18.95/8.42	o 337
18.95/8.42	o 335
18.95/8.43	o 331
18.95/8.43	o 330
18.95/8.49	o 329
19.12/8.53	o 328
19.12/8.53	o 327
19.40/8.79	o 325
19.58/8.84	o 324
19.58/8.85	o 321
29.60/16.95	o 320
31.81/18.88	o 319
32.06/19.04	o 318
32.06/19.06	o 317
38.09/24.43	o 316
66.48/51.89	o 315
66.58/51.90	o 312
613.27/589.61	o 311
1736.19/1694.93	o 310
2520.05/2466.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2466.20		at concrete.MAC.mac(MAC.scala:192)
2520.05/2466.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2466.20		at scala.util.Try$.apply(Try.scala:212)
2520.05/2466.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2466.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2466.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2466.20		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2466.20		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2466.20		at concrete.MAC.nextSolution(MAC.scala:369)
2520.05/2466.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2466.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.20		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2466.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2466.20		at scala.util.Success.map(Try.scala:264)
2520.05/2466.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2466.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2466.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2466.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2466.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2466.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2466.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2466.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2466.20		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2466.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2466.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2466.20		at scala.App.main(App.scala:75)
2520.05/2466.20		at scala.App.main$(App.scala:73)
2520.05/2466.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2466.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2466.21	v <instantiation
2520.05/2466.21	v         cost = '310'>
2520.05/2466.21	v       <list>
2520.05/2466.21	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.05/2466.21	v       </list>
2520.05/2466.21	v       <values>
2520.05/2466.21	v         0 66 127 217 270 0 81 117 195 266 0 81 134 230 305 4 92 131 191 231 0 97 134 217 229 305 310 310 310 310 66 31 64 45 35 66 36 78 71 44 81 53 91 75 5 77 25 60 38 79 93 37 83 12 81 0 3 2 1 4 3 2 0 4 1 2 1 3 0 4 1 0 4 2 3 4 3 1 0 2 0 217 127 66 270 117 266 81 0 195 230 81 0 134 305 92 4 191 231 131 217 134 229 97 0
2520.05/2466.21	v       </values>
2520.05/2466.21	v     </instantiation>
2520.05/2466.21	s SATISFIABLE

Verifier Data

OK	310

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

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

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

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


[startup+0.100128 s]*
/proc/loadavg: 0.16 0.77 1.85 2/206 16001
/proc/meminfo: memFree=27237620/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/15943/stat : 15943 (bash) S 15937 15943 15883 0 -1 4202496 891 5689 1 1 0 0 0 1 20 0 1 0 443272089 115974144 404 33554432000 4194304 5098028 140734730556592 140734730550600 140494301998080 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 4 0 0 7196144 7232144 9834496 140734730560532 140734730560657 140734730560657 140734730563566 0
/proc/15943/statm: 28314 404 320 221 0 119 0
[pid=15996] ppid=15943 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/15996/stat : 15996 (bash) S 15943 15943 15883 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443272096 115974144 178 33554432000 4194304 5098028 140734730556592 140734730549272 140494301823612 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9834496 140734730560532 140734730560657 140734730560657 140734730563566 0
/proc/15996/statm: 28314 178 94 221 0 119 0
[pid=15997] ppid=15996 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/15997/stat : 15997 (java) R 15996 15943 15883 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 443272096 303104 1 33554432000 4194304 4196468 140728569874224 140728569871496 139808104810183 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
/proc/15997/statm: 74 1 0 1 0 38 0
[pid=15998] ppid=15996 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/15998/stat : 15998 (awk) S 15996 15943 15883 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443272096 116211712 243 33554432000 4194304 4609284 140725612650464 140725612649640 139991788813312 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 12390400 140725612655804 140725612655834 140725612655834 140725612658671 0
/proc/15998/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.210374 s]*
/proc/loadavg: 0.16 0.77 1.85 1/208 16003
/proc/meminfo: memFree=27234884/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/15943/stat : 15943 (bash) S 15937 15943 15883 0 -1 4202496 891 5689 1 1 0 0 0 1 20 0 1 0 443272089 115974144 404 33554432000 4194304 5098028 140734730556592 140734730550600 140494301998080 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 4 0 0 7196144 7232144 9834496 140734730560532 140734730560657 140734730560657 140734730563566 0
/proc/15943/statm: 28314 404 320 221 0 119 0
[pid=15996] ppid=15943 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/15996/stat : 15996 (bash) S 15943 15943 15883 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443272096 115974144 178 33554432000 4194304 5098028 140734730556592 140734730549272 140494301823612 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9834496 140734730560532 140734730560657 140734730560657 140734730563566 0
/proc/15996/statm: 28314 178 94 221 0 119 0
[pid=15997] ppid=15996 vsize=111596 memory=5608 CPUtime=0 cores=1,3,5,7
/proc/15997/stat : 15997 (java) S 15996 15943 15883 0 -1 1077944320 1719 0 0 0 0 0 0 0 20 0 2 0 443272096 114274304 1402 33554432000 4194304 4196468 140728569874224 140728569856768 139808102534903 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
/proc/15997/statm: 27899 1402 1063 1 0 16810 0
[pid=15997/tid=16002] ppid=15996 vsize=111596 memory=7751702667093440019 CPUtime=0 cores=1,3,5,7
/proc/15997/task/16002/stat : 16002 (java) D 15996 15943 15883 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 2 0 443272104 114274304 1402 33554432000 4194304 4196468 140728569874224 139808106774760 139808095212917 0 4 0 16784584 18446744072101576228 0 0 -1 1 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15998] ppid=15996 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/15998/stat : 15998 (awk) S 15996 15943 15883 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443272096 116211712 243 33554432000 4194304 4609284 140725612650464 140725612649640 139991788813312 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 12390400 140725612655804 140725612655834 140725612655834 140725612658671 0
/proc/15998/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 451596 KiB
Current children cumulated memory: 8908 KiB

[startup+0.310052 s]*
/proc/loadavg: 0.16 0.77 1.85 1/222 16017
/proc/meminfo: memFree=27213996/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/15943/stat : 15943 (bash) S 15937 15943 15883 0 -1 4202496 891 5689 1 1 0 0 0 1 20 0 1 0 443272089 115974144 404 33554432000 4194304 5098028 140734730556592 140734730550600 140494301998080 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 4 0 0 7196144 7232144 9834496 140734730560532 140734730560657 140734730560657 140734730563566 0
/proc/15943/statm: 28314 404 320 221 0 119 0
[pid=15996] ppid=15943 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/15996/stat : 15996 (bash) S 15943 15943 15883 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443272096 115974144 178 33554432000 4194304 5098028 140734730556592 140734730549272 140494301823612 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9834496 140734730560532 140734730560657 140734730560657 140734730563566 0
/proc/15996/statm: 28314 178 94 221 0 119 0
[pid=15997] ppid=15996 vsize=10260324 memory=20144 CPUtime=0.04 cores=1,3,5,7
/proc/15997/stat : 15997 (java) S 15996 15943 15883 0 -1 1077944320 3938 0 0 0 3 1 0 0 20 0 9 0 443272096 10506571776 5036 33554432000 4194304 4196468 140728569874224 140728569856768 139808102534903 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
/proc/15997/statm: 2565081 5036 2161 1 0 2527622 0
[pid=15997/tid=16002] ppid=15996 vsize=10260324 memory=288355116380323867 CPUtime=0.02 cores=1,3,5,7
/proc/15997/task/16002/stat : 16002 (java) D 15996 15943 15883 0 -1 1077944384 2594 0 0 0 2 0 0 0 20 0 9 0 443272104 10506571776 5036 33554432000 4194304 4196468 140728569874224 139808106770000 139808102558781 0 4 0 16800971 18446744072101576228 0 0 -1 1 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15997/tid=16004] ppid=15996 vsize=10260324 memory=4294967595 CPUtime=0 cores=1,3,5,7
/proc/15997/task/16004/stat : 16004 (java) S 15996 15943 15883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443272115 10506571776 5036 33554432000 4194304 4196468 140728569874224 139808039225872 139808102545109 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15997/tid=16005] ppid=15996 vsize=10260324 memory=140465865383513 CPUtime=0 cores=1,3,5,7
/proc/15997/task/16005/stat : 16005 (java) S 15996 15943 15883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443272115 10506571776 5036 33554432000 4194304 4196468 140728569874224 139808038173328 139808102545109 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15997/tid=16006] ppid=15996 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15997/task/16006/stat : 16006 (java) S 15996 15943 15883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443272115 10506571776 5036 33554432000 4194304 4196468 140728569874224 139808037120272 139808102545109 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15997/tid=16007] ppid=15996 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15997/task/16007/stat : 16007 (java) S 15996 15943 15883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443272115 10506571776 5036 33554432000 4194304 4196468 140728569874224 139808036067728 139808102545109 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15997/tid=16012] ppid=15996 vsize=10260324 memory=140465865373312 CPUtime=0 cores=1,3,5,7
/proc/15997/task/16012/stat : 16012 (java) S 15996 15943 15883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443272117 10506571776 5036 33554432000 4194304 4196468 140728569874224 139807138200304 139808102546050 0 0 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15997/tid=16014] ppid=15996 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15997/task/16014/stat : 16014 (java) S 15996 15943 15883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443272118 10506571776 5036 33554432000 4194304 4196468 140728569874224 139807137146528 139808102545109 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15997/tid=16016] ppid=15996 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15997/task/16016/stat : 16016 (java) S 15996 15943 15883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443272118 10506571776 5036 33554432000 4194304 4196468 140728569874224 139807136093424 139808102545109 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35549184 140728569877644 140728569877658 140728569877658 140728569880527 0
[pid=15998] ppid=15996 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/15998/stat : 15998 (awk) S 15996 15943 15883 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443272096 116211712 243 33554432000 4194304 4609284 140725612650464 140725612649640 139991788813312 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 12390400 140725612655804 140725612655834 140725612655834 140725612658671 0
/proc/15998/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: 23444 KiB

[startup+0.700346 s]
/proc/loadavg: 0.39 0.81 1.85 4/202 16049
/proc/meminfo: memFree=27234560/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=10819856 memory=43024 CPUtime=0.27 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15937 15943 15883 0 -1 1077944320 7048 12990 1 2 17 2 5 3 20 0 15 0 443272089 11079532544 10756 33554432000 4194304 4196468 140734426827440 140734426809984 139759530708727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
/proc/15943/statm: 2704964 10756 3182 1 0 2667149 0
[pid=15943/tid=16048] ppid=15937 vsize=10819856 memory=988 CPUtime=0.19 cores=1,3,5,7
/proc/15943/task/16048/stat : 16048 (java) R 15937 15943 15883 0 -1 4202560 3582 12990 0 2 10 1 5 3 20 0 15 0 443272140 11079532544 10756 33554432000 4194304 4196468 140734426827440 139759502513808 139759453785667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819856 KiB
Current children cumulated memory: 43024 KiB

[startup+1.50064 s]
/proc/loadavg: 0.39 0.81 1.85 4/228 16075
/proc/meminfo: memFree=27130640/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=10826488 memory=96996 CPUtime=1.5 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15937 15943 15883 0 -1 1077944320 16537 12990 1 2 136 6 5 3 20 0 15 0 443272089 11086323712 24249 33554432000 4194304 4196468 140734426827440 140734426809984 139759530708727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
/proc/15943/statm: 2706622 24249 3540 1 0 2668685 0
[pid=15943/tid=16048] ppid=15937 vsize=10826488 memory=7681905605394137875 CPUtime=0.83 cores=1,3,5,7
/proc/15943/task/16048/stat : 16048 (java) R 15937 15943 15883 0 -1 4202560 11470 12990 0 2 71 4 5 3 20 0 15 0 443272140 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759502542032 139759510901478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16050] ppid=15937 vsize=10826488 memory=-9108684669924967205 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16050/stat : 16050 (java) S 15937 15943 15883 0 -1 1077944384 1 12990 0 2 0 0 5 3 20 0 15 0 443272142 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759534950672 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16051] ppid=15937 vsize=10826488 memory=-9123011406873178988 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16051/stat : 16051 (java) S 15937 15943 15883 0 -1 1077944384 2 12990 0 2 0 0 5 3 20 0 15 0 443272142 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759449770384 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16052] ppid=15937 vsize=10826488 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16052/stat : 16052 (java) S 15937 15943 15883 0 -1 1077944384 1 12990 0 2 0 0 5 3 20 0 15 0 443272142 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759448717840 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16054] ppid=15937 vsize=10826488 memory=5794277106940925028 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16054/stat : 16054 (java) S 15937 15943 15883 0 -1 1077944384 2 12990 0 2 0 0 5 3 20 0 15 0 443272142 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759447665296 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16058] ppid=15937 vsize=10826488 memory=7380106142448641901 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16058/stat : 16058 (java) S 15937 15943 15883 0 -1 1077944384 5 12990 0 2 0 0 5 3 20 0 15 0 443272143 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759057349104 139759530719874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16060] ppid=15937 vsize=10826488 memory=5865188000529146989 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16060/stat : 16060 (java) S 15937 15943 15883 0 -1 1077944384 13 12990 0 2 0 0 5 3 20 0 15 0 443272144 11086323712 24249 33554432000 4194304 4196468 140734426827440 139758974002592 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16062] ppid=15937 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16062/stat : 16062 (java) S 15937 15943 15883 0 -1 1077944384 1 12990 0 2 0 0 5 3 20 0 15 0 443272144 11086323712 24249 33554432000 4194304 4196468 140734426827440 139758370022896 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16064] ppid=15937 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16064/stat : 16064 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11086323712 24249 33554432000 4194304 4196468 140734426827440 139758062623440 139759530727323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16065] ppid=15937 vsize=10826488 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/15943/task/16065/stat : 16065 (java) S 15937 15943 15883 0 -1 1077944384 791 12990 0 2 19 0 5 3 20 0 15 0 443272148 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759056295920 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16066] ppid=15937 vsize=10826488 memory=288230596036295639 CPUtime=0.25 cores=1,3,5,7
/proc/15943/task/16066/stat : 16066 (java) S 15937 15943 15883 0 -1 1077944384 893 12990 0 2 17 0 5 3 20 0 15 0 443272148 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759055243376 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16067] ppid=15937 vsize=10826488 memory=13572608580953139 CPUtime=0.35 cores=1,3,5,7
/proc/15943/task/16067/stat : 16067 (java) S 15937 15943 15883 0 -1 1077944384 1142 12990 0 2 27 0 5 3 20 0 15 0 443272148 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759054190832 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16069] ppid=15937 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16069/stat : 16069 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11086323712 24249 33554432000 4194304 4196468 140734426827440 139758029064800 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16074] ppid=15937 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16074/stat : 16074 (java) S 15937 15943 15883 0 -1 1077944384 1 12990 0 2 0 0 5 3 20 0 15 0 443272153 11086323712 24249 33554432000 4194304 4196468 140734426827440 139759053138736 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10826488 KiB
Current children cumulated memory: 96996 KiB

[startup+3.11525 s]
/proc/loadavg: 0.39 0.81 1.85 8/228 16075
/proc/meminfo: memFree=26857712/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=10842892 memory=207024 CPUtime=4.92 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15937 15943 15883 0 -1 1077944320 32496 12990 1 2 472 12 5 3 20 0 15 0 443272089 11103121408 51756 33554432000 4194304 4196468 140734426827440 140734426809984 139759530708727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
/proc/15943/statm: 2710723 51756 3597 1 0 2672781 0
[pid=15943/tid=16048] ppid=15937 vsize=10842892 memory=280931529467888 CPUtime=2.38 cores=1,3,5,7
/proc/15943/task/16048/stat : 16048 (java) R 15937 15943 15883 0 -1 4202560 18562 12990 0 2 223 7 5 3 20 0 15 0 443272140 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759502541296 139759530720662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16050] ppid=15937 vsize=10842892 memory=280931529668960 CPUtime=0.09 cores=1,3,5,7
/proc/15943/task/16050/stat : 16050 (java) S 15937 15943 15883 0 -1 1077944384 78 12990 0 2 1 0 5 3 20 0 15 0 443272142 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759534950672 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16051] ppid=15937 vsize=10842892 memory=208911504276731 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16051/stat : 16051 (java) S 15937 15943 15883 0 -1 1077944384 62 12990 0 2 0 0 5 3 20 0 15 0 443272142 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759449770384 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16052] ppid=15937 vsize=10842892 memory=208911504276733 CPUtime=0.09 cores=1,3,5,7
/proc/15943/task/16052/stat : 16052 (java) S 15937 15943 15883 0 -1 1077944384 22 12990 0 2 1 0 5 3 20 0 15 0 443272142 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759448717840 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16054] ppid=15937 vsize=10842892 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15943/task/16054/stat : 16054 (java) S 15937 15943 15883 0 -1 1077944384 365 12990 0 2 1 0 5 3 20 0 15 0 443272142 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759447665296 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16058] ppid=15937 vsize=10842892 memory=288230596036295639 CPUtime=0.09 cores=1,3,5,7
/proc/15943/task/16058/stat : 16058 (java) S 15937 15943 15883 0 -1 1077944384 174 12990 0 2 1 0 5 3 20 0 15 0 443272143 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759057349104 139759530719874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16060] ppid=15937 vsize=10842892 memory=13572608580953139 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16060/stat : 16060 (java) S 15937 15943 15883 0 -1 1077944384 14 12990 0 2 0 0 5 3 20 0 15 0 443272144 11103121408 51756 33554432000 4194304 4196468 140734426827440 139758974002592 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16062] ppid=15937 vsize=10842892 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16062/stat : 16062 (java) S 15937 15943 15883 0 -1 1077944384 1 12990 0 2 0 0 5 3 20 0 15 0 443272144 11103121408 51756 33554432000 4194304 4196468 140734426827440 139758370022912 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16064] ppid=15937 vsize=10842892 memory=190644 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16064/stat : 16064 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11103121408 51756 33554432000 4194304 4196468 140734426827440 139758062623440 139759530727323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16065] ppid=15937 vsize=10842892 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/15943/task/16065/stat : 16065 (java) S 15937 15943 15883 0 -1 1077944384 2482 12990 0 2 67 0 5 3 20 0 15 0 443272148 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759056295920 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16066] ppid=15937 vsize=10842892 memory=-7737605721172012177 CPUtime=0.89 cores=1,3,5,7
/proc/15943/task/16066/stat : 16066 (java) S 15937 15943 15883 0 -1 1077944384 3621 12990 0 2 81 0 5 3 20 0 15 0 443272148 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759055243376 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16067] ppid=15937 vsize=10842892 memory=6944656592455360569 CPUtime=1.02 cores=1,3,5,7
/proc/15943/task/16067/stat : 16067 (java) R 15937 15943 15883 0 -1 4202560 4899 12990 0 2 93 1 5 3 20 0 15 0 443272148 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759054190832 139759509362113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16069] ppid=15937 vsize=10842892 memory=7445126819188007788 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16069/stat : 16069 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11103121408 51756 33554432000 4194304 4196468 140734426827440 139758029064800 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16074] ppid=15937 vsize=10842892 memory=7236229500900889449 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16074/stat : 16074 (java) S 15937 15943 15883 0 -1 1077944384 1 12990 0 2 0 0 5 3 20 0 15 0 443272153 11103121408 51756 33554432000 4194304 4196468 140734426827440 139759053138736 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 207024 KiB

[startup+6.30172 s]
/proc/loadavg: 0.68 0.86 1.86 7/227 16075
/proc/meminfo: memFree=26542220/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=10851096 memory=381468 CPUtime=14.36 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15937 15943 15883 0 -1 1077944320 61309 12990 1 2 1403 25 5 3 20 0 15 0 443272089 11111522304 95367 33554432000 4194304 4196468 140734426827440 140734426809984 139759530708727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
/proc/15943/statm: 2712774 95367 3621 1 0 2674829 0
[pid=15943/tid=16048] ppid=15937 vsize=10851096 memory=208911504276733 CPUtime=5.48 cores=1,3,5,7

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

/proc/15943/task/16048/stat : 16048 (java) R 15937 15943 15883 0 -1 4202560 83842 12990 0 2 229618 56 5 3 20 0 15 0 443272140 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759502544144 139759143069906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16050] ppid=15937 vsize=10851096 memory=1188060 CPUtime=12.16 cores=1,3,5,7
/proc/15943/task/16050/stat : 16050 (java) S 15937 15943 15883 0 -1 1077944384 15906 12990 0 2 1155 53 5 3 20 0 15 0 443272142 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759534950672 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16051] ppid=15937 vsize=10851096 memory=1188060 CPUtime=12.28 cores=1,3,5,7
/proc/15943/task/16051/stat : 16051 (java) S 15937 15943 15883 0 -1 1077944384 16367 12990 0 2 1165 55 5 3 20 0 15 0 443272142 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759449770384 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16052] ppid=15937 vsize=10851096 memory=1188060 CPUtime=12.24 cores=1,3,5,7
/proc/15943/task/16052/stat : 16052 (java) S 15937 15943 15883 0 -1 1077944384 13504 12990 0 2 1160 56 5 3 20 0 15 0 443272142 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759448717840 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16054] ppid=15937 vsize=10851096 memory=1188060 CPUtime=12.23 cores=1,3,5,7
/proc/15943/task/16054/stat : 16054 (java) S 15937 15943 15883 0 -1 1077944384 14902 12990 0 2 1164 51 5 3 20 0 15 0 443272142 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759447665296 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16058] ppid=15937 vsize=10851096 memory=1188060 CPUtime=10.49 cores=1,3,5,7
/proc/15943/task/16058/stat : 16058 (java) S 15937 15943 15883 0 -1 1077944384 18334 12990 0 2 987 54 5 3 20 0 15 0 443272143 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759057349104 139759530719874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16060] ppid=15937 vsize=10851096 memory=1186012 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16060/stat : 16060 (java) S 15937 15943 15883 0 -1 1077944384 17 12990 0 2 0 0 5 3 20 0 15 0 443272144 11111522304 297015 33554432000 4194304 4196468 140734426827440 139758974002656 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16062] ppid=15937 vsize=10851096 memory=1188060 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16062/stat : 16062 (java) S 15937 15943 15883 0 -1 1077944384 6 12990 0 2 0 0 5 3 20 0 15 0 443272144 11111522304 297015 33554432000 4194304 4196468 140734426827440 139758370022912 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16064] ppid=15937 vsize=10851096 memory=1188060 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16064/stat : 16064 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139758062623440 139759530727323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16065] ppid=15937 vsize=10851096 memory=1188060 CPUtime=6.15 cores=1,3,5,7
/proc/15943/task/16065/stat : 16065 (java) S 15937 15943 15883 0 -1 1077944384 34275 12990 0 2 601 6 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759056295920 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16066] ppid=15937 vsize=10851096 memory=1188060 CPUtime=6.19 cores=1,3,5,7
/proc/15943/task/16066/stat : 16066 (java) S 15937 15943 15883 0 -1 1077944384 22767 12990 0 2 606 5 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759055243376 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16067] ppid=15937 vsize=10851096 memory=1188060 CPUtime=4.55 cores=1,3,5,7
/proc/15943/task/16067/stat : 16067 (java) S 15937 15943 15883 0 -1 1077944384 39310 12990 0 2 440 7 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759054190832 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16069] ppid=15937 vsize=10851096 memory=219 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16069/stat : 16069 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139758029064800 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16074] ppid=15937 vsize=10851096 memory=1188060 CPUtime=1.33 cores=1,3,5,7
/proc/15943/task/16074/stat : 16074 (java) S 15937 15943 15883 0 -1 1077944384 1267 12990 0 2 59 66 5 3 20 0 15 0 443272153 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759053138736 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
Current children cumulated CPU time: 2373.83 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1188060 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.39 1.46 3/230 16706
/proc/meminfo: memFree=24081260/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=10851096 memory=1188060 CPUtime=2434.83 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15937 15943 15883 0 -1 1077944320 264457 12990 1 2 243107 368 5 3 20 0 15 0 443272089 11111522304 297015 33554432000 4194304 4196468 140734426827440 140734426809984 139759530708727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
/proc/15943/statm: 2712774 297015 3635 1 0 2674829 0
[pid=15943/tid=16048] ppid=15937 vsize=10851096 memory=1188060 CPUtime=2356.16 cores=1,3,5,7
/proc/15943/task/16048/stat : 16048 (java) R 15937 15943 15883 0 -1 4202560 84762 12990 0 2 235551 57 5 3 20 0 15 0 443272140 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759502543648 139759130651758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16050] ppid=15937 vsize=10851096 memory=1712 CPUtime=12.5 cores=1,3,5,7
/proc/15943/task/16050/stat : 16050 (java) S 15937 15943 15883 0 -1 1077944384 16210 12990 0 2 1187 55 5 3 20 0 15 0 443272142 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759534950672 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16051] ppid=15937 vsize=10851096 memory=1188060 CPUtime=12.61 cores=1,3,5,7
/proc/15943/task/16051/stat : 16051 (java) S 15937 15943 15883 0 -1 1077944384 16483 12990 0 2 1197 56 5 3 20 0 15 0 443272142 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759449770384 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16052] ppid=15937 vsize=10851096 memory=6791534058613427641 CPUtime=12.58 cores=1,3,5,7
/proc/15943/task/16052/stat : 16052 (java) S 15937 15943 15883 0 -1 1077944384 13540 12990 0 2 1192 58 5 3 20 0 15 0 443272142 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759448717840 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16054] ppid=15937 vsize=10851096 memory=1188060 CPUtime=12.56 cores=1,3,5,7
/proc/15943/task/16054/stat : 16054 (java) S 15937 15943 15883 0 -1 1077944384 15023 12990 0 2 1195 53 5 3 20 0 15 0 443272142 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759447665296 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16058] ppid=15937 vsize=10851096 memory=1188060 CPUtime=10.77 cores=1,3,5,7
/proc/15943/task/16058/stat : 16058 (java) S 15937 15943 15883 0 -1 1077944384 18561 12990 0 2 1013 56 5 3 20 0 15 0 443272143 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759057349104 139759530719874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16060] ppid=15937 vsize=10851096 memory=1188060 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16060/stat : 16060 (java) S 15937 15943 15883 0 -1 1077944384 17 12990 0 2 0 0 5 3 20 0 15 0 443272144 11111522304 297015 33554432000 4194304 4196468 140734426827440 139758974002656 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16062] ppid=15937 vsize=10851096 memory=1186012 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16062/stat : 16062 (java) S 15937 15943 15883 0 -1 1077944384 6 12990 0 2 0 0 5 3 20 0 15 0 443272144 11111522304 297015 33554432000 4194304 4196468 140734426827440 139758370022912 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16064] ppid=15937 vsize=10851096 memory=1188060 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16064/stat : 16064 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139758062623440 139759530727323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16065] ppid=15937 vsize=10851096 memory=1188060 CPUtime=6.15 cores=1,3,5,7
/proc/15943/task/16065/stat : 16065 (java) S 15937 15943 15883 0 -1 1077944384 34277 12990 0 2 601 6 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759056295920 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16066] ppid=15937 vsize=10851096 memory=1188060 CPUtime=6.19 cores=1,3,5,7
/proc/15943/task/16066/stat : 16066 (java) S 15937 15943 15883 0 -1 1077944384 22769 12990 0 2 606 5 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759055243376 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16067] ppid=15937 vsize=10851096 memory=1188060 CPUtime=4.55 cores=1,3,5,7
/proc/15943/task/16067/stat : 16067 (java) S 15937 15943 15883 0 -1 1077944384 39312 12990 0 2 440 7 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759054190832 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16069] ppid=15937 vsize=10851096 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16069/stat : 16069 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11111522304 297015 33554432000 4194304 4196468 140734426827440 139758029064800 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16074] ppid=15937 vsize=10851096 memory=164 CPUtime=1.36 cores=1,3,5,7
/proc/15943/task/16074/stat : 16074 (java) S 15937 15943 15883 0 -1 1077944384 1282 12990 0 2 60 68 5 3 20 0 15 0 443272153 11111522304 297015 33554432000 4194304 4196468 140734426827440 139759053138736 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
Current children cumulated CPU time: 2434.83 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1188060 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.38 1.45 3/227 16710
/proc/meminfo: memFree=24079852/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=10851096 memory=1190108 CPUtime=2495.79 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15937 15943 15883 0 -1 1077944320 266765 12990 1 2 249194 377 5 3 20 0 15 0 443272089 11111522304 297527 33554432000 4194304 4196468 140734426827440 140734426809984 139759530708727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
/proc/15943/statm: 2712774 297527 3635 1 0 2674829 0
[pid=15943/tid=16048] ppid=15937 vsize=10851096 memory=1190108 CPUtime=2415.52 cores=1,3,5,7
/proc/15943/task/16048/stat : 16048 (java) R 15937 15943 15883 0 -1 4202560 85870 12990 0 2 241486 58 5 3 20 0 15 0 443272140 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759502544000 139759143600236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16050] ppid=15937 vsize=10851096 memory=1190108 CPUtime=12.81 cores=1,3,5,7
/proc/15943/task/16050/stat : 16050 (java) S 15937 15943 15883 0 -1 1077944384 16347 12990 0 2 1217 56 5 3 20 0 15 0 443272142 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759534950672 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16051] ppid=15937 vsize=10851096 memory=1190108 CPUtime=12.95 cores=1,3,5,7
/proc/15943/task/16051/stat : 16051 (java) S 15937 15943 15883 0 -1 1077944384 16801 12990 0 2 1229 58 5 3 20 0 15 0 443272142 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759449770384 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16052] ppid=15937 vsize=10851096 memory=1188060 CPUtime=12.91 cores=1,3,5,7
/proc/15943/task/16052/stat : 16052 (java) S 15937 15943 15883 0 -1 1077944384 13678 12990 0 2 1224 59 5 3 20 0 15 0 443272142 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759448717840 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16054] ppid=15937 vsize=10851096 memory=1188060 CPUtime=12.89 cores=1,3,5,7
/proc/15943/task/16054/stat : 16054 (java) S 15937 15943 15883 0 -1 1077944384 15362 12990 0 2 1227 54 5 3 20 0 15 0 443272142 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759447665296 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16058] ppid=15937 vsize=10851096 memory=1188060 CPUtime=11.03 cores=1,3,5,7
/proc/15943/task/16058/stat : 16058 (java) S 15937 15943 15883 0 -1 1077944384 18807 12990 0 2 1038 57 5 3 20 0 15 0 443272143 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759057349104 139759530719874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16060] ppid=15937 vsize=10851096 memory=1188060 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16060/stat : 16060 (java) S 15937 15943 15883 0 -1 1077944384 17 12990 0 2 0 0 5 3 20 0 15 0 443272144 11111522304 297527 33554432000 4194304 4196468 140734426827440 139758974002656 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16062] ppid=15937 vsize=10851096 memory=1188060 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16062/stat : 16062 (java) S 15937 15943 15883 0 -1 1077944384 6 12990 0 2 0 0 5 3 20 0 15 0 443272144 11111522304 297527 33554432000 4194304 4196468 140734426827440 139758370022912 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16064] ppid=15937 vsize=10851096 memory=1190108 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16064/stat : 16064 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139758062623440 139759530727323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16065] ppid=15937 vsize=10851096 memory=0 CPUtime=6.15 cores=1,3,5,7
/proc/15943/task/16065/stat : 16065 (java) S 15937 15943 15883 0 -1 1077944384 34279 12990 0 2 601 6 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759056295920 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16066] ppid=15937 vsize=10851096 memory=1190108 CPUtime=6.19 cores=1,3,5,7
/proc/15943/task/16066/stat : 16066 (java) S 15937 15943 15883 0 -1 1077944384 22771 12990 0 2 606 5 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759055243376 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16067] ppid=15937 vsize=10851096 memory=1190108 CPUtime=4.55 cores=1,3,5,7
/proc/15943/task/16067/stat : 16067 (java) S 15937 15943 15883 0 -1 1077944384 39314 12990 0 2 440 7 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759054190832 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16069] ppid=15937 vsize=10851096 memory=1190108 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16069/stat : 16069 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139758029064800 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16074] ppid=15937 vsize=10851096 memory=6791534058613427641 CPUtime=1.39 cores=1,3,5,7
/proc/15943/task/16074/stat : 16074 (java) S 15937 15943 15883 0 -1 1077944384 1298 12990 0 2 61 70 5 3 20 0 15 0 443272153 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759053138736 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
Current children cumulated CPU time: 2495.79 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1190108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.2 s]
/proc/loadavg: 1.44 1.39 1.45 3/227 16711
/proc/meminfo: memFree=24077248/32770624 swapFree=66999436/67108860
[pid=15943] ppid=15937 vsize=10851096 memory=1190108 CPUtime=2520.05 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15937 15943 15883 0 -1 1077944320 267498 12990 1 2 251618 379 5 3 20 0 15 0 443272089 11111522304 297527 33554432000 4194304 4196468 140734426827440 140734426809984 139759530708727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
/proc/15943/statm: 2712774 297527 3635 1 0 2674829 0
[pid=15943/tid=16048] ppid=15937 vsize=10851096 memory=7379548685825430631 CPUtime=2439.16 cores=1,3,5,7
/proc/15943/task/16048/stat : 16048 (java) R 15937 15943 15883 0 -1 4202560 86185 12990 0 2 243850 58 5 3 20 0 15 0 443272140 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759502544752 139759141596258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16050] ppid=15937 vsize=10851096 memory=7379548685825430631 CPUtime=12.95 cores=1,3,5,7
/proc/15943/task/16050/stat : 16050 (java) S 15937 15943 15883 0 -1 1077944384 16357 12990 0 2 1230 57 5 3 20 0 15 0 443272142 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759534950672 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16051] ppid=15937 vsize=10851096 memory=7379548685825430631 CPUtime=13.07 cores=1,3,5,7
/proc/15943/task/16051/stat : 16051 (java) S 15937 15943 15883 0 -1 1077944384 16877 12990 0 2 1241 58 5 3 20 0 15 0 443272142 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759449770384 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16052] ppid=15937 vsize=10851096 memory=1190108 CPUtime=13.02 cores=1,3,5,7
/proc/15943/task/16052/stat : 16052 (java) S 15937 15943 15883 0 -1 1077944384 13695 12990 0 2 1235 59 5 3 20 0 15 0 443272142 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759448717840 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16054] ppid=15937 vsize=10851096 memory=1190108 CPUtime=13.02 cores=1,3,5,7
/proc/15943/task/16054/stat : 16054 (java) S 15937 15943 15883 0 -1 1077944384 15466 12990 0 2 1240 54 5 3 20 0 15 0 443272142 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759447665296 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16058] ppid=15937 vsize=10851096 memory=532 CPUtime=11.14 cores=1,3,5,7
/proc/15943/task/16058/stat : 16058 (java) S 15937 15943 15883 0 -1 1077944384 18998 12990 0 2 1048 58 5 3 20 0 15 0 443272143 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759057349104 139759530719874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16060] ppid=15937 vsize=10851096 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16060/stat : 16060 (java) S 15937 15943 15883 0 -1 1077944384 17 12990 0 2 0 0 5 3 20 0 15 0 443272144 11111522304 297527 33554432000 4194304 4196468 140734426827440 139758974002656 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16062] ppid=15937 vsize=10851096 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16062/stat : 16062 (java) S 15937 15943 15883 0 -1 1077944384 6 12990 0 2 0 0 5 3 20 0 15 0 443272144 11111522304 297527 33554432000 4194304 4196468 140734426827440 139758370022912 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16064] ppid=15937 vsize=10851096 memory=3680 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16064/stat : 16064 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139758062623440 139759530727323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16065] ppid=15937 vsize=10851096 memory=864 CPUtime=6.15 cores=1,3,5,7
/proc/15943/task/16065/stat : 16065 (java) S 15937 15943 15883 0 -1 1077944384 34281 12990 0 2 601 6 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759056295920 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16066] ppid=15937 vsize=10851096 memory=1436 CPUtime=6.19 cores=1,3,5,7
/proc/15943/task/16066/stat : 16066 (java) S 15937 15943 15883 0 -1 1077944384 22773 12990 0 2 606 5 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759055243376 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16067] ppid=15937 vsize=10851096 memory=1652 CPUtime=4.55 cores=1,3,5,7
/proc/15943/task/16067/stat : 16067 (java) S 15937 15943 15883 0 -1 1077944384 39316 12990 0 2 440 7 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759054190832 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16069] ppid=15937 vsize=10851096 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/15943/task/16069/stat : 16069 (java) S 15937 15943 15883 0 -1 1077944384 3 12990 0 2 0 0 5 3 20 0 15 0 443272148 11111522304 297527 33554432000 4194304 4196468 140734426827440 139758029064800 139759530718933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
[pid=15943/tid=16074] ppid=15937 vsize=10851096 memory=2540 CPUtime=1.41 cores=1,3,5,7
/proc/15943/task/16074/stat : 16074 (java) S 15937 15943 15883 0 -1 1077944384 1312 12990 0 2 62 71 5 3 20 0 15 0 443272153 11111522304 297527 33554432000 4194304 4196468 140734426827440 139759053138736 139759530719874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27746304 140734426835695 140734426838213 140734426838213 140734426841039 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1190108 KiB

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

[startup+2466.23 s]
# the end of solver process 15943 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.26 s, system=3.84395 s

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

Child status: 143
Real time (s): 2466.23
CPU time (s): 2520.1
CPU user time (s): 2516.26
CPU system time (s): 3.84395
CPU usage (%): 102.184
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1206532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.26
system time used= 3.84395
maximum resident set size= 1208580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281505
page faults= 3
swaps= 0
block input operations= 88
block output operations= 3952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290208
involuntary context switches= 8766


# summary of solver processes directly reported to runsolver:
#   pid: 15943
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.26
#   total CPU system time (s): 3.84395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2806 second user time and 23.5232 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 00:34:50
IDJOB=4400987
IDBENCH=115848
IDSOLVER=2857
FILE ID=node140/4400987-1568673331
RUNJOBID= node140-1568673290-15915
PBS_JOBID= 21703779
Free space on /tmp= 58116 MiB

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

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=1889038206

node140.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.43
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.43
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.43
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.43
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:        27240732 kB
MemAvailable:   31853120 kB
Buffers:          181656 kB
Cached:          4673548 kB
SwapCached:         2596 kB
Active:          1627988 kB
Inactive:        3232604 kB
Active(anon):       3228 kB
Inactive(anon):    51496 kB
Active(file):    1624760 kB
Inactive(file):  3181108 kB
Unevictable:      108708 kB
Mlocked:          108708 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:              2116 kB
Writeback:         37860 kB
AnonPages:        112656 kB
Mapped:            47864 kB
Shmem:             40584 kB
Slab:             264932 kB
SReclaimable:     234980 kB
SUnreclaim:        29952 kB
KernelStack:        3392 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58044 MiB
End job on node140 at 2019-09-17 01:16:03