Trace number 4396368

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)262 2400.13 2348.53

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-1.xml
MD5SUM3747a76ad44ca32161ac6cfee5e9d7cb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262
Best CPU time to get the best result obtained on this benchmark28.3402
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size4
Maximum domain size362
Distribution of domain sizes[{"size":4,"count":5},{"size":5,"count":45},{"size":362,"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.75/0.57	c Concrete v3.12.2.1568380929293 running
12.08/4.93	o 344
13.02/5.30	o 343
13.33/5.33	o 339
13.65/5.43	o 338
14.29/5.68	o 332
14.90/5.82	o 331
14.90/5.84	o 325
14.90/5.87	o 320
15.85/6.11	o 298
21.76/8.42	o 293
22.19/8.79	o 290
23.92/10.05	o 289
24.19/10.23	o 287
24.31/10.30	o 275
30.89/15.68	o 274
31.03/15.72	o 271
31.29/15.91	o 269
31.29/15.96	o 267
63.74/46.32	o 266
178.41/158.36	o 265
178.41/158.38	o 263
178.54/158.40	o 262
2400.08/2348.51	Exception in thread "main" java.util.concurrent.TimeoutException
2400.08/2348.51		at concrete.MAC.mac(MAC.scala:192)
2400.08/2348.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.08/2348.51		at scala.util.Try$.apply(Try.scala:212)
2400.08/2348.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2348.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2348.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2348.51		at concrete.MAC.oneRun(MAC.scala:265)
2400.08/2348.51		at concrete.MAC.nextSolution(MAC.scala:284)
2400.08/2348.51		at concrete.MAC.nextSolution(MAC.scala:369)
2400.08/2348.51		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2348.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2348.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2348.51		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2348.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.08/2348.51		at scala.util.Success.map(Try.scala:264)
2400.08/2348.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.08/2348.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2348.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2348.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2348.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2348.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2348.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2348.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2348.51		at scala.App.$anonfun$main$1(App.scala:75)
2400.08/2348.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.08/2348.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2348.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2348.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.08/2348.51		at scala.App.main(App.scala:75)
2400.08/2348.51		at scala.App.main$(App.scala:73)
2400.08/2348.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2348.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2348.52	v <instantiation
2400.08/2348.52	v         cost = '262'>
2400.08/2348.52	v       <list>
2400.08/2348.52	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.08/2348.52	v       </list>
2400.08/2348.52	v       <values>
2400.08/2348.52	v         0 40 126 145 228 3 55 145 176 240 70 153 161 228 240 0 40 120 153 241 0 55 70 121 176 260 262 255 262 262 38 81 19 83 32 52 90 6 64 22 83 8 35 1 15 40 71 33 87 21 55 15 42 55 86 1 2 0 3 4 4 3 0 2 1 1 0 4 3 2 2 0 4 1 3 3 1 4 2 0 126 0 40 145 228 145 240 176 55 3 153 70 240 228 161 40 153 0 241 120 176 55 121 0 70
2400.08/2348.52	v       </values>
2400.08/2348.52	v     </instantiation>
2400.08/2348.52	s SATISFIABLE

Verifier Data

OK	262

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396368-1568393606/watcher-4396368-1568393606 -o /tmp/evaluation-result-4396368-1568393606/solver-4396368-1568393606 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=237022519 HOME/instance-4396368-1568393606.xml 

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

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


[startup+0.101515 s]*
/proc/loadavg: 1.80 1.89 1.90 6/232 606
/proc/meminfo: memFree=31530784/32770624 swapFree=66995056/67108860
[pid=496] ppid=492 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/496/stat : 496 (bash) S 492 496 436 0 -1 4202496 886 5697 1 1 0 0 0 1 20 0 1 0 415612075 115974144 403 33554432000 4194304 5098028 140722484854368 140722484848376 139692162591744 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 27820032 140722484855829 140722484855953 140722484855953 140722484858862 0
/proc/496/statm: 28314 403 320 221 0 119 0
[pid=561] ppid=496 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/561/stat : 561 (bash) S 496 496 436 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 415612079 115974144 177 33554432000 4194304 5098028 140722484854368 140722484847048 139692162417276 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 27820032 140722484855829 140722484855953 140722484855953 140722484858862 0
/proc/561/statm: 28314 177 94 221 0 119 0
[pid=566] ppid=561 vsize=113492 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/566/stat : 566 (awk) S 561 496 436 0 -1 4202496 449 0 0 0 0 0 0 0 20 0 1 0 415612079 116215808 308 33554432000 4194304 4609284 140722583332640 140722583331816 140501864926208 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 6807552 140722583336124 140722583336154 140722583336154 140722583338991 0
/proc/566/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3552 KiB

[startup+0.210439 s]*
/proc/loadavg: 1.80 1.89 1.90 3/228 663
/proc/meminfo: memFree=31515148/32770624 swapFree=66995056/67108860
[pid=496] ppid=492 vsize=10819664 memory=38664 CPUtime=0.19 cores=1,3,5,7
/proc/496/stat : 496 (java) S 492 496 436 0 -1 1077944320 6427 13465 1 1 10 1 5 3 20 0 15 0 415612075 11079335936 9600 33554432000 4194304 4196468 140732947707264 140732947689808 139935117438711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
/proc/496/statm: 2704916 9600 3080 1 0 2667149 0
[pid=496/tid=636] ppid=492 vsize=10819664 memory=8389772277269004345 CPUtime=0.17 cores=1,3,5,7
/proc/496/task/636/stat : 636 (java) R 492 496 436 0 -1 4202560 3227 13465 0 1 8 1 5 3 20 0 15 0 415612086 11079335936 10375 33554432000 4194304 4196468 140732947707264 139935089268304 139935109675838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=639] ppid=492 vsize=10819664 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/639/stat : 639 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11079335936 10375 33554432000 4194304 4196468 140732947707264 139935121681552 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=642] ppid=492 vsize=10819664 memory=139972510200151 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/642/stat : 642 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11079335936 10375 33554432000 4194304 4196468 140732947707264 139935009954832 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=643] ppid=492 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/643/stat : 643 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11079335936 10375 33554432000 4194304 4196468 140732947707264 139935008902032 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=644] ppid=492 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/644/stat : 644 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612087 11079335936 10375 33554432000 4194304 4196468 140732947707264 139935007849232 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=646] ppid=492 vsize=10819664 memory=139972510172800 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/646/stat : 646 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612088 11079335936 10375 33554432000 4194304 4196468 140732947707264 139934575827312 139935117449858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=648] ppid=492 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/648/stat : 648 (java) S 492 496 436 0 -1 1077944384 33 13465 0 1 0 0 5 3 20 0 15 0 415612089 11079335936 10375 33554432000 4194304 4196468 140732947707264 139934574773280 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=651] ppid=492 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/651/stat : 651 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612089 11079335936 10375 33554432000 4194304 4196468 140732947707264 139934463681392 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=652] ppid=492 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/652/stat : 652 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612092 11079335936 10375 33554432000 4194304 4196468 140732947707264 139933859702608 139935117457307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=653] ppid=492 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/653/stat : 653 (java) R 492 496 436 0 -1 4202560 455 13465 0 1 0 0 5 3 20 0 15 0 415612092 11079335936 10375 33554432000 4194304 4196468 140732947707264 139934541197640 139935095073360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=654] ppid=492 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/654/stat : 654 (java) R 492 496 436 0 -1 1077944384 147 13465 0 1 0 0 5 3 20 0 15 0 415612092 11079335936 10375 33554432000 4194304 4196468 140732947707264 139934540163824 139935117449858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=655] ppid=492 vsize=10819664 memory=139972510172800 CPUtime=0.09 cores=1,3,5,7
/proc/496/task/655/stat : 655 (java) R 492 496 436 0 -1 4202560 604 13465 0 1 1 0 5 3 20 0 15 0 415612092 11079335936 10375 33554432000 4194304 4196468 140732947707264 139934539106760 139935109675838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=660] ppid=492 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/660/stat : 660 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11079335936 10375 33554432000 4194304 4196468 140732947707264 139933389941472 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=663] ppid=492 vsize=10819664 memory=139972510172800 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/663/stat : 663 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612092 11079335936 10375 33554432000 4194304 4196468 140732947707264 139934538058416 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38664 KiB

