Trace number 4403084

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)312 2400.28 2356.92

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-5.xml
MD5SUM5197a9101df9cd680fadf9dcc86a0dcb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark312
Best CPU time to get the best result obtained on this benchmark31.7673
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size412
Distribution of domain sizes[{"size":5,"count":50},{"size":412,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.92/2.98	c Concrete v3.12.3.1568965526260 running
13.10/15.25	o 411
13.10/15.27	o 410
14.01/15.57	o 408
14.01/15.57	o 405
14.33/15.65	o 404
14.33/15.66	o 366
14.99/15.86	o 365
14.99/15.87	o 364
14.99/15.88	o 359
15.58/16.01	o 358
15.58/16.02	o 345
15.58/16.03	o 343
15.58/16.07	o 335
20.73/19.40	o 334
20.88/19.40	o 329
22.05/20.28	o 328
22.05/20.28	o 326
22.05/20.29	o 324
23.77/21.60	o 323
23.77/21.63	o 322
27.66/24.96	o 321
40.24/36.18	o 320
45.58/41.38	o 319
54.44/50.08	o 318
54.44/50.09	o 316
59.59/54.83	o 315
59.59/54.83	o 312
2400.09/2356.86	Exception in thread "main" java.util.concurrent.TimeoutException
2400.09/2356.86		at concrete.MAC.mac(MAC.scala:192)
2400.09/2356.86		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.09/2356.86		at scala.util.Try$.apply(Try.scala:210)
2400.09/2356.86		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2356.86		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2356.86		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2356.86		at concrete.MAC.oneRun(MAC.scala:265)
2400.09/2356.86		at concrete.MAC.nextSolution(MAC.scala:284)
2400.09/2356.86		at concrete.MAC.nextSolution(MAC.scala:369)
2400.09/2356.86		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2356.86		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.09/2356.86		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.09/2356.86		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2356.86		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.09/2356.86		at scala.util.Success.map(Try.scala:262)
2400.09/2356.86		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.09/2356.86		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2356.86		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2356.86		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2356.86		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2356.86		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2356.86		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2356.86		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2356.86		at scala.App.$anonfun$main$1(App.scala:73)
2400.09/2356.86		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.09/2356.86		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.09/2356.86		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.09/2356.86		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.09/2356.86		at scala.App.main(App.scala:73)
2400.09/2356.86		at scala.App.main$(App.scala:71)
2400.09/2356.86		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2356.86		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2356.87	v <instantiation
2400.09/2356.87	v         cost = '312'>
2400.09/2356.87	v       <list>
2400.09/2356.87	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.09/2356.87	v       </list>
2400.09/2356.87	v       <values>
2400.09/2356.87	v         0 66 121 214 305 4 113 121 184 300 0 100 122 184 265 1 60 87 172 251 0 98 180 214 251 310 306 311 312 307 60 41 93 86 5 96 4 63 81 6 81 17 50 62 46 55 26 85 78 61 98 82 34 37 56 2 1 0 3 4 0 4 1 2 3 3 0 4 1 2 1 2 3 4 0 4 2 3 0 1 121 66 0 214 305 4 121 184 300 113 100 184 265 0 122 251 1 60 87 172 214 251 98 180 0
2400.09/2356.87	v       </values>
2400.09/2356.87	v     </instantiation>
2400.09/2356.87	s SATISFIABLE

Verifier Data

OK	312

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (135 MiB free)
  memory of node 1: 16384 MiB (68 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,7

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

solver pid=13967, runsolver pid=13963

[startup+0.100149 s]*
/proc/loadavg: 0.16 0.05 0.06 1/207 13984
/proc/meminfo: memFree=208228/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/13967/stat : 13967 (bash) R 13963 13967 13903 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 472700988 115974144 363 33554432000 4194304 5098028 140720809861728 140720809859368 139965171047424 0 0 4100 65536 0 0 0 17 3 0 0 1 0 0 7196144 7232144 34287616 140720809870336 140720809870465 140720809870465 140720809873390 0
/proc/13967/statm: 28314 363 290 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1452 KiB

[startup+0.209791 s]*
/proc/loadavg: 0.16 0.05 0.06 1/205 14028
/proc/meminfo: memFree=206996/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/13967/stat : 13967 (bash) S 13963 13967 13903 0 -1 4202496 891 5670 1 1 0 0 0 1 20 0 1 0 472700988 115974144 404 33554432000 4194304 5098028 140720809861728 140720809855736 139965171047424 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 34287616 140720809870336 140720809870465 140720809870465 140720809873390 0
/proc/13967/statm: 28314 404 320 221 0 119 0
[pid=14023] ppid=13967 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/14023/stat : 14023 (bash) S 13967 13967 13903 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472701003 115974144 178 33554432000 4194304 5098028 140720809861728 140720809854408 139965170872956 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34287616 140720809870336 140720809870465 140720809870465 140720809873390 0
/proc/14023/statm: 28314 178 94 221 0 119 0
[pid=14025] ppid=14023 vsize=2584 memory=180 CPUtime=0 cores=1,3,5,7
/proc/14025/stat : 14025 (java) D 14023 13967 13903 0 -1 1077936128 167 0 0 0 0 0 0 0 20 0 1 0 472701003 2646016 45 33554432000 4194304 4196468 140722161132576 140722161129800 140541376923335 0 0 4096 0 18446744072101580324 0 0 17 5 0 0 0 0 0 6293624 6294260 20750336 140722161136764 140722161136778 140722161136778 140722161139663 0
/proc/14025/statm: 646 45 36 1 0 42 0
[pid=14026] ppid=14023 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (awk) S 14023 13967 13903 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472701003 116211712 242 33554432000 4194304 4609284 140736879058288 140736879057464 139705390513152 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 31973376 140736879060140 140736879060170 140736879060170 140736879063023 0
/proc/14026/statm: 28372 242 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 342584 KiB
Current children cumulated memory: 3476 KiB

[startup+0.309811 s]*
/proc/loadavg: 0.16 0.05 0.06 1/205 14028
/proc/meminfo: memFree=202040/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/13967/stat : 13967 (bash) S 13963 13967 13903 0 -1 4202496 891 5670 1 1 0 0 0 1 20 0 1 0 472700988 115974144 404 33554432000 4194304 5098028 140720809861728 140720809855736 139965171047424 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 34287616 140720809870336 140720809870465 140720809870465 140720809873390 0
/proc/13967/statm: 28314 404 320 221 0 119 0
[pid=14023] ppid=13967 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/14023/stat : 14023 (bash) S 13967 13967 13903 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472701003 115974144 178 33554432000 4194304 5098028 140720809861728 140720809854408 139965170872956 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34287616 140720809870336 140720809870465 140720809870465 140720809873390 0
/proc/14023/statm: 28314 178 94 221 0 119 0
[pid=14025] ppid=14023 vsize=30188 memory=796 CPUtime=0 cores=1,3,5,7
/proc/14025/stat : 14025 (java) D 14023 13967 13903 0 -1 4202496 358 0 1 0 0 0 0 0 20 0 1 0 472701003 30912512 199 33554432000 4194304 4196468 140722161132576 140722161114056 140541376870025 0 0 4096 0 18446744071580431491 0 0 17 5 0 0 0 0 0 6293624 6294260 20750336 140722161136764 140722161136778 140722161136778 140722161139663 0
/proc/14025/statm: 7547 199 161 1 0 159 0
[pid=14026] ppid=14023 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (awk) S 14023 13967 13903 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472701003 116211712 242 33554432000 4194304 4609284 140736879058288 140736879057464 139705390513152 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 31973376 140736879060140 140736879060170 140736879060170 140736879063023 0
/proc/14026/statm: 28372 242 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4092 KiB

[startup+0.700525 s]
/proc/loadavg: 0.31 0.08 0.07 1/205 14028
/proc/meminfo: memFree=202040/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/13967/stat : 13967 (bash) S 13963 13967 13903 0 -1 4202496 891 5670 1 1 0 0 0 1 20 0 1 0 472700988 115974144 404 33554432000 4194304 5098028 140720809861728 140720809855736 139965171047424 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 34287616 140720809870336 140720809870465 140720809870465 140720809873390 0
/proc/13967/statm: 28314 404 320 221 0 119 0
[pid=14023] ppid=13967 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/14023/stat : 14023 (bash) S 13967 13967 13903 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472701003 115974144 178 33554432000 4194304 5098028 140720809861728 140720809854408 139965170872956 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 34287616 140720809870336 140720809870465 140720809870465 140720809873390 0
/proc/14023/statm: 28314 178 94 221 0 119 0
[pid=14025] ppid=14023 vsize=30188 memory=796 CPUtime=0 cores=1,3,5,7
/proc/14025/stat : 14025 (java) D 14023 13967 13903 0 -1 4202496 358 0 1 0 0 0 0 0 20 0 1 0 472701003 30912512 199 33554432000 4194304 4196468 140722161132576 140722161114056 140541376870025 0 0 4096 0 18446744071580431491 0 0 17 5 0 0 0 0 0 6293624 6294260 20750336 140722161136764 140722161136778 140722161136778 140722161139663 0
/proc/14025/statm: 7547 199 161 1 0 159 0
[pid=14026] ppid=14023 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (awk) S 14023 13967 13903 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472701003 116211712 242 33554432000 4194304 4609284 140736879058288 140736879057464 139705390513152 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 31973376 140736879060140 140736879060170 140736879060170 140736879063023 0
/proc/14026/statm: 28372 242 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4092 KiB

[startup+1.50035 s]
/proc/loadavg: 0.31 0.08 0.07 1/221 14044
/proc/meminfo: memFree=196388/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=113256 memory=1616 CPUtime=0.1 cores=1,3,5,7
/proc/13967/stat : 13967 (bash) S 13963 13967 13903 0 -1 4202496 923 11274 1 3 0 0 5 5 20 0 1 0 472700988 115974144 404 33554432000 4194304 5098028 140720809861728 140720809854952 139965171047424 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 1 0 0 7196144 7232144 34287616 140720809870336 140720809870465 140720809870465 140720809873390 0
/proc/13967/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+3.10064 s]*
/proc/loadavg: 0.31 0.08 0.07 1/227 14102
/proc/meminfo: memFree=188208/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=10820268 memory=67496 CPUtime=0.92 cores=1,3,5,7
/proc/13967/stat : 13967 (java) S 13963 13967 13903 0 -1 1077944320 16170 13307 1 4 74 7 5 6 20 0 15 0 472700988 11079954432 16874 33554432000 4194304 4196468 140734208951216 140734208933760 140026098982647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
/proc/13967/statm: 2705067 16874 3475 1 0 2667149 0
[pid=13967/tid=14075] ppid=13963 vsize=10820268 memory=7022364594140610616 CPUtime=0.6 cores=1,3,5,7
/proc/13967/task/14075/stat : 14075 (java) D 13963 13967 13903 0 -1 4202560 11617 13307 0 4 43 6 5 6 20 0 15 0 472701146 11079954432 16874 33554432000 4194304 4196468 140734208951216 140026070815216 140026099004573 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 75 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14076] ppid=13963 vsize=10820268 memory=342 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14076/stat : 14076 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701147 11079954432 16874 33554432000 4194304 4196468 140734208951216 140026103224592 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14077] ppid=13963 vsize=10820268 memory=316633671463169920 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14077/stat : 14077 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701147 11079954432 16874 33554432000 4194304 4196468 140734208951216 140026002114960 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14078] ppid=13963 vsize=10820268 memory=7755361966546056723 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14078/stat : 14078 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701147 11079954432 16874 33554432000 4194304 4196468 140734208951216 140025670789648 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14079] ppid=13963 vsize=10820268 memory=7878495878512652335 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14079/stat : 14079 (java) S 13963 13967 13903 0 -1 1077944384 2 13307 0 4 0 0 5 6 20 0 15 0 472701147 11079954432 16874 33554432000 4194304 4196468 140734208951216 140025669737104 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14081] ppid=13963 vsize=10820268 memory=3474158181760278763 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14081/stat : 14081 (java) S 13963 13967 13903 0 -1 1077944384 5 13307 0 4 0 0 5 6 20 0 15 0 472701149 11079954432 16874 33554432000 4194304 4196468 140734208951216 140025102338544 140026098993794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14082] ppid=13963 vsize=10820268 memory=3539864531119733352 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14082/stat : 14082 (java) S 13963 13967 13903 0 -1 1077944384 33 13307 0 4 0 0 5 6 20 0 15 0 472701149 11079954432 16874 33554432000 4194304 4196468 140734208951216 140025101284768 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14083] ppid=13963 vsize=10820268 memory=8110268329461324165 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14083/stat : 14083 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701149 11079954432 16874 33554432000 4194304 4196468 140734208951216 140024993539568 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14084] ppid=13963 vsize=10820268 memory=-9117941526592839774 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14084/stat : 14084 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11079954432 16874 33554432000 4194304 4196468 140734208951216 140024686140112 140026099001243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14085] ppid=13963 vsize=10820268 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/13967/task/14085/stat : 14085 (java) S 13963 13967 13903 0 -1 1077944384 638 13307 0 4 7 0 5 6 20 0 15 0 472701154 11079954432 16874 33554432000 4194304 4196468 140734208951216 140025067726832 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14086] ppid=13963 vsize=10820268 memory=664961969218737673 CPUtime=0.21 cores=1,3,5,7
/proc/13967/task/14086/stat : 14086 (java) S 13963 13967 13903 0 -1 1077944384 923 13307 0 4 10 0 5 6 20 0 15 0 472701154 11079954432 16874 33554432000 4194304 4196468 140734208951216 140025066674288 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14087] ppid=13963 vsize=10820268 memory=2315025535969619898 CPUtime=0.24 cores=1,3,5,7
/proc/13967/task/14087/stat : 14087 (java) S 13963 13967 13903 0 -1 1077944384 735 13307 0 4 13 0 5 6 20 0 15 0 472701154 11079954432 16874 33554432000 4194304 4196468 140734208951216 140025065621744 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14088] ppid=13963 vsize=10820268 memory=2308440516905954645 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14088/stat : 14088 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11079954432 16874 33554432000 4194304 4196468 140734208951216 140024652581472 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14101] ppid=13963 vsize=10820268 memory=7719362681000265376 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14101/stat : 14101 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701173 11079954432 16874 33554432000 4194304 4196468 140734208951216 140025064569648 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 67496 KiB
heavy processes:

