Trace number 4401306

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.07 2350.84

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-4.xml
MD5SUMa08c622730be04b0ce65f9055d76b754
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 benchmark26.2049
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size429
Distribution of domain sizes[{"size":5,"count":50},{"size":429,"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.76/1.03	c Concrete v3.12.2.1568631193530 running
10.44/5.10	o 418
10.79/5.16	o 408
10.79/5.17	o 388
11.10/5.26	o 384
11.42/5.36	o 383
11.42/5.37	o 381
12.06/5.56	o 380
12.06/5.57	o 379
12.69/5.78	o 378
13.62/6.05	o 377
13.62/6.06	o 372
14.16/6.21	o 371
14.46/6.32	o 370
14.46/6.33	o 369
15.07/6.50	o 368
15.64/6.75	o 367
15.93/6.81	o 366
16.34/7.07	o 365
16.34/7.08	o 361
16.34/7.08	o 360
16.89/7.42	o 359
17.01/7.56	o 356
18.12/8.32	o 355
18.12/8.32	o 354
21.75/11.20	o 353
22.39/11.77	o 352
22.74/12.03	o 351
22.74/12.04	o 349
23.08/12.25	o 348
23.08/12.27	o 347
23.08/12.27	o 344
23.08/12.27	o 343
23.08/12.28	o 340
23.08/12.29	o 339
23.08/12.29	o 338
27.19/15.81	o 337
40.08/27.39	o 336
41.51/28.70	o 334
41.51/28.70	o 333
41.51/28.70	o 331
41.51/28.70	o 330
49.92/36.81	o 329
57.30/44.10	o 328
58.11/44.88	o 327
58.11/44.88	o 326
2400.02/2350.81	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2350.81		at concrete.MAC.mac(MAC.scala:192)
2400.02/2350.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.02/2350.81		at scala.util.Try$.apply(Try.scala:212)
2400.02/2350.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2350.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2350.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2350.81		at concrete.MAC.oneRun(MAC.scala:265)
2400.02/2350.81		at concrete.MAC.nextSolution(MAC.scala:284)
2400.02/2350.81		at concrete.MAC.nextSolution(MAC.scala:369)
2400.02/2350.81		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2350.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2350.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2350.81		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2350.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.02/2350.81		at scala.util.Success.map(Try.scala:264)
2400.02/2350.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.02/2350.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2350.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2350.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2350.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2350.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2350.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2350.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2350.81		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2350.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2350.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2350.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2350.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2350.81		at scala.App.main(App.scala:75)
2400.02/2350.81		at scala.App.main$(App.scala:73)
2400.02/2350.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2350.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2350.82	v <instantiation
2400.02/2350.82	v         cost = '326'>
2400.02/2350.82	v       <list>
2400.02/2350.82	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.02/2350.82	v       </list>
2400.02/2350.82	v       <values>
2400.02/2350.82	v         0 77 137 215 274 21 91 145 201 293 0 86 145 215 295 0 85 123 215 295 0 91 121 199 274 326 326 326 300 323 73 60 78 58 52 52 46 48 92 33 86 59 63 80 31 85 2 92 56 5 91 28 78 75 49 4 3 2 0 1 3 2 1 4 0 0 1 3 2 4 1 4 0 3 2 2 0 4 1 3 215 274 137 77 0 293 145 91 21 201 0 86 215 145 295 123 0 295 215 85 91 199 0 274 121
2400.02/2350.82	v       </values>
2400.02/2350.82	v     </instantiation>
2400.02/2350.82	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 (13704 MiB free)
  memory of node 1: 16384 MiB (14126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401306-1568673331/watcher-4401306-1568673331 -o /tmp/evaluation-result-4401306-1568673331/solver-4401306-1568673331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568673291-17351 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401306-1568673331.xml 

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

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=17382, runsolver pid=17375

[startup+0.10015 s]*
/proc/loadavg: 0.16 1.13 2.25 2/206 17439
/proc/meminfo: memFree=28497488/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/17382/stat : 17382 (bash) S 17375 17382 17320 0 -1 4202496 887 5692 0 0 0 0 0 1 20 0 1 0 443273845 115974144 404 33554432000 4194304 5098028 140724723846304 140724723840312 140641622170624 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 31735808 140724723852308 140724723852433 140724723852433 140724723855342 0
/proc/17382/statm: 28314 404 320 221 0 119 0
[pid=17437] ppid=17382 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/17437/stat : 17437 (bash) S 17382 17382 17320 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443273847 115974144 178 33554432000 4194304 5098028 140724723846304 140724723838984 140641621996156 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31735808 140724723852308 140724723852433 140724723852433 140724723855342 0
/proc/17437/statm: 28314 178 94 221 0 119 0
[pid=17438] ppid=17437 vsize=11672 memory=660 CPUtime=0 cores=0,2,4,6
/proc/17438/stat : 17438 (java) D 17437 17382 17320 0 -1 1077944320 315 0 0 0 0 0 0 0 20 0 1 0 443273847 11952128 165 33554432000 4194304 4196468 140725377217504 140725377195784 139743559293856 0 0 4096 0 18446744072101572132 0 0 17 2 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
/proc/17438/statm: 2918 165 132 1 0 340 0
[pid=17439] ppid=17437 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/17439/stat : 17439 (awk) S 17437 17382 17320 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 443273847 116211712 242 33554432000 4194304 4609284 140728990920368 140728990919544 140400184175616 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 11091968 140728990921916 140728990921946 140728990921946 140728990924783 0
/proc/17439/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 351672 KiB
Current children cumulated memory: 3956 KiB

[startup+0.209973 s]*
/proc/loadavg: 0.16 1.13 2.25 3/212 17445
/proc/meminfo: memFree=28487364/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/17382/stat : 17382 (bash) S 17375 17382 17320 0 -1 4202496 887 5692 0 0 0 0 0 1 20 0 1 0 443273845 115974144 404 33554432000 4194304 5098028 140724723846304 140724723840312 140641622170624 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 31735808 140724723852308 140724723852433 140724723852433 140724723855342 0
/proc/17382/statm: 28314 404 320 221 0 119 0
[pid=17437] ppid=17382 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/17437/stat : 17437 (bash) S 17382 17382 17320 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443273847 115974144 178 33554432000 4194304 5098028 140724723846304 140724723838984 140641621996156 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31735808 140724723852308 140724723852433 140724723852433 140724723855342 0
/proc/17437/statm: 28314 178 94 221 0 119 0
[pid=17438] ppid=17437 vsize=9940964 memory=18368 CPUtime=0 cores=0,2,4,6
/proc/17438/stat : 17438 (java) S 17437 17382 17320 0 -1 1077944320 3386 0 0 0 0 0 0 0 20 0 6 0 443273847 10179547136 4592 33554432000 4194304 4196468 140725377217504 140725377200048 139743566614263 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
/proc/17438/statm: 2485241 4592 1941 1 0 2473679 0
[pid=17438/tid=17441] ppid=17437 vsize=9940964 memory=7751702667093440019 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17441/stat : 17441 (java) R 17437 17382 17320 0 -1 4202560 2107 0 0 0 0 0 0 0 20 0 6 0 443273857 10179547136 4592 33554432000 4194304 4196468 140725377217504 139743570850384 139743566636189 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17442] ppid=17437 vsize=9940964 memory=664964232733811010 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17442/stat : 17442 (java) S 17437 17382 17320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443273865 10179547136 4592 33554432000 4194304 4196468 140725377217504 139743492688272 139743566624469 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17443] ppid=17437 vsize=9940964 memory=140514455881344 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17443/stat : 17443 (java) S 17437 17382 17320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443273865 10179547136 4592 33554432000 4194304 4196468 140725377217504 139743491635472 139743566624469 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17444] ppid=17437 vsize=9940964 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17444/stat : 17444 (java) S 17437 17382 17320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443273865 10179547136 4592 33554432000 4194304 4196468 140725377217504 139743490583184 139743566624469 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17445] ppid=17437 vsize=9940964 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17445/stat : 17445 (java) S 17437 17382 17320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 443273865 10179547136 4592 33554432000 4194304 4196468 140725377217504 139743489530384 139743566624469 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17439] ppid=17437 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/17439/stat : 17439 (awk) S 17437 17382 17320 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 443273847 116211712 242 33554432000 4194304 4609284 140728990920368 140728990919544 140400184175616 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 11091968 140728990921916 140728990921946 140728990921946 140728990924783 0
/proc/17439/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10280964 KiB
Current children cumulated memory: 21664 KiB

