Trace number 4401287

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)310 2400.11 2348.73

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-3.xml
MD5SUM486402128da484f7cb4aeca2fb99213d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark310
Best CPU time to get the best result obtained on this benchmark32.8706
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size410
Distribution of domain sizes[{"size":5,"count":50},{"size":410,"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.72/1.06	c Concrete v3.12.2.1568631193530 running
9.13/4.52	o 409
9.13/4.54	o 408
9.13/4.55	o 407
9.13/4.56	o 402
9.13/4.57	o 401
9.47/4.64	o 398
9.47/4.68	o 379
10.46/4.91	o 378
10.46/4.91	o 374
11.09/5.19	o 370
11.39/5.20	o 368
11.39/5.21	o 354
12.62/5.66	o 351
14.47/6.27	o 350
14.47/6.28	o 349
14.78/6.30	o 345
15.39/6.57	o 343
15.39/6.57	o 341
15.39/6.58	o 335
15.39/6.58	o 329
15.69/6.60	o 326
15.69/6.61	o 325
16.56/7.12	o 323
20.93/10.12	o 322
20.93/10.13	o 321
24.53/12.92	o 320
24.53/12.93	o 319
24.53/12.93	o 318
24.79/13.18	o 317
97.52/82.63	o 316
147.76/131.56	o 315
512.61/491.05	o 314
512.61/491.06	o 312
563.33/540.89	o 311
563.44/540.90	o 310
2400.06/2348.71	Exception in thread "main" java.util.concurrent.TimeoutException
2400.06/2348.71		at concrete.MAC.mac(MAC.scala:192)
2400.06/2348.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.06/2348.71		at scala.util.Try$.apply(Try.scala:212)
2400.06/2348.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2348.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2348.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2348.71		at concrete.MAC.oneRun(MAC.scala:265)
2400.06/2348.71		at concrete.MAC.nextSolution(MAC.scala:284)
2400.06/2348.71		at concrete.MAC.nextSolution(MAC.scala:369)
2400.06/2348.71		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2348.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2348.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2348.71		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2348.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.06/2348.71		at scala.util.Success.map(Try.scala:264)
2400.06/2348.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.06/2348.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2348.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2348.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2348.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2348.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2348.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2348.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2348.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2348.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2348.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2348.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2348.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2348.71		at scala.App.main(App.scala:75)
2400.06/2348.71		at scala.App.main$(App.scala:73)
2400.06/2348.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2348.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2348.72	v <instantiation
2400.06/2348.72	v         cost = '310'>
2400.06/2348.72	v       <list>
2400.06/2348.72	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.06/2348.72	v       </list>
2400.06/2348.72	v       <values>
2400.06/2348.72	v         5 45 129 213 244 0 44 115 193 244 0 5 81 176 229 2 91 148 208 233 0 81 93 176 217 310 310 310 310 310 35 45 64 31 66 44 71 78 36 66 5 75 91 53 81 79 38 60 25 77 81 12 83 37 93 4 1 2 3 0 1 4 0 2 3 4 0 3 1 2 3 2 4 0 1 2 0 1 3 4 244 45 129 213 5 115 0 193 244 44 5 176 229 81 0 208 233 91 2 148 81 93 0 176 217
2400.06/2348.72	v       </values>
2400.06/2348.72	v     </instantiation>
2400.06/2348.72	s SATISFIABLE

Verifier Data

OK	310

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401287-1568673332/watcher-4401287-1568673332 -o /tmp/evaluation-result-4401287-1568673332/solver-4401287-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25918 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401287-1568673332.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
solver pid=25948, runsolver pid=25945
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 0.32 1.51 2.33 2/207 26005
/proc/meminfo: memFree=29356616/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/25948/stat : 25948 (bash) S 25945 25948 25887 0 -1 4202496 893 5686 0 0 0 0 0 1 20 0 1 0 443248723 115974144 404 33554432000 4194304 5098028 140723706943568 140723706937576 140108749036544 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 33247232 140723706946581 140723706946705 140723706946705 140723706949614 0
/proc/25948/statm: 28314 404 320 221 0 119 0
[pid=26003] ppid=25948 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/26003/stat : 26003 (bash) S 25948 25948 25887 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443248727 115974144 178 33554432000 4194304 5098028 140723706943568 140723706936248 140108748862076 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33247232 140723706946581 140723706946705 140723706946705 140723706949614 0
/proc/26003/statm: 28314 178 94 221 0 119 0
[pid=26004] ppid=26003 vsize=98704 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26003 25948 25887 0 -1 1077944320 1356 0 0 0 0 0 0 0 20 0 2 0 443248727 101072896 1155 33554432000 4194304 4196468 140731391088928 140731391071472 140630553349879 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
/proc/26004/statm: 24676 1155 857 1 0 16800 0
[pid=26004/tid=26006] ppid=26003 vsize=98704 memory=8326441210107759528 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) D 26003 25948 25887 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 2 0 443248734 101072896 1185 33554432000 4194304 4196468 140731391088928 140630557584760 140630555625159 0 0 4096 0 18446744072101821988 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26005] ppid=26003 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26005/stat : 26005 (awk) S 26003 25948 25887 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443248727 116211712 242 33554432000 4194304 4609284 140730156842976 140730156842152 139898876681216 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 24170496 140730156844220 140730156844250 140730156844250 140730156847087 0
/proc/26005/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 438704 KiB
Current children cumulated memory: 7916 KiB