[startup+0.310629 s]*
/proc/loadavg: 1.80 1.89 1.90 3/228 663
/proc/meminfo: memFree=31484052/32770624 swapFree=66995056/67108860
[pid=496] ppid=492 vsize=10821172 memory=53080 CPUtime=0.37 cores=1,3,5,7
/proc/496/stat : 496 (java) S 492 496 436 0 -1 1077944320 10004 13465 1 1 26 3 5 3 20 0 15 0 415612075 11080880128 13270 33554432000 4194304 4196468 140732947707264 140732947689808 139935117438711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
/proc/496/statm: 2705293 13270 3291 1 0 2667405 0
[pid=496/tid=636] ppid=492 vsize=10820148 memory=7433226580609478963 CPUtime=0.26 cores=1,3,5,7
/proc/496/task/636/stat : 636 (java) R 492 496 436 0 -1 4202560 6943 13465 0 1 16 2 5 3 20 0 15 0 415612086 11079831552 13293 33554432000 4194304 4196468 140732947707264 139935089238624 139935117460637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=639] ppid=492 vsize=10820148 memory=4294967295 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/639/stat : 639 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11079831552 13293 33554432000 4194304 4196468 140732947707264 139935121681552 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=642] ppid=492 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/642/stat : 642 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11079831552 13293 33554432000 4194304 4196468 140732947707264 139935009954832 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=643] ppid=492 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/643/stat : 643 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11079831552 13293 33554432000 4194304 4196468 140732947707264 139935008902032 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=644] ppid=492 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/644/stat : 644 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612087 11079831552 13293 33554432000 4194304 4196468 140732947707264 139935007849232 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=646] ppid=492 vsize=10820148 memory=139972510172800 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/646/stat : 646 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612088 11079831552 13293 33554432000 4194304 4196468 140732947707264 139934575827312 139935117449858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=648] ppid=492 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/648/stat : 648 (java) S 492 496 436 0 -1 1077944384 33 13465 0 1 0 0 5 3 20 0 15 0 415612089 11079831552 13293 33554432000 4194304 4196468 140732947707264 139934574773280 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=651] ppid=492 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/651/stat : 651 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612089 11079831552 13293 33554432000 4194304 4196468 140732947707264 139934463681392 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=652] ppid=492 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/652/stat : 652 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612092 11079831552 13293 33554432000 4194304 4196468 140732947707264 139933859702608 139935117457307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=653] ppid=492 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/496/task/653/stat : 653 (java) S 492 496 436 0 -1 1077944384 481 13465 0 1 2 0 5 3 20 0 15 0 415612092 11079831552 13293 33554432000 4194304 4196468 140732947707264 139934541216624 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=654] ppid=492 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/496/task/654/stat : 654 (java) S 492 496 436 0 -1 1077944384 183 13465 0 1 1 0 5 3 20 0 15 0 415612092 11079831552 13293 33554432000 4194304 4196468 140732947707264 139934540163824 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=655] ppid=492 vsize=10820148 memory=139972510172800 CPUtime=0.13 cores=1,3,5,7
/proc/496/task/655/stat : 655 (java) S 492 496 436 0 -1 1077944384 623 13465 0 1 5 0 5 3 20 0 15 0 415612092 11079831552 13293 33554432000 4194304 4196468 140732947707264 139934539111024 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=660] ppid=492 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/660/stat : 660 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11079831552 13293 33554432000 4194304 4196468 140732947707264 139933389941472 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=663] ppid=492 vsize=10820148 memory=139972510172800 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/663/stat : 663 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612092 11079831552 13293 33554432000 4194304 4196468 140732947707264 139934538058416 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10821172 KiB
Current children cumulated memory: 53080 KiB

