Trace number 4402805

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)353 2520.11 2476.5

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-8.xml
MD5SUM43b2ef46cc27b455a3f22cfd7dbefeca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark353
Best CPU time to get the best result obtained on this benchmark28.1866
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size453
Distribution of domain sizes[{"size":5,"count":50},{"size":453,"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.86/3.35	c Concrete v3.12.3.1568965526260 running
10.10/14.86	o 452
10.10/14.88	o 448
10.49/14.95	o 438
10.49/14.97	o 437
10.81/15.06	o 436
10.81/15.09	o 432
11.12/15.15	o 431
11.12/15.18	o 413
11.42/15.21	o 404
12.66/15.63	o 403
12.66/15.64	o 402
12.66/15.65	o 401
12.66/15.65	o 396
13.27/15.81	o 380
18.65/17.76	o 372
18.93/17.80	o 368
19.15/17.93	o 367
19.55/18.19	o 366
19.72/18.21	o 361
20.42/18.70	o 360
24.22/21.88	o 359
63.25/58.10	o 358
63.25/58.10	o 357
63.25/58.10	o 356
63.25/58.11	o 355
63.59/58.40	o 354
63.70/58.40	o 353
2520.00/2476.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2476.40		at concrete.MAC.mac(MAC.scala:192)
2520.00/2476.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2476.40		at scala.util.Try$.apply(Try.scala:210)
2520.00/2476.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2476.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2476.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2476.40		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2476.40		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2476.40		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2476.40		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2476.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2476.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2476.40		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2476.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2476.40		at scala.util.Success.map(Try.scala:262)
2520.00/2476.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2476.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2476.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2476.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2476.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2476.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2476.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2476.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2476.40		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2476.40		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2476.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2476.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2476.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2476.40		at scala.App.main(App.scala:73)
2520.00/2476.40		at scala.App.main$(App.scala:71)
2520.00/2476.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2476.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2476.41	v <instantiation
2520.00/2476.41	v         cost = '353'>
2520.00/2476.41	v       <list>
2520.00/2476.41	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/2476.41	v       </list>
2520.00/2476.41	v       <values>
2520.00/2476.41	v         0 90 186 221 315 0 93 173 257 280 0 96 222 263 301 0 96 163 226 298 0 93 186 243 263 353 353 339 353 353 90 83 35 22 38 93 68 84 23 73 94 77 41 34 38 96 67 59 72 55 89 93 49 16 90 4 2 1 0 3 1 4 2 3 0 3 0 4 2 1 0 3 4 1 2 2 1 3 0 4 221 186 90 315 0 280 0 173 257 93 96 301 263 0 222 0 226 298 96 163 243 93 0 186 263
2520.00/2476.41	v       </values>
2520.00/2476.41	v     </instantiation>
2520.00/2476.42	s SATISFIABLE

Verifier Data

OK	353

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402805-1568967637/watcher-4402805-1568967637 -o /var/tmp/evaluation-result-4402805-1568967637/solver-4402805-1568967637 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=695258949 HOME/instance-4402805-1568967637.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
Current StackSize limit: 8192 KiB

solver pid=20101, runsolver pid=20098

[startup+0.100143 s]*
/proc/loadavg: 0.16 0.05 0.06 1/205 20112
/proc/meminfo: memFree=759588/32770624 swapFree=66956552/67108860
[pid=20101] ppid=20098 vsize=113256 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/20101/stat : 20101 (bash) S 20098 20101 20037 0 -1 4202496 695 0 1 0 0 0 0 0 20 0 1 0 473003020 115974144 364 33554432000 4194304 5098028 140725075782288 140725075779928 139633839885312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20101/statm: 28314 364 290 221 0 119 0
[pid=20107] ppid=20101 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/20107/stat : 20107 (bash) S 20101 20101 20037 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 473003028 115974144 176 33554432000 4194304 5098028 140725075782288 140725075778456 139633839710844 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20107/statm: 28314 176 100 221 0 119 0
[pid=20109] ppid=20107 vsize=113256 memory=720 CPUtime=0 cores=0,2,4,6
/proc/20109/stat : 20109 (bash) S 20107 20101 20037 0 -1 4202560 147 0 0 0 0 0 0 0 20 0 1 0 473003029 115974144 180 33554432000 4194304 5098028 140725075782288 140725075775464 139633839885312 0 0 4096 65538 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20109/statm: 28314 180 104 221 0 119 0
[pid=20110] ppid=20109 vsize=113256 memory=496 CPUtime=0 cores=0,2,4,6
/proc/20110/stat : 20110 (bash) D 20109 20101 20037 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 1 0 473003029 115974144 124 33554432000 4194304 5098028 140725075782288 140725075774520 139633839883637 0 0 4096 65538 18446744072101592612 0 0 17 0 0 0 0 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20110/statm: 28314 124 48 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3376 KiB

[startup+0.21001 s]*
/proc/loadavg: 0.16 0.05 0.06 1/205 20116
/proc/meminfo: memFree=758468/32770624 swapFree=66956552/67108860
[pid=20101] ppid=20098 vsize=113256 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/20101/stat : 20101 (bash) S 20098 20101 20037 0 -1 4202496 695 0 1 0 0 0 0 0 20 0 1 0 473003020 115974144 364 33554432000 4194304 5098028 140725075782288 140725075779928 139633839885312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20101/statm: 28314 364 290 221 0 119 0
[pid=20107] ppid=20101 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/20107/stat : 20107 (bash) S 20101 20101 20037 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 473003028 115974144 176 33554432000 4194304 5098028 140725075782288 140725075778456 139633839710844 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20107/statm: 28314 176 100 221 0 119 0
[pid=20109] ppid=20107 vsize=113256 memory=888 CPUtime=0 cores=0,2,4,6
/proc/20109/stat : 20109 (bash) S 20107 20101 20037 0 -1 4202560 212 428 0 0 0 0 0 0 20 0 1 0 473003029 115974144 222 33554432000 4194304 5098028 140725075782288 140725075775752 139633839885312 0 0 4096 65538 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20109/statm: 28314 222 146 221 0 119 0
[pid=20116] ppid=20109 vsize=113256 memory=492 CPUtime=0 cores=0,2,4,6
/proc/20116/stat : 20116 (bash) D 20109 20101 20037 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 1 0 473003032 115974144 123 33554432000 4194304 5098028 140725075782288 140725075774808 139633839883637 0 0 4096 65538 18446744071585676691 0 0 17 0 0 0 0 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20116/statm: 28314 123 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3540 KiB

[startup+0.309513 s]*
/proc/loadavg: 0.16 0.05 0.06 3/199 20152
/proc/meminfo: memFree=756560/32770624 swapFree=66956552/67108860
[pid=20101] ppid=20098 vsize=113256 memory=1568 CPUtime=0.01 cores=0,2,4,6
/proc/20101/stat : 20101 (bash) S 20098 20101 20037 0 -1 4202496 851 5366 1 0 0 0 0 1 20 0 1 0 473003020 115974144 392 33554432000 4194304 5098028 140725075782288 140725075776024 139633839885312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20101/statm: 28314 392 311 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1568 KiB

[startup+0.700519 s]
/proc/loadavg: 0.16 0.05 0.06 1/205 20162
/proc/meminfo: memFree=756204/32770624 swapFree=66956552/67108860
[pid=20101] ppid=20098 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/20101/stat : 20101 (bash) S 20098 20101 20037 0 -1 4202496 887 5686 1 0 0 0 0 1 20 0 1 0 473003020 115974144 404 33554432000 4194304 5098028 140725075782288 140725075776296 139633839885312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20101/statm: 28314 404 320 221 0 119 0
[pid=20158] ppid=20101 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (bash) S 20101 20101 20037 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473003055 115974144 178 33554432000 4194304 5098028 140725075782288 140725075774968 139633839710844 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20158/statm: 28314 178 94 221 0 119 0
[pid=20160] ppid=20158 vsize=30188 memory=796 CPUtime=0 cores=0,2,4,6
/proc/20160/stat : 20160 (java) D 20158 20101 20037 0 -1 4202496 358 0 1 0 0 0 0 0 20 0 1 0 473003055 30912512 199 33554432000 4194304 4196468 140730000868560 140730000850040 140455723669129 0 0 4096 0 18446744071580431491 0 0 17 2 0 0 1 0 0 6293624 6294260 38694912 140730000876668 140730000876682 140730000876682 140730000879567 0
/proc/20160/statm: 7547 199 161 1 0 159 0
[pid=20162] ppid=20158 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/20162/stat : 20162 (awk) S 20158 20101 20037 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 473003055 116211712 243 33554432000 4194304 4609284 140723114055424 140723114054600 140672626613248 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 12361728 140723114058924 140723114058954 140723114058954 140723114061807 0
/proc/20162/statm: 28372 243 205 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.50051 s]
/proc/loadavg: 0.31 0.08 0.07 1/205 20162
/proc/meminfo: memFree=750828/32770624 swapFree=66956552/67108860
[pid=20101] ppid=20098 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/20101/stat : 20101 (bash) S 20098 20101 20037 0 -1 4202496 887 5686 1 0 0 0 0 1 20 0 1 0 473003020 115974144 404 33554432000 4194304 5098028 140725075782288 140725075776296 139633839885312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20101/statm: 28314 404 320 221 0 119 0
[pid=20158] ppid=20101 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/20158/stat : 20158 (bash) S 20101 20101 20037 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473003055 115974144 178 33554432000 4194304 5098028 140725075782288 140725075774968 139633839710844 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15798272 140725075784705 140725075784833 140725075784833 140725075787758 0
/proc/20158/statm: 28314 178 94 221 0 119 0
[pid=20160] ppid=20158 vsize=111596 memory=5608 CPUtime=0 cores=0,2,4,6
/proc/20160/stat : 20160 (java) S 20158 20101 20037 0 -1 1077944320 1714 0 3 0 0 0 0 0 20 0 2 0 473003055 114274304 1402 33554432000 4194304 4196468 140730000868560 140730000851104 140455721447159 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 76 0 0 6293624 6294260 38694912 140730000876668 140730000876682 140730000876682 140730000879567 0
/proc/20160/statm: 27899 1402 1063 1 0 16810 0
[pid=20162] ppid=20158 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/20162/stat : 20162 (awk) S 20158 20101 20037 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 473003055 116211712 243 33554432000 4194304 4609284 140723114055424 140723114054600 140672626613248 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 12361728 140723114058924 140723114058954 140723114058954 140723114061807 0
/proc/20162/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 451596 KiB
Current children cumulated memory: 8908 KiB

[startup+3.11033 s]
/proc/loadavg: 0.31 0.08 0.07 6/227 20236
/proc/meminfo: memFree=656304/32770624 swapFree=66956552/67108860
[pid=20101] ppid=20098 vsize=10820268 memory=67548 CPUtime=0.82 cores=0,2,4,6
/proc/20101/stat : 20101 (java) S 20098 20101 20037 0 -1 1077944320 14074 13084 1 4 69 4 5 4 20 0 15 0 473003020 11079954432 16887 33554432000 4194304 4196468 140732767433824 140732767416368 140098075148023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
/proc/20101/statm: 2705067 16887 3470 1 0 2667149 0
[pid=20101/tid=20209] ppid=20098 vsize=10820268 memory=3620 CPUtime=0.52 cores=0,2,4,6
/proc/20101/task/20209/stat : 20209 (java) R 20098 20101 20037 0 -1 4202560 9285 13084 0 4 40 3 5 4 20 0 15 0 473003233 11079954432 16887 33554432000 4194304 4196468 140732767433824 140098046950720 140098055423847 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20211] ppid=20098 vsize=10820268 memory=796 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20211/stat : 20211 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003235 11079954432 16887 33554432000 4194304 4196468 140732767433824 140098079390224 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20212] ppid=20098 vsize=10820268 memory=972 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20212/stat : 20212 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003235 11079954432 16887 33554432000 4194304 4196468 140732767433824 140098009148048 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20213] ppid=20098 vsize=10820268 memory=54084 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20213/stat : 20213 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003235 11079954432 16887 33554432000 4194304 4196468 140732767433824 140097647733008 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20214] ppid=20098 vsize=10820268 memory=1988 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20214/stat : 20214 (java) S 20098 20101 20037 0 -1 1077944384 2 13084 0 4 0 0 5 4 20 0 15 0 473003235 11079954432 16887 33554432000 4194304 4196468 140732767433824 140097646680464 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20219] ppid=20098 vsize=10820268 memory=988 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20219/stat : 20219 (java) S 20098 20101 20037 0 -1 1077944384 2 13084 0 4 0 0 5 4 20 0 15 0 473003236 11079954432 16887 33554432000 4194304 4196468 140732767433824 140097077881584 140098075159170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20220] ppid=20098 vsize=10820268 memory=6788 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20220/stat : 20220 (java) S 20098 20101 20037 0 -1 1077944384 13 13084 0 4 0 0 5 4 20 0 15 0 473003237 11079954432 16887 33554432000 4194304 4196468 140732767433824 140097001350816 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20222] ppid=20098 vsize=10820268 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20222/stat : 20222 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003237 11079954432 16887 33554432000 4194304 4196468 140732767433824 140096867132656 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20225] ppid=20098 vsize=10820268 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20225/stat : 20225 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003241 11079954432 16887 33554432000 4194304 4196468 140732767433824 140096626842064 140098075166619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20226] ppid=20098 vsize=10820268 memory=4580 CPUtime=0.15 cores=0,2,4,6
/proc/20101/task/20226/stat : 20226 (java) S 20098 20101 20037 0 -1 1077944384 895 13084 0 4 6 0 5 4 20 0 15 0 473003241 11079954432 16887 33554432000 4194304 4196468 140732767433824 140097076828400 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20227] ppid=20098 vsize=10820268 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/20101/task/20227/stat : 20227 (java) S 20098 20101 20037 0 -1 1077944384 785 13084 0 4 10 0 5 4 20 0 15 0 473003241 11079954432 16887 33554432000 4194304 4196468 140732767433824 140097075775856 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20228] ppid=20098 vsize=10820268 memory=11214314435429 CPUtime=0.2 cores=0,2,4,6
/proc/20101/task/20228/stat : 20228 (java) S 20098 20101 20037 0 -1 1077944384 878 13084 0 4 11 0 5 4 20 0 15 0 473003241 11079954432 16887 33554432000 4194304 4196468 140732767433824 140097074722800 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20229] ppid=20098 vsize=10820268 memory=6872598998417432672 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20229/stat : 20229 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003242 11079954432 16887 33554432000 4194304 4196468 140732767433824 140096593283424 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20235] ppid=20098 vsize=10820268 memory=6943526294502006880 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20235/stat : 20235 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003247 11079954432 16887 33554432000 4194304 4196468 140732767433824 140097073671216 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
Current children cumulated CPU time: 0.82 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 67548 KiB
heavy processes:

[startup+6.30069 s]
/proc/loadavg: 0.53 0.13 0.08 1/227 20236
/proc/meminfo: memFree=614484/32770624 swapFree=66956552/67108860
[pid=20101] ppid=20098 vsize=10822316 memory=78044 CPUtime=1.08 cores=0,2,4,6
/proc/20101/stat : 20101 (java) S 20098 20101 20037 0 -1 1077944320 15245 13084 1 4 94 5 5 4 20 0 15 0 473003020 11082051584 19511 33554432000 4194304 4196468 140732767433824 140732767416368 140098075148023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
/proc/20101/statm: 2705579 19511 3507 1 0 2667661 0
[pid=20101/tid=20209] ppid=20098 vsize=10822316 memory=6791534058613427641 CPUtime=0.65 cores=0,2,4,6
/proc/20101/task/20209/stat : 20209 (java) D 20098 20101 20037 0 -1 4202560 10304 13084 0 4 52 4 5 4 20 0 15 0 473003233 11082051584 19511 33554432000 4194304 4196468 140732767433824 140098046971680 140098075169949 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 307 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20211] ppid=20098 vsize=10822316 memory=1804 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20211/stat : 20211 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003235 11082051584 19511 33554432000 4194304 4196468 140732767433824 140098079390224 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20212] ppid=20098 vsize=10822316 memory=920 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20212/stat : 20212 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003235 11082051584 19511 33554432000 4194304 4196468 140732767433824 140098009148048 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20213] ppid=20098 vsize=10822316 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20213/stat : 20213 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003235 11082051584 19511 33554432000 4194304 4196468 140732767433824 140097647733008 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20214] ppid=20098 vsize=10822316 memory=288230376974057755 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20214/stat : 20214 (java) S 20098 20101 20037 0 -1 1077944384 2 13084 0 4 0 0 5 4 20 0 15 0 473003235 11082051584 19511 33554432000 4194304 4196468 140732767433824 140097646680464 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20219] ppid=20098 vsize=10822316 memory=288291060701201599 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20219/stat : 20219 (java) S 20098 20101 20037 0 -1 1077944384 5 13084 0 4 0 0 5 4 20 0 15 0 473003236 11082051584 19511 33554432000 4194304 4196468 140732767433824 140097077881584 140098075159170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20220] ppid=20098 vsize=10822316 memory=1616 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20220/stat : 20220 (java) S 20098 20101 20037 0 -1 1077944384 13 13084 0 4 0 0 5 4 20 0 15 0 473003237 11082051584 19511 33554432000 4194304 4196468 140732767433824 140097001350816 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20222] ppid=20098 vsize=10822316 memory=712 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20222/stat : 20222 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003237 11082051584 19511 33554432000 4194304 4196468 140732767433824 140096867132656 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20225] ppid=20098 vsize=10822316 memory=13428 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20225/stat : 20225 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003241 11082051584 19511 33554432000 4194304 4196468 140732767433824 140096626842064 140098075166619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20226] ppid=20098 vsize=10822316 memory=972 CPUtime=0.18 cores=0,2,4,6
/proc/20101/task/20226/stat : 20226 (java) S 20098 20101 20037 0 -1 1077944384 911 13084 0 4 9 0 5 4 20 0 15 0 473003241 11082051584 19511 33554432000 4194304 4196468 140732767433824 140097076828400 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20227] ppid=20098 vsize=10822316 memory=9 CPUtime=0.23 cores=0,2,4,6
/proc/20101/task/20227/stat : 20227 (java) S 20098 20101 20037 0 -1 1077944384 805 13084 0 4 14 0 5 4 20 0 15 0 473003241 11082051584 19511 33554432000 4194304 4196468 140732767433824 140097075775856 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20228] ppid=20098 vsize=10822316 memory=14 CPUtime=0.25 cores=0,2,4,6
/proc/20101/task/20228/stat : 20228 (java) S 20098 20101 20037 0 -1 1077944384 991 13084 0 4 16 0 5 4 20 0 15 0 473003241 11082051584 19511 33554432000 4194304 4196468 140732767433824 140097074722800 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20229] ppid=20098 vsize=10822316 memory=16 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20229/stat : 20229 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003242 11082051584 19511 33554432000 4194304 4196468 140732767433824 140096593283424 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20235] ppid=20098 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20235/stat : 20235 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003247 11082051584 19511 33554432000 4194304 4196468 140732767433824 140097073671216 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78044 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.56 0.14 0.09 3/227 20236
/proc/meminfo: memFree=384608/32770624 swapFree=66956552/67108860
[pid=20101] ppid=20098 vsize=10842892 memory=188308 CPUtime=4.46 cores=0,2,4,6
/proc/20101/stat : 20101 (java) S 20098 20101 20037 0 -1 1077944320 29830 13084 3 4 423 14 5 4 20 0 15 0 473003020 11103121408 47077 33554432000 4194304 4196468 140732767433824 140732767416368 140098075148023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
/proc/20101/statm: 2710723 47077 3597 1 0 2672781 0

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