[startup+0.310386 s]*
/proc/loadavg: 0.16 1.13 2.25 2/222 17455
/proc/meminfo: memFree=28478012/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/17382/stat : 17382 (bash) S 17375 17382 17320 0 -1 4202496 887 5692 0 0 0 0 0 1 20 0 1 0 443273845 115974144 404 33554432000 4194304 5098028 140724723846304 140724723840312 140641622170624 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 31735808 140724723852308 140724723852433 140724723852433 140724723855342 0
/proc/17382/statm: 28314 404 320 221 0 119 0
[pid=17437] ppid=17382 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/17437/stat : 17437 (bash) S 17382 17382 17320 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443273847 115974144 178 33554432000 4194304 5098028 140724723846304 140724723838984 140641621996156 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31735808 140724723852308 140724723852433 140724723852433 140724723855342 0
/proc/17437/statm: 28314 178 94 221 0 119 0
[pid=17438] ppid=17437 vsize=10260324 memory=20400 CPUtime=0.04 cores=0,2,4,6
/proc/17438/stat : 17438 (java) S 17437 17382 17320 0 -1 1077944320 3981 0 0 0 3 1 0 0 20 0 9 0 443273847 10506571776 5100 33554432000 4194304 4196468 140725377217504 140725377200048 139743566614263 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
/proc/17438/statm: 2565081 5100 2192 1 0 2527622 0
[pid=17438/tid=17441] ppid=17437 vsize=10260324 memory=576567874760998942 CPUtime=0.04 cores=0,2,4,6
/proc/17438/task/17441/stat : 17441 (java) D 17437 17382 17320 0 -1 1077944384 2636 0 0 0 3 1 0 0 20 0 9 0 443273857 10506571776 5100 33554432000 4194304 4196468 140725377217504 139743570849304 139743559292277 0 4 0 16800971 18446744072101572132 0 0 -1 4 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17442] ppid=17437 vsize=10260324 memory=4296933218 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17442/stat : 17442 (java) S 17437 17382 17320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443273865 10506571776 5100 33554432000 4194304 4196468 140725377217504 139743492688272 139743566624469 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17443] ppid=17437 vsize=10260324 memory=140514455893267 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17443/stat : 17443 (java) S 17437 17382 17320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443273865 10506571776 5100 33554432000 4194304 4196468 140725377217504 139743491635472 139743566624469 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17444] ppid=17437 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17444/stat : 17444 (java) S 17437 17382 17320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443273865 10506571776 5100 33554432000 4194304 4196468 140725377217504 139743490583184 139743566624469 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17445] ppid=17437 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17445/stat : 17445 (java) S 17437 17382 17320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443273865 10506571776 5100 33554432000 4194304 4196468 140725377217504 139743489530384 139743566624469 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17451] ppid=17437 vsize=10260324 memory=140514455881344 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17451/stat : 17451 (java) S 17437 17382 17320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443273867 10506571776 5100 33554432000 4194304 4196468 140725377217504 139743058676336 139743566625410 0 0 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17453] ppid=17437 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17453/stat : 17453 (java) S 17437 17382 17320 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443273868 10506571776 5100 33554432000 4194304 4196468 140725377217504 139743057622304 139743566624469 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17438/tid=17455] ppid=17437 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17438/task/17455/stat : 17455 (java) S 17437 17382 17320 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443273868 10506571776 5100 33554432000 4194304 4196468 140725377217504 139743056569968 139743566624469 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7979008 140725377225868 140725377225882 140725377225882 140725377228751 0
[pid=17439] ppid=17437 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/17439/stat : 17439 (awk) S 17437 17382 17320 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 443273847 116211712 242 33554432000 4194304 4609284 140728990920368 140728990919544 140400184175616 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 11091968 140728990921916 140728990921946 140728990921946 140728990924783 0
/proc/17439/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23696 KiB

