Trace number 4402784

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.3SAT (TO)312 2520.1 2474.68

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-5.xml
MD5SUM5197a9101df9cd680fadf9dcc86a0dcb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark312
Best CPU time to get the best result obtained on this benchmark30.0924
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size412
Distribution of domain sizes[{"size":5,"count":50},{"size":412,"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.84/3.67	c Concrete v3.12.3.1568965526260 running
10.83/11.15	o 411
10.83/11.19	o 408
12.10/11.51	o 404
12.10/11.53	o 395
12.10/11.56	o 373
12.10/11.57	o 357
12.10/11.59	o 347
12.42/11.66	o 346
12.42/11.66	o 345
12.42/11.67	o 344
12.42/11.67	o 342
12.42/11.67	o 336
14.59/12.35	o 335
14.59/12.36	o 333
21.47/16.65	o 332
21.47/16.65	o 331
21.47/16.66	o 329
26.52/20.68	o 328
26.52/20.69	o 325
26.77/20.85	o 324
31.49/24.73	o 323
31.49/24.74	o 322
34.46/27.30	o 321
34.80/27.61	o 320
34.80/27.62	o 318
34.80/27.62	o 316
2112.26/2073.20	o 315
2112.26/2073.20	o 312
2520.00/2474.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2474.60		at concrete.MAC.mac(MAC.scala:192)
2520.00/2474.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2474.60		at scala.util.Try$.apply(Try.scala:210)
2520.00/2474.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2474.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2474.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2474.60		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2474.60		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2474.60		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2474.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2474.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2474.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2474.60		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2474.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2474.60		at scala.util.Success.map(Try.scala:262)
2520.00/2474.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2474.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2474.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2474.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2474.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2474.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2474.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2474.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2474.60		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2474.60		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2474.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2474.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2474.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2474.60		at scala.App.main(App.scala:73)
2520.00/2474.60		at scala.App.main$(App.scala:71)
2520.00/2474.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2474.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2474.61	v <instantiation
2520.00/2474.61	v         cost = '312'>
2520.00/2474.61	v       <list>
2520.00/2474.61	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2520.00/2474.61	v       </list>
2520.00/2474.61	v       <values>
2520.00/2474.61	v         2 62 103 121 214 8 122 185 300 308 7 104 123 185 266 0 62 88 173 251 0 98 180 214 251 300 312 312 312 307 60 41 5 93 86 96 63 81 6 4 81 17 50 62 46 55 26 85 78 61 98 82 34 37 56 2 1 4 0 3 0 1 2 3 4 3 0 4 1 2 1 2 3 4 0 4 2 3 0 1 121 62 2 214 103 8 122 185 300 308 104 185 266 7 123 251 0 62 88 173 214 251 98 180 0
2520.00/2474.61	v       </values>
2520.00/2474.61	v     </instantiation>
2520.00/2474.61	s SATISFIABLE

Verifier Data

OK	312

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402784-1568967636/watcher-4402784-1568967636 -o /tmp/evaluation-result-4402784-1568967636/solver-4402784-1568967636 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29764 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=695258949 HOME/instance-4402784-1568967636.xml 

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

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


[startup+0.100166 s]*
/proc/loadavg: 0.17 0.05 0.06 4/207 29828
/proc/meminfo: memFree=211152/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29799/stat : 29799 (bash) S 29795 29799 29733 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 472925744 115974144 404 33554432000 4194304 5098028 140731943048048 140731943042056 140598432951296 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29799/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.210407 s]*
/proc/loadavg: 0.17 0.05 0.06 2/206 29859
/proc/meminfo: memFree=210624/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29799/stat : 29799 (bash) S 29795 29799 29733 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 472925744 115974144 404 33554432000 4194304 5098028 140731943048048 140731943042056 140598432951296 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29799/statm: 28314 404 320 221 0 119 0
[pid=29854] ppid=29799 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/29854/stat : 29854 (bash) S 29799 29799 29733 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472925755 115974144 178 33554432000 4194304 5098028 140731943048048 140731943040728 140598432776828 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29854/statm: 28314 178 94 221 0 119 0
[pid=29855] ppid=29854 vsize=113256 memory=532 CPUtime=0 cores=0,2,4,6
/proc/29855/stat : 29855 (bash) D 29854 29799 29733 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 472925755 115974144 133 33554432000 4194304 5098028 140731943048048 140731943040504 140598432949621 0 0 4096 65538 18446744072101608996 0 0 17 0 0 0 0 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29855/statm: 28314 133 49 221 0 119 0
[pid=29857] ppid=29854 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/29857/stat : 29857 (awk) S 29854 29799 29733 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472925755 116211712 243 33554432000 4194304 4609284 140736661588720 140736661587896 140593176222720 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 26402816 140736661591228 140736661591258 140736661591258 140736661594095 0
/proc/29857/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3832 KiB

[startup+0.30967 s]*
/proc/loadavg: 0.17 0.05 0.06 1/206 29859
/proc/meminfo: memFree=210360/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29799/stat : 29799 (bash) S 29795 29799 29733 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 472925744 115974144 404 33554432000 4194304 5098028 140731943048048 140731943042056 140598432951296 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29799/statm: 28314 404 320 221 0 119 0
[pid=29854] ppid=29799 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/29854/stat : 29854 (bash) S 29799 29799 29733 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472925755 115974144 178 33554432000 4194304 5098028 140731943048048 140731943040728 140598432776828 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29854/statm: 28314 178 94 221 0 119 0
[pid=29855] ppid=29854 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/29855/stat : 29855 (java) D 29854 29799 29733 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 472925755 303104 1 33554432000 4194304 4196468 140722914040432 140722914037704 140658661250759 0 0 4096 0 18446744072101608996 0 0 17 2 0 0 0 0 0 6293624 6294260 14315520 140722914047116 140722914047130 140722914047130 140722914049999 0
/proc/29855/statm: 74 1 0 1 0 38 0
[pid=29857] ppid=29854 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/29857/stat : 29857 (awk) S 29854 29799 29733 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472925755 116211712 243 33554432000 4194304 4609284 140736661588720 140736661587896 140593176222720 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 26402816 140736661591228 140736661591258 140736661591258 140736661594095 0
/proc/29857/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.700512 s]
/proc/loadavg: 0.17 0.05 0.06 1/206 29859
/proc/meminfo: memFree=210004/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29799/stat : 29799 (bash) S 29795 29799 29733 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 472925744 115974144 404 33554432000 4194304 5098028 140731943048048 140731943042056 140598432951296 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29799/statm: 28314 404 320 221 0 119 0
[pid=29854] ppid=29799 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/29854/stat : 29854 (bash) S 29799 29799 29733 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472925755 115974144 178 33554432000 4194304 5098028 140731943048048 140731943040728 140598432776828 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29854/statm: 28314 178 94 221 0 119 0
[pid=29855] ppid=29854 vsize=30188 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29855/stat : 29855 (java) D 29854 29799 29733 0 -1 4202496 361 0 1 0 0 0 0 0 20 0 1 0 472925755 30912512 199 33554432000 4194304 4196468 140722914040432 140722914021912 140658661197435 0 0 4096 0 18446744071580431491 0 0 17 2 0 0 5 0 0 6293624 6294260 14315520 140722914047116 140722914047130 140722914047130 140722914049999 0
/proc/29855/statm: 7547 199 161 1 0 159 0
[pid=29857] ppid=29854 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/29857/stat : 29857 (awk) S 29854 29799 29733 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472925755 116211712 243 33554432000 4194304 4609284 140736661588720 140736661587896 140593176222720 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 26402816 140736661591228 140736661591258 140736661591258 140736661594095 0
/proc/29857/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4096 KiB

