Trace number 4402885

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)465 2520.25 2466.45

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-8.xml
MD5SUM3801e67c429176a130b0cb7922d17a7f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark458
Best CPU time to get the best result obtained on this benchmark29.0983
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
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.87/4.12	c Concrete v3.12.3.1568965526260 running
17.07/15.50	o 558
21.79/17.17	o 555
21.93/17.23	o 554
21.93/17.29	o 551
22.25/17.49	o 550
23.19/17.86	o 549
23.36/17.90	o 544
29.17/22.25	o 543
38.62/30.86	o 542
38.75/30.91	o 541
38.87/31.05	o 540
38.87/31.08	o 534
39.07/31.12	o 533
39.18/31.23	o 532
39.29/31.39	o 531
39.29/31.39	o 529
39.61/31.62	o 526
39.61/31.62	o 524
39.61/31.63	o 523
39.61/31.65	o 522
39.61/31.66	o 521
39.61/31.69	o 518
40.43/32.34	o 517
42.51/34.05	o 516
43.09/34.57	o 515
43.09/34.57	o 508
43.09/34.58	o 507
52.39/42.80	o 506
52.39/42.85	o 505
52.39/42.86	o 502
52.56/42.93	o 500
52.56/42.94	o 497
52.93/43.25	o 496
53.74/43.95	o 495
53.74/43.97	o 494
53.74/43.97	o 493
78.84/68.44	o 492
78.96/68.51	o 491
78.96/68.53	o 490
78.96/68.53	o 489
78.96/68.54	o 488
91.12/80.39	o 487
91.12/80.39	o 485
91.22/80.40	o 481
91.22/80.40	o 479
110.72/99.23	o 478
120.08/108.46	o 477
120.08/108.46	o 476
120.08/108.47	o 475
120.18/108.50	o 474
324.90/309.95	o 473
324.90/309.99	o 470
325.02/310.01	o 469
329.79/314.78	o 468
329.79/314.79	o 465
2520.07/2466.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.07/2466.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.07/2466.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.07/2466.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.07/2466.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.07/2466.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.07/2466.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.07/2466.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.07/2466.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.07/2466.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2466.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2466.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2466.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2466.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2466.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2466.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2466.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.07/2466.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.07/2466.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.07/2466.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.07/2466.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.07/2466.30		at scala.Option.map(Option.scala:242)
2520.07/2466.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.07/2466.30		at concrete.MAC.mac(MAC.scala:216)
2520.07/2466.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2466.30		at scala.util.Try$.apply(Try.scala:210)
2520.07/2466.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2466.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2466.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2466.30		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2466.30		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2466.30		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2466.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2466.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2466.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2466.30		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2466.30		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2466.30		at scala.util.Success.map(Try.scala:262)
2520.07/2466.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2466.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2466.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2466.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2466.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2466.30		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2466.30		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2466.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2466.30		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2466.30		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2466.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2466.30		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2466.30		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2466.31		at scala.App.main(App.scala:73)
2520.07/2466.31		at scala.App.main$(App.scala:71)
2520.07/2466.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2466.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2466.31	v <instantiation
2520.07/2466.31	v         cost = '465'>
2520.07/2466.31	v       <list>
2520.07/2466.31	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] e[0] e[1] e[2] e[3] e[4] e[5] e[6] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6]
2520.07/2466.31	v       </list>
2520.07/2466.31	v       <values>
2520.07/2466.31	v         30 82 154 242 276 351 394 4 103 167 245 318 359 399 1 138 172 245 290 305 378 0 95 164 254 274 366 416 0 95 186 254 305 318 428 0 87 114 161 226 289 372 0 62 155 181 245 286 378 465 465 384 458 465 461 464 32 72 31 32 67 43 71 60 35 72 47 41 13 66 94 23 73 44 15 46 6 95 69 90 20 92 50 42 86 75 68 51 13 93 37 82 27 47 65 63 62 89 62 93 17 64 31 92 86 0 5 6 2 1 3 4 6 2 1 5 4 0 3 1 2 5 3 4 0 6 3 4 0 6 2 1 5 2 3 6 0 4 5 1 5 6 1 2 4 3 0 4 0 5 3 1 6 2 30 276 242 351 394 82 154 359 167 103 399 318 245 4 305 1 138 245 290 172 378 164 366 274 0 95 416 254 254 428 0 95 305 318 186 372 114 161 289 226 0 87 62 245 378 181 0 155 286
2520.07/2466.31	v       </values>
2520.07/2466.31	v     </instantiation>
2520.07/2466.31	s SATISFIABLE

Verifier Data

OK	465

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402885-1568967637/watcher-4402885-1568967637 -o /tmp/evaluation-result-4402885-1568967637/solver-4402885-1568967637 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1455309010 HOME/instance-4402885-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
solver pid=26276, runsolver pid=26269
Current StackSize limit: 8192 KiB