[startup+0.700483 s]
/proc/loadavg: 0.16 1.13 2.25 3/216 17501
/proc/meminfo: memFree=28479232/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=10820196 memory=41684 CPUtime=0.28 cores=0,2,4,6
/proc/17382/stat : 17382 (java) S 17375 17382 17320 0 -1 1077944320 8248 13010 0 0 18 2 5 3 20 0 15 0 443273845 11079880704 10421 33554432000 4194304 4196468 140735531317504 140735531300048 139697393729271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
/proc/17382/statm: 2705049 10421 3294 1 0 2667149 0
[pid=17382/tid=17487] ppid=17375 vsize=10820196 memory=776 CPUtime=0.2 cores=0,2,4,6
/proc/17382/task/17487/stat : 17487 (java) D 17375 17382 17320 0 -1 1077944384 4723 13010 0 0 11 1 5 3 20 0 15 0 443273891 11079880704 10421 33554432000 4194304 4196468 140735531317504 139697365541632 139697386408493 0 4 0 16800975 18446744072101572132 0 0 -1 6 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17492] ppid=17375 vsize=10820196 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17492/stat : 17492 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273893 11079880704 10421 33554432000 4194304 4196468 140735531317504 139697397971344 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17493] ppid=17375 vsize=10820196 memory=6060 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17493/stat : 17493 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273893 11079880704 10421 33554432000 4194304 4196468 140735531317504 139697302173968 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17494] ppid=17375 vsize=10820196 memory=7014751519583589713 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17494/stat : 17494 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273893 11079880704 10421 33554432000 4194304 4196468 140735531317504 139696966261392 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17495] ppid=17375 vsize=10820196 memory=7380108234199885905 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17495/stat : 17495 (java) S 17375 17382 17320 0 -1 1077944384 2 13010 0 0 0 0 5 3 20 0 15 0 443273893 11079880704 10421 33554432000 4194304 4196468 140735531317504 139696965208592 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17497] ppid=17375 vsize=10820196 memory=5788345327976277333 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17497/stat : 17497 (java) S 17375 17382 17320 0 -1 1077944384 2 13010 0 0 0 0 5 3 20 0 15 0 443273894 11079880704 10421 33554432000 4194304 4196468 140735531317504 139696920394352 139697393740418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17500] ppid=17375 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17500/stat : 17500 (java) S 17375 17382 17320 0 -1 1077944384 13 13010 0 0 0 0 5 3 20 0 15 0 443273895 11079880704 10421 33554432000 4194304 4196468 140735531317504 139696361432352 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17501] ppid=17375 vsize=10820196 memory=281028702849824 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17501/stat : 17501 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273895 11079880704 10421 33554432000 4194304 4196468 140735531317504 139696160106096 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41684 KiB