[startup+0.703871 s]
/proc/loadavg: 1.74 1.88 1.90 3/228 663
/proc/meminfo: memFree=31453960/32770624 swapFree=66995056/67108860
[pid=496] ppid=492 vsize=10822312 memory=82704 CPUtime=1.08 cores=1,3,5,7
/proc/496/stat : 496 (java) S 492 496 436 0 -1 1077944320 14484 13465 1 1 95 5 5 3 20 0 15 0 415612075 11082047488 20676 33554432000 4194304 4196468 140732947707264 140732947689808 139935117438711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
/proc/496/statm: 2705578 20676 3500 1 0 2667661 0
[pid=496/tid=636] ppid=492 vsize=10822312 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/496/task/636/stat : 636 (java) R 492 496 436 0 -1 4202560 9717 13465 0 1 52 4 5 3 20 0 15 0 415612086 11082047488 20676 33554432000 4194304 4196468 140732947707264 139935089232576 139935101519198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=639] ppid=492 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/639/stat : 639 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11082047488 20676 33554432000 4194304 4196468 140732947707264 139935121681552 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=642] ppid=492 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/642/stat : 642 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11082047488 20676 33554432000 4194304 4196468 140732947707264 139935009954832 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=643] ppid=492 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/643/stat : 643 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612087 11082047488 20676 33554432000 4194304 4196468 140732947707264 139935008902032 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=644] ppid=492 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/644/stat : 644 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612087 11082047488 20676 33554432000 4194304 4196468 140732947707264 139935007849232 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=646] ppid=492 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/646/stat : 646 (java) S 492 496 436 0 -1 1077944384 5 13465 0 1 0 0 5 3 20 0 15 0 415612088 11082047488 20676 33554432000 4194304 4196468 140732947707264 139934575827312 139935117449858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=648] ppid=492 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/648/stat : 648 (java) S 492 496 436 0 -1 1077944384 33 13465 0 1 0 0 5 3 20 0 15 0 415612089 11082047488 20676 33554432000 4194304 4196468 140732947707264 139934574773280 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=651] ppid=492 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/651/stat : 651 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612089 11082047488 20676 33554432000 4194304 4196468 140732947707264 139934463681392 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=652] ppid=492 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/652/stat : 652 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612092 11082047488 20676 33554432000 4194304 4196468 140732947707264 139933859702608 139935117457307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=653] ppid=492 vsize=10822312 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/496/task/653/stat : 653 (java) R 492 496 436 0 -1 4202560 1053 13465 0 1 15 0 5 3 20 0 15 0 415612092 11082047488 20676 33554432000 4194304 4196468 140732947707264 139934541216624 139935096685515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=654] ppid=492 vsize=10822312 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/496/task/654/stat : 654 (java) R 492 496 436 0 -1 1077944384 643 13465 0 1 8 0 5 3 20 0 15 0 415612092 11082047488 20676 33554432000 4194304 4196468 140732947707264 139934540156848 139935117448917 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=655] ppid=492 vsize=10822312 memory=225 CPUtime=0.24 cores=1,3,5,7
/proc/496/task/655/stat : 655 (java) S 492 496 436 0 -1 1077944384 817 13465 0 1 16 0 5 3 20 0 15 0 415612092 11082047488 20676 33554432000 4194304 4196468 140732947707264 139934539111024 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=660] ppid=492 vsize=10822312 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/660/stat : 660 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11082047488 20676 33554432000 4194304 4196468 140732947707264 139933389941472 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=663] ppid=492 vsize=10822312 memory=15538513894442489 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/663/stat : 663 (java) S 492 496 436 0 -1 1077944384 1 13465 0 1 0 0 5 3 20 0 15 0 415612092 11082047488 20676 33554432000 4194304 4196468 140732947707264 139934538058416 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 82704 KiB