[startup+0.100144 s]*
/proc/loadavg: 0.39 0.10 0.07 2/206 26333
/proc/meminfo: memFree=737524/32770624 swapFree=66955356/67108860
[pid=26276] ppid=26269 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/26276/stat : 26276 (bash) S 26269 26276 26206 0 -1 4202496 892 5689 0 0 0 0 0 1 20 0 1 0 473035837 115974144 404 33554432000 4194304 5098028 140731909257120 140731909251128 140089436134400 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26276/statm: 28314 404 320 221 0 119 0
[pid=26331] ppid=26276 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/26331/stat : 26331 (bash) S 26276 26276 26206 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 178 33554432000 4194304 5098028 140731909257120 140731909249800 140089435959932 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26331/statm: 28314 178 94 221 0 119 0
[pid=26332] ppid=26331 vsize=113256 memory=532 CPUtime=0 cores=0,2,4,6
/proc/26332/stat : 26332 (bash) D 26331 26276 26206 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 133 33554432000 4194304 5098028 140731909257120 140731909249576 140089436132725 0 0 4096 65538 18446744072101662244 0 0 17 0 0 0 0 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26332/statm: 28314 133 49 221 0 119 0
[pid=26333] ppid=26331 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26333/stat : 26333 (awk) S 26331 26276 26206 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473035843 116211712 242 33554432000 4194304 4609284 140720898891776 140720898890952 140177548147712 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 38174720 140720898892988 140720898893018 140720898893018 140720898895855 0
/proc/26333/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3828 KiB

[startup+0.210249 s]*
/proc/loadavg: 0.39 0.10 0.07 3/206 26333
/proc/meminfo: memFree=737524/32770624 swapFree=66955356/67108860
[pid=26276] ppid=26269 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/26276/stat : 26276 (bash) S 26269 26276 26206 0 -1 4202496 892 5689 0 0 0 0 0 1 20 0 1 0 473035837 115974144 404 33554432000 4194304 5098028 140731909257120 140731909251128 140089436134400 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26276/statm: 28314 404 320 221 0 119 0
[pid=26331] ppid=26276 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/26331/stat : 26331 (bash) S 26276 26276 26206 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 178 33554432000 4194304 5098028 140731909257120 140731909249800 140089435959932 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26331/statm: 28314 178 94 221 0 119 0
[pid=26332] ppid=26331 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/26332/stat : 26332 (java) D 26331 26276 26206 0 -1 1077936128 154 0 0 0 0 0 0 0 20 0 1 0 473035843 303104 1 33554432000 4194304 4196468 140728847491888 140728847489160 140018891257543 0 0 4096 0 18446744072101662244 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140728847496332 140728847496346 140728847496346 140728847499215 0
/proc/26332/statm: 74 1 0 1 0 38 0
[pid=26333] ppid=26331 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26333/stat : 26333 (awk) S 26331 26276 26206 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473035843 116211712 242 33554432000 4194304 4609284 140720898891776 140720898890952 140177548147712 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 38174720 140720898892988 140720898893018 140720898893018 140720898895855 0
/proc/26333/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3300 KiB

[startup+0.309991 s]*
/proc/loadavg: 0.39 0.10 0.07 2/206 26333
/proc/meminfo: memFree=737524/32770624 swapFree=66955356/67108860
[pid=26276] ppid=26269 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/26276/stat : 26276 (bash) S 26269 26276 26206 0 -1 4202496 892 5689 0 0 0 0 0 1 20 0 1 0 473035837 115974144 404 33554432000 4194304 5098028 140731909257120 140731909251128 140089436134400 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26276/statm: 28314 404 320 221 0 119 0
[pid=26331] ppid=26276 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/26331/stat : 26331 (bash) S 26276 26276 26206 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 178 33554432000 4194304 5098028 140731909257120 140731909249800 140089435959932 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26331/statm: 28314 178 94 221 0 119 0
[pid=26332] ppid=26331 vsize=6788 memory=232 CPUtime=0 cores=0,2,4,6
/proc/26332/stat : 26332 (java) D 26331 26276 26206 0 -1 4194304 182 0 1 0 0 0 0 0 20 0 1 0 473035843 6950912 58 33554432000 4194304 4196468 140728847491888 140728847489016 140018891257543 0 0 4096 0 18446744071580996127 0 0 17 2 0 0 3 0 0 6293624 6294260 10805248 140728847496332 140728847496346 140728847496346 140728847499215 0
/proc/26332/statm: 1697 58 46 1 0 43 0
[pid=26333] ppid=26331 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26333/stat : 26333 (awk) S 26331 26276 26206 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473035843 116211712 242 33554432000 4194304 4609284 140720898891776 140720898890952 140177548147712 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 38174720 140720898892988 140720898893018 140720898893018 140720898895855 0
/proc/26333/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 346788 KiB
Current children cumulated memory: 3528 KiB