[startup+0.210449 s]*
/proc/loadavg: 0.32 1.51 2.33 4/223 26021
/proc/meminfo: memFree=29333084/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/25948/stat : 25948 (bash) S 25945 25948 25887 0 -1 4202496 893 5686 0 0 0 0 0 1 20 0 1 0 443248723 115974144 404 33554432000 4194304 5098028 140723706943568 140723706937576 140108749036544 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 33247232 140723706946581 140723706946705 140723706946705 140723706949614 0
/proc/25948/statm: 28314 404 320 221 0 119 0
[pid=26003] ppid=25948 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/26003/stat : 26003 (bash) S 25948 25948 25887 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443248727 115974144 178 33554432000 4194304 5098028 140723706943568 140723706936248 140108748862076 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33247232 140723706946581 140723706946705 140723706946705 140723706949614 0
/proc/26003/statm: 28314 178 94 221 0 119 0
[pid=26004] ppid=26003 vsize=10260324 memory=20920 CPUtime=0.04 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26003 25948 25887 0 -1 1077944320 4108 0 0 0 3 1 0 0 20 0 9 0 443248727 10506571776 5230 33554432000 4194304 4196468 140731391088928 140731391071472 140630553349879 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
/proc/26004/statm: 2565081 5230 2160 1 0 2527622 0
[pid=26004/tid=26006] ppid=26003 vsize=10260324 memory=7596557092442865725 CPUtime=0.03 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) R 26003 25948 25887 0 -1 4202560 2768 0 0 0 3 0 0 0 20 0 9 0 443248734 10506571776 5230 33554432000 4194304 4196468 140731391088928 140630557587824 140630537537184 0 4 0 16784585 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26008] ppid=26003 vsize=10260324 memory=288288895920242711 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26003 25948 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248740 10506571776 5230 33554432000 4194304 4196468 140731391088928 140630518631056 140630553360085 0 4 0 16784585 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26009] ppid=26003 vsize=10260324 memory=4122120956043347616 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26003 25948 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248740 10506571776 5230 33554432000 4194304 4196468 140731391088928 140630158846480 140630553360085 0 4 0 16784585 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26010] ppid=26003 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) S 26003 25948 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248740 10506571776 5230 33554432000 4194304 4196468 140731391088928 140630157793680 140630553360085 0 4 0 16784585 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26011] ppid=26003 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26003 25948 25887 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443248740 10506571776 5230 33554432000 4194304 4196468 140731391088928 140630156740880 140630553360085 0 4 0 16784585 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26017] ppid=26003 vsize=10260324 memory=140704070518400 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26003 25948 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5230 33554432000 4194304 4196468 140731391088928 140629857684336 140630553361026 0 0 0 16784585 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26019] ppid=26003 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26019/stat : 26019 (java) S 26003 25948 25887 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5230 33554432000 4194304 4196468 140731391088928 140629856630304 140630553360085 0 4 0 16784587 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26021] ppid=26003 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26021/stat : 26021 (java) S 26003 25948 25887 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5230 33554432000 4194304 4196468 140731391088928 140629855577520 140630553360085 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26005] ppid=26003 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26005/stat : 26005 (awk) S 26003 25948 25887 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443248727 116211712 242 33554432000 4194304 4609284 140730156842976 140730156842152 139898876681216 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 24170496 140730156844220 140730156844250 140730156844250 140730156847087 0
/proc/26005/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 24216 KiB

