Trace number 4403105

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)354 2400.18 2359.89

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 benchmark27.4421
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.90/2.98	c Concrete v3.12.3.1568965526260 running
9.44/14.00	o 447
9.79/14.06	o 446
9.79/14.09	o 443
10.12/14.13	o 438
10.71/14.32	o 429
11.02/14.42	o 428
11.02/14.46	o 424
11.02/14.47	o 421
11.02/14.48	o 416
11.34/14.54	o 405
11.34/14.54	o 400
11.34/14.55	o 394
12.01/14.80	o 393
15.93/16.01	o 392
15.93/16.03	o 391
15.93/16.05	o 385
15.93/16.06	o 379
16.50/16.24	o 378
18.13/17.12	o 376
18.49/17.49	o 375
20.04/18.55	o 374
21.68/19.84	o 373
21.68/19.84	o 372
21.68/19.85	o 370
22.11/20.17	o 369
22.11/20.17	o 368
22.11/20.17	o 364
22.11/20.18	o 363
22.11/20.18	o 362
22.37/20.36	o 361
22.37/20.38	o 360
22.37/20.39	o 356
25.09/22.54	o 355
25.09/22.55	o 354
2400.07/2359.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.07/2359.81		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.07/2359.81		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.07/2359.81		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:27)
2400.07/2359.81		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.07/2359.81		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:27)
2400.07/2359.81		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.07/2359.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.07/2359.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2359.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2359.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2359.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2359.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2359.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2359.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2359.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2359.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2359.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2359.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.07/2359.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.07/2359.81		at scala.Option.map(Option.scala:242)
2400.07/2359.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.07/2359.81		at concrete.MAC.mac(MAC.scala:216)
2400.07/2359.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2359.81		at scala.util.Try$.apply(Try.scala:210)
2400.07/2359.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2359.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2359.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2359.81		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2359.81		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2359.81		at concrete.MAC.nextSolution(MAC.scala:369)
2400.07/2359.81		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2359.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.07/2359.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.07/2359.81		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2359.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2359.81		at scala.util.Success.map(Try.scala:262)
2400.07/2359.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2359.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2359.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2359.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2359.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2359.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2359.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2359.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2359.81		at scala.App.$anonfun$main$1(App.scala:73)
2400.07/2359.81		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.07/2359.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.07/2359.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.07/2359.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.07/2359.81		at scala.App.main(App.scala:73)
2400.07/2359.81		at scala.App.main$(App.scala:71)
2400.07/2359.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2359.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2359.81	v <instantiation
2400.07/2359.81	v         cost = '354'>
2400.07/2359.81	v       <list>
2400.07/2359.81	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2400.07/2359.81	v       </list>
2400.07/2359.81	v       <values>
2400.07/2359.81	v         8 91 133 227 276 0 68 91 183 280 19 129 223 264 311 0 72 131 227 298 3 19 72 175 264 311 353 349 353 354 83 38 90 22 35 68 23 84 93 73 77 94 41 34 38 72 59 96 67 55 16 49 93 89 90 2 3 4 0 1 4 3 2 1 0 0 3 4 2 1 1 4 0 3 2 0 3 1 2 4 227 276 8 91 133 280 183 91 68 0 19 311 264 129 223 131 0 298 227 72 3 72 175 19 264
2400.07/2359.81	v       </values>
2400.07/2359.81	v     </instantiation>
2400.07/2359.82	s SATISFIABLE

Verifier Data

OK	354

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403105-1568967638/watcher-4403105-1568967638 -o /var/tmp/evaluation-result-4403105-1568967638/solver-4403105-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13934 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403105-1568967638.xml 

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

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


[startup+0.10018 s]*
/proc/loadavg: 0.16 0.05 0.06 2/207 13984
/proc/meminfo: memFree=208228/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=113256 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/13971/stat : 13971 (bash) S 13964 13971 13903 0 -1 4202496 723 1563 0 1 0 0 0 0 20 0 1 0 472700988 115974144 363 33554432000 4194304 5098028 140731862924320 140731862921960 139709460233216 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 21270528 140731862930432 140731862930561 140731862930561 140731862933486 0
/proc/13971/statm: 28314 363 290 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1452 KiB

[startup+0.209485 s]*
/proc/loadavg: 0.16 0.05 0.06 2/205 14028
/proc/meminfo: memFree=206996/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/13971/stat : 13971 (bash) S 13964 13971 13903 0 -1 4202496 886 5672 0 1 0 0 0 1 20 0 1 0 472700988 115974144 403 33554432000 4194304 5098028 140731862924320 140731862918328 139709460233216 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 21270528 140731862930432 140731862930561 140731862930561 140731862933486 0
/proc/13971/statm: 28314 403 320 221 0 119 0
[pid=14024] ppid=13971 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/14024/stat : 14024 (bash) S 13971 13971 13903 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 472701003 115974144 177 33554432000 4194304 5098028 140731862924320 140731862917000 139709460058748 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21270528 140731862930432 140731862930561 140731862930561 140731862933486 0
/proc/14024/statm: 28314 177 94 221 0 119 0
[pid=14027] ppid=14024 vsize=2584 memory=180 CPUtime=0 cores=0,2,4,6
/proc/14027/stat : 14027 (java) D 14024 13971 13903 0 -1 1077936128 168 0 0 0 0 0 0 0 20 0 1 0 472701003 2646016 45 33554432000 4194304 4196468 140727790426688 140727790423912 139985788823239 0 0 4096 0 18446744072101580324 0 0 17 0 0 0 0 0 0 6293624 6294260 39477248 140727790429308 140727790429322 140727790429322 140727790432207 0
/proc/14027/statm: 646 45 36 1 0 42 0
[pid=14028] ppid=14024 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/14028/stat : 14028 (awk) S 14024 13971 13903 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472701003 116211712 243 33554432000 4194304 4609284 140729432486224 140729432485400 140138181573632 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 22642688 140729432491180 140729432491210 140729432491210 140729432494063 0
/proc/14028/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 342584 KiB
Current children cumulated memory: 3472 KiB