[startup+0.700526 s]
/proc/loadavg: 0.39 0.10 0.07 2/206 26333
/proc/meminfo: memFree=734856/32770624 swapFree=66955356/67108860
[pid=26276] ppid=26269 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/26276/stat : 26276 (bash) S 26269 26276 26206 0 -1 4202496 892 5689 0 0 0 0 0 1 20 0 1 0 473035837 115974144 404 33554432000 4194304 5098028 140731909257120 140731909251128 140089436134400 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26276/statm: 28314 404 320 221 0 119 0
[pid=26331] ppid=26276 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/26331/stat : 26331 (bash) S 26276 26276 26206 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 473035843 115974144 178 33554432000 4194304 5098028 140731909257120 140731909249800 140089435959932 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13058048 140731909260308 140731909260433 140731909260433 140731909263342 0
/proc/26331/statm: 28314 178 94 221 0 119 0
[pid=26332] ppid=26331 vsize=99728 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/26332/stat : 26332 (java) S 26331 26276 26206 0 -1 1077944320 1359 0 2 0 0 0 0 0 20 0 2 0 473035843 102121472 1155 33554432000 4194304 4196468 140728847491888 140728847474432 140018888982263 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 27 0 0 6293624 6294260 10805248 140728847496332 140728847496346 140728847496346 140728847499215 0
/proc/26332/statm: 24932 1155 857 1 0 17056 0
[pid=26333] ppid=26331 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26333/stat : 26333 (awk) S 26331 26276 26206 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 473035843 116211712 242 33554432000 4194304 4609284 140720898891776 140720898890952 140177548147712 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 38174720 140720898892988 140720898893018 140720898893018 140720898895855 0
/proc/26333/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 439728 KiB
Current children cumulated memory: 7916 KiB

[startup+1.50037 s]
/proc/loadavg: 0.39 0.10 0.07 2/208 26335
/proc/meminfo: memFree=732212/32770624 swapFree=66955356/67108860
[pid=26276] ppid=26269 vsize=143344 memory=5576 CPUtime=0.08 cores=0,2,4,6
/proc/26276/stat : 26276 (java) S 26269 26276 26206 0 -1 1077944320 2636 13007 0 3 0 0 5 3 20 0 2 0 473035837 146784256 1394 33554432000 4194304 4196468 140720506582736 140720506565280 140386328334071 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
/proc/26276/statm: 35836 1394 1055 1 0 24747 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 143344 KiB
Current children cumulated memory: 5576 KiB

[startup+3.11034 s]
/proc/loadavg: 0.52 0.13 0.08 4/228 26407
/proc/meminfo: memFree=655340/32770624 swapFree=66955356/67108860
[pid=26276] ppid=26269 vsize=10820268 memory=52900 CPUtime=0.47 cores=0,2,4,6
/proc/26276/stat : 26276 (java) S 26269 26276 26206 0 -1 1077944320 10983 13007 0 3 35 4 5 3 20 0 15 0 473035837 11079954432 13225 33554432000 4194304 4196468 140720506582736 140720506565280 140386328334071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
/proc/26276/statm: 2705067 13225 3322 1 0 2667149 0
[pid=26276/tid=26371] ppid=26269 vsize=10820268 memory=42420 CPUtime=0.34 cores=0,2,4,6
/proc/26276/task/26371/stat : 26371 (java) D 26269 26276 26206 0 -1 4202560 7447 13007 0 3 23 3 5 3 20 0 15 0 473035981 11079954432 13225 33554432000 4194304 4196468 140720506582736 140386300155840 140386328355997 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 107 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26382] ppid=26269 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26382/stat : 26382 (java) S 26269 26276 26206 0 -1 1077944384 2 13007 0 3 0 0 5 3 20 0 15 0 473035997 11079954432 13225 33554432000 4194304 4196468 140720506582736 140386332576400 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26383] ppid=26269 vsize=10820268 memory=288370314574841729 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26383/stat : 26383 (java) S 26269 26276 26206 0 -1 1077944384 2 13007 0 3 0 0 5 3 20 0 15 0 473035997 11079954432 13225 33554432000 4194304 4196468 140720506582736 140386247395856 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26384] ppid=26269 vsize=10820268 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26384/stat : 26384 (java) S 26269 26276 26206 0 -1 1077944384 2 13007 0 3 0 0 5 3 20 0 15 0 473035997 11079954432 13225 33554432000 4194304 4196468 140720506582736 140386246343056 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26385] ppid=26269 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26385/stat : 26385 (java) S 26269 26276 26206 0 -1 1077944384 1 13007 0 3 0 0 5 3 20 0 15 0 473035997 11079954432 13225 33554432000 4194304 4196468 140720506582736 140386245290256 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26390] ppid=26269 vsize=10820268 memory=41504 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26390/stat : 26390 (java) S 26269 26276 26206 0 -1 1077944384 4 13007 0 3 0 0 5 3 20 0 15 0 473035998 11079954432 13225 33554432000 4194304 4196468 140720506582736 140385532521328 140386328345218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26392] ppid=26269 vsize=10820268 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26392/stat : 26392 (java) S 26269 26276 26206 0 -1 1077944384 13 13007 0 3 0 0 5 3 20 0 15 0 473035999 11079954432 13225 33554432000 4194304 4196468 140720506582736 140385435248160 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26394] ppid=26269 vsize=10820268 memory=2032 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26394/stat : 26394 (java) S 26269 26276 26206 0 -1 1077944384 1 13007 0 3 0 0 5 3 20 0 15 0 473035999 11079954432 13225 33554432000 4194304 4196468 140720506582736 140385166812528 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26401] ppid=26269 vsize=10820268 memory=4828 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26401/stat : 26401 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11079954432 13225 33554432000 4194304 4196468 140720506582736 140384859412816 140386328352667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26402] ppid=26269 vsize=10820268 memory=968 CPUtime=0.1 cores=0,2,4,6
/proc/26276/task/26402/stat : 26402 (java) S 26269 26276 26206 0 -1 1077944384 594 13007 0 3 2 0 5 3 20 0 15 0 473036004 11079954432 13225 33554432000 4194304 4196468 140720506582736 140385531468144 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26403] ppid=26269 vsize=10820268 memory=2032 CPUtime=0.1 cores=0,2,4,6
/proc/26276/task/26403/stat : 26403 (java) S 26269 26276 26206 0 -1 1077944384 76 13007 0 3 2 0 5 3 20 0 15 0 473036004 11079954432 13225 33554432000 4194304 4196468 140720506582736 140385530415344 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26404] ppid=26269 vsize=10820268 memory=1328 CPUtime=0.14 cores=0,2,4,6
/proc/26276/task/26404/stat : 26404 (java) S 26269 26276 26206 0 -1 1077944384 625 13007 0 3 6 0 5 3 20 0 15 0 473036004 11079954432 13225 33554432000 4194304 4196468 140720506582736 140385529362544 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26405] ppid=26269 vsize=10820268 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26405/stat : 26405 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11079954432 13225 33554432000 4194304 4196468 140720506582736 140384825854176 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26407] ppid=26269 vsize=10820268 memory=976 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26407/stat : 26407 (java) S 26269 26276 26206 0 -1 1077944384 1 13007 0 3 0 0 5 3 20 0 15 0 473036010 11079954432 13225 33554432000 4194304 4196468 140720506582736 140385528310960 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 52900 KiB
heavy processes:

[startup+6.30073 s]
/proc/loadavg: 0.52 0.13 0.08 2/228 26407
/proc/meminfo: memFree=578088/32770624 swapFree=66955356/67108860
[pid=26276] ppid=26269 vsize=10822316 memory=78648 CPUtime=1.09 cores=0,2,4,6
/proc/26276/stat : 26276 (java) S 26269 26276 26206 0 -1 1077944320 14861 13007 0 3 95 6 5 3 20 0 15 0 473035837 11082051584 19662 33554432000 4194304 4196468 140720506582736 140720506565280 140386328334071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
/proc/26276/statm: 2705579 19662 3508 1 0 2667661 0
[pid=26276/tid=26371] ppid=26269 vsize=10822316 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/26276/task/26371/stat : 26371 (java) D 26269 26276 26206 0 -1 4202560 10203 13007 0 3 52 5 5 3 20 0 15 0 473035981 11082051584 19662 33554432000 4194304 4196468 140720506582736 140386300160464 140386328355997 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 357 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26382] ppid=26269 vsize=10822316 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26382/stat : 26382 (java) S 26269 26276 26206 0 -1 1077944384 2 13007 0 3 0 0 5 3 20 0 15 0 473035997 11082051584 19662 33554432000 4194304 4196468 140720506582736 140386332576400 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26383] ppid=26269 vsize=10822316 memory=2032 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26383/stat : 26383 (java) S 26269 26276 26206 0 -1 1077944384 2 13007 0 3 0 0 5 3 20 0 15 0 473035997 11082051584 19662 33554432000 4194304 4196468 140720506582736 140386247395856 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26384] ppid=26269 vsize=10822316 memory=6080 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26384/stat : 26384 (java) S 26269 26276 26206 0 -1 1077944384 2 13007 0 3 0 0 5 3 20 0 15 0 473035997 11082051584 19662 33554432000 4194304 4196468 140720506582736 140386246343056 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26385] ppid=26269 vsize=10822316 memory=1124 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26385/stat : 26385 (java) S 26269 26276 26206 0 -1 1077944384 1 13007 0 3 0 0 5 3 20 0 15 0 473035997 11082051584 19662 33554432000 4194304 4196468 140720506582736 140386245290256 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26390] ppid=26269 vsize=10822316 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26390/stat : 26390 (java) S 26269 26276 26206 0 -1 1077944384 5 13007 0 3 0 0 5 3 20 0 15 0 473035998 11082051584 19662 33554432000 4194304 4196468 140720506582736 140385532521328 140386328345218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26392] ppid=26269 vsize=10822316 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26392/stat : 26392 (java) S 26269 26276 26206 0 -1 1077944384 13 13007 0 3 0 0 5 3 20 0 15 0 473035999 11082051584 19662 33554432000 4194304 4196468 140720506582736 140385435248160 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26394] ppid=26269 vsize=10822316 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26394/stat : 26394 (java) S 26269 26276 26206 0 -1 1077944384 1 13007 0 3 0 0 5 3 20 0 15 0 473035999 11082051584 19662 33554432000 4194304 4196468 140720506582736 140385166812528 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26401] ppid=26269 vsize=10822316 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26401/stat : 26401 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11082051584 19662 33554432000 4194304 4196468 140720506582736 140384859412816 140386328352667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26402] ppid=26269 vsize=10822316 memory=1056 CPUtime=0.18 cores=0,2,4,6
/proc/26276/task/26402/stat : 26402 (java) S 26269 26276 26206 0 -1 1077944384 1086 13007 0 3 10 0 5 3 20 0 15 0 473036004 11082051584 19662 33554432000 4194304 4196468 140720506582736 140385531468144 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26403] ppid=26269 vsize=10822316 memory=744 CPUtime=0.22 cores=0,2,4,6
/proc/26276/task/26403/stat : 26403 (java) S 26269 26276 26206 0 -1 1077944384 535 13007 0 3 14 0 5 3 20 0 15 0 473036004 11082051584 19662 33554432000 4194304 4196468 140720506582736 140385530415344 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26404] ppid=26269 vsize=10822316 memory=8296 CPUtime=0.24 cores=0,2,4,6
/proc/26276/task/26404/stat : 26404 (java) S 26269 26276 26206 0 -1 1077944384 793 13007 0 3 16 0 5 3 20 0 15 0 473036004 11082051584 19662 33554432000 4194304 4196468 140720506582736 140385529362544 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26405] ppid=26269 vsize=10822316 memory=6080 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26405/stat : 26405 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11082051584 19662 33554432000 4194304 4196468 140720506582736 140384825854176 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26407] ppid=26269 vsize=10822316 memory=139938423188137 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26407/stat : 26407 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036010 11082051584 19662 33554432000 4194304 4196468 140720506582736 140385528310960 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78648 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.64 0.16 0.09 7/228 26407
/proc/meminfo: memFree=245908/32770624 swapFree=66955356/67108860
[pid=26276] ppid=26269 vsize=10851096 memory=296208 CPUtime=9.99 cores=0,2,4,6
/proc/26276/stat : 26276 (java) S 26269 26276 26206 0 -1 1077944320 56484 13007 2 3 967 24 5 3 20 0 15 0 473035837 11111522304 74052 33554432000 4194304 4196468 140720506582736 140720506565280 140386328334071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
/proc/26276/statm: 2712774 74052 3619 1 0 2674829 0

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