/proc/20101/task/20209/stat : 20209 (java) R 20098 20101 20037 0 -1 4202560 971102 13084 2 4 228575 183 5 4 20 0 15 0 473003233 11111522304 389329 33554432000 4194304 4196468 140732767433824 140098046984416 140097695539527 0 4 0 16800975 0 0 0 -1 0 0 0 781 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20211] ppid=20098 vsize=10851096 memory=1556960 CPUtime=11.94 cores=0,2,4,6
/proc/20101/task/20211/stat : 20211 (java) S 20098 20101 20037 0 -1 1077944384 52876 13084 0 4 1127 58 5 4 20 0 15 0 473003235 11111522304 389329 33554432000 4194304 4196468 140732767433824 140098079390224 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20212] ppid=20098 vsize=10851096 memory=1556960 CPUtime=11.92 cores=0,2,4,6
/proc/20101/task/20212/stat : 20212 (java) S 20098 20101 20037 0 -1 1077944384 46809 13084 0 4 1125 58 5 4 20 0 15 0 473003235 11111522304 389329 33554432000 4194304 4196468 140732767433824 140098009148048 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20213] ppid=20098 vsize=10851096 memory=1557084 CPUtime=11.87 cores=0,2,4,6
/proc/20101/task/20213/stat : 20213 (java) S 20098 20101 20037 0 -1 1077944384 49223 13084 0 4 1118 60 5 4 20 0 15 0 473003235 11111522304 389329 33554432000 4194304 4196468 140732767433824 140097647733008 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20214] ppid=20098 vsize=10851096 memory=1556476 CPUtime=11.91 cores=0,2,4,6
/proc/20101/task/20214/stat : 20214 (java) S 20098 20101 20037 0 -1 1077944384 48499 13084 0 4 1122 60 5 4 20 0 15 0 473003235 11111522304 389329 33554432000 4194304 4196468 140732767433824 140097646680464 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20219] ppid=20098 vsize=10851096 memory=1557084 CPUtime=9.66 cores=0,2,4,6
/proc/20101/task/20219/stat : 20219 (java) S 20098 20101 20037 0 -1 1077944384 23392 13084 0 4 904 53 5 4 20 0 15 0 473003236 11111522304 389329 33554432000 4194304 4196468 140732767433824 140097077881584 140098075159170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20220] ppid=20098 vsize=10851096 memory=1557316 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20220/stat : 20220 (java) S 20098 20101 20037 0 -1 1077944384 15 13084 0 4 0 0 5 4 20 0 15 0 473003237 11111522304 389329 33554432000 4194304 4196468 140732767433824 140097001350880 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20222] ppid=20098 vsize=10851096 memory=1557316 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20222/stat : 20222 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003237 11111522304 389329 33554432000 4194304 4196468 140732767433824 140096867132672 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20225] ppid=20098 vsize=10851096 memory=2832 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20225/stat : 20225 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003241 11111522304 389329 33554432000 4194304 4196468 140732767433824 140096626842064 140098075166619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20226] ppid=20098 vsize=10851096 memory=1172 CPUtime=6.81 cores=0,2,4,6
/proc/20101/task/20226/stat : 20226 (java) S 20098 20101 20037 0 -1 1077944384 34528 13084 0 4 666 6 5 4 20 0 15 0 473003241 11111522304 389329 33554432000 4194304 4196468 140732767433824 140097076828400 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20227] ppid=20098 vsize=10851096 memory=1556960 CPUtime=6.56 cores=0,2,4,6
/proc/20101/task/20227/stat : 20227 (java) S 20098 20101 20037 0 -1 1077944384 31534 13084 0 4 643 4 5 4 20 0 15 0 473003241 11111522304 389329 33554432000 4194304 4196468 140732767433824 140097075775856 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20228] ppid=20098 vsize=10851096 memory=532 CPUtime=4.31 cores=0,2,4,6
/proc/20101/task/20228/stat : 20228 (java) S 20098 20101 20037 0 -1 1077944384 39549 13084 0 4 416 6 5 4 20 0 15 0 473003241 11111522304 389329 33554432000 4194304 4196468 140732767433824 140097074722800 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20229] ppid=20098 vsize=10851096 memory=1557084 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20229/stat : 20229 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003242 11111522304 389329 33554432000 4194304 4196468 140732767433824 140096593283424 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20235] ppid=20098 vsize=10851096 memory=1556 CPUtime=1.27 cores=0,2,4,6
/proc/20101/task/20235/stat : 20235 (java) S 20098 20101 20037 0 -1 1077944384 1410 13084 0 4 58 60 5 4 20 0 15 0 473003247 11111522304 389329 33554432000 4194304 4196468 140732767433824 140097073671216 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
Current children cumulated CPU time: 2363.23 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1557316 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.47 1.34 3/227 20451
/proc/meminfo: memFree=245480/32770624 swapFree=66956560/67108860
[pid=20101] ppid=20098 vsize=10851096 memory=1562436 CPUtime=2424.28 cores=0,2,4,6
/proc/20101/stat : 20101 (java) S 20098 20101 20037 0 -1 1077944320 1320355 13084 3 4 241915 504 5 4 20 0 15 0 473003020 11111522304 390609 33554432000 4194304 4196468 140732767433824 140732767416368 140098075148023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
/proc/20101/statm: 2712774 390609 3638 1 0 2674829 0
[pid=20101/tid=20209] ppid=20098 vsize=10851096 memory=1557476 CPUtime=2346.95 cores=0,2,4,6
/proc/20101/task/20209/stat : 20209 (java) R 20098 20101 20037 0 -1 4202560 982871 13084 2 4 234502 184 5 4 20 0 15 0 473003233 11111522304 390609 33554432000 4194304 4196468 140732767433824 140098046983360 140097679338087 0 4 0 16800975 0 0 0 -1 4 0 0 781 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20211] ppid=20098 vsize=10851096 memory=1560736 CPUtime=12.3 cores=0,2,4,6
/proc/20101/task/20211/stat : 20211 (java) S 20098 20101 20037 0 -1 1077944384 54349 13084 0 4 1162 59 5 4 20 0 15 0 473003235 11111522304 390609 33554432000 4194304 4196468 140732767433824 140098079390224 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20212] ppid=20098 vsize=10851096 memory=1561240 CPUtime=12.29 cores=0,2,4,6
/proc/20101/task/20212/stat : 20212 (java) S 20098 20101 20037 0 -1 1077944384 48014 13084 0 4 1161 59 5 4 20 0 15 0 473003235 11111522304 390609 33554432000 4194304 4196468 140732767433824 140098009148048 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20213] ppid=20098 vsize=10851096 memory=1562436 CPUtime=12.25 cores=0,2,4,6
/proc/20101/task/20213/stat : 20213 (java) S 20098 20101 20037 0 -1 1077944384 50571 13084 0 4 1154 62 5 4 20 0 15 0 473003235 11111522304 390609 33554432000 4194304 4196468 140732767433824 140097647733008 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20214] ppid=20098 vsize=10851096 memory=1560984 CPUtime=12.29 cores=0,2,4,6
/proc/20101/task/20214/stat : 20214 (java) S 20098 20101 20037 0 -1 1077944384 51441 13084 0 4 1158 62 5 4 20 0 15 0 473003235 11111522304 390609 33554432000 4194304 4196468 140732767433824 140097646680464 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20219] ppid=20098 vsize=10851096 memory=1562436 CPUtime=9.91 cores=0,2,4,6
/proc/20101/task/20219/stat : 20219 (java) S 20098 20101 20037 0 -1 1077944384 23831 13084 0 4 928 54 5 4 20 0 15 0 473003236 11111522304 390609 33554432000 4194304 4196468 140732767433824 140097077881584 140098075159170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20220] ppid=20098 vsize=10851096 memory=1562436 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20220/stat : 20220 (java) S 20098 20101 20037 0 -1 1077944384 15 13084 0 4 0 0 5 4 20 0 15 0 473003237 11111522304 390609 33554432000 4194304 4196468 140732767433824 140097001350880 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20222] ppid=20098 vsize=10851096 memory=1560240 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20222/stat : 20222 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003237 11111522304 390609 33554432000 4194304 4196468 140732767433824 140096867132672 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20225] ppid=20098 vsize=10851096 memory=2372 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20225/stat : 20225 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003241 11111522304 390609 33554432000 4194304 4196468 140732767433824 140096626842064 140098075166619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20226] ppid=20098 vsize=10851096 memory=1562436 CPUtime=6.81 cores=0,2,4,6
/proc/20101/task/20226/stat : 20226 (java) S 20098 20101 20037 0 -1 1077944384 34530 13084 0 4 666 6 5 4 20 0 15 0 473003241 11111522304 390609 33554432000 4194304 4196468 140732767433824 140097076828400 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20227] ppid=20098 vsize=10851096 memory=1562436 CPUtime=6.56 cores=0,2,4,6
/proc/20101/task/20227/stat : 20227 (java) S 20098 20101 20037 0 -1 1077944384 31536 13084 0 4 643 4 5 4 20 0 15 0 473003241 11111522304 390609 33554432000 4194304 4196468 140732767433824 140097075775856 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20228] ppid=20098 vsize=10851096 memory=1556 CPUtime=4.31 cores=0,2,4,6
/proc/20101/task/20228/stat : 20228 (java) S 20098 20101 20037 0 -1 1077944384 39554 13084 0 4 416 6 5 4 20 0 15 0 473003241 11111522304 390609 33554432000 4194304 4196468 140732767433824 140097074722800 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20229] ppid=20098 vsize=10851096 memory=532 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20229/stat : 20229 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003242 11111522304 390609 33554432000 4194304 4196468 140732767433824 140096593283424 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20235] ppid=20098 vsize=10851096 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/20101/task/20235/stat : 20235 (java) S 20098 20101 20037 0 -1 1077944384 1433 13084 0 4 60 62 5 4 20 0 15 0 473003247 11111522304 390609 33554432000 4194304 4196468 140732767433824 140097073671216 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
Current children cumulated CPU time: 2424.28 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1562436 KiB