[startup+0.3104 s]*
/proc/loadavg: 0.32 1.51 2.33 2/223 26021
/proc/meminfo: memFree=29332760/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/25948/stat : 25948 (bash) S 25945 25948 25887 0 -1 4202496 893 5686 0 0 0 0 0 1 20 0 1 0 443248723 115974144 404 33554432000 4194304 5098028 140723706943568 140723706937576 140108749036544 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 33247232 140723706946581 140723706946705 140723706946705 140723706949614 0
/proc/25948/statm: 28314 404 320 221 0 119 0
[pid=26003] ppid=25948 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/26003/stat : 26003 (bash) S 25948 25948 25887 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 443248727 115974144 178 33554432000 4194304 5098028 140723706943568 140723706936248 140108748862076 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 33247232 140723706946581 140723706946705 140723706946705 140723706949614 0
/proc/26003/statm: 28314 178 94 221 0 119 0
[pid=26004] ppid=26003 vsize=10260324 memory=21180 CPUtime=0.05 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26003 25948 25887 0 -1 1077944320 4177 0 0 0 4 1 0 0 20 0 9 0 443248727 10506571776 5295 33554432000 4194304 4196468 140731391088928 140731391071472 140630553349879 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
/proc/26004/statm: 2565081 5295 2192 1 0 2527622 0
[pid=26004/tid=26006] ppid=26003 vsize=10260324 memory=7596557092442865725 CPUtime=0.03 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) D 26003 25948 25887 0 -1 1077944384 2831 0 0 0 3 0 0 0 20 0 9 0 443248734 10506571776 5295 33554432000 4194304 4196468 140731391088928 140630557584920 140630546027893 0 4 0 16800971 18446744072101821988 0 0 -1 0 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26008] ppid=26003 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26003 25948 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248740 10506571776 5295 33554432000 4194304 4196468 140731391088928 140630518631056 140630553360085 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26009] ppid=26003 vsize=10260324 memory=3689774292304152224 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26003 25948 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248740 10506571776 5295 33554432000 4194304 4196468 140731391088928 140630158846480 140630553360085 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26010] ppid=26003 vsize=10260324 memory=8505805620462321908 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) S 26003 25948 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248740 10506571776 5295 33554432000 4194304 4196468 140731391088928 140630157793680 140630553360085 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26011] ppid=26003 vsize=10260324 memory=3762813702125991734 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26003 25948 25887 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443248740 10506571776 5295 33554432000 4194304 4196468 140731391088928 140630156740880 140630553360085 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26017] ppid=26003 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26003 25948 25887 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5295 33554432000 4194304 4196468 140731391088928 140629857684336 140630553361026 0 0 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26019] ppid=26003 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26019/stat : 26019 (java) S 26003 25948 25887 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5295 33554432000 4194304 4196468 140731391088928 140629856630304 140630553360085 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26004/tid=26021] ppid=26003 vsize=10260324 memory=140704070518400 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26021/stat : 26021 (java) S 26003 25948 25887 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443248743 10506571776 5295 33554432000 4194304 4196468 140731391088928 140629855577456 140630553360085 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19619840 140731391095948 140731391095962 140731391095962 140731391098831 0
[pid=26005] ppid=26003 vsize=113488 memory=968 CPUtime=0 cores=0,2,4,6
/proc/26005/stat : 26005 (awk) S 26003 25948 25887 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443248727 116211712 242 33554432000 4194304 4609284 140730156842976 140730156842152 139898876681216 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 24170496 140730156844220 140730156844250 140730156844250 140730156847087 0
/proc/26005/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 24476 KiB

[startup+0.702419 s]
/proc/loadavg: 0.32 1.51 2.33 4/208 26055
/proc/meminfo: memFree=29346148/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=10819712 memory=40088 CPUtime=0.24 cores=0,2,4,6
/proc/25948/stat : 25948 (java) S 25945 25948 25887 0 -1 1077944320 6828 13177 0 0 14 2 5 3 20 0 15 0 443248723 11079385088 10022 33554432000 4194304 4196468 140726089603056 140726089585600 139975124164343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
/proc/25948/statm: 2704928 10022 3174 1 0 2667149 0
[pid=25948/tid=26057] ppid=25945 vsize=10819712 memory=1167 CPUtime=0.18 cores=0,2,4,6
/proc/25948/task/26057/stat : 26057 (java) R 25945 25948 25887 0 -1 4202560 3309 13177 0 0 9 1 5 3 20 0 15 0 443248774 11079385088 10022 33554432000 4194304 4196468 140726089603056 139975095958392 139975108272546 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 40088 KiB