[startup+1.50066 s]
/proc/loadavg: 1.74 1.88 1.90 6/228 663
/proc/meminfo: memFree=31365364/32770624 swapFree=66995056/67108860
[pid=496] ppid=492 vsize=10834676 memory=173080 CPUtime=2.4 cores=1,3,5,7
/proc/496/stat : 496 (java) S 492 496 436 0 -1 1077944320 23788 13465 1 1 221 11 5 3 20 0 15 0 415612075 11094708224 43270 33554432000 4194304 4196468 140732947707264 140732947689808 139935117438711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
/proc/496/statm: 2708669 43270 3578 1 0 2670733 0
[pid=496/tid=636] ppid=492 vsize=10834676 memory=8326441112149131687 CPUtime=1.41 cores=1,3,5,7
/proc/496/task/636/stat : 636 (java) R 492 496 436 0 -1 4202560 15148 13465 0 1 126 7 5 3 20 0 15 0 415612086 11094708224 43270 33554432000 4194304 4196468 140732947707264 139935089230256 139935117450646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=639] ppid=492 vsize=10834676 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/496/task/639/stat : 639 (java) S 492 496 436 0 -1 1077944384 372 13465 0 1 1 0 5 3 20 0 15 0 415612087 11094708224 43270 33554432000 4194304 4196468 140732947707264 139935121681552 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=642] ppid=492 vsize=10834676 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/642/stat : 642 (java) S 492 496 436 0 -1 1077944384 22 13465 0 1 0 0 5 3 20 0 15 0 415612087 11094708224 43270 33554432000 4194304 4196468 140732947707264 139935009954832 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=643] ppid=492 vsize=10834676 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/496/task/643/stat : 643 (java) S 492 496 436 0 -1 1077944384 60 13465 0 1 1 0 5 3 20 0 15 0 415612087 11094708224 43270 33554432000 4194304 4196468 140732947707264 139935008902032 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=644] ppid=492 vsize=10834676 memory=2428 CPUtime=0.09 cores=1,3,5,7
/proc/496/task/644/stat : 644 (java) S 492 496 436 0 -1 1077944384 107 13465 0 1 1 0 5 3 20 0 15 0 415612087 11094708224 43270 33554432000 4194304 4196468 140732947707264 139935007849232 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=646] ppid=492 vsize=10834676 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/496/task/646/stat : 646 (java) S 492 496 436 0 -1 1077944384 1988 13465 0 1 1 0 5 3 20 0 15 0 415612088 11094708224 43270 33554432000 4194304 4196468 140732947707264 139934575827312 139935117449858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=648] ppid=492 vsize=10834676 memory=111912 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/648/stat : 648 (java) S 492 496 436 0 -1 1077944384 33 13465 0 1 0 0 5 3 20 0 15 0 415612089 11094708224 43270 33554432000 4194304 4196468 140732947707264 139934574773344 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=651] ppid=492 vsize=10834676 memory=2424 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/651/stat : 651 (java) S 492 496 436 0 -1 1077944384 4 13465 0 1 0 0 5 3 20 0 15 0 415612089 11094708224 43270 33554432000 4194304 4196468 140732947707264 139934463681408 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=652] ppid=492 vsize=10834676 memory=112060 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/652/stat : 652 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612092 11094708224 43270 33554432000 4194304 4196468 140732947707264 139933859702608 139935117457307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=653] ppid=492 vsize=10834676 memory=1384 CPUtime=0.33 cores=1,3,5,7
/proc/496/task/653/stat : 653 (java) S 492 496 436 0 -1 1077944384 1207 13465 0 1 25 0 5 3 20 0 15 0 415612092 11094708224 43270 33554432000 4194304 4196468 140732947707264 139934541216624 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=654] ppid=492 vsize=10834676 memory=776 CPUtime=0.29 cores=1,3,5,7
/proc/496/task/654/stat : 654 (java) S 492 496 436 0 -1 1077944384 787 13465 0 1 21 0 5 3 20 0 15 0 415612092 11094708224 43270 33554432000 4194304 4196468 140732947707264 139934540163824 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=655] ppid=492 vsize=10834676 memory=1564 CPUtime=0.49 cores=1,3,5,7
/proc/496/task/655/stat : 655 (java) R 492 496 436 0 -1 4202560 1848 13465 0 1 41 0 5 3 20 0 15 0 415612092 11094708224 43270 33554432000 4194304 4196468 140732947707264 139934539111024 139935117460058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=660] ppid=492 vsize=10834676 memory=8556 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/660/stat : 660 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11094708224 43270 33554432000 4194304 4196468 140732947707264 139933389941472 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=663] ppid=492 vsize=10834676 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/663/stat : 663 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11094708224 43270 33554432000 4194304 4196468 140732947707264 139934538058416 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 173080 KiB