[startup+2442.3 s]
/proc/loadavg: 1.43 1.46 1.34 3/227 20462
/proc/meminfo: memFree=264960/32770624 swapFree=66956560/67108860
[pid=20101] ppid=20098 vsize=10851096 memory=1566168 CPUtime=2485.31 cores=0,2,4,6
/proc/20101/stat : 20101 (java) S 20098 20101 20037 0 -1 1077944320 1330974 13084 3 4 248009 513 5 4 20 0 15 0 473003020 11111522304 391542 33554432000 4194304 4196468 140732767433824 140732767416368 140098075148023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
/proc/20101/statm: 2712774 391542 3638 1 0 2674829 0
[pid=20101/tid=20209] ppid=20098 vsize=10851096 memory=1565732 CPUtime=2406.27 cores=0,2,4,6
/proc/20101/task/20209/stat : 20209 (java) R 20098 20101 20037 0 -1 4202560 986194 13084 2 4 240433 185 5 4 20 0 15 0 473003233 11111522304 391542 33554432000 4194304 4196468 140732767433824 140098046984080 140097690386011 0 4 0 16800975 0 0 0 -1 2 0 0 781 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20211] ppid=20098 vsize=10851096 memory=1565568 CPUtime=12.67 cores=0,2,4,6
/proc/20101/task/20211/stat : 20211 (java) S 20098 20101 20037 0 -1 1077944384 56818 13084 0 4 1198 60 5 4 20 0 15 0 473003235 11111522304 391542 33554432000 4194304 4196468 140732767433824 140098079390224 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20212] ppid=20098 vsize=10851096 memory=1565732 CPUtime=12.65 cores=0,2,4,6
/proc/20101/task/20212/stat : 20212 (java) S 20098 20101 20037 0 -1 1077944384 49309 13084 0 4 1196 60 5 4 20 0 15 0 473003235 11111522304 391542 33554432000 4194304 4196468 140732767433824 140098009148048 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20213] ppid=20098 vsize=10851096 memory=1566168 CPUtime=12.6 cores=0,2,4,6
/proc/20101/task/20213/stat : 20213 (java) S 20098 20101 20037 0 -1 1077944384 51753 13084 0 4 1188 63 5 4 20 0 15 0 473003235 11111522304 391542 33554432000 4194304 4196468 140732767433824 140097647733008 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20214] ppid=20098 vsize=10851096 memory=11632 CPUtime=12.65 cores=0,2,4,6
/proc/20101/task/20214/stat : 20214 (java) S 20098 20101 20037 0 -1 1077944384 53265 13084 0 4 1192 64 5 4 20 0 15 0 473003235 11111522304 391542 33554432000 4194304 4196468 140732767433824 140097646680464 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20219] ppid=20098 vsize=10851096 memory=1732 CPUtime=10.13 cores=0,2,4,6
/proc/20101/task/20219/stat : 20219 (java) S 20098 20101 20037 0 -1 1077944384 24325 13084 0 4 950 54 5 4 20 0 15 0 473003236 11111522304 391542 33554432000 4194304 4196468 140732767433824 140097077881584 140098075159170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20220] ppid=20098 vsize=10851096 memory=1565568 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20220/stat : 20220 (java) S 20098 20101 20037 0 -1 1077944384 15 13084 0 4 0 0 5 4 20 0 15 0 473003237 11111522304 391542 33554432000 4194304 4196468 140732767433824 140097001350880 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20222] ppid=20098 vsize=10851096 memory=1565568 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20222/stat : 20222 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003237 11111522304 391542 33554432000 4194304 4196468 140732767433824 140096867132672 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20225] ppid=20098 vsize=10851096 memory=1565568 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20225/stat : 20225 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003241 11111522304 391542 33554432000 4194304 4196468 140732767433824 140096626842064 140098075166619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20226] ppid=20098 vsize=10851096 memory=3620 CPUtime=6.81 cores=0,2,4,6
/proc/20101/task/20226/stat : 20226 (java) S 20098 20101 20037 0 -1 1077944384 34532 13084 0 4 666 6 5 4 20 0 15 0 473003241 11111522304 391542 33554432000 4194304 4196468 140732767433824 140097076828400 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20227] ppid=20098 vsize=10851096 memory=1565568 CPUtime=6.56 cores=0,2,4,6
/proc/20101/task/20227/stat : 20227 (java) S 20098 20101 20037 0 -1 1077944384 31538 13084 0 4 643 4 5 4 20 0 15 0 473003241 11111522304 391542 33554432000 4194304 4196468 140732767433824 140097075775856 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20228] ppid=20098 vsize=10851096 memory=1565568 CPUtime=4.31 cores=0,2,4,6
/proc/20101/task/20228/stat : 20228 (java) S 20098 20101 20037 0 -1 1077944384 39557 13084 0 4 416 6 5 4 20 0 15 0 473003241 11111522304 391542 33554432000 4194304 4196468 140732767433824 140097074722800 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20229] ppid=20098 vsize=10851096 memory=1428 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20229/stat : 20229 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003242 11111522304 391542 33554432000 4194304 4196468 140732767433824 140096593283424 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20235] ppid=20098 vsize=10851096 memory=1565732 CPUtime=1.34 cores=0,2,4,6
/proc/20101/task/20235/stat : 20235 (java) S 20098 20101 20037 0 -1 1077944384 1458 13084 0 4 61 64 5 4 20 0 15 0 473003247 11111522304 391542 33554432000 4194304 4196468 140732767433824 140097073671216 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
Current children cumulated CPU time: 2485.31 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1566168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.4 s]
/proc/loadavg: 1.60 1.50 1.36 2/218 20583
/proc/meminfo: memFree=1624044/32770624 swapFree=66956560/67108860
[pid=20101] ppid=20098 vsize=10851096 memory=1568992 CPUtime=2520 cores=0,2,4,6
/proc/20101/stat : 20101 (java) S 20098 20101 20037 0 -1 1077944320 1338560 13084 3 4 251473 518 5 4 20 0 15 0 473003020 11111522304 392248 33554432000 4194304 4196468 140732767433824 140732767416368 140098075148023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
/proc/20101/statm: 2712774 392248 3638 1 0 2674829 0
[pid=20101/tid=20209] ppid=20098 vsize=10851096 memory=2112 CPUtime=2439.99 cores=0,2,4,6
/proc/20101/task/20209/stat : 20209 (java) R 20098 20101 20037 0 -1 4202560 988039 13084 2 4 243804 186 5 4 20 0 15 0 473003233 11111522304 392248 33554432000 4194304 4196468 140732767433824 140098046983280 140097684305768 0 4 0 16800975 0 0 0 -1 4 0 0 781 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20211] ppid=20098 vsize=10851096 memory=12040 CPUtime=12.87 cores=0,2,4,6
/proc/20101/task/20211/stat : 20211 (java) S 20098 20101 20037 0 -1 1077944384 57996 13084 0 4 1217 61 5 4 20 0 15 0 473003235 11111522304 392248 33554432000 4194304 4196468 140732767433824 140098079390224 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20212] ppid=20098 vsize=10851096 memory=31536 CPUtime=12.86 cores=0,2,4,6
/proc/20101/task/20212/stat : 20212 (java) S 20098 20101 20037 0 -1 1077944384 50359 13084 0 4 1216 61 5 4 20 0 15 0 473003235 11111522304 392248 33554432000 4194304 4196468 140732767433824 140098009148048 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20213] ppid=20098 vsize=10851096 memory=1556 CPUtime=12.82 cores=0,2,4,6
/proc/20101/task/20213/stat : 20213 (java) S 20098 20101 20037 0 -1 1077944384 53626 13084 0 4 1209 64 5 4 20 0 15 0 473003235 11111522304 392248 33554432000 4194304 4196468 140732767433824 140097647733008 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20214] ppid=20098 vsize=10851096 memory=0 CPUtime=12.86 cores=0,2,4,6
/proc/20101/task/20214/stat : 20214 (java) S 20098 20101 20037 0 -1 1077944384 54516 13084 0 4 1211 66 5 4 20 0 15 0 473003235 11111522304 392248 33554432000 4194304 4196468 140732767433824 140097646680464 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20219] ppid=20098 vsize=10851096 memory=4572164749098055210 CPUtime=10.27 cores=0,2,4,6
/proc/20101/task/20219/stat : 20219 (java) S 20098 20101 20037 0 -1 1077944384 24687 13084 0 4 962 56 5 4 20 0 15 0 473003236 11111522304 392248 33554432000 4194304 4196468 140732767433824 140097077881584 140098075159170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20220] ppid=20098 vsize=10851096 memory=-8412652160765825907 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20220/stat : 20220 (java) S 20098 20101 20037 0 -1 1077944384 15 13084 0 4 0 0 5 4 20 0 15 0 473003237 11111522304 392248 33554432000 4194304 4196468 140732767433824 140097001350880 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20222] ppid=20098 vsize=10851096 memory=7897517683652307531 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20222/stat : 20222 (java) S 20098 20101 20037 0 -1 1077944384 1 13084 0 4 0 0 5 4 20 0 15 0 473003237 11111522304 392248 33554432000 4194304 4196468 140732767433824 140096867132672 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20225] ppid=20098 vsize=10851096 memory=8514726395715349656 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20225/stat : 20225 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003241 11111522304 392248 33554432000 4194304 4196468 140732767433824 140096626842064 140098075166619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20226] ppid=20098 vsize=10851096 memory=7100839878645619564 CPUtime=6.81 cores=0,2,4,6
/proc/20101/task/20226/stat : 20226 (java) S 20098 20101 20037 0 -1 1077944384 34536 13084 0 4 666 6 5 4 20 0 15 0 473003241 11111522304 392248 33554432000 4194304 4196468 140732767433824 140097076828400 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20227] ppid=20098 vsize=10851096 memory=-8634980985311628903 CPUtime=6.57 cores=0,2,4,6
/proc/20101/task/20227/stat : 20227 (java) S 20098 20101 20037 0 -1 1077944384 31540 13084 0 4 643 5 5 4 20 0 15 0 473003241 11111522304 392248 33554432000 4194304 4196468 140732767433824 140097075775856 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20228] ppid=20098 vsize=10851096 memory=3047711553320166262 CPUtime=4.31 cores=0,2,4,6
/proc/20101/task/20228/stat : 20228 (java) S 20098 20101 20037 0 -1 1077944384 39560 13084 0 4 416 6 5 4 20 0 15 0 473003241 11111522304 392248 33554432000 4194304 4196468 140732767433824 140097074722800 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20229] ppid=20098 vsize=10851096 memory=7822038051842261665 CPUtime=0.09 cores=0,2,4,6
/proc/20101/task/20229/stat : 20229 (java) S 20098 20101 20037 0 -1 1077944384 3 13084 0 4 0 0 5 4 20 0 15 0 473003242 11111522304 392248 33554432000 4194304 4196468 140732767433824 140096593283424 140098075158229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
[pid=20101/tid=20235] ppid=20098 vsize=10851096 memory=1568488 CPUtime=1.36 cores=0,2,4,6
/proc/20101/task/20235/stat : 20235 (java) S 20098 20101 20037 0 -1 1077944384 1476 13084 0 4 62 65 5 4 20 0 15 0 473003247 11111522304 392248 33554432000 4194304 4196468 140732767433824 140097073671216 140098075159170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17686528 140732767439460 140732767442101 140732767442101 140732767444943 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1568992 KiB

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