[startup+0.309713 s]*
/proc/loadavg: 0.16 0.05 0.06 2/205 14028
/proc/meminfo: memFree=202040/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/13971/stat : 13971 (bash) S 13964 13971 13903 0 -1 4202496 886 5672 0 1 0 0 0 1 20 0 1 0 472700988 115974144 403 33554432000 4194304 5098028 140731862924320 140731862918328 139709460233216 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 21270528 140731862930432 140731862930561 140731862930561 140731862933486 0
/proc/13971/statm: 28314 403 320 221 0 119 0
[pid=14024] ppid=13971 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/14024/stat : 14024 (bash) S 13971 13971 13903 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 472701003 115974144 177 33554432000 4194304 5098028 140731862924320 140731862917000 139709460058748 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21270528 140731862930432 140731862930561 140731862930561 140731862933486 0
/proc/14024/statm: 28314 177 94 221 0 119 0
[pid=14027] ppid=14024 vsize=30188 memory=796 CPUtime=0 cores=0,2,4,6
/proc/14027/stat : 14027 (java) D 14024 13971 13903 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 472701003 30912512 199 33554432000 4194304 4196468 140727790426688 140727790408168 139985788769929 0 0 4096 0 18446744071580431491 0 0 17 0 0 0 0 0 0 6293624 6294260 39477248 140727790429308 140727790429322 140727790429322 140727790432207 0
/proc/14027/statm: 7547 199 161 1 0 159 0
[pid=14028] ppid=14024 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/14028/stat : 14028 (awk) S 14024 13971 13903 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472701003 116211712 243 33554432000 4194304 4609284 140729432486224 140729432485400 140138181573632 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 22642688 140729432491180 140729432491210 140729432491210 140729432494063 0
/proc/14028/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: 4088 KiB

[startup+0.700488 s]
/proc/loadavg: 0.31 0.08 0.07 2/205 14028
/proc/meminfo: memFree=202040/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/13971/stat : 13971 (bash) S 13964 13971 13903 0 -1 4202496 886 5672 0 1 0 0 0 1 20 0 1 0 472700988 115974144 403 33554432000 4194304 5098028 140731862924320 140731862918328 139709460233216 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 21270528 140731862930432 140731862930561 140731862930561 140731862933486 0
/proc/13971/statm: 28314 403 320 221 0 119 0
[pid=14024] ppid=13971 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/14024/stat : 14024 (bash) S 13971 13971 13903 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 472701003 115974144 177 33554432000 4194304 5098028 140731862924320 140731862917000 139709460058748 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21270528 140731862930432 140731862930561 140731862930561 140731862933486 0
/proc/14024/statm: 28314 177 94 221 0 119 0
[pid=14027] ppid=14024 vsize=30188 memory=796 CPUtime=0 cores=0,2,4,6
/proc/14027/stat : 14027 (java) D 14024 13971 13903 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 472701003 30912512 199 33554432000 4194304 4196468 140727790426688 140727790408168 139985788769929 0 0 4096 0 18446744071580431491 0 0 17 0 0 0 0 0 0 6293624 6294260 39477248 140727790429308 140727790429322 140727790429322 140727790432207 0
/proc/14027/statm: 7547 199 161 1 0 159 0
[pid=14028] ppid=14024 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/14028/stat : 14028 (awk) S 14024 13971 13903 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472701003 116211712 243 33554432000 4194304 4609284 140729432486224 140729432485400 140138181573632 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 22642688 140729432491180 140729432491210 140729432491210 140729432494063 0
/proc/14028/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: 4088 KiB