[startup+3.10997 s]
/proc/loadavg: 1.74 1.88 1.90 5/228 663

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

/proc/496/task/636/stat : 636 (java) R 492 496 436 0 -1 4202560 80354 13465 0 1 223841 48 5 3 20 0 15 0 415612086 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935089273936 139934697831112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=639] ppid=492 vsize=10851092 memory=874744 CPUtime=10.91 cores=1,3,5,7
/proc/496/task/639/stat : 639 (java) S 492 496 436 0 -1 1077944384 14771 13465 0 1 1037 46 5 3 20 0 15 0 415612087 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935121681552 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=642] ppid=492 vsize=10851092 memory=874744 CPUtime=10.93 cores=1,3,5,7
/proc/496/task/642/stat : 642 (java) S 492 496 436 0 -1 1077944384 22426 13465 0 1 1030 55 5 3 20 0 15 0 415612087 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935009954832 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=643] ppid=492 vsize=10851092 memory=874744 CPUtime=10.92 cores=1,3,5,7
/proc/496/task/643/stat : 643 (java) S 492 496 436 0 -1 1077944384 17677 13465 0 1 1037 47 5 3 20 0 15 0 415612087 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935008902032 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=644] ppid=492 vsize=10851092 memory=874744 CPUtime=10.91 cores=1,3,5,7
/proc/496/task/644/stat : 644 (java) S 492 496 436 0 -1 1077944384 16085 13465 0 1 1030 53 5 3 20 0 15 0 415612087 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935007849232 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=646] ppid=492 vsize=10851092 memory=874744 CPUtime=9.68 cores=1,3,5,7
/proc/496/task/646/stat : 646 (java) S 492 496 436 0 -1 1077944384 18689 13465 0 1 910 50 5 3 20 0 15 0 415612088 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934575827312 139935117449858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=648] ppid=492 vsize=10851092 memory=874744 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/648/stat : 648 (java) S 492 496 436 0 -1 1077944384 40 13465 0 1 0 0 5 3 20 0 15 0 415612089 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934574773344 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=651] ppid=492 vsize=10851092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/651/stat : 651 (java) S 492 496 436 0 -1 1077944384 4 13465 0 1 0 0 5 3 20 0 15 0 415612089 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934463681408 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=652] ppid=492 vsize=10851092 memory=874744 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/652/stat : 652 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139933859702608 139935117457307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=653] ppid=492 vsize=10851092 memory=874744 CPUtime=7.74 cores=1,3,5,7
/proc/496/task/653/stat : 653 (java) S 492 496 436 0 -1 1077944384 38986 13465 0 1 760 6 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934541216624 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=654] ppid=492 vsize=10851092 memory=874744 CPUtime=7.31 cores=1,3,5,7
/proc/496/task/654/stat : 654 (java) S 492 496 436 0 -1 1077944384 35159 13465 0 1 717 6 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934540163824 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=655] ppid=492 vsize=10851092 memory=874744 CPUtime=4.55 cores=1,3,5,7
/proc/496/task/655/stat : 655 (java) S 492 496 436 0 -1 1077944384 31868 13465 0 1 440 7 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934539111024 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=660] ppid=492 vsize=10851092 memory=874744 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/660/stat : 660 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139933389941472 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=663] ppid=492 vsize=10851092 memory=874744 CPUtime=1.36 cores=1,3,5,7
/proc/496/task/663/stat : 663 (java) S 492 496 436 0 -1 1077944384 1314 13465 0 1 61 67 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934538058416 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
Current children cumulated CPU time: 2312.68 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 874744 KiB