[startup+1.5007 s]
/proc/loadavg: 0.32 1.51 2.33 4/229 26079
/proc/meminfo: memFree=29257324/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=10828536 memory=110112 CPUtime=1.65 cores=0,2,4,6
/proc/25948/stat : 25948 (java) S 25945 25948 25887 0 -1 1077944320 17240 13177 0 0 149 8 5 3 20 0 15 0 443248723 11088420864 27522 33554432000 4194304 4196468 140726089603056 140726089585600 139975124164343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
/proc/25948/statm: 2707134 27528 3544 1 0 2669197 0
[pid=25948/tid=26057] ppid=25945 vsize=10828536 memory=3504 CPUtime=0.96 cores=0,2,4,6
/proc/25948/task/26057/stat : 26057 (java) R 25945 25948 25887 0 -1 4202560 12212 13177 0 0 82 6 5 3 20 0 15 0 443248774 11088420864 27528 33554432000 4194304 4196468 140726089603056 139975095999904 139975108244830 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26061] ppid=25945 vsize=10828536 memory=47480 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26061/stat : 26061 (java) S 25945 25948 25887 0 -1 1077944384 1 13177 0 0 0 0 5 3 20 0 15 0 443248776 11088420864 27528 33554432000 4194304 4196468 140726089603056 139975128406672 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26062] ppid=25945 vsize=10828536 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26062/stat : 26062 (java) S 25945 25948 25887 0 -1 1077944384 2 13177 0 0 0 0 5 3 20 0 15 0 443248776 11088420864 27528 33554432000 4194304 4196468 140726089603056 139975016679952 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26063] ppid=25945 vsize=10828536 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26063/stat : 26063 (java) S 25945 25948 25887 0 -1 1077944384 2 13177 0 0 0 0 5 3 20 0 15 0 443248776 11088420864 27528 33554432000 4194304 4196468 140726089603056 139975015627152 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26064] ppid=25945 vsize=10828536 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26064/stat : 26064 (java) S 25945 25948 25887 0 -1 1077944384 2 13177 0 0 0 0 5 3 20 0 15 0 443248776 11088420864 27528 33554432000 4194304 4196468 140726089603056 139975014574352 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26065] ppid=25945 vsize=10828536 memory=4152 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26065/stat : 26065 (java) S 25945 25948 25887 0 -1 1077944384 5 13177 0 0 0 0 5 3 20 0 15 0 443248777 11088420864 27528 33554432000 4194304 4196468 140726089603056 139974583716720 139975124175490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26066] ppid=25945 vsize=10828536 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26066/stat : 26066 (java) S 25945 25948 25887 0 -1 1077944384 33 13177 0 0 0 0 5 3 20 0 15 0 443248778 11088420864 27528 33554432000 4194304 4196468 140726089603056 139974582662688 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26067] ppid=25945 vsize=10828536 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26067/stat : 26067 (java) S 25945 25948 25887 0 -1 1077944384 1 13177 0 0 0 0 5 3 20 0 15 0 443248778 11088420864 27528 33554432000 4194304 4196468 140726089603056 139973990802800 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26073] ppid=25945 vsize=10828536 memory=3305937 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26073/stat : 26073 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248782 11088420864 27528 33554432000 4194304 4196468 140726089603056 139973683403088 139975124182939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26074] ppid=25945 vsize=10828536 memory=10774 CPUtime=0.27 cores=0,2,4,6
/proc/25948/task/26074/stat : 26074 (java) S 25945 25948 25887 0 -1 1077944384 867 13177 0 0 19 0 5 3 20 0 15 0 443248782 11088420864 27528 33554432000 4194304 4196468 140726089603056 139974549105008 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26075] ppid=25945 vsize=10828536 memory=27353 CPUtime=0.27 cores=0,2,4,6
/proc/25948/task/26075/stat : 26075 (java) S 25945 25948 25887 0 -1 1077944384 817 13177 0 0 19 0 5 3 20 0 15 0 443248782 11088420864 27528 33554432000 4194304 4196468 140726089603056 139974548052208 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26076] ppid=25945 vsize=10828536 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/25948/task/26076/stat : 26076 (java) S 25945 25948 25887 0 -1 1077944384 1084 13177 0 0 27 0 5 3 20 0 15 0 443248782 11088420864 27528 33554432000 4194304 4196468 140726089603056 139974546999408 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26077] ppid=25945 vsize=10828536 memory=281407867905280 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26077/stat : 26077 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248783 11088420864 27528 33554432000 4194304 4196468 140726089603056 139973649844448 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26079] ppid=25945 vsize=10828536 memory=281407867874328 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26079/stat : 26079 (java) S 25945 25948 25887 0 -1 1077944384 1 13177 0 0 0 0 5 3 20 0 15 0 443248788 11088420864 27528 33554432000 4194304 4196468 140726089603056 139974545947824 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10828536 KiB
Current children cumulated memory: 110112 KiB

[startup+3.11036 s]
/proc/loadavg: 0.32 1.51 2.33 5/229 26081
/proc/meminfo: memFree=28971668/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=10842892 memory=210368 CPUtime=5.28 cores=0,2,4,6
/proc/25948/stat : 25948 (java) S 25945 25948 25887 0 -1 1077944320 32521 13177 0 0 505 15 5 3 20 0 15 0 443248723 11103121408 52592 33554432000 4194304 4196468 140726089603056 140726089585600 139975124164343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
/proc/25948/statm: 2710723 52592 3595 1 0 2672781 0
[pid=25948/tid=26057] ppid=25945 vsize=10842892 memory=3305937 CPUtime=2.52 cores=0,2,4,6
/proc/25948/task/26057/stat : 26057 (java) R 25945 25948 25887 0 -1 4202560 18316 13177 0 0 236 8 5 3 20 0 15 0 443248774 11103121408 52592 33554432000 4194304 4196468 140726089603056 139975095990992 139975108244830 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26061] ppid=25945 vsize=10842892 memory=10774 CPUtime=0.09 cores=0,2,4,6
/proc/25948/task/26061/stat : 26061 (java) S 25945 25948 25887 0 -1 1077944384 351 13177 0 0 1 0 5 3 20 0 15 0 443248776 11103121408 52592 33554432000 4194304 4196468 140726089603056 139975128406672 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26062] ppid=25945 vsize=10842892 memory=27353 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26062/stat : 26062 (java) S 25945 25948 25887 0 -1 1077944384 73 13177 0 0 0 0 5 3 20 0 15 0 443248776 11103121408 52592 33554432000 4194304 4196468 140726089603056 139975016679952 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26063] ppid=25945 vsize=10842892 memory=29 CPUtime=0.09 cores=0,2,4,6
/proc/25948/task/26063/stat : 26063 (java) S 25945 25948 25887 0 -1 1077944384 58 13177 0 0 1 0 5 3 20 0 15 0 443248776 11103121408 52592 33554432000 4194304 4196468 140726089603056 139975015627152 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26064] ppid=25945 vsize=10842892 memory=18 CPUtime=0.09 cores=0,2,4,6
/proc/25948/task/26064/stat : 26064 (java) S 25945 25948 25887 0 -1 1077944384 35 13177 0 0 1 0 5 3 20 0 15 0 443248776 11103121408 52592 33554432000 4194304 4196468 140726089603056 139975014574352 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26065] ppid=25945 vsize=10842892 memory=1 CPUtime=0.09 cores=0,2,4,6
/proc/25948/task/26065/stat : 26065 (java) S 25945 25948 25887 0 -1 1077944384 134 13177 0 0 1 0 5 3 20 0 15 0 443248777 11103121408 52592 33554432000 4194304 4196468 140726089603056 139974583716720 139975124175490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26066] ppid=25945 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26066/stat : 26066 (java) S 25945 25948 25887 0 -1 1077944384 34 13177 0 0 0 0 5 3 20 0 15 0 443248778 11103121408 52592 33554432000 4194304 4196468 140726089603056 139974582662752 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26067] ppid=25945 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26067/stat : 26067 (java) S 25945 25948 25887 0 -1 1077944384 1 13177 0 0 0 0 5 3 20 0 15 0 443248778 11103121408 52592 33554432000 4194304 4196468 140726089603056 139973990802816 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26073] ppid=25945 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26073/stat : 26073 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248782 11103121408 52592 33554432000 4194304 4196468 140726089603056 139973683403088 139975124182939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26074] ppid=25945 vsize=10842892 memory=203648 CPUtime=1 cores=0,2,4,6
/proc/25948/task/26074/stat : 26074 (java) S 25945 25948 25887 0 -1 1077944384 3810 13177 0 0 91 1 5 3 20 0 15 0 443248782 11103121408 52592 33554432000 4194304 4196468 140726089603056 139974549105008 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26075] ppid=25945 vsize=10842892 memory=281407868111680 CPUtime=0.75 cores=0,2,4,6
/proc/25948/task/26075/stat : 26075 (java) S 25945 25948 25887 0 -1 1077944384 2331 13177 0 0 67 0 5 3 20 0 15 0 443248782 11103121408 52592 33554432000 4194304 4196468 140726089603056 139974548052208 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26076] ppid=25945 vsize=10842892 memory=-9001728533042062950 CPUtime=1.11 cores=0,2,4,6

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