[startup+1.50053 s]
/proc/loadavg: 0.17 0.05 0.06 2/206 29859
/proc/meminfo: memFree=205188/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29799/stat : 29799 (bash) S 29795 29799 29733 0 -1 4202496 892 5693 0 0 0 0 0 1 20 0 1 0 472925744 115974144 404 33554432000 4194304 5098028 140731943048048 140731943042056 140598432951296 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29799/statm: 28314 404 320 221 0 119 0
[pid=29854] ppid=29799 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/29854/stat : 29854 (bash) S 29799 29799 29733 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472925755 115974144 178 33554432000 4194304 5098028 140731943048048 140731943040728 140598432776828 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 39825408 140731943056405 140731943056529 140731943056529 140731943059438 0
/proc/29854/statm: 28314 178 94 221 0 119 0
[pid=29855] ppid=29854 vsize=30188 memory=3680 CPUtime=0 cores=0,2,4,6
/proc/29855/stat : 29855 (java) D 29854 29799 29733 0 -1 4202496 1117 0 2 0 0 0 0 0 20 0 1 0 472925755 30912512 920 33554432000 4194304 4196468 140722914040432 140722914021880 140658645458352 0 0 4096 0 18446744071580431491 0 0 17 2 0 0 62 0 0 6293624 6294260 14315520 140722914047116 140722914047130 140722914047130 140722914049999 0
/proc/29855/statm: 7547 920 683 1 0 159 0
[pid=29857] ppid=29854 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/29857/stat : 29857 (awk) S 29854 29799 29733 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472925755 116211712 243 33554432000 4194304 4609284 140736661588720 140736661587896 140593176222720 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 26402816 140736661591228 140736661591258 140736661591258 140736661594095 0
/proc/29857/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 6980 KiB