[startup+6.30073 s]
/proc/loadavg: 0.45 0.11 0.08 1/227 14102
/proc/meminfo: memFree=208460/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=10822316 memory=76280 CPUtime=1.15 cores=1,3,5,7
/proc/13967/stat : 13967 (java) S 13963 13967 13903 0 -1 1077944320 18393 13307 1 4 95 9 5 6 20 0 15 0 472700988 11082051584 19070 33554432000 4194304 4196468 140734208951216 140734208933760 140026098982647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
/proc/13967/statm: 2705579 19070 3500 1 0 2667661 0
[pid=13967/tid=14075] ppid=13963 vsize=10822316 memory=308778282269287121 CPUtime=0.7 cores=1,3,5,7
/proc/13967/task/14075/stat : 14075 (java) D 13963 13967 13903 0 -1 4202560 13701 13307 0 4 51 8 5 6 20 0 15 0 472701146 11082051584 19070 33554432000 4194304 4196468 140734208951216 140026070809040 140026099004573 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 315 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14076] ppid=13963 vsize=10822316 memory=4121982442389385961 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14076/stat : 14076 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701147 11082051584 19070 33554432000 4194304 4196468 140734208951216 140026103224592 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14077] ppid=13963 vsize=10822316 memory=-6237260532469557610 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14077/stat : 14077 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701147 11082051584 19070 33554432000 4194304 4196468 140734208951216 140026002114960 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14078] ppid=13963 vsize=10822316 memory=8187704045996132563 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14078/stat : 14078 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701147 11082051584 19070 33554432000 4194304 4196468 140734208951216 140025670789648 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14079] ppid=13963 vsize=10822316 memory=-7161131788332309537 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14079/stat : 14079 (java) S 13963 13967 13903 0 -1 1077944384 2 13307 0 4 0 0 5 6 20 0 15 0 472701147 11082051584 19070 33554432000 4194304 4196468 140734208951216 140025669737104 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14081] ppid=13963 vsize=10822316 memory=6944656592455360604 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14081/stat : 14081 (java) S 13963 13967 13903 0 -1 1077944384 5 13307 0 4 0 0 5 6 20 0 15 0 472701149 11082051584 19070 33554432000 4194304 4196468 140734208951216 140025102338544 140026098993794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14082] ppid=13963 vsize=10822316 memory=6943526294502006880 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14082/stat : 14082 (java) S 13963 13967 13903 0 -1 1077944384 33 13307 0 4 0 0 5 6 20 0 15 0 472701149 11082051584 19070 33554432000 4194304 4196468 140734208951216 140025101284768 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14083] ppid=13963 vsize=10822316 memory=6944656592455360604 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14083/stat : 14083 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701149 11082051584 19070 33554432000 4194304 4196468 140734208951216 140024993539568 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14084] ppid=13963 vsize=10822316 memory=6944656575208382560 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14084/stat : 14084 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11082051584 19070 33554432000 4194304 4196468 140734208951216 140024686140112 140026099001243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14085] ppid=13963 vsize=10822316 memory=-3621219749712857441 CPUtime=0.22 cores=1,3,5,7
/proc/13967/task/14085/stat : 14085 (java) S 13963 13967 13903 0 -1 1077944384 679 13307 0 4 11 0 5 6 20 0 15 0 472701154 11082051584 19070 33554432000 4194304 4196468 140734208951216 140025067726832 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14086] ppid=13963 vsize=10822316 memory=-5921431000321636112 CPUtime=0.25 cores=1,3,5,7
/proc/13967/task/14086/stat : 14086 (java) S 13963 13967 13903 0 -1 1077944384 947 13307 0 4 14 0 5 6 20 0 15 0 472701154 11082051584 19070 33554432000 4194304 4196468 140734208951216 140025066674288 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14087] ppid=13963 vsize=10822316 memory=-8976644418600983157 CPUtime=0.27 cores=1,3,5,7
/proc/13967/task/14087/stat : 14087 (java) S 13963 13967 13903 0 -1 1077944384 809 13307 0 4 16 0 5 6 20 0 15 0 472701154 11082051584 19070 33554432000 4194304 4196468 140734208951216 140025065621744 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14088] ppid=13963 vsize=10822316 memory=-7738167615158003044 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14088/stat : 14088 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11082051584 19070 33554432000 4194304 4196468 140734208951216 140024652581472 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14101] ppid=13963 vsize=10822316 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14101/stat : 14101 (java) S 13963 13967 13903 0 -1 1077944384 1 13307 0 4 0 0 5 6 20 0 15 0 472701173 11082051584 19070 33554432000 4194304 4196468 140734208951216 140025064569648 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76280 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.57 0.14 0.09 3/227 14102
/proc/meminfo: memFree=198160/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=10844940 memory=190832 CPUtime=5.61 cores=1,3,5,7
/proc/13967/stat : 13967 (java) S 13963 13967 13903 0 -1 1077944320 50162 13307 3 4 520 30 5 6 20 0 15 0 472700988 11105218560 47708 33554432000 4194304 4196468 140734208951216 140734208933760 140026098982647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
/proc/13967/statm: 2711235 47708 3611 1 0 2673293 0
[pid=13967/tid=14075] ppid=13963 vsize=10844940 memory=776 CPUtime=2.93 cores=1,3,5,7
/proc/13967/task/14075/stat : 14075 (java) R 13963 13967 13903 0 -1 4202560 28675 13307 2 4 260 22 5 6 20 0 15 0 472701146 11105218560 47708 33554432000 4194304 4196468 140734208951216 140026070814160 140025689696264 0 4 0 16800975 0 0 0 -1 1 0 0 762 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14076] ppid=13963 vsize=10844940 memory=1056 CPUtime=0.12 cores=1,3,5,7
/proc/13967/task/14076/stat : 14076 (java) S 13963 13967 13903 0 -1 1077944384 923 13307 0 4 1 0 5 6 20 0 15 0 472701147 11105218560 47708 33554432000 4194304 4196468 140734208951216 140026103224592 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14077] ppid=13963 vsize=10844940 memory=6297835844906604903 CPUtime=0.12 cores=1,3,5,7
/proc/13967/task/14077/stat : 14077 (java) S 13963 13967 13903 0 -1 1077944384 2219 13307 0 4 1 0 5 6 20 0 15 0 472701147 11105218560 47708 33554432000 4194304 4196468 140734208951216 140026002114960 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14078] ppid=13963 vsize=10844940 memory=7811607157311039314 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14078/stat : 14078 (java) S 13963 13967 13903 0 -1 1077944384 1983 13307 0 4 0 0 5 6 20 0 15 0 472701147 11105218560 47708 33554432000 4194304 4196468 140734208951216 140025670789648 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14079] ppid=13963 vsize=10844940 memory=7444843076533644388 CPUtime=0.12 cores=1,3,5,7

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