/proc/25948/task/26057/stat : 26057 (java) R 25945 25948 25887 0 -1 4202560 93336 13177 0 0 223575 55 5 3 20 0 15 0 443248774 11111522304 284139 33554432000 4194304 4196468 140726089603056 139975095999392 139974695187122 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26061] ppid=25945 vsize=10851096 memory=1136556 CPUtime=12.02 cores=0,2,4,6
/proc/25948/task/26061/stat : 26061 (java) S 25945 25948 25887 0 -1 1077944384 27658 13177 0 0 1142 52 5 3 20 0 15 0 443248776 11111522304 284139 33554432000 4194304 4196468 140726089603056 139975128406672 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26062] ppid=25945 vsize=10851096 memory=5002 CPUtime=12.04 cores=0,2,4,6
/proc/25948/task/26062/stat : 26062 (java) S 25945 25948 25887 0 -1 1077944384 24837 13177 0 0 1141 55 5 3 20 0 15 0 443248776 11111522304 284139 33554432000 4194304 4196468 140726089603056 139975016679952 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26063] ppid=25945 vsize=10851096 memory=5002 CPUtime=12.05 cores=0,2,4,6
/proc/25948/task/26063/stat : 26063 (java) S 25945 25948 25887 0 -1 1077944384 21559 13177 0 0 1145 52 5 3 20 0 15 0 443248776 11111522304 284139 33554432000 4194304 4196468 140726089603056 139975015627152 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26064] ppid=25945 vsize=10851096 memory=1136556 CPUtime=12.04 cores=0,2,4,6
/proc/25948/task/26064/stat : 26064 (java) S 25945 25948 25887 0 -1 1077944384 21017 13177 0 0 1142 54 5 3 20 0 15 0 443248776 11111522304 284139 33554432000 4194304 4196468 140726089603056 139975014574352 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26065] ppid=25945 vsize=10851096 memory=1136556 CPUtime=10.44 cores=0,2,4,6
/proc/25948/task/26065/stat : 26065 (java) S 25945 25948 25887 0 -1 1077944384 22565 13177 0 0 982 54 5 3 20 0 15 0 443248777 11111522304 284139 33554432000 4194304 4196468 140726089603056 139974583716720 139975124175490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26066] ppid=25945 vsize=10851096 memory=1136556 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26066/stat : 26066 (java) S 25945 25948 25887 0 -1 1077944384 41 13177 0 0 0 0 5 3 20 0 15 0 443248778 11111522304 284139 33554432000 4194304 4196468 140726089603056 139974582662752 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26067] ppid=25945 vsize=10851096 memory=1136556 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26067/stat : 26067 (java) S 25945 25948 25887 0 -1 1077944384 6 13177 0 0 0 0 5 3 20 0 15 0 443248778 11111522304 284139 33554432000 4194304 4196468 140726089603056 139973990802816 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26073] ppid=25945 vsize=10851096 memory=1136556 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26073/stat : 26073 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248782 11111522304 284139 33554432000 4194304 4196468 140726089603056 139973683403088 139975124182939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26074] ppid=25945 vsize=10851096 memory=1136556 CPUtime=6.29 cores=0,2,4,6
/proc/25948/task/26074/stat : 26074 (java) S 25945 25948 25887 0 -1 1077944384 28626 13177 0 0 617 4 5 3 20 0 15 0 443248782 11111522304 284139 33554432000 4194304 4196468 140726089603056 139974549105008 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26075] ppid=25945 vsize=10851096 memory=1136556 CPUtime=5.67 cores=0,2,4,6
/proc/25948/task/26075/stat : 26075 (java) S 25945 25948 25887 0 -1 1077944384 22023 13177 0 0 555 4 5 3 20 0 15 0 443248782 11111522304 284139 33554432000 4194304 4196468 140726089603056 139974548052208 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26076] ppid=25945 vsize=10851096 memory=1136556 CPUtime=4.39 cores=0,2,4,6
/proc/25948/task/26076/stat : 26076 (java) S 25945 25948 25887 0 -1 1077944384 37179 13177 0 0 423 8 5 3 20 0 15 0 443248782 11111522304 284139 33554432000 4194304 4196468 140726089603056 139974546999408 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26077] ppid=25945 vsize=10851096 memory=1136556 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26077/stat : 26077 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248783 11111522304 284139 33554432000 4194304 4196468 140726089603056 139973649844448 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26079] ppid=25945 vsize=10851096 memory=3504 CPUtime=1.53 cores=0,2,4,6
/proc/25948/task/26079/stat : 26079 (java) S 25945 25948 25887 0 -1 1077944384 1241 13177 0 0 71 74 5 3 20 0 15 0 443248788 11111522304 284139 33554432000 4194304 4196468 140726089603056 139974545947824 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
Current children cumulated CPU time: 2312.24 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1136556 KiB