[startup+2322.3 s]
/proc/loadavg: 1.29 1.36 1.44 3/228 931
/proc/meminfo: memFree=30128204/32770624 swapFree=66995112/67108860
[pid=496] ppid=492 vsize=10851092 memory=874744 CPUtime=2373.53 cores=1,3,5,7
/proc/496/stat : 496 (java) S 492 496 436 0 -1 1077944320 281164 13465 1 1 237006 339 5 3 20 0 15 0 415612075 11111518208 218686 33554432000 4194304 4196468 140732947707264 140732947689808 139935117438711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
/proc/496/statm: 2712773 218686 3638 1 0 2674829 0
[pid=496/tid=636] ppid=492 vsize=10851092 memory=874744 CPUtime=2298.38 cores=1,3,5,7
/proc/496/task/636/stat : 636 (java) R 492 496 436 0 -1 4202560 81083 13465 0 1 229781 49 5 3 20 0 15 0 415612086 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935089274096 139934699709928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=639] ppid=492 vsize=10851092 memory=874744 CPUtime=11.2 cores=1,3,5,7
/proc/496/task/639/stat : 639 (java) S 492 496 436 0 -1 1077944384 14841 13465 0 1 1065 47 5 3 20 0 15 0 415612087 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935121681552 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=642] ppid=492 vsize=10851092 memory=874744 CPUtime=11.22 cores=1,3,5,7
/proc/496/task/642/stat : 642 (java) S 492 496 436 0 -1 1077944384 22605 13465 0 1 1058 56 5 3 20 0 15 0 415612087 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935009954832 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=643] ppid=492 vsize=10851092 memory=874744 CPUtime=11.22 cores=1,3,5,7
/proc/496/task/643/stat : 643 (java) S 492 496 436 0 -1 1077944384 17724 13465 0 1 1065 49 5 3 20 0 15 0 415612087 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935008902032 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=644] ppid=492 vsize=10851092 memory=874744 CPUtime=11.2 cores=1,3,5,7
/proc/496/task/644/stat : 644 (java) S 492 496 436 0 -1 1077944384 16397 13465 0 1 1058 54 5 3 20 0 15 0 415612087 11111518208 218686 33554432000 4194304 4196468 140732947707264 139935007849232 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=646] ppid=492 vsize=10851092 memory=874744 CPUtime=9.93 cores=1,3,5,7
/proc/496/task/646/stat : 646 (java) S 492 496 436 0 -1 1077944384 18912 13465 0 1 935 50 5 3 20 0 15 0 415612088 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934575827312 139935117449858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=648] ppid=492 vsize=10851092 memory=279941069420136 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/648/stat : 648 (java) S 492 496 436 0 -1 1077944384 40 13465 0 1 0 0 5 3 20 0 15 0 415612089 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934574773344 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=651] ppid=492 vsize=10851092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/651/stat : 651 (java) S 492 496 436 0 -1 1077944384 4 13465 0 1 0 0 5 3 20 0 15 0 415612089 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934463681408 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=652] ppid=492 vsize=10851092 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/652/stat : 652 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139933859702608 139935117457307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=653] ppid=492 vsize=10851092 memory=1708 CPUtime=7.74 cores=1,3,5,7
/proc/496/task/653/stat : 653 (java) S 492 496 436 0 -1 1077944384 38988 13465 0 1 760 6 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934541216624 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=654] ppid=492 vsize=10851092 memory=874744 CPUtime=7.31 cores=1,3,5,7
/proc/496/task/654/stat : 654 (java) S 492 496 436 0 -1 1077944384 35161 13465 0 1 717 6 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934540163824 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=655] ppid=492 vsize=10851092 memory=1440 CPUtime=4.55 cores=1,3,5,7
/proc/496/task/655/stat : 655 (java) S 492 496 436 0 -1 1077944384 31870 13465 0 1 440 7 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934539111024 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=660] ppid=492 vsize=10851092 memory=20632 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/660/stat : 660 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139933389941472 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=663] ppid=492 vsize=10851092 memory=1804 CPUtime=1.39 cores=1,3,5,7
/proc/496/task/663/stat : 663 (java) S 492 496 436 0 -1 1077944384 1330 13465 0 1 63 68 5 3 20 0 15 0 415612092 11111518208 218686 33554432000 4194304 4196468 140732947707264 139934538058416 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
Current children cumulated CPU time: 2373.53 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 874744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.5 s]
/proc/loadavg: 1.68 1.45 1.47 3/228 1060
/proc/meminfo: memFree=30040776/32770624 swapFree=66995112/67108860
[pid=496] ppid=492 vsize=10851092 memory=876792 CPUtime=2400.08 cores=1,3,5,7
/proc/496/stat : 496 (java) S 492 496 436 0 -1 1077944320 281851 13465 1 1 239658 342 5 3 20 0 15 0 415612075 11111518208 219198 33554432000 4194304 4196468 140732947707264 140732947689808 139935117438711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
/proc/496/statm: 2712773 219198 3638 1 0 2674829 0
[pid=496/tid=636] ppid=492 vsize=10851092 memory=874744 CPUtime=2324.29 cores=1,3,5,7
/proc/496/task/636/stat : 636 (java) R 492 496 436 0 -1 4202560 81320 13465 0 1 232372 49 5 3 20 0 15 0 415612086 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935089274272 139934688932825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=639] ppid=492 vsize=10851092 memory=874744 CPUtime=11.33 cores=1,3,5,7
/proc/496/task/639/stat : 639 (java) S 492 496 436 0 -1 1077944384 15022 13465 0 1 1077 48 5 3 20 0 15 0 415612087 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935121681552 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=642] ppid=492 vsize=10851092 memory=874744 CPUtime=11.35 cores=1,3,5,7
/proc/496/task/642/stat : 642 (java) S 492 496 436 0 -1 1077944384 22666 13465 0 1 1070 57 5 3 20 0 15 0 415612087 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935009954832 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=643] ppid=492 vsize=10851092 memory=874744 CPUtime=11.34 cores=1,3,5,7
/proc/496/task/643/stat : 643 (java) S 492 496 436 0 -1 1077944384 17727 13465 0 1 1077 49 5 3 20 0 15 0 415612087 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935008902032 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=644] ppid=492 vsize=10851092 memory=874744 CPUtime=11.33 cores=1,3,5,7
/proc/496/task/644/stat : 644 (java) S 492 496 436 0 -1 1077944384 16400 13465 0 1 1070 55 5 3 20 0 15 0 415612087 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935007849232 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=646] ppid=492 vsize=10851092 memory=874744 CPUtime=10.04 cores=1,3,5,7
/proc/496/task/646/stat : 646 (java) S 492 496 436 0 -1 1077944384 19103 13465 0 1 945 51 5 3 20 0 15 0 415612088 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934575827312 139935117449858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=648] ppid=492 vsize=10851092 memory=876792 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/648/stat : 648 (java) S 492 496 436 0 -1 1077944384 40 13465 0 1 0 0 5 3 20 0 15 0 415612089 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934574773344 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=651] ppid=492 vsize=10851092 memory=279941069420136 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/651/stat : 651 (java) S 492 496 436 0 -1 1077944384 4 13465 0 1 0 0 5 3 20 0 15 0 415612089 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934463681408 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=652] ppid=492 vsize=10851092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/652/stat : 652 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139933859702608 139935117457307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=653] ppid=492 vsize=10851092 memory=874744 CPUtime=7.74 cores=1,3,5,7
/proc/496/task/653/stat : 653 (java) S 492 496 436 0 -1 1077944384 38988 13465 0 1 760 6 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934541216624 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=654] ppid=492 vsize=10851092 memory=874744 CPUtime=7.31 cores=1,3,5,7
/proc/496/task/654/stat : 654 (java) S 492 496 436 0 -1 1077944384 35161 13465 0 1 717 6 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934540163824 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=655] ppid=492 vsize=10851092 memory=874744 CPUtime=4.55 cores=1,3,5,7
/proc/496/task/655/stat : 655 (java) S 492 496 436 0 -1 1077944384 31870 13465 0 1 440 7 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934539111024 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=660] ppid=492 vsize=10851092 memory=874744 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/660/stat : 660 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139933389941472 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=663] ppid=492 vsize=10851092 memory=874744 CPUtime=1.41 cores=1,3,5,7
/proc/496/task/663/stat : 663 (java) S 492 496 436 0 -1 1077944384 1341 13465 0 1 64 69 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934538058416 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 876792 KiB

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