[pid=13967/tid=14079] ppid=13963 vsize=10851096 memory=1333960 CPUtime=11.77 cores=1,3,5,7
/proc/13967/task/14079/stat : 14079 (java) S 13963 13967 13903 0 -1 1077944384 53479 13307 0 4 1115 51 5 6 20 0 15 0 472701147 11111522304 333652 33554432000 4194304 4196468 140734208951216 140025669737104 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14081] ppid=13963 vsize=10851096 memory=776 CPUtime=9.17 cores=1,3,5,7
/proc/13967/task/14081/stat : 14081 (java) S 13963 13967 13903 0 -1 1077944384 24692 13307 0 4 857 49 5 6 20 0 15 0 472701149 11111522304 333652 33554432000 4194304 4196468 140734208951216 140025102338544 140026098993794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14082] ppid=13963 vsize=10851096 memory=1056 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14082/stat : 14082 (java) S 13963 13967 13903 0 -1 1077944384 42 13307 0 4 0 0 5 6 20 0 15 0 472701149 11111522304 333652 33554432000 4194304 4196468 140734208951216 140025101284896 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14083] ppid=13963 vsize=10851096 memory=1334608 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14083/stat : 14083 (java) S 13963 13967 13903 0 -1 1077944384 16 13307 0 4 0 0 5 6 20 0 15 0 472701149 11111522304 333652 33554432000 4194304 4196468 140734208951216 140024993539584 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14084] ppid=13963 vsize=10851096 memory=14012 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14084/stat : 14084 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11111522304 333652 33554432000 4194304 4196468 140734208951216 140024686140112 140026099001243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14085] ppid=13963 vsize=10851096 memory=14080 CPUtime=6.01 cores=1,3,5,7
/proc/13967/task/14085/stat : 14085 (java) S 13963 13967 13903 0 -1 1077944384 36389 13307 0 4 585 5 5 6 20 0 15 0 472701154 11111522304 333652 33554432000 4194304 4196468 140734208951216 140025067726832 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14086] ppid=13963 vsize=10851096 memory=30020 CPUtime=5.9 cores=1,3,5,7
/proc/13967/task/14086/stat : 14086 (java) S 13963 13967 13903 0 -1 1077944384 27958 13307 0 4 573 6 5 6 20 0 15 0 472701154 11111522304 333652 33554432000 4194304 4196468 140734208951216 140025066674288 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14087] ppid=13963 vsize=10851096 memory=2120 CPUtime=4.51 cores=1,3,5,7
/proc/13967/task/14087/stat : 14087 (java) S 13963 13967 13903 0 -1 1077944384 43889 13307 0 4 432 8 5 6 20 0 15 0 472701154 11111522304 333652 33554432000 4194304 4196468 140734208951216 140025065621744 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14088] ppid=13963 vsize=10851096 memory=3256 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14088/stat : 14088 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11111522304 333652 33554432000 4194304 4196468 140734208951216 140024652581472 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14101] ppid=13963 vsize=10851096 memory=1333824 CPUtime=1.38 cores=1,3,5,7
/proc/13967/task/14101/stat : 14101 (java) S 13963 13967 13903 0 -1 1077944384 1457 13307 0 4 60 67 5 6 20 0 15 0 472701173 11111522304 333652 33554432000 4194304 4196468 140734208951216 140025064569648 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
Current children cumulated CPU time: 2242.72 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1334608 KiB