[startup+2322.3 s]
/proc/loadavg: 1.22 1.30 1.41 4/227 26318
/proc/meminfo: memFree=27068148/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=10851096 memory=1138604 CPUtime=2373.23 cores=0,2,4,6
/proc/25948/stat : 25948 (java) S 25945 25948 25887 0 -1 1077944320 304054 13177 0 0 236958 357 5 3 20 0 15 0 443248723 11111522304 284651 33554432000 4194304 4196468 140726089603056 140726089585600 139975124164343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
/proc/25948/statm: 2712774 284651 3631 1 0 2674829 0
[pid=25948/tid=26057] ppid=25945 vsize=10851096 memory=14008 CPUtime=2295.69 cores=0,2,4,6
/proc/25948/task/26057/stat : 26057 (java) R 25945 25948 25887 0 -1 4202560 94147 13177 0 0 229505 56 5 3 20 0 15 0 443248774 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975095999152 139974696491328 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26061] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.36 cores=0,2,4,6
/proc/25948/task/26061/stat : 26061 (java) S 25945 25948 25887 0 -1 1077944384 27972 13177 0 0 1174 54 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975128406672 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26062] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.38 cores=0,2,4,6
/proc/25948/task/26062/stat : 26062 (java) S 25945 25948 25887 0 -1 1077944384 25026 13177 0 0 1174 56 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975016679952 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26063] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.39 cores=0,2,4,6
/proc/25948/task/26063/stat : 26063 (java) S 25945 25948 25887 0 -1 1077944384 21648 13177 0 0 1178 53 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975015627152 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26064] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.37 cores=0,2,4,6
/proc/25948/task/26064/stat : 26064 (java) S 25945 25948 25887 0 -1 1077944384 21102 13177 0 0 1174 55 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975014574352 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26065] ppid=25945 vsize=10851096 memory=1138604 CPUtime=10.73 cores=0,2,4,6
/proc/25948/task/26065/stat : 26065 (java) S 25945 25948 25887 0 -1 1077944384 22804 13177 0 0 1010 55 5 3 20 0 15 0 443248777 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974583716720 139975124175490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26066] ppid=25945 vsize=10851096 memory=1138604 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26066/stat : 26066 (java) S 25945 25948 25887 0 -1 1077944384 41 13177 0 0 0 0 5 3 20 0 15 0 443248778 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974582662752 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26067] ppid=25945 vsize=10851096 memory=7806822108492944228 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26067/stat : 26067 (java) S 25945 25948 25887 0 -1 1077944384 6 13177 0 0 0 0 5 3 20 0 15 0 443248778 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973990802816 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26073] ppid=25945 vsize=10851096 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26073/stat : 26073 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973683403088 139975124182939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26074] ppid=25945 vsize=10851096 memory=1436 CPUtime=6.29 cores=0,2,4,6
/proc/25948/task/26074/stat : 26074 (java) S 25945 25948 25887 0 -1 1077944384 28628 13177 0 0 617 4 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974549105008 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26075] ppid=25945 vsize=10851096 memory=1138604 CPUtime=5.67 cores=0,2,4,6
/proc/25948/task/26075/stat : 26075 (java) S 25945 25948 25887 0 -1 1077944384 22025 13177 0 0 555 4 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974548052208 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26076] ppid=25945 vsize=10851096 memory=1138604 CPUtime=4.39 cores=0,2,4,6
/proc/25948/task/26076/stat : 26076 (java) S 25945 25948 25887 0 -1 1077944384 37181 13177 0 0 423 8 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974546999408 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26077] ppid=25945 vsize=10851096 memory=1138604 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26077/stat : 26077 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248783 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973649844448 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26079] ppid=25945 vsize=10851096 memory=1138604 CPUtime=1.57 cores=0,2,4,6
/proc/25948/task/26079/stat : 26079 (java) S 25945 25948 25887 0 -1 1077944384 1258 13177 0 0 73 76 5 3 20 0 15 0 443248788 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974545947824 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
Current children cumulated CPU time: 2373.23 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1138604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.7 s]
/proc/loadavg: 1.21 1.29 1.40 4/228 26321
/proc/meminfo: memFree=27066760/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=10851096 memory=1138604 CPUtime=2400.06 cores=0,2,4,6
/proc/25948/stat : 25948 (java) S 25945 25948 25887 0 -1 1077944320 304910 13177 0 0 239638 360 5 3 20 0 15 0 443248723 11111522304 284651 33554432000 4194304 4196468 140726089603056 140726089585600 139975124164343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
/proc/25948/statm: 2712774 284651 3631 1 0 2674829 0
[pid=25948/tid=26057] ppid=25945 vsize=10851096 memory=1138604 CPUtime=2321.79 cores=0,2,4,6
/proc/25948/task/26057/stat : 26057 (java) R 25945 25948 25887 0 -1 4202560 94629 13177 0 0 232115 56 5 3 20 0 15 0 443248774 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975095998928 139974695187134 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26061] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.49 cores=0,2,4,6
/proc/25948/task/26061/stat : 26061 (java) S 25945 25948 25887 0 -1 1077944384 27972 13177 0 0 1187 54 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975128406672 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26062] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.53 cores=0,2,4,6
/proc/25948/task/26062/stat : 26062 (java) S 25945 25948 25887 0 -1 1077944384 25315 13177 0 0 1189 56 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975016679952 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26063] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.53 cores=0,2,4,6
/proc/25948/task/26063/stat : 26063 (java) S 25945 25948 25887 0 -1 1077944384 21679 13177 0 0 1192 53 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975015627152 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26064] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.52 cores=0,2,4,6
/proc/25948/task/26064/stat : 26064 (java) S 25945 25948 25887 0 -1 1077944384 21115 13177 0 0 1188 56 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975014574352 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26065] ppid=25945 vsize=10851096 memory=1138604 CPUtime=10.85 cores=0,2,4,6
/proc/25948/task/26065/stat : 26065 (java) S 25945 25948 25887 0 -1 1077944384 22835 13177 0 0 1021 56 5 3 20 0 15 0 443248777 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974583716720 139975124175490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26066] ppid=25945 vsize=10851096 memory=1138604 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26066/stat : 26066 (java) S 25945 25948 25887 0 -1 1077944384 41 13177 0 0 0 0 5 3 20 0 15 0 443248778 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974582662752 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26067] ppid=25945 vsize=10851096 memory=1138604 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26067/stat : 26067 (java) S 25945 25948 25887 0 -1 1077944384 6 13177 0 0 0 0 5 3 20 0 15 0 443248778 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973990802816 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26073] ppid=25945 vsize=10851096 memory=1138604 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26073/stat : 26073 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973683403088 139975124182939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26074] ppid=25945 vsize=10851096 memory=7806822108492944228 CPUtime=6.3 cores=0,2,4,6
/proc/25948/task/26074/stat : 26074 (java) S 25945 25948 25887 0 -1 1077944384 28630 13177 0 0 617 5 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974549105008 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26075] ppid=25945 vsize=10851096 memory=9580 CPUtime=5.67 cores=0,2,4,6
/proc/25948/task/26075/stat : 26075 (java) S 25945 25948 25887 0 -1 1077944384 22027 13177 0 0 555 4 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974548052208 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26076] ppid=25945 vsize=10851096 memory=1138604 CPUtime=4.39 cores=0,2,4,6
/proc/25948/task/26076/stat : 26076 (java) S 25945 25948 25887 0 -1 1077944384 37183 13177 0 0 423 8 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974546999408 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26077] ppid=25945 vsize=10851096 memory=1256 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26077/stat : 26077 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248783 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973649844448 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26079] ppid=25945 vsize=10851096 memory=1076 CPUtime=1.59 cores=0,2,4,6
/proc/25948/task/26079/stat : 26079 (java) S 25945 25948 25887 0 -1 1077944384 1262 13177 0 0 73 78 5 3 20 0 15 0 443248788 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974545947824 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1138604 KiB

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