[startup+3.1099 s]
/proc/loadavg: 0.17 0.05 0.06 4/206 29911
/proc/meminfo: memFree=229848/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=10751868 memory=28524 CPUtime=0.16 cores=0,2,4,6
/proc/29799/stat : 29799 (java) S 29795 29799 29733 0 -1 1077944320 6017 13007 0 3 5 2 5 4 20 0 14 0 472925744 11009912832 7131 33554432000 4194304 4196468 140726135990992 140726135973536 140054584086263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
/proc/29799/statm: 2687967 7131 2588 1 0 2650508 0
[pid=29799/tid=29907] ppid=29795 vsize=10751868 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/29799/task/29907/stat : 29907 (java) D 29795 29799 29733 0 -1 4202560 3236 13007 0 3 4 1 5 4 20 0 14 0 472926041 11009912832 7131 33554432000 4194304 4196468 140726135990992 140054555924288 140054584110141 0 4 0 16800975 18446744071581769878 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29912] ppid=29795 vsize=10751868 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29912/stat : 29912 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 14 0 472926044 11009912832 7131 33554432000 4194304 4196468 140726135990992 140054588328208 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29913] ppid=29795 vsize=10751868 memory=1616 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29913/stat : 29913 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 14 0 472926044 11009912832 7131 33554432000 4194304 4196468 140726135990992 140054156904848 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29914] ppid=29795 vsize=10751868 memory=712 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29914/stat : 29914 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 14 0 472926044 11009912832 7131 33554432000 4194304 4196468 140726135990992 140054155852304 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29915] ppid=29795 vsize=10751868 memory=796 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29915/stat : 29915 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 14 0 472926044 11009912832 7131 33554432000 4194304 4196468 140726135990992 140054154799760 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10751868 KiB
Current children cumulated memory: 28524 KiB
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 0.32 0.09 0.07 2/228 29933
/proc/meminfo: memFree=212820/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=10822316 memory=83688 CPUtime=1.14 cores=0,2,4,6
/proc/29799/stat : 29799 (java) S 29795 29799 29733 0 -1 1077944320 15222 13007 0 3 95 10 5 4 20 0 15 0 472925744 11082051584 20922 33554432000 4194304 4196468 140726135990992 140726135973536 140054584086263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
/proc/29799/statm: 2705579 20922 3501 1 0 2667661 0
[pid=29799/tid=29907] ppid=29795 vsize=10822316 memory=53664 CPUtime=0.7 cores=0,2,4,6
/proc/29799/task/29907/stat : 29907 (java) D 29795 29799 29733 0 -1 4202560 10320 13007 0 3 53 8 5 4 20 0 15 0 472926041 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054555913872 140054584108189 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 228 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29912] ppid=29795 vsize=10822316 memory=77412 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29912/stat : 29912 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 15 0 472926044 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054588328208 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29913] ppid=29795 vsize=10822316 memory=5787213827347079488 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29913/stat : 29913 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 15 0 472926044 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054156904848 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29914] ppid=29795 vsize=10822316 memory=5787213827347079744 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29914/stat : 29914 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 15 0 472926044 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054155852304 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29915] ppid=29795 vsize=10822316 memory=3588 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29915/stat : 29915 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 15 0 472926044 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054154799760 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29918] ppid=29795 vsize=10822316 memory=281042661837536 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29918/stat : 29918 (java) S 29795 29799 29733 0 -1 1077944384 5 13007 0 3 0 0 5 4 20 0 15 0 472926046 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054043257328 140054584097410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29920] ppid=29795 vsize=10822316 memory=2459606976257 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29920/stat : 29920 (java) S 29795 29799 29733 0 -1 1077944384 33 13007 0 3 0 0 5 4 20 0 15 0 472926046 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054042203552 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29921] ppid=29795 vsize=10822316 memory=2481081812481 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29921/stat : 29921 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 15 0 472926047 11082051584 20922 33554432000 4194304 4196468 140726135990992 140053917459952 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29927] ppid=29795 vsize=10822316 memory=2489671747073 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29927/stat : 29927 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 15 0 472926052 11082051584 20922 33554432000 4194304 4196468 140726135990992 140053313481424 140054584104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29928] ppid=29795 vsize=10822316 memory=2502556648705 CPUtime=0.2 cores=0,2,4,6
/proc/29799/task/29928/stat : 29928 (java) S 29795 29799 29733 0 -1 1077944384 872 13007 0 3 11 0 5 4 20 0 15 0 472926052 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054008645616 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29929] ppid=29795 vsize=10822316 memory=6791534058613427641 CPUtime=0.22 cores=0,2,4,6
/proc/29799/task/29929/stat : 29929 (java) S 29795 29799 29733 0 -1 1077944384 847 13007 0 3 13 0 5 4 20 0 15 0 472926052 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054007593072 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29930] ppid=29795 vsize=10822316 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/29799/task/29930/stat : 29930 (java) S 29795 29799 29733 0 -1 1077944384 920 13007 0 3 16 0 5 4 20 0 15 0 472926052 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054006540528 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29931] ppid=29795 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29931/stat : 29931 (java) S 29795 29799 29733 0 -1 1077944384 3 13007 0 3 0 0 5 4 20 0 15 0 472926053 11082051584 20922 33554432000 4194304 4196468 140726135990992 140052843719264 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29933] ppid=29795 vsize=10822316 memory=7739272546405012324 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29933/stat : 29933 (java) S 29795 29799 29733 0 -1 1077944384 3 13007 0 3 0 0 5 4 20 0 15 0 472926060 11082051584 20922 33554432000 4194304 4196468 140726135990992 140054005488432 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 83688 KiB
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.45 0.12 0.08 9/228 29933
/proc/meminfo: memFree=205396/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=10851096 memory=378084 CPUtime=15.8 cores=0,2,4,6
/proc/29799/stat : 29799 (java) S 29795 29799 29733 0 -1 1077944320 120694 13007 1 3 1506 65 5 4 20 0 15 0 472925744 11111522304 94521 33554432000 4194304 4196468 140726135990992 140726135973536 140054584086263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
/proc/29799/statm: 2712774 94521 3627 1 0 2674829 0
[pid=29799/tid=29907] ppid=29795 vsize=10851096 memory=236732 CPUtime=6.16 cores=0,2,4,6
/proc/29799/task/29907/stat : 29907 (java) R 29795 29799 29733 0 -1 4202560 67306 13007 1 3 577 30 5 4 20 0 15 0 472926041 11111522304 94521 33554432000 4194304 4196468 140726135990992 140054555915432 140054204165910 0 4 0 16800975 0 0 0 -1 4 0 0 309 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29912] ppid=29795 vsize=10851096 memory=224856 CPUtime=0.2 cores=0,2,4,6
/proc/29799/task/29912/stat : 29912 (java) S 29795 29799 29733 0 -1 1077944384 3105 13007 0 3 5 6 5 4 20 0 15 0 472926044 11111522304 94521 33554432000 4194304 4196468 140726135990992 140054588328208 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29913] ppid=29795 vsize=10851096 memory=2241 CPUtime=0.19 cores=0,2,4,6
/proc/29799/task/29913/stat : 29913 (java) S 29795 29799 29733 0 -1 1077944384 2203 13007 0 3 5 5 5 4 20 0 15 0 472926044 11111522304 94521 33554432000 4194304 4196468 140726135990992 140054156904848 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29914] ppid=29795 vsize=10851096 memory=166432 CPUtime=0.2 cores=0,2,4,6
/proc/29799/task/29914/stat : 29914 (java) S 29795 29799 29733 0 -1 1077944384 2102 13007 0 3 4 7 5 4 20 0 15 0 472926044 11111522304 94521 33554432000 4194304 4196468 140726135990992 140054155852304 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29915] ppid=29795 vsize=10851096 memory=1940 CPUtime=0.2 cores=0,2,4,6
/proc/29799/task/29915/stat : 29915 (java) S 29795 29799 29733 0 -1 1077944384 2704 13007 0 3 5 6 5 4 20 0 15 0 472926044 11111522304 94521 33554432000 4194304 4196468 140726135990992 140054154799760 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29918] ppid=29795 vsize=10851096 memory=247452 CPUtime=0.13 cores=0,2,4,6
/proc/29799/task/29918/stat : 29918 (java) S 29795 29799 29733 0 -1 1077944384 6754 13007 0 3 4 0 5 4 20 0 15 0 472926046 11111522304 94521 33554432000 4194304 4196468 140726135990992 140054043257328 140054584097410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29920] ppid=29795 vsize=10851096 memory=1556 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29920/stat : 29920 (java) S 29795 29799 29733 0 -1 1077944384 40 13007 0 3 0 0 5 4 20 0 15 0 472926046 11111522304 94521 33554432000 4194304 4196468 140726135990992 140054042203680 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29921] ppid=29795 vsize=10851096 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29921/stat : 29921 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 15 0 472926047 11111522304 94521 33554432000 4194304 4196468 140726135990992 140053917459968 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29927] ppid=29795 vsize=10851096 memory=5787214926557761634 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29927/stat : 29927 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 15 0 472926052 11111522304 94587 33554432000 4194304 4196468 140726135990992 140053313481424 140054584104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0

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