[startup+2262.3 s]
/proc/loadavg: 1.27 1.25 1.19 3/227 14305
/proc/meminfo: memFree=186680/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=10851096 memory=1338900 CPUtime=2303.87 cores=1,3,5,7
/proc/13967/stat : 13967 (java) S 13963 13967 13903 0 -1 1077944320 1354286 13307 3 4 229898 478 5 6 20 0 15 0 472700988 11111522304 334725 33554432000 4194304 4196468 140734208951216 140734208933760 140026098982647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
/proc/13967/statm: 2712774 334725 3635 1 0 2674829 0
[pid=13967/tid=14075] ppid=13963 vsize=10851096 memory=288230617509003574 CPUtime=2228.84 cores=1,3,5,7
/proc/13967/task/14075/stat : 14075 (java) R 13963 13967 13903 0 -1 4202560 1006880 13307 2 4 222700 173 5 6 20 0 15 0 472701146 11111522304 334725 33554432000 4194304 4196468 140734208951216 140026070819056 140025697116921 0 4 0 16800975 0 0 0 -1 3 0 0 762 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14076] ppid=13963 vsize=10851096 memory=15815620889413968 CPUtime=12.13 cores=1,3,5,7
/proc/13967/task/14076/stat : 14076 (java) S 13963 13967 13903 0 -1 1077944384 46624 13307 0 4 1144 58 5 6 20 0 15 0 472701147 11111522304 334725 33554432000 4194304 4196468 140734208951216 140026103224592 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14077] ppid=13963 vsize=10851096 memory=30020 CPUtime=12.17 cores=1,3,5,7
/proc/13967/task/14077/stat : 14077 (java) S 13963 13967 13903 0 -1 1077944384 48953 13307 0 4 1155 51 5 6 20 0 15 0 472701147 11111522304 334725 33554432000 4194304 4196468 140734208951216 140026002114960 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14078] ppid=13963 vsize=10851096 memory=2120 CPUtime=12.16 cores=1,3,5,7
/proc/13967/task/14078/stat : 14078 (java) S 13963 13967 13903 0 -1 1077944384 54573 13307 0 4 1151 54 5 6 20 0 15 0 472701147 11111522304 334725 33554432000 4194304 4196468 140734208951216 140025670789648 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14079] ppid=13963 vsize=10851096 memory=508 CPUtime=12.15 cores=1,3,5,7
/proc/13967/task/14079/stat : 14079 (java) S 13963 13967 13903 0 -1 1077944384 56035 13307 0 4 1151 53 5 6 20 0 15 0 472701147 11111522304 334725 33554432000 4194304 4196468 140734208951216 140025669737104 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14081] ppid=13963 vsize=10851096 memory=1560 CPUtime=9.4 cores=1,3,5,7
/proc/13967/task/14081/stat : 14081 (java) S 13963 13967 13903 0 -1 1077944384 25409 13307 0 4 880 49 5 6 20 0 15 0 472701149 11111522304 334725 33554432000 4194304 4196468 140734208951216 140025102338544 140026098993794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14082] ppid=13963 vsize=10851096 memory=932 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14082/stat : 14082 (java) S 13963 13967 13903 0 -1 1077944384 42 13307 0 4 0 0 5 6 20 0 15 0 472701149 11111522304 334725 33554432000 4194304 4196468 140734208951216 140025101284896 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14083] ppid=13963 vsize=10851096 memory=1568 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14083/stat : 14083 (java) S 13963 13967 13903 0 -1 1077944384 16 13307 0 4 0 0 5 6 20 0 15 0 472701149 11111522304 334725 33554432000 4194304 4196468 140734208951216 140024993539584 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14084] ppid=13963 vsize=10851096 memory=1444 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14084/stat : 14084 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11111522304 334725 33554432000 4194304 4196468 140734208951216 140024686140112 140026099001243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14085] ppid=13963 vsize=10851096 memory=864 CPUtime=6.01 cores=1,3,5,7
/proc/13967/task/14085/stat : 14085 (java) S 13963 13967 13903 0 -1 1077944384 36391 13307 0 4 585 5 5 6 20 0 15 0 472701154 11111522304 334725 33554432000 4194304 4196468 140734208951216 140025067726832 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14086] ppid=13963 vsize=10851096 memory=1976 CPUtime=5.95 cores=1,3,5,7
/proc/13967/task/14086/stat : 14086 (java) S 13963 13967 13903 0 -1 1077944384 30747 13307 0 4 578 6 5 6 20 0 15 0 472701154 11111522304 334725 33554432000 4194304 4196468 140734208951216 140025066674288 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14087] ppid=13963 vsize=10851096 memory=2496 CPUtime=4.51 cores=1,3,5,7
/proc/13967/task/14087/stat : 14087 (java) S 13963 13967 13903 0 -1 1077944384 44895 13307 0 4 432 8 5 6 20 0 15 0 472701154 11111522304 334725 33554432000 4194304 4196468 140734208951216 140025065621744 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14088] ppid=13963 vsize=10851096 memory=1760 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14088/stat : 14088 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11111522304 334725 33554432000 4194304 4196468 140734208951216 140024652581472 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14101] ppid=13963 vsize=10851096 memory=1660 CPUtime=1.42 cores=1,3,5,7
/proc/13967/task/14101/stat : 14101 (java) S 13963 13967 13903 0 -1 1077944384 1509 13307 0 4 62 69 5 6 20 0 15 0 472701173 11111522304 334725 33554432000 4194304 4196468 140734208951216 140025064569648 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
Current children cumulated CPU time: 2303.87 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1338900 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.29 1.21 3/227 14310
/proc/meminfo: memFree=181896/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=10851096 memory=1342420 CPUtime=2364.98 cores=1,3,5,7
/proc/13967/stat : 13967 (java) S 13963 13967 13903 0 -1 1077944320 1390049 13307 3 4 236001 486 5 6 20 0 15 0 472700988 11111522304 335605 33554432000 4194304 4196468 140734208951216 140734208933760 140026098982647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
/proc/13967/statm: 2712774 335605 3635 1 0 2674829 0
[pid=13967/tid=14075] ppid=13963 vsize=10851096 memory=3248 CPUtime=2288.18 cores=1,3,5,7
/proc/13967/task/14075/stat : 14075 (java) R 13963 13967 13903 0 -1 4202560 1030894 13307 2 4 228632 175 5 6 20 0 15 0 472701146 11111522304 335605 33554432000 4194304 4196468 140734208951216 140026070818112 140025697110144 0 4 0 16800975 0 0 0 -1 5 0 0 762 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14076] ppid=13963 vsize=10851096 memory=6791534058613427641 CPUtime=12.49 cores=1,3,5,7
/proc/13967/task/14076/stat : 14076 (java) S 13963 13967 13903 0 -1 1077944384 49790 13307 0 4 1179 59 5 6 20 0 15 0 472701147 11111522304 335605 33554432000 4194304 4196468 140734208951216 140026103224592 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14077] ppid=13963 vsize=10851096 memory=288230617509003574 CPUtime=12.55 cores=1,3,5,7
/proc/13967/task/14077/stat : 14077 (java) S 13963 13967 13903 0 -1 1077944384 51362 13307 0 4 1192 52 5 6 20 0 15 0 472701147 11111522304 335605 33554432000 4194304 4196468 140734208951216 140026002114960 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14078] ppid=13963 vsize=10851096 memory=15815620889413968 CPUtime=12.53 cores=1,3,5,7
/proc/13967/task/14078/stat : 14078 (java) S 13963 13967 13903 0 -1 1077944384 56813 13307 0 4 1187 55 5 6 20 0 15 0 472701147 11111522304 335605 33554432000 4194304 4196468 140734208951216 140025670789648 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14079] ppid=13963 vsize=10851096 memory=1398722017469774279 CPUtime=12.53 cores=1,3,5,7
/proc/13967/task/14079/stat : 14079 (java) S 13963 13967 13903 0 -1 1077944384 59518 13307 0 4 1187 55 5 6 20 0 15 0 472701147 11111522304 335605 33554432000 4194304 4196468 140734208951216 140025669737104 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14081] ppid=13963 vsize=10851096 memory=4126316290023845779 CPUtime=9.63 cores=1,3,5,7
/proc/13967/task/14081/stat : 14081 (java) S 13963 13967 13903 0 -1 1077944384 25830 13307 0 4 902 50 5 6 20 0 15 0 472701149 11111522304 335605 33554432000 4194304 4196468 140734208951216 140025102338544 140026098993794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14082] ppid=13963 vsize=10851096 memory=1398722017469774279 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14082/stat : 14082 (java) S 13963 13967 13903 0 -1 1077944384 42 13307 0 4 0 0 5 6 20 0 15 0 472701149 11111522304 335605 33554432000 4194304 4196468 140734208951216 140025101284896 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14083] ppid=13963 vsize=10851096 memory=4126316290023845779 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14083/stat : 14083 (java) S 13963 13967 13903 0 -1 1077944384 16 13307 0 4 0 0 5 6 20 0 15 0 472701149 11111522304 335605 33554432000 4194304 4196468 140734208951216 140024993539584 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14084] ppid=13963 vsize=10851096 memory=1408 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14084/stat : 14084 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11111522304 335605 33554432000 4194304 4196468 140734208951216 140024686140112 140026099001243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14085] ppid=13963 vsize=10851096 memory=1408 CPUtime=6.01 cores=1,3,5,7
/proc/13967/task/14085/stat : 14085 (java) S 13963 13967 13903 0 -1 1077944384 36393 13307 0 4 585 5 5 6 20 0 15 0 472701154 11111522304 335605 33554432000 4194304 4196468 140734208951216 140025067726832 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14086] ppid=13963 vsize=10851096 memory=3280 CPUtime=5.95 cores=1,3,5,7
/proc/13967/task/14086/stat : 14086 (java) S 13963 13967 13903 0 -1 1077944384 30749 13307 0 4 578 6 5 6 20 0 15 0 472701154 11111522304 335605 33554432000 4194304 4196468 140734208951216 140025066674288 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14087] ppid=13963 vsize=10851096 memory=3248 CPUtime=4.51 cores=1,3,5,7
/proc/13967/task/14087/stat : 14087 (java) S 13963 13967 13903 0 -1 1077944384 44898 13307 0 4 432 8 5 6 20 0 15 0 472701154 11111522304 335605 33554432000 4194304 4196468 140734208951216 140025065621744 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14088] ppid=13963 vsize=10851096 memory=1342240 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14088/stat : 14088 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11111522304 335605 33554432000 4194304 4196468 140734208951216 140024652581472 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14101] ppid=13963 vsize=10851096 memory=1678216 CPUtime=1.46 cores=1,3,5,7
/proc/13967/task/14101/stat : 14101 (java) S 13963 13967 13903 0 -1 1077944384 1532 13307 0 4 64 71 5 6 20 0 15 0 472701173 11111522304 335605 33554432000 4194304 4196468 140734208951216 140025064569648 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
Current children cumulated CPU time: 2364.98 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1342420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.8 s]
/proc/loadavg: 1.36 1.30 1.22 3/227 14313
/proc/meminfo: memFree=204488/32770624 swapFree=66966844/67108860
[pid=13967] ppid=13963 vsize=10851096 memory=1344096 CPUtime=2400.09 cores=1,3,5,7
/proc/13967/stat : 13967 (java) S 13963 13967 13903 0 -1 1077944320 1405625 13307 3 4 239506 492 5 6 20 0 15 0 472700988 11111522304 336024 33554432000 4194304 4196468 140734208951216 140734208933760 140026098982647 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
/proc/13967/statm: 2712774 336024 3635 1 0 2674829 0
[pid=13967/tid=14075] ppid=13963 vsize=10851096 memory=776 CPUtime=2322.31 cores=1,3,5,7
/proc/13967/task/14075/stat : 14075 (java) R 13963 13967 13903 0 -1 4202560 1043399 13307 2 4 232044 176 5 6 20 0 15 0 472701146 11111522304 336024 33554432000 4194304 4196468 140734208951216 140026070819312 140025682531428 0 4 0 16800975 0 0 0 -1 1 0 0 762 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14076] ppid=13963 vsize=10851096 memory=1343772 CPUtime=12.71 cores=1,3,5,7
/proc/13967/task/14076/stat : 14076 (java) S 13963 13967 13903 0 -1 1077944384 50026 13307 0 4 1200 60 5 6 20 0 15 0 472701147 11111522304 336024 33554432000 4194304 4196468 140734208951216 140026103224592 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14077] ppid=13963 vsize=10851096 memory=1344096 CPUtime=12.76 cores=1,3,5,7
/proc/13967/task/14077/stat : 14077 (java) S 13963 13967 13903 0 -1 1077944384 52756 13307 0 4 1212 53 5 6 20 0 15 0 472701147 11111522304 336024 33554432000 4194304 4196468 140734208951216 140026002114960 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14078] ppid=13963 vsize=10851096 memory=1344096 CPUtime=12.74 cores=1,3,5,7
/proc/13967/task/14078/stat : 14078 (java) S 13963 13967 13903 0 -1 1077944384 56979 13307 0 4 1207 56 5 6 20 0 15 0 472701147 11111522304 336024 33554432000 4194304 4196468 140734208951216 140025670789648 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14079] ppid=13963 vsize=10851096 memory=3612 CPUtime=12.73 cores=1,3,5,7
/proc/13967/task/14079/stat : 14079 (java) S 13963 13967 13903 0 -1 1077944384 60371 13307 0 4 1206 56 5 6 20 0 15 0 472701147 11111522304 336024 33554432000 4194304 4196468 140734208951216 140025669737104 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14081] ppid=13963 vsize=10851096 memory=280009991600224 CPUtime=9.76 cores=1,3,5,7
/proc/13967/task/14081/stat : 14081 (java) S 13963 13967 13903 0 -1 1077944384 26224 13307 0 4 915 50 5 6 20 0 15 0 472701149 11111522304 336024 33554432000 4194304 4196468 140734208951216 140025102338544 140026098993794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14082] ppid=13963 vsize=10851096 memory=1344096 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14082/stat : 14082 (java) S 13963 13967 13903 0 -1 1077944384 42 13307 0 4 0 0 5 6 20 0 15 0 472701149 11111522304 336024 33554432000 4194304 4196468 140734208951216 140025101284896 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14083] ppid=13963 vsize=10851096 memory=1344096 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14083/stat : 14083 (java) S 13963 13967 13903 0 -1 1077944384 16 13307 0 4 0 0 5 6 20 0 15 0 472701149 11111522304 336024 33554432000 4194304 4196468 140734208951216 140024993539584 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14084] ppid=13963 vsize=10851096 memory=1344096 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14084/stat : 14084 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11111522304 336024 33554432000 4194304 4196468 140734208951216 140024686140112 140026099001243 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14085] ppid=13963 vsize=10851096 memory=1344096 CPUtime=6.01 cores=1,3,5,7
/proc/13967/task/14085/stat : 14085 (java) S 13963 13967 13903 0 -1 1077944384 36395 13307 0 4 585 5 5 6 20 0 15 0 472701154 11111522304 336024 33554432000 4194304 4196468 140734208951216 140025067726832 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14086] ppid=13963 vsize=10851096 memory=1344096 CPUtime=5.95 cores=1,3,5,7
/proc/13967/task/14086/stat : 14086 (java) S 13963 13967 13903 0 -1 1077944384 30751 13307 0 4 578 6 5 6 20 0 15 0 472701154 11111522304 336024 33554432000 4194304 4196468 140734208951216 140025066674288 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14087] ppid=13963 vsize=10851096 memory=1343772 CPUtime=4.51 cores=1,3,5,7
/proc/13967/task/14087/stat : 14087 (java) S 13963 13967 13903 0 -1 1077944384 44901 13307 0 4 432 8 5 6 20 0 15 0 472701154 11111522304 336024 33554432000 4194304 4196468 140734208951216 140025065621744 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14088] ppid=13963 vsize=10851096 memory=1343772 CPUtime=0.11 cores=1,3,5,7
/proc/13967/task/14088/stat : 14088 (java) S 13963 13967 13903 0 -1 1077944384 3 13307 0 4 0 0 5 6 20 0 15 0 472701154 11111522304 336024 33554432000 4194304 4196468 140734208951216 140024652581472 140026098992853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
[pid=13967/tid=14101] ppid=13963 vsize=10851096 memory=584 CPUtime=1.47 cores=1,3,5,7
/proc/13967/task/14101/stat : 14101 (java) S 13963 13967 13903 0 -1 1077944384 1553 13307 0 4 64 72 5 6 20 0 15 0 472701173 11111522304 336024 33554432000 4194304 4196468 140734208951216 140025064569648 140026098993794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21151744 140734208957027 140734208959669 140734208959669 140734208962511 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1344096 KiB

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