[startup+1.50073 s]
/proc/loadavg: 0.16 1.13 2.25 4/228 17513
/proc/meminfo: memFree=28399540/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=10826488 memory=97416 CPUtime=1.53 cores=0,2,4,6
/proc/17382/stat : 17382 (java) S 17375 17382 17320 0 -1 1077944320 16584 13010 0 0 138 7 5 3 20 0 15 0 443273845 11086323712 24354 33554432000 4194304 4196468 140735531317504 140735531300048 139697393729271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
/proc/17382/statm: 2706622 24354 3544 1 0 2668685 0
[pid=17382/tid=17487] ppid=17375 vsize=10826488 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/17382/task/17487/stat : 17487 (java) R 17375 17382 17320 0 -1 4202560 11554 13010 0 0 74 5 5 3 20 0 15 0 443273891 11086323712 24354 33554432000 4194304 4196468 140735531317504 139697365562384 139697393751197 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17492] ppid=17375 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17492/stat : 17492 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273893 11086323712 24354 33554432000 4194304 4196468 140735531317504 139697397971344 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17493] ppid=17375 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17493/stat : 17493 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273893 11086323712 24354 33554432000 4194304 4196468 140735531317504 139697302173968 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17494] ppid=17375 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17494/stat : 17494 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273893 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696966261392 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17495] ppid=17375 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17495/stat : 17495 (java) S 17375 17382 17320 0 -1 1077944384 2 13010 0 0 0 0 5 3 20 0 15 0 443273893 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696965208592 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17497] ppid=17375 vsize=10826488 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17497/stat : 17497 (java) S 17375 17382 17320 0 -1 1077944384 5 13010 0 0 0 0 5 3 20 0 15 0 443273894 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696920394352 139697393740418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17500] ppid=17375 vsize=10826488 memory=580 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17500/stat : 17500 (java) S 17375 17382 17320 0 -1 1077944384 13 13010 0 0 0 0 5 3 20 0 15 0 443273895 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696361432352 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17501] ppid=17375 vsize=10826488 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17501/stat : 17501 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273895 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696160106096 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17507] ppid=17375 vsize=10826488 memory=10604 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17507/stat : 17507 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11086323712 24354 33554432000 4194304 4196468 140735531317504 139695919815248 139697393747867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17508] ppid=17375 vsize=10826488 memory=4160 CPUtime=0.26 cores=0,2,4,6
/proc/17382/task/17508/stat : 17508 (java) S 17375 17382 17320 0 -1 1077944384 998 13010 0 0 18 0 5 3 20 0 15 0 443273899 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696919341168 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17509] ppid=17375 vsize=10826488 memory=776 CPUtime=0.26 cores=0,2,4,6
/proc/17382/task/17509/stat : 17509 (java) S 17375 17382 17320 0 -1 1077944384 664 13010 0 0 18 0 5 3 20 0 15 0 443273899 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696918288368 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17510] ppid=17375 vsize=10826488 memory=3620 CPUtime=0.35 cores=0,2,4,6
/proc/17382/task/17510/stat : 17510 (java) S 17375 17382 17320 0 -1 1077944384 1133 13010 0 0 27 0 5 3 20 0 15 0 443273899 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696917236080 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17511] ppid=17375 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17511/stat : 17511 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11086323712 24354 33554432000 4194304 4196468 140735531317504 139695886256608 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17513] ppid=17375 vsize=10826488 memory=140514351666032 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17513/stat : 17513 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273906 11086323712 24354 33554432000 4194304 4196468 140735531317504 139696916183984 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10826488 KiB
Current children cumulated memory: 97416 KiB

[startup+3.11115 s]
/proc/loadavg: 0.47 1.17 2.26 9/228 17513
/proc/meminfo: memFree=28125456/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=10842892 memory=209364 CPUtime=5.06 cores=0,2,4,6
/proc/17382/stat : 17382 (java) S 17375 17382 17320 0 -1 1077944320 32069 13010 0 0 485 13 5 3 20 0 15 0 443273845 11103121408 52341 33554432000 4194304 4196468 140735531317504 140735531300048 139697393729271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
/proc/17382/statm: 2710723 52341 3594 1 0 2672781 0
[pid=17382/tid=17487] ppid=17375 vsize=10842892 memory=0 CPUtime=2.44 cores=0,2,4,6
/proc/17382/task/17487/stat : 17487 (java) R 17375 17382 17320 0 -1 4202560 18300 13010 0 0 229 7 5 3 20 0 15 0 443273891 11103121408 52341 33554432000 4194304 4196468 140735531317504 139697365564624 139697372806771 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17492] ppid=17375 vsize=10842892 memory=1564 CPUtime=0.09 cores=0,2,4,6
/proc/17382/task/17492/stat : 17492 (java) S 17375 17382 17320 0 -1 1077944384 357 13010 0 0 1 0 5 3 20 0 15 0 443273893 11103121408 52341 33554432000 4194304 4196468 140735531317504 139697397971344 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17493] ppid=17375 vsize=10842892 memory=6060 CPUtime=0.09 cores=0,2,4,6
/proc/17382/task/17493/stat : 17493 (java) S 17375 17382 17320 0 -1 1077944384 62 13010 0 0 1 0 5 3 20 0 15 0 443273893 11103121408 52341 33554432000 4194304 4196468 140735531317504 139697302173968 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17494] ppid=17375 vsize=10842892 memory=1060 CPUtime=0.09 cores=0,2,4,6
/proc/17382/task/17494/stat : 17494 (java) S 17375 17382 17320 0 -1 1077944384 67 13010 0 0 1 0 5 3 20 0 15 0 443273893 11103121408 52341 33554432000 4194304 4196468 140735531317504 139696966261392 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17495] ppid=17375 vsize=10842892 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17382/task/17495/stat : 17495 (java) S 17375 17382 17320 0 -1 1077944384 36 13010 0 0 1 0 5 3 20 0 15 0 443273893 11103121408 52341 33554432000 4194304 4196468 140735531317504 139696965208592 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17497] ppid=17375 vsize=10842892 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17382/task/17497/stat : 17497 (java) S 17375 17382 17320 0 -1 1077944384 163 13010 0 0 1 0 5 3 20 0 15 0 443273894 11103121408 52341 33554432000 4194304 4196468 140735531317504 139696920394352 139697393740418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17500] ppid=17375 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17500/stat : 17500 (java) S 17375 17382 17320 0 -1 1077944384 14 13010 0 0 0 0 5 3 20 0 15 0 443273895 11103121408 52341 33554432000 4194304 4196468 140735531317504 139696361432416 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17501] ppid=17375 vsize=10842892 memory=665112448380761876 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17501/stat : 17501 (java) S 17375 17382 17320 0 -1 1077944384 1 13010 0 0 0 0 5 3 20 0 15 0 443273895 11103121408 52341 33554432000 4194304 4196468 140735531317504 139696160106112 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17507] ppid=17375 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6

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