[startup+1.50041 s]
/proc/loadavg: 0.31 0.08 0.07 2/221 14044
/proc/meminfo: memFree=196676/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=113256 memory=1612 CPUtime=0.07 cores=0,2,4,6
/proc/13971/stat : 13971 (bash) S 13964 13971 13903 0 -1 4202496 918 11336 0 2 0 0 4 3 20 0 1 0 472700988 115974144 403 33554432000 4194304 5098028 140731862924320 140731862917544 139709460233216 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 21270528 140731862930432 140731862930561 140731862930561 140731862933486 0
/proc/13971/statm: 28314 403 320 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+3.10989 s]
/proc/loadavg: 0.31 0.08 0.07 1/227 14102
/proc/meminfo: memFree=190068/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=10820268 memory=69896 CPUtime=0.91 cores=0,2,4,6
/proc/13971/stat : 13971 (java) S 13964 13971 13903 0 -1 1077944320 16684 13365 1 2 74 8 5 4 20 0 15 0 472700988 11079954432 17474 33554432000 4194304 4196468 140731149330512 140731149313056 140547178012407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
/proc/13971/statm: 2705067 17474 3474 1 0 2667149 0
[pid=13971/tid=14080] ppid=13964 vsize=10820268 memory=3612 CPUtime=0.58 cores=0,2,4,6
/proc/13971/task/14080/stat : 14080 (java) D 13964 13971 13903 0 -1 4202560 12150 13365 0 2 42 7 5 4 20 0 15 0 472701149 11079954432 17474 33554432000 4194304 4196468 140731149330512 140547149844976 140547178034333 0 4 0 16800975 18446744071580419588 0 0 -1 0 0 0 80 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14089] ppid=13964 vsize=10820268 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14089/stat : 14089 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701156 11079954432 17474 33554432000 4194304 4196468 140731149330512 140547182254864 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14090] ppid=13964 vsize=10820268 memory=301751321468030638 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14090/stat : 14090 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701156 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546751257488 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14091] ppid=13964 vsize=10820268 memory=8475934422147845324 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14091/stat : 14091 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701156 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546750204944 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14092] ppid=13964 vsize=10820268 memory=279420237852768 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14092/stat : 14092 (java) S 13964 13971 13903 0 -1 1077944384 2 13365 0 2 0 0 5 4 20 0 15 0 472701156 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546749152400 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14093] ppid=13964 vsize=10820268 memory=-8689539942354613440 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14093/stat : 14093 (java) S 13964 13971 13903 0 -1 1077944384 6 13365 0 2 0 0 5 4 20 0 15 0 472701158 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546704574448 140547178023554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14094] ppid=13964 vsize=10820268 memory=-5738297875903048278 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14094/stat : 14094 (java) S 13964 13971 13903 0 -1 1077944384 13 13365 0 2 0 0 5 4 20 0 15 0 472701158 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546630738848 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14095] ppid=13964 vsize=10820268 memory=7681058972596347033 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14095/stat : 14095 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701158 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546026759152 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14096] ppid=13964 vsize=10820268 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14096/stat : 14096 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11079954432 17474 33554432000 4194304 4196468 140731149330512 140545719359696 140547178031003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14097] ppid=13964 vsize=10820268 memory=7813865652928602452 CPUtime=0.16 cores=0,2,4,6
/proc/13971/task/14097/stat : 14097 (java) S 13964 13971 13903 0 -1 1077944384 929 13365 0 2 7 0 5 4 20 0 15 0 472701165 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546703522288 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14098] ppid=13964 vsize=10820268 memory=7813865652928602452 CPUtime=0.19 cores=0,2,4,6
/proc/13971/task/14098/stat : 14098 (java) S 13964 13971 13903 0 -1 1077944384 690 13365 1 2 10 0 5 4 20 0 15 0 472701165 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546702469744 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14099] ppid=13964 vsize=10820268 memory=7956005031678667109 CPUtime=0.22 cores=0,2,4,6
/proc/13971/task/14099/stat : 14099 (java) S 13964 13971 13903 0 -1 1077944384 681 13365 0 2 13 0 5 4 20 0 15 0 472701165 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546701417200 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14100] ppid=13964 vsize=10820268 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14100/stat : 14100 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11079954432 17474 33554432000 4194304 4196468 140731149330512 140545685802080 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14102] ppid=13964 vsize=10820268 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14102/stat : 14102 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701178 11079954432 17474 33554432000 4194304 4196468 140731149330512 140546700364080 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 69896 KiB
heavy processes:

[startup+6.30068 s]
/proc/loadavg: 0.45 0.11 0.08 1/227 14102
/proc/meminfo: memFree=208460/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=10822316 memory=78144 CPUtime=1.12 cores=0,2,4,6
/proc/13971/stat : 13971 (java) S 13964 13971 13903 0 -1 1077944320 18777 13365 1 2 94 9 5 4 20 0 15 0 472700988 11082051584 19536 33554432000 4194304 4196468 140731149330512 140731149313056 140547178012407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
/proc/13971/statm: 2705579 19536 3495 1 0 2667661 0
[pid=13971/tid=14080] ppid=13964 vsize=10822316 memory=1444 CPUtime=0.68 cores=0,2,4,6
/proc/13971/task/14080/stat : 14080 (java) D 13964 13971 13903 0 -1 4202560 14108 13365 0 2 51 8 5 4 20 0 15 0 472701149 11082051584 19536 33554432000 4194304 4196468 140731149330512 140547149838800 140547178034333 0 4 0 16800975 18446744071580419588 0 0 -1 0 0 0 321 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14089] ppid=13964 vsize=10822316 memory=864 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14089/stat : 14089 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701156 11082051584 19536 33554432000 4194304 4196468 140731149330512 140547182254864 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14090] ppid=13964 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14090/stat : 14090 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701156 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546751257488 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14091] ppid=13964 vsize=10822316 memory=4629539461233085814 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14091/stat : 14091 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701156 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546750204944 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14092] ppid=13964 vsize=10822316 memory=9137 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14092/stat : 14092 (java) S 13964 13971 13903 0 -1 1077944384 2 13365 0 2 0 0 5 4 20 0 15 0 472701156 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546749152400 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14093] ppid=13964 vsize=10822316 memory=4420 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14093/stat : 14093 (java) S 13964 13971 13903 0 -1 1077944384 6 13365 0 2 0 0 5 4 20 0 15 0 472701158 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546704574448 140547178023554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14094] ppid=13964 vsize=10822316 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14094/stat : 14094 (java) S 13964 13971 13903 0 -1 1077944384 13 13365 0 2 0 0 5 4 20 0 15 0 472701158 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546630738848 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14095] ppid=13964 vsize=10822316 memory=8836 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14095/stat : 14095 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701158 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546026759152 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14096] ppid=13964 vsize=10822316 memory=279420237600064 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14096/stat : 14096 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11082051584 19536 33554432000 4194304 4196468 140731149330512 140545719359696 140547178031003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14097] ppid=13964 vsize=10822316 memory=288230377041175200 CPUtime=0.2 cores=0,2,4,6
/proc/13971/task/14097/stat : 14097 (java) S 13964 13971 13903 0 -1 1077944384 966 13365 0 2 11 0 5 4 20 0 15 0 472701165 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546703522288 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14098] ppid=13964 vsize=10822316 memory=288285584617909823 CPUtime=0.22 cores=0,2,4,6
/proc/13971/task/14098/stat : 14098 (java) S 13964 13971 13903 0 -1 1077944384 709 13365 1 2 13 0 5 4 20 0 15 0 472701165 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546702469744 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14099] ppid=13964 vsize=10822316 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/13971/task/14099/stat : 14099 (java) S 13964 13971 13903 0 -1 1077944384 760 13365 0 2 16 0 5 4 20 0 15 0 472701165 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546701417200 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14100] ppid=13964 vsize=10822316 memory=1196 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14100/stat : 14100 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11082051584 19536 33554432000 4194304 4196468 140731149330512 140545685802080 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14102] ppid=13964 vsize=10822316 memory=1044 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14102/stat : 14102 (java) S 13964 13971 13903 0 -1 1077944384 1 13365 0 2 0 0 5 4 20 0 15 0 472701178 11082051584 19536 33554432000 4194304 4196468 140731149330512 140546700364080 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78144 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.57 0.14 0.09 5/227 14102
/proc/meminfo: memFree=201632/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=10844940 memory=204164 CPUtime=5.81 cores=0,2,4,6
/proc/13971/stat : 13971 (java) S 13964 13971 13903 0 -1 1077944320 52461 13365 3 2 545 27 5 4 20 0 15 0 472700988 11105218560 50975 33554432000 4194304 4196468 140731149330512 140731149313056 140547178012407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
/proc/13971/statm: 2711235 51041 3612 1 0 2673293 0
[pid=13971/tid=14080] ppid=13964 vsize=10844940 memory=268 CPUtime=2.97 cores=0,2,4,6
/proc/13971/task/14080/stat : 14080 (java) S 13964 13971 13903 0 -1 1077944384 29614 13365 2 2 267 21 5 4 20 0 15 0 472701149 11105218560 51041 33554432000 4194304 4196468 140731149330512 140547149838368 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 761 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14089] ppid=13964 vsize=10844940 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/13971/task/14089/stat : 14089 (java) S 13964 13971 13903 0 -1 1077944384 1307 13365 0 2 1 0 5 4 20 0 15 0 472701156 11105218560 51041 33554432000 4194304 4196468 140731149330512 140547182254864 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14090] ppid=13964 vsize=10844940 memory=92848 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14090/stat : 14090 (java) S 13964 13971 13903 0 -1 1077944384 2181 13365 0 2 0 0 5 4 20 0 15 0 472701156 11105218560 51041 33554432000 4194304 4196468 140731149330512 140546751257488 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14091] ppid=13964 vsize=10844940 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/13971/task/14091/stat : 14091 (java) S 13964 13971 13903 0 -1 1077944384 2306 13365 0 2 1 0 5 4 20 0 15 0 472701156 11105218560 51041 33554432000 4194304 4196468 140731149330512 140546750204944 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14092] ppid=13964 vsize=10844940 memory=184620 CPUtime=0.1 cores=0,2,4,6

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