[startup+2348.73 s]
# the end of solver process 25948 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.46 s, system=3.65083 s

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

[startup+2348.7 s]
/proc/loadavg: 1.21 1.29 1.40 4/228 26321
/proc/meminfo: memFree=27066760/32770624 swapFree=66939904/67108860
[pid=25948] ppid=25945 vsize=10851096 memory=1138604 CPUtime=2400.06 cores=0,2,4,6
/proc/25948/stat : 25948 (java) S 25945 25948 25887 0 -1 1077944320 304910 13177 0 0 239638 360 5 3 20 0 15 0 443248723 11111522304 284651 33554432000 4194304 4196468 140726089603056 140726089585600 139975124164343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
/proc/25948/statm: 2712774 284651 3631 1 0 2674829 0
[pid=25948/tid=26057] ppid=25945 vsize=10851096 memory=1138604 CPUtime=2321.79 cores=0,2,4,6
/proc/25948/task/26057/stat : 26057 (java) R 25945 25948 25887 0 -1 4202560 94629 13177 0 0 232115 56 5 3 20 0 15 0 443248774 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975095998928 139974695187134 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26061] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.49 cores=0,2,4,6
/proc/25948/task/26061/stat : 26061 (java) S 25945 25948 25887 0 -1 1077944384 27972 13177 0 0 1187 54 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975128406672 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26062] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.53 cores=0,2,4,6
/proc/25948/task/26062/stat : 26062 (java) S 25945 25948 25887 0 -1 1077944384 25315 13177 0 0 1189 56 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975016679952 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26063] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.53 cores=0,2,4,6
/proc/25948/task/26063/stat : 26063 (java) S 25945 25948 25887 0 -1 1077944384 21679 13177 0 0 1192 53 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975015627152 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26064] ppid=25945 vsize=10851096 memory=1138604 CPUtime=12.52 cores=0,2,4,6
/proc/25948/task/26064/stat : 26064 (java) S 25945 25948 25887 0 -1 1077944384 21115 13177 0 0 1188 56 5 3 20 0 15 0 443248776 11111522304 284651 33554432000 4194304 4196468 140726089603056 139975014574352 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26065] ppid=25945 vsize=10851096 memory=1138604 CPUtime=10.85 cores=0,2,4,6
/proc/25948/task/26065/stat : 26065 (java) S 25945 25948 25887 0 -1 1077944384 22835 13177 0 0 1021 56 5 3 20 0 15 0 443248777 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974583716720 139975124175490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26066] ppid=25945 vsize=10851096 memory=1138604 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26066/stat : 26066 (java) S 25945 25948 25887 0 -1 1077944384 41 13177 0 0 0 0 5 3 20 0 15 0 443248778 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974582662752 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26067] ppid=25945 vsize=10851096 memory=1138604 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26067/stat : 26067 (java) S 25945 25948 25887 0 -1 1077944384 6 13177 0 0 0 0 5 3 20 0 15 0 443248778 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973990802816 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26073] ppid=25945 vsize=10851096 memory=1138604 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26073/stat : 26073 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973683403088 139975124182939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26074] ppid=25945 vsize=10851096 memory=7806822108492944228 CPUtime=6.3 cores=0,2,4,6
/proc/25948/task/26074/stat : 26074 (java) S 25945 25948 25887 0 -1 1077944384 28630 13177 0 0 617 5 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974549105008 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26075] ppid=25945 vsize=10851096 memory=9580 CPUtime=5.67 cores=0,2,4,6
/proc/25948/task/26075/stat : 26075 (java) S 25945 25948 25887 0 -1 1077944384 22027 13177 0 0 555 4 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974548052208 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26076] ppid=25945 vsize=10851096 memory=1138604 CPUtime=4.39 cores=0,2,4,6
/proc/25948/task/26076/stat : 26076 (java) S 25945 25948 25887 0 -1 1077944384 37183 13177 0 0 423 8 5 3 20 0 15 0 443248782 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974546999408 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26077] ppid=25945 vsize=10851096 memory=1256 CPUtime=0.08 cores=0,2,4,6
/proc/25948/task/26077/stat : 26077 (java) S 25945 25948 25887 0 -1 1077944384 3 13177 0 0 0 0 5 3 20 0 15 0 443248783 11111522304 284651 33554432000 4194304 4196468 140726089603056 139973649844448 139975124174549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
[pid=25948/tid=26079] ppid=25945 vsize=10851096 memory=1076 CPUtime=1.59 cores=0,2,4,6
/proc/25948/task/26079/stat : 26079 (java) S 25945 25948 25887 0 -1 1077944384 1262 13177 0 0 73 78 5 3 20 0 15 0 443248788 11111522304 284651 33554432000 4194304 4196468 140726089603056 139974545947824 139975124175490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7823360 140726089607920 140726089610437 140726089610437 140726089613263 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1138604 KiB