/proc/17382/task/17487/stat : 17487 (java) R 17375 17382 17320 0 -1 4202560 91370 13010 0 0 217626 52 5 3 20 0 15 0 443273891 11111522304 305031 33554432000 4194304 4196468 140735531317504 139697365564256 139697000324781 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17492] ppid=17375 vsize=10851096 memory=1218076 CPUtime=11.27 cores=0,2,4,6
/proc/17382/task/17492/stat : 17492 (java) S 17375 17382 17320 0 -1 1077944384 23345 13010 0 0 1065 54 5 3 20 0 15 0 443273893 11111522304 305031 33554432000 4194304 4196468 140735531317504 139697397971344 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17493] ppid=17375 vsize=10851096 memory=1218076 CPUtime=11.26 cores=0,2,4,6
/proc/17382/task/17493/stat : 17493 (java) S 17375 17382 17320 0 -1 1077944384 21111 13010 0 0 1064 54 5 3 20 0 15 0 443273893 11111522304 305031 33554432000 4194304 4196468 140735531317504 139697302173968 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17494] ppid=17375 vsize=10851096 memory=1220124 CPUtime=11.22 cores=0,2,4,6
/proc/17382/task/17494/stat : 17494 (java) S 17375 17382 17320 0 -1 1077944384 28592 13010 0 0 1059 55 5 3 20 0 15 0 443273893 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696966261392 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17495] ppid=17375 vsize=10851096 memory=1220124 CPUtime=11.28 cores=0,2,4,6
/proc/17382/task/17495/stat : 17495 (java) S 17375 17382 17320 0 -1 1077944384 22357 13010 0 0 1069 51 5 3 20 0 15 0 443273893 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696965208592 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17497] ppid=17375 vsize=10851096 memory=1220124 CPUtime=10.53 cores=0,2,4,6
/proc/17382/task/17497/stat : 17497 (java) S 17375 17382 17320 0 -1 1077944384 21472 13010 0 0 995 50 5 3 20 0 15 0 443273894 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696920394352 139697393740418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17500] ppid=17375 vsize=10851096 memory=1220124 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17500/stat : 17500 (java) S 17375 17382 17320 0 -1 1077944384 19 13010 0 0 0 0 5 3 20 0 15 0 443273895 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696361432416 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17501] ppid=17375 vsize=10851096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17501/stat : 17501 (java) S 17375 17382 17320 0 -1 1077944384 6 13010 0 0 0 0 5 3 20 0 15 0 443273895 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696160106112 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17507] ppid=17375 vsize=10851096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17507/stat : 17507 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139695919815248 139697393747867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17508] ppid=17375 vsize=10851096 memory=1220124 CPUtime=5.74 cores=0,2,4,6
/proc/17382/task/17508/stat : 17508 (java) S 17375 17382 17320 0 -1 1077944384 25995 13010 0 0 562 4 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696919341168 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17509] ppid=17375 vsize=10851096 memory=1220124 CPUtime=5.86 cores=0,2,4,6
/proc/17382/task/17509/stat : 17509 (java) S 17375 17382 17320 0 -1 1077944384 28929 13010 0 0 571 7 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696918288368 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17510] ppid=17375 vsize=10851096 memory=1220124 CPUtime=4.39 cores=0,2,4,6
/proc/17382/task/17510/stat : 17510 (java) S 17375 17382 17320 0 -1 1077944384 39044 13010 0 0 424 7 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696917236080 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17511] ppid=17375 vsize=10851096 memory=1220124 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17511/stat : 17511 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139695886256608 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17513] ppid=17375 vsize=10851096 memory=1218076 CPUtime=1.42 cores=0,2,4,6
/proc/17382/task/17513/stat : 17513 (java) S 17375 17382 17320 0 -1 1077944384 1603 13010 0 0 67 67 5 3 20 0 15 0 443273906 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696916183984 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
Current children cumulated CPU time: 2249.21 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1220124 KiB