/proc/13971/task/14080/stat : 14080 (java) R 13964 13971 13903 0 -1 4202560 2178778 13365 3 2 216624 253 5 4 20 0 15 0 472701149 11111522304 419232 33554432000 4194304 4196468 140731149330512 140547149847728 140546789153153 0 4 0 16800975 0 0 0 -1 4 0 0 764 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14089] ppid=13964 vsize=10851096 memory=1676928 CPUtime=11.17 cores=0,2,4,6
/proc/13971/task/14089/stat : 14089 (java) S 13964 13971 13903 0 -1 1077944384 56844 13365 0 2 1053 55 5 4 20 0 15 0 472701156 11111522304 419232 33554432000 4194304 4196468 140731149330512 140547182254864 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14090] ppid=13964 vsize=10851096 memory=1676220 CPUtime=11.2 cores=0,2,4,6
/proc/13971/task/14090/stat : 14090 (java) S 13964 13971 13903 0 -1 1077944384 57930 13365 0 2 1054 57 5 4 20 0 15 0 472701156 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546751257488 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14091] ppid=13964 vsize=10851096 memory=1676288 CPUtime=11.18 cores=0,2,4,6
/proc/13971/task/14091/stat : 14091 (java) S 13964 13971 13903 0 -1 1077944384 47947 13365 0 2 1054 55 5 4 20 0 15 0 472701156 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546750204944 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14092] ppid=13964 vsize=10851096 memory=1676832 CPUtime=11.2 cores=0,2,4,6
/proc/13971/task/14092/stat : 14092 (java) S 13964 13971 13903 0 -1 1077944384 53977 13365 0 2 1055 56 5 4 20 0 15 0 472701156 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546749152400 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14093] ppid=13964 vsize=10851096 memory=1676844 CPUtime=9.42 cores=0,2,4,6
/proc/13971/task/14093/stat : 14093 (java) S 13964 13971 13903 0 -1 1077944384 35705 13365 0 2 884 49 5 4 20 0 15 0 472701158 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546704574448 140547178023554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14094] ppid=13964 vsize=10851096 memory=1676844 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14094/stat : 14094 (java) S 13964 13971 13903 0 -1 1077944384 18 13365 0 2 0 0 5 4 20 0 15 0 472701158 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546630738912 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14095] ppid=13964 vsize=10851096 memory=1676324 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14095/stat : 14095 (java) S 13964 13971 13903 0 -1 1077944384 4 13365 0 2 0 0 5 4 20 0 15 0 472701158 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546026759168 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14096] ppid=13964 vsize=10851096 memory=1676928 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14096/stat : 14096 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11111522304 419232 33554432000 4194304 4196468 140731149330512 140545719359696 140547178031003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14097] ppid=13964 vsize=10851096 memory=1675916 CPUtime=5.98 cores=0,2,4,6
/proc/13971/task/14097/stat : 14097 (java) S 13964 13971 13903 0 -1 1077944384 35145 13365 0 2 584 5 5 4 20 0 15 0 472701165 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546703522288 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14098] ppid=13964 vsize=10851096 memory=1676288 CPUtime=5.96 cores=0,2,4,6
/proc/13971/task/14098/stat : 14098 (java) S 13964 13971 13903 0 -1 1077944384 37530 13365 1 2 581 6 5 4 20 0 15 0 472701165 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546702469744 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14099] ppid=13964 vsize=10851096 memory=6791534058613427641 CPUtime=4.33 cores=0,2,4,6
/proc/13971/task/14099/stat : 14099 (java) S 13964 13971 13903 0 -1 1077944384 43072 13365 0 2 417 7 5 4 20 0 15 0 472701165 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546701417200 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14100] ppid=13964 vsize=10851096 memory=2020 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14100/stat : 14100 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11111522304 419232 33554432000 4194304 4196468 140731149330512 140545685802080 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14102] ppid=13964 vsize=10851096 memory=1676928 CPUtime=1.38 cores=0,2,4,6
/proc/13971/task/14102/stat : 14102 (java) S 13964 13971 13903 0 -1 1077944384 1576 13365 0 2 62 67 5 4 20 0 15 0 472701178 11111522304 419232 33554432000 4194304 4196468 140731149330512 140546700364080 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
Current children cumulated CPU time: 2239.98 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1676928 KiB