/proc/29799/task/29907/stat : 29907 (java) R 29795 29799 29733 0 -1 4202560 2090760 13007 1 3 228819 345 5 4 20 0 15 0 472926041 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054555922752 140054191094684 0 4 0 16800975 0 0 0 -1 4 0 0 309 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29912] ppid=29795 vsize=10851096 memory=1891788 CPUtime=11.69 cores=0,2,4,6
/proc/29799/task/29912/stat : 29912 (java) S 29795 29799 29733 0 -1 1077944384 48121 13007 0 3 1087 73 5 4 20 0 15 0 472926044 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054588328208 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29913] ppid=29795 vsize=10851096 memory=281042663507552 CPUtime=11.73 cores=0,2,4,6
/proc/29799/task/29913/stat : 29913 (java) S 29795 29799 29733 0 -1 1077944384 46889 13007 0 3 1077 87 5 4 20 0 15 0 472926044 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054156904848 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29914] ppid=29795 vsize=10851096 memory=1891788 CPUtime=11.66 cores=0,2,4,6
/proc/29799/task/29914/stat : 29914 (java) S 29795 29799 29733 0 -1 1077944384 52196 13007 0 3 1086 71 5 4 20 0 15 0 472926044 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054155852304 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29915] ppid=29795 vsize=10851096 memory=1891788 CPUtime=11.73 cores=0,2,4,6
/proc/29799/task/29915/stat : 29915 (java) S 29795 29799 29733 0 -1 1077944384 47417 13007 0 3 1093 71 5 4 20 0 15 0 472926044 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054154799760 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29918] ppid=29795 vsize=10851096 memory=1891788 CPUtime=10.02 cores=0,2,4,6
/proc/29799/task/29918/stat : 29918 (java) S 29795 29799 29733 0 -1 1077944384 36903 13007 0 3 942 51 5 4 20 0 15 0 472926046 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054043257328 140054584097410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29920] ppid=29795 vsize=10851096 memory=1891788 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29920/stat : 29920 (java) S 29795 29799 29733 0 -1 1077944384 40 13007 0 3 0 0 5 4 20 0 15 0 472926046 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054042203680 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29921] ppid=29795 vsize=10851096 memory=1891788 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29921/stat : 29921 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 15 0 472926047 11111522304 472947 33554432000 4194304 4196468 140726135990992 140053917459968 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29927] ppid=29795 vsize=10851096 memory=1891788 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29927/stat : 29927 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 15 0 472926052 11111522304 472947 33554432000 4194304 4196468 140726135990992 140053313481424 140054584104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29928] ppid=29795 vsize=10851096 memory=1891788 CPUtime=6.01 cores=0,2,4,6
/proc/29799/task/29928/stat : 29928 (java) S 29795 29799 29733 0 -1 1077944384 38496 13007 0 3 586 6 5 4 20 0 15 0 472926052 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054008645616 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29929] ppid=29795 vsize=10851096 memory=1891788 CPUtime=5.73 cores=0,2,4,6
/proc/29799/task/29929/stat : 29929 (java) S 29795 29799 29733 0 -1 1077944384 45378 13007 0 3 557 7 5 4 20 0 15 0 472926052 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054007593072 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29930] ppid=29795 vsize=10851096 memory=1891788 CPUtime=4.34 cores=0,2,4,6
/proc/29799/task/29930/stat : 29930 (java) S 29795 29799 29733 0 -1 1077944384 41712 13007 0 3 418 7 5 4 20 0 15 0 472926052 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054006540528 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29931] ppid=29795 vsize=10851096 memory=1891788 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29931/stat : 29931 (java) S 29795 29799 29733 0 -1 1077944384 3 13007 0 3 0 0 5 4 20 0 15 0 472926053 11111522304 472947 33554432000 4194304 4196468 140726135990992 140052843719264 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29933] ppid=29795 vsize=10851096 memory=1891788 CPUtime=1.36 cores=0,2,4,6
/proc/29799/task/29933/stat : 29933 (java) S 29795 29799 29733 0 -1 1077944384 1644 13007 0 3 66 61 5 4 20 0 15 0 472926060 11111522304 472947 33554432000 4194304 4196468 140726135990992 140054005488432 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
Current children cumulated CPU time: 2365.31 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1891788 KiB