[startup+2262.3 s]
/proc/loadavg: 1.18 1.32 1.43 4/228 17746
/proc/meminfo: memFree=26115692/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=10851096 memory=1220124 CPUtime=2310.14 cores=0,2,4,6
/proc/17382/stat : 17382 (java) S 17375 17382 17320 0 -1 1077944320 308984 13010 0 0 230655 351 5 3 20 0 15 0 443273845 11111522304 305031 33554432000 4194304 4196468 140735531317504 140735531300048 139697393729271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
/proc/17382/statm: 2712774 305031 3633 1 0 2674829 0
[pid=17382/tid=17487] ppid=17375 vsize=10851096 memory=1220124 CPUtime=2236.17 cores=0,2,4,6
/proc/17382/task/17487/stat : 17487 (java) R 17375 17382 17320 0 -1 4202560 92655 13010 0 0 223556 53 5 3 20 0 15 0 443273891 11111522304 305031 33554432000 4194304 4196468 140735531317504 139697365564640 139696986789659 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17492] ppid=17375 vsize=10851096 memory=0 CPUtime=11.59 cores=0,2,4,6
/proc/17382/task/17492/stat : 17492 (java) S 17375 17382 17320 0 -1 1077944384 23761 13010 0 0 1096 55 5 3 20 0 15 0 443273893 11111522304 305031 33554432000 4194304 4196468 140735531317504 139697397971344 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17493] ppid=17375 vsize=10851096 memory=1220124 CPUtime=11.58 cores=0,2,4,6
/proc/17382/task/17493/stat : 17493 (java) S 17375 17382 17320 0 -1 1077944384 21179 13010 0 0 1095 55 5 3 20 0 15 0 443273893 11111522304 305031 33554432000 4194304 4196468 140735531317504 139697302173968 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17494] ppid=17375 vsize=10851096 memory=1220124 CPUtime=11.54 cores=0,2,4,6
/proc/17382/task/17494/stat : 17494 (java) S 17375 17382 17320 0 -1 1077944384 29319 13010 0 0 1090 56 5 3 20 0 15 0 443273893 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696966261392 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17495] ppid=17375 vsize=10851096 memory=1220124 CPUtime=11.61 cores=0,2,4,6
/proc/17382/task/17495/stat : 17495 (java) S 17375 17382 17320 0 -1 1077944384 22399 13010 0 0 1100 53 5 3 20 0 15 0 443273893 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696965208592 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17497] ppid=17375 vsize=10851096 memory=281028703763200 CPUtime=10.82 cores=0,2,4,6
/proc/17382/task/17497/stat : 17497 (java) S 17375 17382 17320 0 -1 1077944384 21831 13010 0 0 1023 51 5 3 20 0 15 0 443273894 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696920394352 139697393740418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17500] ppid=17375 vsize=10851096 memory=1220124 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17500/stat : 17500 (java) S 17375 17382 17320 0 -1 1077944384 19 13010 0 0 0 0 5 3 20 0 15 0 443273895 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696361432416 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17501] ppid=17375 vsize=10851096 memory=1220124 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17501/stat : 17501 (java) S 17375 17382 17320 0 -1 1077944384 6 13010 0 0 0 0 5 3 20 0 15 0 443273895 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696160106112 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17507] ppid=17375 vsize=10851096 memory=1220124 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17507/stat : 17507 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139695919815248 139697393747867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17508] ppid=17375 vsize=10851096 memory=1220124 CPUtime=5.74 cores=0,2,4,6
/proc/17382/task/17508/stat : 17508 (java) S 17375 17382 17320 0 -1 1077944384 25998 13010 0 0 562 4 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696919341168 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17509] ppid=17375 vsize=10851096 memory=1220124 CPUtime=5.86 cores=0,2,4,6
/proc/17382/task/17509/stat : 17509 (java) S 17375 17382 17320 0 -1 1077944384 28933 13010 0 0 571 7 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696918288368 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17510] ppid=17375 vsize=10851096 memory=3620 CPUtime=4.39 cores=0,2,4,6
/proc/17382/task/17510/stat : 17510 (java) S 17375 17382 17320 0 -1 1077944384 39046 13010 0 0 424 7 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696917236080 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17511] ppid=17375 vsize=10851096 memory=1660 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17511/stat : 17511 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11111522304 305031 33554432000 4194304 4196468 140735531317504 139695886256608 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17513] ppid=17375 vsize=10851096 memory=1220124 CPUtime=1.46 cores=0,2,4,6
/proc/17382/task/17513/stat : 17513 (java) S 17375 17382 17320 0 -1 1077944384 1626 13010 0 0 69 69 5 3 20 0 15 0 443273906 11111522304 305031 33554432000 4194304 4196468 140735531317504 139696916183984 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
Current children cumulated CPU time: 2310.14 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1220124 KiB