[startup+2262.3 s]
/proc/loadavg: 1.27 1.25 1.19 3/227 14305
/proc/meminfo: memFree=186564/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=10851096 memory=1677648 CPUtime=2300.95 cores=0,2,4,6
/proc/13971/stat : 13971 (java) S 13964 13971 13903 0 -1 1077944320 2587692 13365 4 2 229522 564 5 4 20 0 15 0 472700988 11111522304 419412 33554432000 4194304 4196468 140731149330512 140731149313056 140547178012407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
/proc/13971/statm: 2712774 419412 3636 1 0 2674829 0
[pid=13971/tid=14080] ppid=13964 vsize=10851096 memory=132 CPUtime=2228.13 cores=0,2,4,6
/proc/13971/task/14080/stat : 14080 (java) R 13964 13971 13903 0 -1 4202560 2207718 13365 3 2 222549 255 5 4 20 0 15 0 472701149 11111522304 419412 33554432000 4194304 4196468 140731149330512 140547149847680 140546795590720 0 4 0 16800975 0 0 0 -1 6 0 0 764 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14089] ppid=13964 vsize=10851096 memory=1677580 CPUtime=11.52 cores=0,2,4,6
/proc/13971/task/14089/stat : 14089 (java) S 13964 13971 13903 0 -1 1077944384 57479 13365 0 2 1086 57 5 4 20 0 15 0 472701156 11111522304 419412 33554432000 4194304 4196468 140731149330512 140547182254864 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14090] ppid=13964 vsize=10851096 memory=0 CPUtime=11.54 cores=0,2,4,6
/proc/13971/task/14090/stat : 14090 (java) S 13964 13971 13903 0 -1 1077944384 58438 13365 0 2 1087 58 5 4 20 0 15 0 472701156 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546751257488 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14091] ppid=13964 vsize=10851096 memory=1677580 CPUtime=11.54 cores=0,2,4,6
/proc/13971/task/14091/stat : 14091 (java) S 13964 13971 13903 0 -1 1077944384 48621 13365 0 2 1088 57 5 4 20 0 15 0 472701156 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546750204944 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14092] ppid=13964 vsize=10851096 memory=1677396 CPUtime=11.54 cores=0,2,4,6
/proc/13971/task/14092/stat : 14092 (java) S 13964 13971 13903 0 -1 1077944384 57919 13365 0 2 1088 57 5 4 20 0 15 0 472701156 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546749152400 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14093] ppid=13964 vsize=10851096 memory=1677648 CPUtime=9.69 cores=0,2,4,6
/proc/13971/task/14093/stat : 14093 (java) S 13964 13971 13903 0 -1 1077944384 36523 13365 0 2 910 50 5 4 20 0 15 0 472701158 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546704574448 140547178023554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14094] ppid=13964 vsize=10851096 memory=1677648 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14094/stat : 14094 (java) S 13964 13971 13903 0 -1 1077944384 18 13365 0 2 0 0 5 4 20 0 15 0 472701158 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546630738912 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14095] ppid=13964 vsize=10851096 memory=1677648 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14095/stat : 14095 (java) S 13964 13971 13903 0 -1 1077944384 4 13365 0 2 0 0 5 4 20 0 15 0 472701158 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546026759168 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14096] ppid=13964 vsize=10851096 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14096/stat : 14096 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11111522304 419412 33554432000 4194304 4196468 140731149330512 140545719359696 140547178031003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14097] ppid=13964 vsize=10851096 memory=1677648 CPUtime=5.98 cores=0,2,4,6
/proc/13971/task/14097/stat : 14097 (java) S 13964 13971 13903 0 -1 1077944384 35149 13365 0 2 584 5 5 4 20 0 15 0 472701165 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546703522288 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14098] ppid=13964 vsize=10851096 memory=3612 CPUtime=5.96 cores=0,2,4,6
/proc/13971/task/14098/stat : 14098 (java) S 13964 13971 13903 0 -1 1077944384 37534 13365 1 2 581 6 5 4 20 0 15 0 472701165 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546702469744 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14099] ppid=13964 vsize=10851096 memory=1398722017469774279 CPUtime=4.33 cores=0,2,4,6
/proc/13971/task/14099/stat : 14099 (java) S 13964 13971 13903 0 -1 1077944384 44464 13365 0 2 417 7 5 4 20 0 15 0 472701165 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546701417200 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14100] ppid=13964 vsize=10851096 memory=4126316290023845779 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14100/stat : 14100 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11111522304 419412 33554432000 4194304 4196468 140731149330512 140545685802080 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14102] ppid=13964 vsize=10851096 memory=1677648 CPUtime=1.41 cores=0,2,4,6
/proc/13971/task/14102/stat : 14102 (java) S 13964 13971 13903 0 -1 1077944384 1617 13365 0 2 63 69 5 4 20 0 15 0 472701178 11111522304 419412 33554432000 4194304 4196468 140731149330512 140546700364080 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
Current children cumulated CPU time: 2300.95 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1677648 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.29 1.21 3/227 14310
/proc/meminfo: memFree=181896/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=10851096 memory=1678392 CPUtime=2361.96 cores=0,2,4,6
/proc/13971/stat : 13971 (java) S 13964 13971 13903 0 -1 1077944320 2625522 13365 4 2 235614 573 5 4 20 0 15 0 472700988 11111522304 419598 33554432000 4194304 4196468 140731149330512 140731149313056 140547178012407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
/proc/13971/statm: 2712774 419598 3636 1 0 2674829 0
[pid=13971/tid=14080] ppid=13964 vsize=10851096 memory=1678084 CPUtime=2287.43 cores=0,2,4,6
/proc/13971/task/14080/stat : 14080 (java) R 13964 13971 13903 0 -1 4202560 2238845 13365 3 2 228476 258 5 4 20 0 15 0 472701149 11111522304 419598 33554432000 4194304 4196468 140731149330512 140547149847504 140546789366627 0 4 0 16800975 0 0 0 -1 6 0 0 764 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14089] ppid=13964 vsize=10851096 memory=1678208 CPUtime=11.87 cores=0,2,4,6
/proc/13971/task/14089/stat : 14089 (java) S 13964 13971 13903 0 -1 1077944384 58194 13365 0 2 1119 59 5 4 20 0 15 0 472701156 11111522304 419598 33554432000 4194304 4196468 140731149330512 140547182254864 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14090] ppid=13964 vsize=10851096 memory=1678216 CPUtime=11.89 cores=0,2,4,6
/proc/13971/task/14090/stat : 14090 (java) S 13964 13971 13903 0 -1 1077944384 60570 13365 0 2 1120 60 5 4 20 0 15 0 472701156 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546751257488 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14091] ppid=13964 vsize=10851096 memory=1678392 CPUtime=11.87 cores=0,2,4,6
/proc/13971/task/14091/stat : 14091 (java) S 13964 13971 13903 0 -1 1077944384 50515 13365 0 2 1121 57 5 4 20 0 15 0 472701156 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546750204944 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14092] ppid=13964 vsize=10851096 memory=1678392 CPUtime=11.89 cores=0,2,4,6
/proc/13971/task/14092/stat : 14092 (java) S 13964 13971 13903 0 -1 1077944384 59314 13365 0 2 1121 59 5 4 20 0 15 0 472701156 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546749152400 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14093] ppid=13964 vsize=10851096 memory=3612 CPUtime=9.98 cores=0,2,4,6
/proc/13971/task/14093/stat : 14093 (java) S 13964 13971 13903 0 -1 1077944384 37056 13365 0 2 937 52 5 4 20 0 15 0 472701158 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546704574448 140547178023554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14094] ppid=13964 vsize=10851096 memory=1678208 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14094/stat : 14094 (java) S 13964 13971 13903 0 -1 1077944384 18 13365 0 2 0 0 5 4 20 0 15 0 472701158 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546630738912 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14095] ppid=13964 vsize=10851096 memory=4100 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14095/stat : 14095 (java) S 13964 13971 13903 0 -1 1077944384 4 13365 0 2 0 0 5 4 20 0 15 0 472701158 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546026759168 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14096] ppid=13964 vsize=10851096 memory=1808 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14096/stat : 14096 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11111522304 419598 33554432000 4194304 4196468 140731149330512 140545719359696 140547178031003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14097] ppid=13964 vsize=10851096 memory=30020 CPUtime=5.98 cores=0,2,4,6
/proc/13971/task/14097/stat : 14097 (java) S 13964 13971 13903 0 -1 1077944384 35151 13365 0 2 584 5 5 4 20 0 15 0 472701165 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546703522288 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14098] ppid=13964 vsize=10851096 memory=2120 CPUtime=5.96 cores=0,2,4,6
/proc/13971/task/14098/stat : 14098 (java) S 13964 13971 13903 0 -1 1077944384 37536 13365 1 2 581 6 5 4 20 0 15 0 472701165 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546702469744 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14099] ppid=13964 vsize=10851096 memory=1678392 CPUtime=4.33 cores=0,2,4,6
/proc/13971/task/14099/stat : 14099 (java) S 13964 13971 13903 0 -1 1077944384 44468 13365 0 2 417 7 5 4 20 0 15 0 472701165 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546701417200 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14100] ppid=13964 vsize=10851096 memory=2020 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14100/stat : 14100 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11111522304 419598 33554432000 4194304 4196468 140731149330512 140545685802080 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14102] ppid=13964 vsize=10851096 memory=1432 CPUtime=1.45 cores=0,2,4,6
/proc/13971/task/14102/stat : 14102 (java) S 13964 13971 13903 0 -1 1077944384 1643 13365 0 2 65 71 5 4 20 0 15 0 472701178 11111522304 419598 33554432000 4194304 4196468 140731149330512 140546700364080 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
Current children cumulated CPU time: 2361.96 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1678392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.8 s]
/proc/loadavg: 1.36 1.30 1.22 3/227 14444
/proc/meminfo: memFree=1488764/32770624 swapFree=66966844/67108860
[pid=13971] ppid=13964 vsize=10851096 memory=1678960 CPUtime=2400.07 cores=0,2,4,6
/proc/13971/stat : 13971 (java) S 13964 13971 13903 0 -1 1077944320 2645351 13365 4 2 239419 579 5 4 20 0 15 0 472700988 11111522304 419740 33554432000 4194304 4196468 140731149330512 140731149313056 140547178012407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
/proc/13971/statm: 2712774 419740 3636 1 0 2674829 0
[pid=13971/tid=14080] ppid=13964 vsize=10851096 memory=1044 CPUtime=2324.48 cores=0,2,4,6
/proc/13971/task/14080/stat : 14080 (java) R 13964 13971 13903 0 -1 4202560 2254658 13365 3 2 232180 259 5 4 20 0 15 0 472701149 11111522304 419740 33554432000 4194304 4196468 140731149330512 140547149847840 140546799769648 0 4 0 16800975 0 0 0 -1 2 0 0 764 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14089] ppid=13964 vsize=10851096 memory=6791534058613427641 CPUtime=12.09 cores=0,2,4,6
/proc/13971/task/14089/stat : 14089 (java) S 13964 13971 13903 0 -1 1077944384 58485 13365 0 2 1140 60 5 4 20 0 15 0 472701156 11111522304 419740 33554432000 4194304 4196468 140731149330512 140547182254864 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14090] ppid=13964 vsize=10851096 memory=2832 CPUtime=12.11 cores=0,2,4,6
/proc/13971/task/14090/stat : 14090 (java) S 13964 13971 13903 0 -1 1077944384 62075 13365 0 2 1141 61 5 4 20 0 15 0 472701156 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546751257488 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14091] ppid=13964 vsize=10851096 memory=8100 CPUtime=12.09 cores=0,2,4,6
/proc/13971/task/14091/stat : 14091 (java) S 13964 13971 13903 0 -1 1077944384 51150 13365 0 2 1142 58 5 4 20 0 15 0 472701156 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546750204944 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14092] ppid=13964 vsize=10851096 memory=10492 CPUtime=12.11 cores=0,2,4,6
/proc/13971/task/14092/stat : 14092 (java) S 13964 13971 13903 0 -1 1077944384 60434 13365 0 2 1142 60 5 4 20 0 15 0 472701156 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546749152400 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14093] ppid=13964 vsize=10851096 memory=14012 CPUtime=10.15 cores=0,2,4,6
/proc/13971/task/14093/stat : 14093 (java) S 13964 13971 13903 0 -1 1077944384 37486 13365 0 2 953 53 5 4 20 0 15 0 472701158 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546704574448 140547178023554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14094] ppid=13964 vsize=10851096 memory=14080 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14094/stat : 14094 (java) S 13964 13971 13903 0 -1 1077944384 18 13365 0 2 0 0 5 4 20 0 15 0 472701158 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546630738912 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14095] ppid=13964 vsize=10851096 memory=30020 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14095/stat : 14095 (java) S 13964 13971 13903 0 -1 1077944384 4 13365 0 2 0 0 5 4 20 0 15 0 472701158 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546026759168 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14096] ppid=13964 vsize=10851096 memory=2120 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14096/stat : 14096 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11111522304 419740 33554432000 4194304 4196468 140731149330512 140545719359696 140547178031003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14097] ppid=13964 vsize=10851096 memory=508 CPUtime=5.98 cores=0,2,4,6
/proc/13971/task/14097/stat : 14097 (java) S 13964 13971 13903 0 -1 1077944384 35155 13365 0 2 584 5 5 4 20 0 15 0 472701165 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546703522288 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14098] ppid=13964 vsize=10851096 memory=1560 CPUtime=5.96 cores=0,2,4,6
/proc/13971/task/14098/stat : 14098 (java) S 13964 13971 13903 0 -1 1077944384 37540 13365 1 2 581 6 5 4 20 0 15 0 472701165 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546702469744 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14099] ppid=13964 vsize=10851096 memory=932 CPUtime=4.33 cores=0,2,4,6
/proc/13971/task/14099/stat : 14099 (java) S 13964 13971 13903 0 -1 1077944384 44473 13365 0 2 417 7 5 4 20 0 15 0 472701165 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546701417200 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14100] ppid=13964 vsize=10851096 memory=1568 CPUtime=0.09 cores=0,2,4,6
/proc/13971/task/14100/stat : 14100 (java) S 13964 13971 13903 0 -1 1077944384 3 13365 0 2 0 0 5 4 20 0 15 0 472701165 11111522304 419740 33554432000 4194304 4196468 140731149330512 140545685802080 140547178022613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
[pid=13971/tid=14102] ppid=13964 vsize=10851096 memory=1444 CPUtime=1.47 cores=0,2,4,6
/proc/13971/task/14102/stat : 14102 (java) S 13964 13971 13903 0 -1 1077944384 1665 13365 0 2 66 72 5 4 20 0 15 0 472701178 11111522304 419740 33554432000 4194304 4196468 140731149330512 140546700364080 140547178023554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34824192 140731149335139 140731149337781 140731149337781 140731149340623 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1678960 KiB

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