[startup+2356.92 s]
# the end of solver process 13967 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.19 s, system=5.08871 s

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

[startup+2356.91 s]*
/proc/loadavg: 1.36 1.30 1.22 3/214 14315
/proc/meminfo: memFree=1103508/32770624 swapFree=66966844/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): 2356.92
CPU time (s): 2400.28
CPU user time (s): 2395.19
CPU system time (s): 5.08871
CPU usage (%): 101.84
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1344096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.19
system time used= 5.08871
maximum resident set size= 1348324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1423031
page faults= 7
swaps= 0
block input operations= 66672
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 259369
involuntary context switches= 8160


# summary of solver processes directly reported to runsolver:
#   pid: 13967
#   total CPU time (s): 2400.28
#   total CPU user time (s): 2395.19
#   total CPU system time (s): 5.08871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6545 second user time and 22.3828 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 10:19:56
IDJOB=4403084
IDBENCH=115814
IDSOLVER=2862
FILE ID=node145/4403084-1568967638
RUNJOBID= node145-1568967596-13935
PBS_JOBID= 21704615
Free space on /var/tmp= 13512 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403084-1568967638/watcher-4403084-1568967638 -o /var/tmp/evaluation-result-4403084-1568967638/solver-4403084-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13935 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403084-1568967638.xml

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

MD5SUM BENCH= 5197a9101df9cd680fadf9dcc86a0dcb
RANDOM SEED=1159292332

node145.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:          210480 kB
MemAvailable:   31822188 kB
Buffers:          132160 kB
Cached:         31432228 kB
SwapCached:        32484 kB
Active:         14571852 kB
Inactive:       17026256 kB
Active(anon):       3292 kB
Inactive(anon):    79744 kB
Active(file):   14568560 kB
Inactive(file): 16946512 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             52616 kB
Writeback:             0 kB
AnonPages:        112416 kB
Mapped:            51692 kB
Shmem:             40640 kB
Slab:             553592 kB
SReclaimable:     525096 kB
SUnreclaim:        28496 kB
KernelStack:        3392 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

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