[startup+2382.3 s]
/proc/loadavg: 1.57 1.38 1.26 3/227 30276
/proc/meminfo: memFree=916460/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=10851096 memory=1893836 CPUtime=2426.23 cores=0,2,4,6
/proc/29799/stat : 29799 (java) S 29795 29799 29733 0 -1 1077944320 2456098 13007 1 3 241893 721 5 4 20 0 15 0 472925744 11111522304 473459 33554432000 4194304 4196468 140726135990992 140726135973536 140054584086263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
/proc/29799/statm: 2712774 473459 3633 1 0 2674829 0
[pid=29799/tid=29907] ppid=29795 vsize=10851096 memory=1893836 CPUtime=2351.06 cores=0,2,4,6
/proc/29799/task/29907/stat : 29907 (java) R 29795 29799 29733 0 -1 4202560 2092283 13007 1 3 234751 346 5 4 20 0 15 0 472926041 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054555921792 140054207415624 0 4 0 16800975 0 0 0 -1 2 0 0 309 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29912] ppid=29795 vsize=10851096 memory=1893836 CPUtime=12.01 cores=0,2,4,6
/proc/29799/task/29912/stat : 29912 (java) S 29795 29799 29733 0 -1 1077944384 49368 13007 0 3 1118 74 5 4 20 0 15 0 472926044 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054588328208 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29913] ppid=29795 vsize=10851096 memory=1893836 CPUtime=12.05 cores=0,2,4,6
/proc/29799/task/29913/stat : 29913 (java) S 29795 29799 29733 0 -1 1077944384 47692 13007 0 3 1108 88 5 4 20 0 15 0 472926044 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054156904848 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29914] ppid=29795 vsize=10851096 memory=1891788 CPUtime=11.98 cores=0,2,4,6
/proc/29799/task/29914/stat : 29914 (java) S 29795 29799 29733 0 -1 1077944384 52426 13007 0 3 1117 72 5 4 20 0 15 0 472926044 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054155852304 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29915] ppid=29795 vsize=10851096 memory=1893836 CPUtime=12.05 cores=0,2,4,6
/proc/29799/task/29915/stat : 29915 (java) S 29795 29799 29733 0 -1 1077944384 47474 13007 0 3 1125 71 5 4 20 0 15 0 472926044 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054154799760 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29918] ppid=29795 vsize=10851096 memory=1893836 CPUtime=10.29 cores=0,2,4,6
/proc/29799/task/29918/stat : 29918 (java) S 29795 29799 29733 0 -1 1077944384 37347 13007 0 3 967 53 5 4 20 0 15 0 472926046 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054043257328 140054584097410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29920] ppid=29795 vsize=10851096 memory=1893836 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29920/stat : 29920 (java) S 29795 29799 29733 0 -1 1077944384 40 13007 0 3 0 0 5 4 20 0 15 0 472926046 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054042203680 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29921] ppid=29795 vsize=10851096 memory=1893836 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29921/stat : 29921 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 15 0 472926047 11111522304 473459 33554432000 4194304 4196468 140726135990992 140053917459968 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29927] ppid=29795 vsize=10851096 memory=1891788 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29927/stat : 29927 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 15 0 472926052 11111522304 473459 33554432000 4194304 4196468 140726135990992 140053313481424 140054584104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29928] ppid=29795 vsize=10851096 memory=1893836 CPUtime=6.02 cores=0,2,4,6
/proc/29799/task/29928/stat : 29928 (java) S 29795 29799 29733 0 -1 1077944384 38497 13007 0 3 587 6 5 4 20 0 15 0 472926052 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054008645616 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29929] ppid=29795 vsize=10851096 memory=1893836 CPUtime=5.73 cores=0,2,4,6
/proc/29799/task/29929/stat : 29929 (java) S 29795 29799 29733 0 -1 1077944384 45378 13007 0 3 557 7 5 4 20 0 15 0 472926052 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054007593072 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29930] ppid=29795 vsize=10851096 memory=1893836 CPUtime=4.34 cores=0,2,4,6
/proc/29799/task/29930/stat : 29930 (java) S 29795 29799 29733 0 -1 1077944384 41712 13007 0 3 418 7 5 4 20 0 15 0 472926052 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054006540528 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29931] ppid=29795 vsize=10851096 memory=2456 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29931/stat : 29931 (java) S 29795 29799 29733 0 -1 1077944384 3 13007 0 3 0 0 5 4 20 0 15 0 472926053 11111522304 473459 33554432000 4194304 4196468 140726135990992 140052843719264 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29933] ppid=29795 vsize=10851096 memory=1893836 CPUtime=1.4 cores=0,2,4,6
/proc/29799/task/29933/stat : 29933 (java) S 29795 29799 29733 0 -1 1077944384 1665 13007 0 3 68 63 5 4 20 0 15 0 472926060 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054005488432 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
Current children cumulated CPU time: 2426.23 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1893836 KiB