[pid=26276/tid=26385] ppid=26269 vsize=10853144 memory=2512388 CPUtime=14.07 cores=0,2,4,6
/proc/26276/task/26385/stat : 26385 (java) S 26269 26276 26206 0 -1 1077944384 3105621 13007 0 3 1158 241 5 3 20 0 15 0 473035997 11113619456 628116 33554432000 4194304 4196468 140720506582736 140386245290256 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26390] ppid=26269 vsize=10853144 memory=3620 CPUtime=8.04 cores=0,2,4,6
/proc/26276/task/26390/stat : 26390 (java) S 26269 26276 26206 0 -1 1077944384 886572 13007 0 3 685 111 5 3 20 0 15 0 473035998 11113619456 628116 33554432000 4194304 4196468 140720506582736 140385532521328 140386328345218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26392] ppid=26269 vsize=10853144 memory=2512452 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26392/stat : 26392 (java) S 26269 26276 26206 0 -1 1077944384 17 13007 0 3 0 0 5 3 20 0 15 0 473035999 11113619456 628116 33554432000 4194304 4196468 140720506582736 140385435248288 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26394] ppid=26269 vsize=10853144 memory=2511240 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26394/stat : 26394 (java) S 26269 26276 26206 0 -1 1077944384 10 13007 0 3 0 0 5 3 20 0 15 0 473035999 11113619456 628116 33554432000 4194304 4196468 140720506582736 140385166812544 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26401] ppid=26269 vsize=10853144 memory=1328 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26401/stat : 26401 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11113619456 628116 33554432000 4194304 4196468 140720506582736 140384859412816 140386328352667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26402] ppid=26269 vsize=10853144 memory=41536 CPUtime=8.18 cores=0,2,4,6
/proc/26276/task/26402/stat : 26402 (java) S 26269 26276 26206 0 -1 1077944384 41624 13007 0 3 800 10 5 3 20 0 15 0 473036004 11113619456 628116 33554432000 4194304 4196468 140720506582736 140385531468144 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26403] ppid=26269 vsize=10853144 memory=2512200 CPUtime=8.05 cores=0,2,4,6
/proc/26276/task/26403/stat : 26403 (java) S 26269 26276 26206 0 -1 1077944384 44416 13007 0 3 787 10 5 3 20 0 15 0 473036004 11113619456 628116 33554432000 4194304 4196468 140720506582736 140385530415344 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26404] ppid=26269 vsize=10853144 memory=772 CPUtime=4.83 cores=0,2,4,6
/proc/26276/task/26404/stat : 26404 (java) S 26269 26276 26206 0 -1 1077944384 56061 13007 0 3 463 12 5 3 20 0 15 0 473036004 11113619456 628116 33554432000 4194304 4196468 140720506582736 140385529362544 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26405] ppid=26269 vsize=10853144 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26405/stat : 26405 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11113619456 628116 33554432000 4194304 4196468 140720506582736 140384825854176 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26407] ppid=26269 vsize=10853144 memory=41536 CPUtime=1.38 cores=0,2,4,6
/proc/26276/task/26407/stat : 26407 (java) S 26269 26276 26206 0 -1 1077944384 46734 13007 0 3 63 67 5 3 20 0 15 0 473036010 11113619456 628116 33554432000 4194304 4196468 140720506582736 140385528310960 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
Current children cumulated CPU time: 2374.64 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 2512464 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.34 1.23 4/227 26621
/proc/meminfo: memFree=263796/32770624 swapFree=66955360/67108860
[pid=26276] ppid=26269 vsize=10853144 memory=2522096 CPUtime=2435.47 cores=0,2,4,6
/proc/26276/stat : 26276 (java) S 26269 26276 26206 0 -1 1077944320 19633928 13007 2 3 239675 3864 5 3 20 0 15 0 473035837 11113619456 630524 33554432000 4194304 4196468 140720506582736 140720506565280 140386328334071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
/proc/26276/statm: 2713286 630524 3633 1 0 2675341 0
[pid=26276/tid=26371] ppid=26269 vsize=10853144 memory=2522096 CPUtime=2347.97 cores=0,2,4,6
/proc/26276/task/26371/stat : 26371 (java) R 26269 26276 26206 0 -1 4202560 6185495 13007 2 3 231988 2801 5 3 20 0 15 0 473035981 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386300169088 140385940915023 0 4 0 16800975 0 0 0 -1 2 0 0 657 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26382] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.39 cores=0,2,4,6
/proc/26276/task/26382/stat : 26382 (java) S 26269 26276 26206 0 -1 1077944384 3075993 13007 0 3 1195 236 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386332576400 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26383] ppid=26269 vsize=10853144 memory=6080 CPUtime=14.33 cores=0,2,4,6
/proc/26276/task/26383/stat : 26383 (java) S 26269 26276 26206 0 -1 1077944384 3055103 13007 0 3 1195 230 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386247395856 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26384] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.34 cores=0,2,4,6
/proc/26276/task/26384/stat : 26384 (java) S 26269 26276 26206 0 -1 1077944384 3053339 13007 0 3 1184 242 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386246343056 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26385] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.35 cores=0,2,4,6
/proc/26276/task/26385/stat : 26385 (java) S 26269 26276 26206 0 -1 1077944384 3154728 13007 0 3 1182 245 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386245290256 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26390] ppid=26269 vsize=10853144 memory=2522096 CPUtime=8.24 cores=0,2,4,6
/proc/26276/task/26390/stat : 26390 (java) S 26269 26276 26206 0 -1 1077944384 917224 13007 0 3 700 116 5 3 20 0 15 0 473035998 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385532521328 140386328345218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26392] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26392/stat : 26392 (java) S 26269 26276 26206 0 -1 1077944384 17 13007 0 3 0 0 5 3 20 0 15 0 473035999 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385435248288 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26394] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26394/stat : 26394 (java) S 26269 26276 26206 0 -1 1077944384 10 13007 0 3 0 0 5 3 20 0 15 0 473035999 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385166812544 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26401] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26401/stat : 26401 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140384859412816 140386328352667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26402] ppid=26269 vsize=10853144 memory=2522096 CPUtime=8.18 cores=0,2,4,6
/proc/26276/task/26402/stat : 26402 (java) S 26269 26276 26206 0 -1 1077944384 41651 13007 0 3 800 10 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385531468144 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26403] ppid=26269 vsize=10853144 memory=3620 CPUtime=8.05 cores=0,2,4,6
/proc/26276/task/26403/stat : 26403 (java) S 26269 26276 26206 0 -1 1077944384 44471 13007 0 3 787 10 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385530415344 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26404] ppid=26269 vsize=10853144 memory=2522096 CPUtime=4.83 cores=0,2,4,6
/proc/26276/task/26404/stat : 26404 (java) S 26269 26276 26206 0 -1 1077944384 56112 13007 0 3 463 12 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385529362544 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26405] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26405/stat : 26405 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140384825854176 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26407] ppid=26269 vsize=10853144 memory=6791534058613427641 CPUtime=1.41 cores=0,2,4,6
/proc/26276/task/26407/stat : 26407 (java) S 26269 26276 26206 0 -1 1077944384 47570 13007 0 3 64 69 5 3 20 0 15 0 473036010 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385528310960 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
Current children cumulated CPU time: 2435.47 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 2522096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.39 1.25 4/228 26633
/proc/meminfo: memFree=263616/32770624 swapFree=66955368/67108860
[pid=26276] ppid=26269 vsize=10853144 memory=2522096 CPUtime=2495.89 cores=0,2,4,6
/proc/26276/stat : 26276 (java) S 26269 26276 26206 0 -1 1077944320 19786918 13007 2 3 245696 3885 5 3 20 0 15 0 473035837 11113619456 630524 33554432000 4194304 4196468 140720506582736 140720506565280 140386328334071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
/proc/26276/statm: 2713286 630524 3633 1 0 2675341 0
[pid=26276/tid=26371] ppid=26269 vsize=10853144 memory=2522096 CPUtime=2407.63 cores=0,2,4,6
/proc/26276/task/26371/stat : 26371 (java) R 26269 26276 26206 0 -1 4202560 6315117 13007 2 3 237939 2816 5 3 20 0 15 0 473035981 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386300169552 140385938440512 0 4 0 16800975 0 0 0 -1 4 0 0 657 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26382] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.54 cores=0,2,4,6
/proc/26276/task/26382/stat : 26382 (java) S 26269 26276 26206 0 -1 1077944384 3078109 13007 0 3 1209 237 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386332576400 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26383] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.48 cores=0,2,4,6
/proc/26276/task/26383/stat : 26383 (java) S 26269 26276 26206 0 -1 1077944384 3062331 13007 0 3 1209 231 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386247395856 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26384] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.5 cores=0,2,4,6
/proc/26276/task/26384/stat : 26384 (java) S 26269 26276 26206 0 -1 1077944384 3059691 13007 0 3 1198 244 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386246343056 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26385] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.5 cores=0,2,4,6
/proc/26276/task/26385/stat : 26385 (java) S 26269 26276 26206 0 -1 1077944384 3158847 13007 0 3 1196 246 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386245290256 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26390] ppid=26269 vsize=10853144 memory=1560 CPUtime=8.36 cores=0,2,4,6
/proc/26276/task/26390/stat : 26390 (java) S 26269 26276 26206 0 -1 1077944384 920536 13007 0 3 711 117 5 3 20 0 15 0 473035998 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385532521328 140386328345218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26392] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26392/stat : 26392 (java) S 26269 26276 26206 0 -1 1077944384 17 13007 0 3 0 0 5 3 20 0 15 0 473035999 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385435248288 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26394] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26394/stat : 26394 (java) S 26269 26276 26206 0 -1 1077944384 10 13007 0 3 0 0 5 3 20 0 15 0 473035999 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385166812544 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26401] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26401/stat : 26401 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140384859412816 140386328352667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26402] ppid=26269 vsize=10853144 memory=2522096 CPUtime=8.18 cores=0,2,4,6
/proc/26276/task/26402/stat : 26402 (java) S 26269 26276 26206 0 -1 1077944384 41669 13007 0 3 800 10 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385531468144 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26403] ppid=26269 vsize=10853144 memory=2522096 CPUtime=8.05 cores=0,2,4,6
/proc/26276/task/26403/stat : 26403 (java) S 26269 26276 26206 0 -1 1077944384 44498 13007 0 3 787 10 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385530415344 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26404] ppid=26269 vsize=10853144 memory=2522096 CPUtime=4.83 cores=0,2,4,6
/proc/26276/task/26404/stat : 26404 (java) S 26269 26276 26206 0 -1 1077944384 56130 13007 0 3 463 12 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385529362544 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26405] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26405/stat : 26405 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140384825854176 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26407] ppid=26269 vsize=10853144 memory=984 CPUtime=1.44 cores=0,2,4,6
/proc/26276/task/26407/stat : 26407 (java) S 26269 26276 26206 0 -1 1077944384 47748 13007 0 3 66 70 5 3 20 0 15 0 473036010 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385528310960 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
Current children cumulated CPU time: 2495.89 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 2522096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.3 s]
/proc/loadavg: 2.04 1.52 1.30 4/229 26660
/proc/meminfo: memFree=263260/32770624 swapFree=66955372/67108860
[pid=26276] ppid=26269 vsize=10853144 memory=2522096 CPUtime=2520.07 cores=0,2,4,6
/proc/26276/stat : 26276 (java) S 26269 26276 26206 0 -1 1077944320 19822415 13007 2 3 248109 3890 5 3 20 0 15 0 473035837 11113619456 630524 33554432000 4194304 4196468 140720506582736 140720506565280 140386328334071 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
/proc/26276/statm: 2713286 630524 3633 1 0 2675341 0
[pid=26276/tid=26371] ppid=26269 vsize=10853144 memory=2522096 CPUtime=2431.49 cores=0,2,4,6
/proc/26276/task/26371/stat : 26371 (java) R 26269 26276 26206 0 -1 4202560 6344486 13007 2 3 240322 2819 5 3 20 0 15 0 473035981 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386300170032 140385938731091 0 4 0 16800975 0 0 0 -1 4 0 0 657 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26382] ppid=26269 vsize=10853144 memory=1328 CPUtime=14.6 cores=0,2,4,6
/proc/26276/task/26382/stat : 26382 (java) S 26269 26276 26206 0 -1 1077944384 3078964 13007 0 3 1215 237 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386332576400 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26383] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.54 cores=0,2,4,6
/proc/26276/task/26383/stat : 26383 (java) S 26269 26276 26206 0 -1 1077944384 3064740 13007 0 3 1215 231 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386247395856 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26384] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.55 cores=0,2,4,6
/proc/26276/task/26384/stat : 26384 (java) S 26269 26276 26206 0 -1 1077944384 3061187 13007 0 3 1203 244 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386246343056 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26385] ppid=26269 vsize=10853144 memory=2522096 CPUtime=14.56 cores=0,2,4,6
/proc/26276/task/26385/stat : 26385 (java) S 26269 26276 26206 0 -1 1077944384 3159042 13007 0 3 1202 246 5 3 20 0 15 0 473035997 11113619456 630524 33554432000 4194304 4196468 140720506582736 140386245290256 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26390] ppid=26269 vsize=10853144 memory=2522096 CPUtime=8.42 cores=0,2,4,6
/proc/26276/task/26390/stat : 26390 (java) S 26269 26276 26206 0 -1 1077944384 921631 13007 0 3 717 117 5 3 20 0 15 0 473035998 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385532521328 140386328345218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26392] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26392/stat : 26392 (java) S 26269 26276 26206 0 -1 1077944384 17 13007 0 3 0 0 5 3 20 0 15 0 473035999 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385435248288 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26394] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26394/stat : 26394 (java) S 26269 26276 26206 0 -1 1077944384 10 13007 0 3 0 0 5 3 20 0 15 0 473035999 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385166812544 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26401] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26401/stat : 26401 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140384859412816 140386328352667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26402] ppid=26269 vsize=10853144 memory=2522096 CPUtime=8.18 cores=0,2,4,6
/proc/26276/task/26402/stat : 26402 (java) S 26269 26276 26206 0 -1 1077944384 41675 13007 0 3 800 10 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385531468144 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26403] ppid=26269 vsize=10853144 memory=2506808 CPUtime=8.05 cores=0,2,4,6
/proc/26276/task/26403/stat : 26403 (java) S 26269 26276 26206 0 -1 1077944384 44507 13007 0 3 787 10 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385530415344 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26404] ppid=26269 vsize=10853144 memory=2522096 CPUtime=4.83 cores=0,2,4,6
/proc/26276/task/26404/stat : 26404 (java) S 26269 26276 26206 0 -1 1077944384 56136 13007 0 3 463 12 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385529362544 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26405] ppid=26269 vsize=10853144 memory=2522096 CPUtime=0.08 cores=0,2,4,6
/proc/26276/task/26405/stat : 26405 (java) S 26269 26276 26206 0 -1 1077944384 3 13007 0 3 0 0 5 3 20 0 15 0 473036004 11113619456 630524 33554432000 4194304 4196468 140720506582736 140384825854176 140386328344277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
[pid=26276/tid=26407] ppid=26269 vsize=10853144 memory=2522096 CPUtime=1.46 cores=0,2,4,6
/proc/26276/task/26407/stat : 26407 (java) S 26269 26276 26206 0 -1 1077944384 47805 13007 0 3 67 71 5 3 20 0 15 0 473036010 11113619456 630524 33554432000 4194304 4196468 140720506582736 140385528310960 140386328345218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 33034240 140720506587887 140720506590405 140720506590405 140720506593231 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 2522096 KiB

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