[startup+2348.53 s]
# the end of solver process 496 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.65 s, system=3.4712 s

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

[startup+2348.5 s]
/proc/loadavg: 1.68 1.45 1.47 3/228 1060
/proc/meminfo: memFree=30040776/32770624 swapFree=66995112/67108860
[pid=496] ppid=492 vsize=10851092 memory=876792 CPUtime=2400.08 cores=1,3,5,7
/proc/496/stat : 496 (java) S 492 496 436 0 -1 1077944320 281851 13465 1 1 239658 342 5 3 20 0 15 0 415612075 11111518208 219198 33554432000 4194304 4196468 140732947707264 140732947689808 139935117438711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 1 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
/proc/496/statm: 2712773 219198 3638 1 0 2674829 0
[pid=496/tid=636] ppid=492 vsize=10851092 memory=874744 CPUtime=2324.29 cores=1,3,5,7
/proc/496/task/636/stat : 636 (java) R 492 496 436 0 -1 4202560 81320 13465 0 1 232372 49 5 3 20 0 15 0 415612086 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935089274272 139934688932825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=639] ppid=492 vsize=10851092 memory=874744 CPUtime=11.33 cores=1,3,5,7
/proc/496/task/639/stat : 639 (java) S 492 496 436 0 -1 1077944384 15022 13465 0 1 1077 48 5 3 20 0 15 0 415612087 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935121681552 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=642] ppid=492 vsize=10851092 memory=874744 CPUtime=11.35 cores=1,3,5,7
/proc/496/task/642/stat : 642 (java) S 492 496 436 0 -1 1077944384 22666 13465 0 1 1070 57 5 3 20 0 15 0 415612087 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935009954832 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=643] ppid=492 vsize=10851092 memory=874744 CPUtime=11.34 cores=1,3,5,7
/proc/496/task/643/stat : 643 (java) S 492 496 436 0 -1 1077944384 17727 13465 0 1 1077 49 5 3 20 0 15 0 415612087 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935008902032 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=644] ppid=492 vsize=10851092 memory=874744 CPUtime=11.33 cores=1,3,5,7
/proc/496/task/644/stat : 644 (java) S 492 496 436 0 -1 1077944384 16400 13465 0 1 1070 55 5 3 20 0 15 0 415612087 11111518208 219198 33554432000 4194304 4196468 140732947707264 139935007849232 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=646] ppid=492 vsize=10851092 memory=874744 CPUtime=10.04 cores=1,3,5,7
/proc/496/task/646/stat : 646 (java) S 492 496 436 0 -1 1077944384 19103 13465 0 1 945 51 5 3 20 0 15 0 415612088 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934575827312 139935117449858 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=648] ppid=492 vsize=10851092 memory=876792 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/648/stat : 648 (java) S 492 496 436 0 -1 1077944384 40 13465 0 1 0 0 5 3 20 0 15 0 415612089 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934574773344 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=651] ppid=492 vsize=10851092 memory=279941069420136 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/651/stat : 651 (java) S 492 496 436 0 -1 1077944384 4 13465 0 1 0 0 5 3 20 0 15 0 415612089 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934463681408 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=652] ppid=492 vsize=10851092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/652/stat : 652 (java) S 492 496 436 0 -1 1077944384 2 13465 0 1 0 0 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139933859702608 139935117457307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=653] ppid=492 vsize=10851092 memory=874744 CPUtime=7.74 cores=1,3,5,7
/proc/496/task/653/stat : 653 (java) S 492 496 436 0 -1 1077944384 38988 13465 0 1 760 6 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934541216624 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=654] ppid=492 vsize=10851092 memory=874744 CPUtime=7.31 cores=1,3,5,7
/proc/496/task/654/stat : 654 (java) S 492 496 436 0 -1 1077944384 35161 13465 0 1 717 6 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934540163824 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=655] ppid=492 vsize=10851092 memory=874744 CPUtime=4.55 cores=1,3,5,7
/proc/496/task/655/stat : 655 (java) S 492 496 436 0 -1 1077944384 31870 13465 0 1 440 7 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934539111024 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=660] ppid=492 vsize=10851092 memory=874744 CPUtime=0.08 cores=1,3,5,7
/proc/496/task/660/stat : 660 (java) S 492 496 436 0 -1 1077944384 3 13465 0 1 0 0 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139933389941472 139935117448917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
[pid=496/tid=663] ppid=492 vsize=10851092 memory=874744 CPUtime=1.41 cores=1,3,5,7
/proc/496/task/663/stat : 663 (java) S 492 496 436 0 -1 1077944384 1341 13465 0 1 64 69 5 3 20 0 15 0 415612092 11111518208 219198 33554432000 4194304 4196468 140732947707264 139934538058416 139935117449858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 22360064 140732947708656 140732947711173 140732947711173 140732947713999 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 876792 KiB