[startup+2442.3 s]
/proc/loadavg: 2.15 1.58 1.34 3/227 30287
/proc/meminfo: memFree=461176/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=10851096 memory=1893836 CPUtime=2487.19 cores=0,2,4,6
/proc/29799/stat : 29799 (java) S 29795 29799 29733 0 -1 1077944320 2459122 13007 1 3 247982 728 5 4 20 0 15 0 472925744 11111522304 473459 33554432000 4194304 4196468 140726135990992 140726135973536 140054584086263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
/proc/29799/statm: 2712774 473459 3633 1 0 2674829 0
[pid=29799/tid=29907] ppid=29795 vsize=10851096 memory=1893836 CPUtime=2410.36 cores=0,2,4,6
/proc/29799/task/29907/stat : 29907 (java) R 29795 29799 29733 0 -1 4202560 2093745 13007 1 3 240680 347 5 4 20 0 15 0 472926041 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054555921600 140054201458432 0 4 0 16800975 0 0 0 -1 4 0 0 309 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29912] ppid=29795 vsize=10851096 memory=1893836 CPUtime=12.35 cores=0,2,4,6
/proc/29799/task/29912/stat : 29912 (java) S 29795 29799 29733 0 -1 1077944384 49505 13007 0 3 1151 75 5 4 20 0 15 0 472926044 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054588328208 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29913] ppid=29795 vsize=10851096 memory=1893836 CPUtime=12.38 cores=0,2,4,6
/proc/29799/task/29913/stat : 29913 (java) S 29795 29799 29733 0 -1 1077944384 48446 13007 0 3 1140 89 5 4 20 0 15 0 472926044 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054156904848 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29914] ppid=29795 vsize=10851096 memory=1893836 CPUtime=12.32 cores=0,2,4,6
/proc/29799/task/29914/stat : 29914 (java) S 29795 29799 29733 0 -1 1077944384 52569 13007 0 3 1149 74 5 4 20 0 15 0 472926044 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054155852304 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29915] ppid=29795 vsize=10851096 memory=1893836 CPUtime=12.39 cores=0,2,4,6
/proc/29799/task/29915/stat : 29915 (java) S 29795 29799 29733 0 -1 1077944384 47595 13007 0 3 1158 72 5 4 20 0 15 0 472926044 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054154799760 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29918] ppid=29795 vsize=10851096 memory=1893836 CPUtime=10.57 cores=0,2,4,6
/proc/29799/task/29918/stat : 29918 (java) S 29795 29799 29733 0 -1 1077944384 37726 13007 0 3 994 54 5 4 20 0 15 0 472926046 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054043257328 140054584097410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29920] ppid=29795 vsize=10851096 memory=1893836 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29920/stat : 29920 (java) S 29795 29799 29733 0 -1 1077944384 40 13007 0 3 0 0 5 4 20 0 15 0 472926046 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054042203680 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29921] ppid=29795 vsize=10851096 memory=1893836 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29921/stat : 29921 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 15 0 472926047 11111522304 473459 33554432000 4194304 4196468 140726135990992 140053917459968 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29927] ppid=29795 vsize=10851096 memory=1893836 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29927/stat : 29927 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 15 0 472926052 11111522304 473459 33554432000 4194304 4196468 140726135990992 140053313481424 140054584104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29928] ppid=29795 vsize=10851096 memory=1893836 CPUtime=6.02 cores=0,2,4,6
/proc/29799/task/29928/stat : 29928 (java) S 29795 29799 29733 0 -1 1077944384 38500 13007 0 3 587 6 5 4 20 0 15 0 472926052 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054008645616 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29929] ppid=29795 vsize=10851096 memory=6791534058613427641 CPUtime=5.73 cores=0,2,4,6
/proc/29799/task/29929/stat : 29929 (java) S 29795 29799 29733 0 -1 1077944384 45380 13007 0 3 557 7 5 4 20 0 15 0 472926052 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054007593072 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29930] ppid=29795 vsize=10851096 memory=1893836 CPUtime=4.34 cores=0,2,4,6
/proc/29799/task/29930/stat : 29930 (java) S 29795 29799 29733 0 -1 1077944384 41714 13007 0 3 418 7 5 4 20 0 15 0 472926052 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054006540528 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29931] ppid=29795 vsize=10851096 memory=1893836 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29931/stat : 29931 (java) S 29795 29799 29733 0 -1 1077944384 3 13007 0 3 0 0 5 4 20 0 15 0 472926053 11111522304 473459 33554432000 4194304 4196468 140726135990992 140052843719264 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29933] ppid=29795 vsize=10851096 memory=1893836 CPUtime=1.44 cores=0,2,4,6
/proc/29799/task/29933/stat : 29933 (java) S 29795 29799 29733 0 -1 1077944384 1686 13007 0 3 70 65 5 4 20 0 15 0 472926060 11111522304 473459 33554432000 4194304 4196468 140726135990992 140054005488432 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
Current children cumulated CPU time: 2487.19 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1893836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.6 s]
/proc/loadavg: 1.74 1.53 1.33 3/227 30312
/proc/meminfo: memFree=197148/32770624 swapFree=67002104/67108860
[pid=29799] ppid=29795 vsize=10851096 memory=1893868 CPUtime=2520 cores=0,2,4,6
/proc/29799/stat : 29799 (java) S 29795 29799 29733 0 -1 1077944320 2463304 13007 1 3 251259 732 5 4 20 0 15 0 472925744 11111522304 473467 33554432000 4194304 4196468 140726135990992 140726135973536 140054584086263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
/proc/29799/statm: 2712774 473467 3633 1 0 2674829 0
[pid=29799/tid=29907] ppid=29795 vsize=10851096 memory=6791534058613427641 CPUtime=2442.27 cores=0,2,4,6
/proc/29799/task/29907/stat : 29907 (java) R 29795 29799 29733 0 -1 4202560 2095114 13007 1 3 243871 347 5 4 20 0 15 0 472926041 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054555922352 140054204632309 0 4 0 16800975 0 0 0 -1 0 0 0 309 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29912] ppid=29795 vsize=10851096 memory=288230621803970871 CPUtime=12.54 cores=0,2,4,6
/proc/29799/task/29912/stat : 29912 (java) S 29795 29799 29733 0 -1 1077944384 49763 13007 0 3 1169 76 5 4 20 0 15 0 472926044 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054588328208 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29913] ppid=29795 vsize=10851096 memory=16106965717748364 CPUtime=12.57 cores=0,2,4,6
/proc/29799/task/29913/stat : 29913 (java) S 29795 29799 29733 0 -1 1077944384 49722 13007 0 3 1158 90 5 4 20 0 15 0 472926044 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054156904848 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29914] ppid=29795 vsize=10851096 memory=1760 CPUtime=12.51 cores=0,2,4,6
/proc/29799/task/29914/stat : 29914 (java) S 29795 29799 29733 0 -1 1077944384 53314 13007 0 3 1167 75 5 4 20 0 15 0 472926044 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054155852304 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29915] ppid=29795 vsize=10851096 memory=111632 CPUtime=12.57 cores=0,2,4,6
/proc/29799/task/29915/stat : 29915 (java) S 29795 29799 29733 0 -1 1077944384 47680 13007 0 3 1175 73 5 4 20 0 15 0 472926044 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054154799760 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29918] ppid=29795 vsize=10851096 memory=804 CPUtime=10.72 cores=0,2,4,6
/proc/29799/task/29918/stat : 29918 (java) S 29795 29799 29733 0 -1 1077944384 38147 13007 0 3 1008 55 5 4 20 0 15 0 472926046 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054043257328 140054584097410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29920] ppid=29795 vsize=10851096 memory=4104 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29920/stat : 29920 (java) S 29795 29799 29733 0 -1 1077944384 40 13007 0 3 0 0 5 4 20 0 15 0 472926046 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054042203680 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29921] ppid=29795 vsize=10851096 memory=1804 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29921/stat : 29921 (java) S 29795 29799 29733 0 -1 1077944384 1 13007 0 3 0 0 5 4 20 0 15 0 472926047 11111522304 473467 33554432000 4194304 4196468 140726135990992 140053917459968 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29927] ppid=29795 vsize=10851096 memory=916 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29927/stat : 29927 (java) S 29795 29799 29733 0 -1 1077944384 2 13007 0 3 0 0 5 4 20 0 15 0 472926052 11111522304 473467 33554432000 4194304 4196468 140726135990992 140053313481424 140054584104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29928] ppid=29795 vsize=10851096 memory=3848 CPUtime=6.02 cores=0,2,4,6
/proc/29799/task/29928/stat : 29928 (java) S 29795 29799 29733 0 -1 1077944384 38503 13007 0 3 587 6 5 4 20 0 15 0 472926052 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054008645616 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29929] ppid=29795 vsize=10851096 memory=2312 CPUtime=5.73 cores=0,2,4,6
/proc/29799/task/29929/stat : 29929 (java) S 29795 29799 29733 0 -1 1077944384 45382 13007 0 3 557 7 5 4 20 0 15 0 472926052 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054007593072 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29930] ppid=29795 vsize=10851096 memory=2620 CPUtime=4.34 cores=0,2,4,6
/proc/29799/task/29930/stat : 29930 (java) S 29795 29799 29733 0 -1 1077944384 41716 13007 0 3 418 7 5 4 20 0 15 0 472926052 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054006540528 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29931] ppid=29795 vsize=10851096 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/29799/task/29931/stat : 29931 (java) S 29795 29799 29733 0 -1 1077944384 3 13007 0 3 0 0 5 4 20 0 15 0 472926053 11111522304 473467 33554432000 4194304 4196468 140726135990992 140052843719264 140054584096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
[pid=29799/tid=29933] ppid=29795 vsize=10851096 memory=3140 CPUtime=1.45 cores=0,2,4,6
/proc/29799/task/29933/stat : 29933 (java) S 29795 29799 29733 0 -1 1077944384 1707 13007 0 3 71 65 5 4 20 0 15 0 472926060 11111522304 473467 33554432000 4194304 4196468 140726135990992 140054005488432 140054584097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 11816960 140726135999216 140726136001733 140726136001733 140726136004559 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1893868 KiB

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