[startup+2476.5 s]
# the end of solver process 20101 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.81 s, system=5.30009 s

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

Child status: 143
Real time (s): 2476.5
CPU time (s): 2520.11
CPU user time (s): 2514.81
CPU system time (s): 5.30009
CPU usage (%): 101.761
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1568992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.81
system time used= 5.30009
maximum resident set size= 1573212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1355314
page faults= 7
swaps= 0
block input operations= 34176
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280063
involuntary context switches= 9268


# summary of solver processes directly reported to runsolver:
#   pid: 20101
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.81
#   total CPU system time (s): 5.30009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7922 second user time and 23.7912 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 10:19:58
IDJOB=4402805
IDBENCH=115815
IDSOLVER=2861
FILE ID=node149/4402805-1568967637
RUNJOBID= node149-1568967598-20068
PBS_JOBID= 21704611
Free space on /var/tmp= 13484 MiB

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

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

MD5SUM BENCH= 43b2ef46cc27b455a3f22cfd7dbefeca
RANDOM SEED=695258949

node149.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.81
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.81
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.81
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.81
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:          761388 kB
MemAvailable:   31819876 kB
Buffers:          134200 kB
Cached:         30849952 kB
SwapCached:        41420 kB
Active:         15036904 kB
Inactive:       15989832 kB
Active(anon):       3624 kB
Inactive(anon):    83812 kB
Active(file):   15033280 kB
Inactive(file): 15906020 kB
Unevictable:      109688 kB
Mlocked:          109688 kB
SwapTotal:      67108860 kB
SwapFree:       66956552 kB
Dirty:             26008 kB
Writeback:             0 kB
AnonPages:        113280 kB
Mapped:            51384 kB
Shmem:             35568 kB
Slab:             576240 kB
SReclaimable:     547648 kB
SUnreclaim:        28592 kB
KernelStack:        3392 kB
PageTables:         5512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     512348 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:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13408 MiB
End job on node149 at 2019-09-20 11:01:22