[startup+2322.3 s]
/proc/loadavg: 1.33 1.35 1.44 4/228 17750
/proc/meminfo: memFree=26101140/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=10851096 memory=1233016 CPUtime=2371.07 cores=0,2,4,6
/proc/17382/stat : 17382 (java) S 17375 17382 17320 0 -1 1077944320 312602 13010 0 0 236742 357 5 3 20 0 15 0 443273845 11111522304 308254 33554432000 4194304 4196468 140735531317504 140735531300048 139697393729271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
/proc/17382/statm: 2712774 308254 3633 1 0 2674829 0
[pid=17382/tid=17487] ppid=17375 vsize=10851096 memory=1232628 CPUtime=2295.51 cores=0,2,4,6
/proc/17382/task/17487/stat : 17487 (java) R 17375 17382 17320 0 -1 4202560 94139 13010 0 0 229490 53 5 3 20 0 15 0 443273891 11111522304 308254 33554432000 4194304 4196468 140735531317504 139697365564640 139696998698819 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17492] ppid=17375 vsize=10851096 memory=1232628 CPUtime=11.91 cores=0,2,4,6
/proc/17382/task/17492/stat : 17492 (java) S 17375 17382 17320 0 -1 1077944384 23861 13010 0 0 1127 56 5 3 20 0 15 0 443273893 11111522304 308254 33554432000 4194304 4196468 140735531317504 139697397971344 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17493] ppid=17375 vsize=10851096 memory=1232628 CPUtime=11.89 cores=0,2,4,6
/proc/17382/task/17493/stat : 17493 (java) S 17375 17382 17320 0 -1 1077944384 21851 13010 0 0 1125 56 5 3 20 0 15 0 443273893 11111522304 308254 33554432000 4194304 4196468 140735531317504 139697302173968 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17494] ppid=17375 vsize=10851096 memory=1232628 CPUtime=11.85 cores=0,2,4,6
/proc/17382/task/17494/stat : 17494 (java) S 17375 17382 17320 0 -1 1077944384 29633 13010 0 0 1120 57 5 3 20 0 15 0 443273893 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696966261392 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17495] ppid=17375 vsize=10851096 memory=1232628 CPUtime=11.93 cores=0,2,4,6
/proc/17382/task/17495/stat : 17495 (java) S 17375 17382 17320 0 -1 1077944384 22492 13010 0 0 1131 54 5 3 20 0 15 0 443273893 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696965208592 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17497] ppid=17375 vsize=10851096 memory=1232628 CPUtime=11.1 cores=0,2,4,6
/proc/17382/task/17497/stat : 17497 (java) S 17375 17382 17320 0 -1 1077944384 22183 13010 0 0 1050 52 5 3 20 0 15 0 443273894 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696920394352 139697393740418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17500] ppid=17375 vsize=10851096 memory=1232628 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17500/stat : 17500 (java) S 17375 17382 17320 0 -1 1077944384 19 13010 0 0 0 0 5 3 20 0 15 0 443273895 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696361432416 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17501] ppid=17375 vsize=10851096 memory=1232628 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17501/stat : 17501 (java) S 17375 17382 17320 0 -1 1077944384 6 13010 0 0 0 0 5 3 20 0 15 0 443273895 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696160106112 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17507] ppid=17375 vsize=10851096 memory=1232628 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17507/stat : 17507 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139695919815248 139697393747867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17508] ppid=17375 vsize=10851096 memory=1232628 CPUtime=5.75 cores=0,2,4,6
/proc/17382/task/17508/stat : 17508 (java) S 17375 17382 17320 0 -1 1077944384 26574 13010 0 0 563 4 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696919341168 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17509] ppid=17375 vsize=10851096 memory=3620 CPUtime=5.86 cores=0,2,4,6
/proc/17382/task/17509/stat : 17509 (java) S 17375 17382 17320 0 -1 1077944384 28935 13010 0 0 571 7 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696918288368 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17510] ppid=17375 vsize=10851096 memory=1660 CPUtime=4.39 cores=0,2,4,6
/proc/17382/task/17510/stat : 17510 (java) S 17375 17382 17320 0 -1 1077944384 39048 13010 0 0 424 7 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696917236080 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17511] ppid=17375 vsize=10851096 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17511/stat : 17511 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139695886256608 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17513] ppid=17375 vsize=10851096 memory=4108 CPUtime=1.49 cores=0,2,4,6
/proc/17382/task/17513/stat : 17513 (java) S 17375 17382 17320 0 -1 1077944384 1649 13010 0 0 71 70 5 3 20 0 15 0 443273906 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696916183984 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
Current children cumulated CPU time: 2371.07 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1233016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.8 s]
/proc/loadavg: 1.27 1.33 1.43 6/228 17885
/proc/meminfo: memFree=27105436/32770624 swapFree=66959728/67108860
[pid=17382] ppid=17375 vsize=10851096 memory=1233016 CPUtime=2400.02 cores=0,2,4,6
/proc/17382/stat : 17382 (java) S 17375 17382 17320 0 -1 1077944320 313997 13010 0 0 239633 361 5 3 20 0 15 0 443273845 11111522304 308254 33554432000 4194304 4196468 140735531317504 140735531300048 139697393729271 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
/proc/17382/statm: 2712774 308254 3633 1 0 2674829 0
[pid=17382/tid=17487] ppid=17375 vsize=10851096 memory=832 CPUtime=2323.68 cores=0,2,4,6
/proc/17382/task/17487/stat : 17487 (java) R 17375 17382 17320 0 -1 4202560 94725 13010 0 0 232305 55 5 3 20 0 15 0 443273891 11111522304 308254 33554432000 4194304 4196468 140735531317504 139697365564480 139696996781213 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17492] ppid=17375 vsize=10851096 memory=832 CPUtime=12.07 cores=0,2,4,6
/proc/17382/task/17492/stat : 17492 (java) S 17375 17382 17320 0 -1 1077944384 24100 13010 0 0 1142 57 5 3 20 0 15 0 443273893 11111522304 308254 33554432000 4194304 4196468 140735531317504 139697397971344 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17493] ppid=17375 vsize=10851096 memory=1436 CPUtime=12.04 cores=0,2,4,6
/proc/17382/task/17493/stat : 17493 (java) S 17375 17382 17320 0 -1 1077944384 21858 13010 0 0 1140 56 5 3 20 0 15 0 443273893 11111522304 308254 33554432000 4194304 4196468 140735531317504 139697302173968 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17494] ppid=17375 vsize=10851096 memory=6791534058613427641 CPUtime=12.01 cores=0,2,4,6
/proc/17382/task/17494/stat : 17494 (java) S 17375 17382 17320 0 -1 1077944384 29964 13010 0 0 1135 58 5 3 20 0 15 0 443273893 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696966261392 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17495] ppid=17375 vsize=10851096 memory=3160 CPUtime=12.08 cores=0,2,4,6
/proc/17382/task/17495/stat : 17495 (java) S 17375 17382 17320 0 -1 1077944384 22497 13010 0 0 1146 54 5 3 20 0 15 0 443273893 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696965208592 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17497] ppid=17375 vsize=10851096 memory=1408 CPUtime=11.24 cores=0,2,4,6
/proc/17382/task/17497/stat : 17497 (java) S 17375 17382 17320 0 -1 1077944384 22388 13010 0 0 1064 52 5 3 20 0 15 0 443273894 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696920394352 139697393740418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17500] ppid=17375 vsize=10851096 memory=3152 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17500/stat : 17500 (java) S 17375 17382 17320 0 -1 1077944384 19 13010 0 0 0 0 5 3 20 0 15 0 443273895 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696361432416 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17501] ppid=17375 vsize=10851096 memory=1196756 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17501/stat : 17501 (java) S 17375 17382 17320 0 -1 1077944384 6 13010 0 0 0 0 5 3 20 0 15 0 443273895 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696160106112 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17507] ppid=17375 vsize=10851096 memory=1233016 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17507/stat : 17507 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139695919815248 139697393747867 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17508] ppid=17375 vsize=10851096 memory=6791534058613427641 CPUtime=5.75 cores=0,2,4,6
/proc/17382/task/17508/stat : 17508 (java) S 17375 17382 17320 0 -1 1077944384 26577 13010 0 0 563 4 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696919341168 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17509] ppid=17375 vsize=10851096 memory=4126316290023845779 CPUtime=5.86 cores=0,2,4,6
/proc/17382/task/17509/stat : 17509 (java) S 17375 17382 17320 0 -1 1077944384 28937 13010 0 0 571 7 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696918288368 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17510] ppid=17375 vsize=10851096 memory=1564 CPUtime=4.4 cores=0,2,4,6
/proc/17382/task/17510/stat : 17510 (java) S 17375 17382 17320 0 -1 1077944384 39050 13010 0 0 425 7 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696917236080 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17511] ppid=17375 vsize=10851096 memory=6060 CPUtime=0.08 cores=0,2,4,6
/proc/17382/task/17511/stat : 17511 (java) S 17375 17382 17320 0 -1 1077944384 3 13010 0 0 0 0 5 3 20 0 15 0 443273899 11111522304 308254 33554432000 4194304 4196468 140735531317504 139695886256608 139697393739477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
[pid=17382/tid=17513] ppid=17375 vsize=10851096 memory=1060 CPUtime=1.51 cores=0,2,4,6
/proc/17382/task/17513/stat : 17513 (java) S 17375 17382 17320 0 -1 1077944384 1664 13010 0 0 72 71 5 3 20 0 15 0 443273906 11111522304 308254 33554432000 4194304 4196468 140735531317504 139696916183984 139697393740418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18640896 140735531326191 140735531328709 140735531328709 140735531331535 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1233016 KiB

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