[startup+2466.45 s]
# the end of solver process 26276 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2481.17 s, system=39.071 s

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

[startup+2466.41 s]*
/proc/loadavg: 2.04 1.52 1.30 3/216 26662
/proc/meminfo: memFree=2074644/32770624 swapFree=66955372/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2466.45
CPU time (s): 2520.25
CPU user time (s): 2481.17
CPU system time (s): 39.071
CPU usage (%): 102.181
Max. virtual memory (cumulated for all children) (KiB): 10853144
Max. memory (cumulated for all children) (KiB): 2541156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2481.17
system time used= 39.071
maximum resident set size= 2541156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19840425
page faults= 5
swaps= 0
block input operations= 17000
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 235588
involuntary context switches= 11917


# summary of solver processes directly reported to runsolver:
#   pid: 26276
#   total CPU time (s): 2520.25
#   total CPU user time (s): 2481.17
#   total CPU system time (s): 39.071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8885 second user time and 23.5141 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 10:19:58
IDJOB=4402885
IDBENCH=115852
IDSOLVER=2861
FILE ID=node151/4402885-1568967637
RUNJOBID= node151-1568967597-26238
PBS_JOBID= 21704609
Free space on /tmp= 12316 MiB

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

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=1455309010

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:          742424 kB
MemAvailable:   31808364 kB
Buffers:          116744 kB
Cached:         30936660 kB
SwapCached:        51836 kB
Active:         16565552 kB
Inactive:       14543692 kB
Active(anon):       3872 kB
Inactive(anon):    97584 kB
Active(file):   16561680 kB
Inactive(file): 14446108 kB
Unevictable:      108244 kB
Mlocked:          108244 kB
SwapTotal:      67108860 kB
SwapFree:       66955356 kB
Dirty:             27208 kB
Writeback:             0 kB
AnonPages:        112572 kB
Mapped:            48336 kB
Shmem:             36824 kB
Slab:             514152 kB
SReclaimable:     486612 kB
SUnreclaim:        27540 kB
KernelStack:        3408 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

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