[startup+2359.89 s]
# the end of solver process 13971 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.27 s, system=5.91207 s

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

Child status: 143
Real time (s): 2359.89
CPU time (s): 2400.18
CPU user time (s): 2394.27
CPU system time (s): 5.91207
CPU usage (%): 101.708
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1678960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.27
system time used= 5.91207
maximum resident set size= 1683196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2663075
page faults= 6
swaps= 0
block input operations= 46776
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274108
involuntary context switches= 9341


# summary of solver processes directly reported to runsolver:
#   pid: 13971
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2394.27
#   total CPU system time (s): 5.91207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9837 second user time and 22.0221 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 10:19:56
IDJOB=4403105
IDBENCH=115815
IDSOLVER=2862
FILE ID=node145/4403105-1568967638
RUNJOBID= node145-1568967596-13934
PBS_JOBID= 21704615
Free space on /var/tmp= 13512 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-4403105-1568967638/watcher-4403105-1568967638 -o /var/tmp/evaluation-result-4403105-1568967638/solver-4403105-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13934 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403105-1568967638.xml

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

MD5SUM BENCH= 43b2ef46cc27b455a3f22cfd7dbefeca
RANDOM SEED=1159292332

node145.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.59
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.59
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.59
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.59
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:          210200 kB
MemAvailable:   31821908 kB
Buffers:          132164 kB
Cached:         31432224 kB
SwapCached:        32484 kB
Active:         14574196 kB
Inactive:       17023912 kB
Active(anon):       3292 kB
Inactive(anon):    79744 kB
Active(file):   14570904 kB
Inactive(file): 16944168 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             52616 kB
Writeback:             0 kB
AnonPages:        112416 kB
Mapped:            51692 kB
Shmem:             40640 kB
Slab:             553592 kB
SReclaimable:     525096 kB
SUnreclaim:        28496 kB
KernelStack:        3392 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511432 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node145 at 2019-09-20 10:59:23