[startup+2350.84 s]
# the end of solver process 17382 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.41 s, system=3.66495 s

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

Child status: 143
Real time (s): 2350.84
CPU time (s): 2400.07
CPU user time (s): 2396.41
CPU system time (s): 3.66495
CPU usage (%): 102.094
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1233016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.41
system time used= 3.66495
maximum resident set size= 1237228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 271700
involuntary context switches= 12005


# summary of solver processes directly reported to runsolver:
#   pid: 17382
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.41
#   total CPU system time (s): 3.66495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0778 second user time and 20.2193 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 00:34:51
IDJOB=4401306
IDBENCH=115816
IDSOLVER=2858
FILE ID=node124/4401306-1568673331
RUNJOBID= node124-1568673291-17351
PBS_JOBID= 21703786
Free space on /tmp= 61812 MiB

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

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
RANDOM SEED=1889038206

node124.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:        28499348 kB
MemAvailable:   31830828 kB
Buffers:          223084 kB
Cached:          3396584 kB
SwapCached:        46376 kB
Active:          1115060 kB
Inactive:        2556148 kB
Active(anon):       3712 kB
Inactive(anon):    97996 kB
Active(file):    1111348 kB
Inactive(file):  2458152 kB
Unevictable:      107732 kB
Mlocked:          107732 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             22068 kB
Writeback:         18460 kB
AnonPages:        114840 kB
Mapped:            48324 kB
Shmem:             40944 kB
Slab:             196996 kB
SReclaimable:     155632 kB
SUnreclaim:        41364 kB
KernelStack:        3408 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511804 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:      112000 kB
DirectMap2M:    33433600 kB

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