Child status: 143
Real time (s): 2348.53
CPU time (s): 2400.13
CPU user time (s): 2396.65
CPU system time (s): 3.4712
CPU usage (%): 102.197
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 888692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.65
system time used= 3.4712
maximum resident set size= 890740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296137
page faults= 2
swaps= 0
block input operations= 184
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261055
involuntary context switches= 6364


# summary of solver processes directly reported to runsolver:
#   pid: 496
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.65
#   total CPU system time (s): 3.4712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5453 second user time and 19.9767 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 18:52:41
IDJOB=4396368
IDBENCH=115810
IDSOLVER=2847
FILE ID=node102/4396368-1568393606
RUNJOBID= node102-1568393561-471
PBS_JOBID= 21701865
Free space on /tmp= 59328 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396368-1568393606/watcher-4396368-1568393606 -o /tmp/evaluation-result-4396368-1568393606/solver-4396368-1568393606 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=237022519 HOME/instance-4396368-1568393606.xml

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

MD5SUM BENCH= 3747a76ad44ca32161ac6cfee5e9d7cb
RANDOM SEED=237022519

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31561896 kB
MemAvailable:   31923252 kB
Buffers:          149268 kB
Cached:           505144 kB
SwapCached:         9960 kB
Active:           342436 kB
Inactive:         323256 kB
Active(anon):       8096 kB
Inactive(anon):    33916 kB
Active(file):     334340 kB
Inactive(file):   289340 kB
Unevictable:      110452 kB
Mlocked:          110452 kB
SwapTotal:      67108860 kB
SwapFree:       66995056 kB
Dirty:             70256 kB
Writeback:             0 kB
AnonPages:        112120 kB
Mapped:            33876 kB
Shmem:             22088 kB
Slab:             135440 kB
SReclaimable:     107024 kB
SUnreclaim:        28416 kB
KernelStack:        3296 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node102 at 2019-09-13 19:31:50