Child status: 143
Real time (s): 2348.73
CPU time (s): 2400.11
CPU user time (s): 2396.46
CPU system time (s): 3.65083
CPU usage (%): 102.187
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1146080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.46
system time used= 3.65083
maximum resident set size= 1148128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280767
involuntary context switches= 9050


# summary of solver processes directly reported to runsolver:
#   pid: 25948
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.46
#   total CPU system time (s): 3.65083

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7241 second user time and 22.4026 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 00:34:52
IDJOB=4401287
IDBENCH=115848
IDSOLVER=2858
FILE ID=node119/4401287-1568673332
RUNJOBID= node119-1568673291-25918
PBS_JOBID= 21703790
Free space on /tmp= 61344 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401287-1568673332/watcher-4401287-1568673332 -o /tmp/evaluation-result-4401287-1568673332/solver-4401287-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25918 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401287-1568673332.xml

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=516042084

node119.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.47
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.47
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.47
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.47
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:        29359096 kB
MemAvailable:   31823664 kB
Buffers:          102156 kB
Cached:          2645052 kB
SwapCached:        61076 kB
Active:          1405072 kB
Inactive:        1407052 kB
Active(anon):       3576 kB
Inactive(anon):   110640 kB
Active(file):    1401496 kB
Inactive(file):  1296412 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939904 kB
Dirty:             30616 kB
Writeback:             0 kB
AnonPages:        113412 kB
Mapped:            48392 kB
Shmem:             41008 kB
Slab:             194736 kB
SReclaimable:     164992 kB
SUnreclaim:        29744 kB
KernelStack:        3424 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     512048 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61276 MiB
End job on node119 at 2019-09-17 01:14:07