[startup+2474.68 s]
# the end of solver process 29799 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.66 s, system=7.43431 s

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

Child status: 143
Real time (s): 2474.68
CPU time (s): 2520.1
CPU user time (s): 2512.66
CPU system time (s): 7.43431
CPU usage (%): 101.835
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1895220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.66
system time used= 7.43431
maximum resident set size= 1896712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2479812
page faults= 4
swaps= 0
block input operations= 23400
block output operations= 3376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278882
involuntary context switches= 9652


# summary of solver processes directly reported to runsolver:
#   pid: 29799
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2512.66
#   total CPU system time (s): 7.43431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0048 second user time and 21.6519 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 10:19:59
IDJOB=4402784
IDBENCH=115814
IDSOLVER=2861
FILE ID=node148/4402784-1568967636
RUNJOBID= node148-1568967599-29764
PBS_JOBID= 21704612
Free space on /tmp= 21660 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402784-1568967636/watcher-4402784-1568967636 -o /tmp/evaluation-result-4402784-1568967636/solver-4402784-1568967636 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568967599-29764 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=695258949 HOME/instance-4402784-1568967636.xml

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

MD5SUM BENCH= 5197a9101df9cd680fadf9dcc86a0dcb
RANDOM SEED=695258949

node148.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.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.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.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.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.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.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:          212964 kB
MemAvailable:   31855712 kB
Buffers:          105816 kB
Cached:         31616976 kB
SwapCached:         2784 kB
Active:         15923008 kB
Inactive:       15803104 kB
Active(anon):      14684 kB
Inactive(anon):    35736 kB
Active(file):   15908324 kB
Inactive(file): 15767368 kB
Unevictable:      110964 kB
Mlocked:          110964 kB
SwapTotal:      67108860 kB
SwapFree:       67002104 kB
Dirty:               256 kB
Writeback:         23596 kB
AnonPages:        113208 kB
Mapped:            50888 kB
Shmem:             38428 kB
Slab:             423920 kB
SReclaimable:     395516 kB
SUnreclaim:        28404 kB
KernelStack:        3392 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511840 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 21592 MiB
End job on node148 at 2019-09-20 11:01:20