Trace number 4244393

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
R1: Concrete 3.4? (TO) 2401.96 2329.48

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-05-8.xml
MD5SUM0e54ac42af650b711b86c7f2d29cb640
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1239
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints125
Number of domains1
Minimum domain size1330
Maximum domain size1330
Distribution of domain sizes[{"size":1330,"count":120}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":100}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":100},{"arity":20,"count":5}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

3.75/2.48	c Concrete v3.4 running
2401.70/2329.45	java.util.concurrent.TimeoutException
2401.70/2329.45		at concrete.MAC.mac(MAC.scala:74)
2401.70/2329.45		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2401.70/2329.45		at scala.util.Try$.apply(Try.scala:209)
2401.70/2329.45		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2401.70/2329.45		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2401.70/2329.45		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2401.70/2329.45		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2401.70/2329.45		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2401.70/2329.45		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2401.70/2329.45		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2401.70/2329.45		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2401.70/2329.45		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2401.70/2329.45		at concrete.MAC.oneRun(MAC.scala:146)
2401.70/2329.45		at concrete.MAC.nextSolution(MAC.scala:166)
2401.70/2329.45		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2401.70/2329.45		at concrete.ProblemState.map(ProblemState.scala:203)
2401.70/2329.45		at concrete.ProblemState.map(ProblemState.scala:188)
2401.70/2329.45		at concrete.MAC.nextSolution(MAC.scala:195)
2401.70/2329.45		at concrete.Solver.hasNext(Solver.scala:202)
2401.70/2329.45		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2401.70/2329.45		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2401.70/2329.45		at concrete.Solver.toStream(Solver.scala:73)
2401.70/2329.45		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2401.70/2329.45		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2401.70/2329.45		at concrete.Solver.toIterable(Solver.scala:73)
2401.70/2329.45		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2401.70/2329.45		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2401.70/2329.45		at scala.util.Success.map(Try.scala:209)
2401.70/2329.45		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2401.70/2329.45		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2401.70/2329.45		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2401.70/2329.45		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2401.70/2329.45		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2401.70/2329.45		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2401.70/2329.45		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2401.70/2329.45		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2401.70/2329.45		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2401.70/2329.45		at scala.collection.immutable.List.foreach(List.scala:389)
2401.70/2329.45		at scala.App.main(App.scala:76)
2401.70/2329.45		at scala.App.main$(App.scala:74)
2401.70/2329.45		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2401.70/2329.45		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2401.70/2329.46	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244393-1500685667/watcher-4244393-1500685667 -o /tmp/evaluation-result-4244393-1500685667/solver-4244393-1500685667 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13636 --watchdog 2560 bin/concrete HOME/instance-4244393-1500685667.xml 

pid=14947
running on 8 cores: 0,2,4,6,8,10,12,14

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.68 1.50 1.51 3/263 14950
/proc/meminfo: memFree=30743792/32770624 swapFree=5844/209720
[pid=14950] ppid=14947 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (bash) S 14947 14950 13605 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 3833554 9736192 351 33554432000 4194304 5098028 140724241094096 140724241091736 140529974930432 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 20889600 140724241102094 140724241102179 140724241102179 140724241104878 0
/proc/14950/statm: 2377 351 278 221 0 86 0

[startup+0.100186 s]
/proc/loadavg: 1.68 1.50 1.51 3/263 14950
/proc/meminfo: memFree=30743792/32770624 swapFree=5844/209720
[pid=14950] ppid=14947 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (bash) S 14947 14950 13605 0 -1 4202496 885 6412 0 0 0 0 0 1 20 0 1 0 3833554 9871360 378 33554432000 4194304 5098028 140724241094096 140724241088104 140529974930432 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 20889600 140724241102094 140724241102179 140724241102179 140724241104878 0
/proc/14950/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200337 s]
/proc/loadavg: 1.68 1.50 1.51 3/263 14950
/proc/meminfo: memFree=30743792/32770624 swapFree=5844/209720
[pid=14950] ppid=14947 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 5002 12598 0 0 6 1 8 3 20 0 13 0 3833554 10686320640 5365 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2608965 5365 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300254 s]
/proc/loadavg: 1.68 1.50 1.51 3/263 14950
/proc/meminfo: memFree=30743792/32770624 swapFree=5844/209720
[pid=14950] ppid=14947 vsize=10835244 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 5738 12598 0 0 9 2 8 3 20 0 19 0 3833554 11095289856 6025 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2708811 6025 2676 1 0 2697249 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10835244

[startup+0.700232 s]
/proc/loadavg: 1.68 1.50 1.51 3/263 14950
/proc/meminfo: memFree=30743792/32770624 swapFree=5844/209720
[pid=14950] ppid=14947 vsize=10902720 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 10529 12598 0 0 40 4 8 3 20 0 20 0 3833554 11164385280 12444 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2725680 12444 3054 1 0 2713890 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10902720

[startup+1.50098 s]
/proc/loadavg: 1.68 1.50 1.51 4/283 15023
/proc/meminfo: memFree=30675640/32770624 swapFree=5844/209740
[pid=14950] ppid=14947 vsize=10911296 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 22598 12598 0 0 160 7 8 3 20 0 20 0 3833554 11173167104 31761 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2727824 31761 3370 1 0 2715938 0
[pid=14950/tid=15005] ppid=14947 vsize=10911296 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15005/stat : 15005 (java) R 14947 14950 13605 0 -1 4202560 17780 12598 0 0 104 5 8 3 20 0 20 0 3833566 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048088626584 140048068498782 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15006] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15006/stat : 15006 (java) S 14947 14950 13605 0 -1 1077944384 3 12598 0 0 0 0 8 3 20 0 20 0 3833567 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048021109136 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15007] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15007/stat : 15007 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833567 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048020056336 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15008] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15008/stat : 15008 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833567 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048019004048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15009] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15009/stat : 15009 (java) S 14947 14950 13605 0 -1 1077944384 2 12598 0 0 0 0 8 3 20 0 20 0 3833567 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048017951248 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15010] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15010/stat : 15010 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833567 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048016898960 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15011] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15011/stat : 15011 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833567 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048015846160 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15012] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15012/stat : 15012 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833567 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048014793872 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15013] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15013/stat : 15013 (java) S 14947 14950 13605 0 -1 1077944384 3 12598 0 0 0 0 8 3 20 0 20 0 3833567 11173167104 31761 33554432000 4194304 4196468 140730906012864 140048013741072 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15014] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15014/stat : 15014 (java) S 14947 14950 13605 0 -1 1077944384 5 12598 0 0 0 0 8 3 20 0 20 0 3833569 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046834051184 140048084429442 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15015] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15015/stat : 15015 (java) S 14947 14950 13605 0 -1 1077944384 33 12598 0 0 0 0 8 3 20 0 20 0 3833570 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046832997152 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15016] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15016/stat : 15016 (java) S 14947 14950 13605 0 -1 1077944384 21 12598 0 0 0 0 8 3 20 0 20 0 3833570 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046831944816 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15017] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15017/stat : 15017 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833575 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046830893136 140048084436891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15018] ppid=14947 vsize=10911296 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15018/stat : 15018 (java) S 14947 14950 13605 0 -1 1077944384 817 12598 0 0 12 0 8 3 20 0 20 0 3833575 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046829841008 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15019] ppid=14947 vsize=10911296 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15019/stat : 15019 (java) S 14947 14950 13605 0 -1 1077944384 524 12598 0 0 12 0 8 3 20 0 20 0 3833575 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046828788208 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15020] ppid=14947 vsize=10911296 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15020/stat : 15020 (java) S 14947 14950 13605 0 -1 1077944384 487 12598 0 0 9 0 8 3 20 0 20 0 3833575 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046827735920 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15021] ppid=14947 vsize=10911296 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15021/stat : 15021 (java) S 14947 14950 13605 0 -1 1077944384 775 12598 0 0 21 0 8 3 20 0 20 0 3833575 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046826683120 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15022] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15022/stat : 15022 (java) S 14947 14950 13605 0 -1 1077944384 3 12598 0 0 0 0 8 3 20 0 20 0 3833575 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046825630048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15023] ppid=14947 vsize=10911296 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15023/stat : 15023 (java) S 14947 14950 13605 0 -1 1077944384 5 12598 0 0 0 0 8 3 20 0 20 0 3833602 11173167104 31761 33554432000 4194304 4196468 140730906012864 140046824577328 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10911296

[startup+3.10112 s]
/proc/loadavg: 1.78 1.53 1.52 5/283 15023
/proc/meminfo: memFree=30566472/32770624 swapFree=5844/209748
[pid=14950] ppid=14947 vsize=10925820 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 37943 12598 0 0 541 17 8 3 20 0 20 0 3833554 11188039680 51172 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2731455 51172 3472 1 0 2719010 0
[pid=14950/tid=15005] ppid=14947 vsize=10925820 CPUtime=2.75 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15005/stat : 15005 (java) R 14947 14950 13605 0 -1 4202560 24578 12598 0 0 256 8 8 3 20 0 20 0 3833566 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048088625360 140047693255940 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15006] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15006/stat : 15006 (java) S 14947 14950 13605 0 -1 1077944384 26 12598 0 0 0 0 8 3 20 0 20 0 3833567 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048021109136 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15007] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15007/stat : 15007 (java) S 14947 14950 13605 0 -1 1077944384 13 12598 0 0 0 0 8 3 20 0 20 0 3833567 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048020056336 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15008] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15008/stat : 15008 (java) S 14947 14950 13605 0 -1 1077944384 22 12598 0 0 0 0 8 3 20 0 20 0 3833567 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048019004048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15009] ppid=14947 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15009/stat : 15009 (java) S 14947 14950 13605 0 -1 1077944384 49 12598 0 0 1 0 8 3 20 0 20 0 3833567 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048017951248 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15010] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15010/stat : 15010 (java) S 14947 14950 13605 0 -1 1077944384 12 12598 0 0 0 0 8 3 20 0 20 0 3833567 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048016898960 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15011] ppid=14947 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15011/stat : 15011 (java) S 14947 14950 13605 0 -1 1077944384 8 12598 0 0 1 0 8 3 20 0 20 0 3833567 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048015846160 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15012] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15012/stat : 15012 (java) S 14947 14950 13605 0 -1 1077944384 29 12598 0 0 0 0 8 3 20 0 20 0 3833567 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048014793872 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15013] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15013/stat : 15013 (java) S 14947 14950 13605 0 -1 1077944384 127 12598 0 0 0 0 8 3 20 0 20 0 3833567 11188039680 51172 33554432000 4194304 4196468 140730906012864 140048013741072 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15014] ppid=14947 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15014/stat : 15014 (java) S 14947 14950 13605 0 -1 1077944384 1127 12598 0 0 2 0 8 3 20 0 20 0 3833569 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046834051184 140048084429442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15015] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15015/stat : 15015 (java) S 14947 14950 13605 0 -1 1077944384 55 12598 0 0 0 0 8 3 20 0 20 0 3833570 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046832997216 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15016] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15016/stat : 15016 (java) S 14947 14950 13605 0 -1 1077944384 44 12598 0 0 0 0 8 3 20 0 20 0 3833570 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046831944816 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15017] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15017/stat : 15017 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833575 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046830893136 140048084436891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15018] ppid=14947 vsize=10925820 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15018/stat : 15018 (java) R 14947 14950 13605 0 -1 4202560 1712 12598 0 0 47 0 8 3 20 0 20 0 3833575 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046829841304 140048084439642 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15019] ppid=14947 vsize=10925820 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15019/stat : 15019 (java) S 14947 14950 13605 0 -1 1077944384 3389 12598 0 0 85 0 8 3 20 0 20 0 3833575 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046828788208 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15020] ppid=14947 vsize=10925820 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15020/stat : 15020 (java) R 14947 14950 13605 0 -1 1077944384 1098 12598 0 0 39 0 8 3 20 0 20 0 3833575 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046827735920 140048084429442 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15021] ppid=14947 vsize=10925820 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15021/stat : 15021 (java) S 14947 14950 13605 0 -1 1077944384 3510 12598 0 0 102 1 8 3 20 0 20 0 3833575 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046826683120 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15022] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15022/stat : 15022 (java) S 14947 14950 13605 0 -1 1077944384 3 12598 0 0 0 0 8 3 20 0 20 0 3833575 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046825630048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15023] ppid=14947 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15023/stat : 15023 (java) S 14947 14950 13605 0 -1 1077944384 6 12598 0 0 0 0 8 3 20 0 20 0 3833602 11188039680 51172 33554432000 4194304 4196468 140730906012864 140046824577328 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 10925820

[startup+6.30108 s]
/proc/loadavg: 1.78 1.53 1.52 6/283 15023
/proc/meminfo: memFree=30072636/32770624 swapFree=5844/209748
[pid=14950] ppid=14947 vsize=10997500 CPUtime=16.2 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 75281 12598 0 0 1578 31 8 3 20 0 20 0 3833554 11261440000 96902 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2749375 96902 3514 1 0 2736930 0
[pid=14950/tid=15005] ppid=14947 vsize=10997500 CPUtime=5.83 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15005/stat : 15005 (java) R 14947 14950 13605 0 -1 4202560 41003 12598 0 0 560 12 8 3 20 0 20 0 3833566 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048088649176 140047710908217 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15006] ppid=14947 vsize=10997500 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15006/stat : 15006 (java) S 14947 14950 13605 0 -1 1077944384 87 12598 0 0 6 1 8 3 20 0 20 0 3833567 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048021109136 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15007] ppid=14947 vsize=10997500 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15007/stat : 15007 (java) S 14947 14950 13605 0 -1 1077944384 138 12598 0 0 6 1 8 3 20 0 20 0 3833567 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048020056336 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15008] ppid=14947 vsize=10997500 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15008/stat : 15008 (java) S 14947 14950 13605 0 -1 1077944384 694 12598 0 0 6 1 8 3 20 0 20 0 3833567 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048019004048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15009] ppid=14947 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15009/stat : 15009 (java) S 14947 14950 13605 0 -1 1077944384 106 12598 0 0 6 0 8 3 20 0 20 0 3833567 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048017951248 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15010] ppid=14947 vsize=10997500 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15010/stat : 15010 (java) S 14947 14950 13605 0 -1 1077944384 78 12598 0 0 7 1 8 3 20 0 20 0 3833567 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048016898960 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15011] ppid=14947 vsize=10997500 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15011/stat : 15011 (java) S 14947 14950 13605 0 -1 1077944384 54 12598 0 0 6 1 8 3 20 0 20 0 3833567 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048015846160 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15012] ppid=14947 vsize=10997500 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15012/stat : 15012 (java) S 14947 14950 13605 0 -1 1077944384 48 12598 0 0 6 1 8 3 20 0 20 0 3833567 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048014793872 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15013] ppid=14947 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15013/stat : 15013 (java) S 14947 14950 13605 0 -1 1077944384 158 12598 0 0 6 0 8 3 20 0 20 0 3833567 11261440000 96902 33554432000 4194304 4196468 140730906012864 140048013741072 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15014] ppid=14947 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15014/stat : 15014 (java) S 14947 14950 13605 0 -1 1077944384 2201 12598 0 0 6 0 8 3 20 0 20 0 3833569 11261440000 96902 33554432000 4194304 4196468 140730906012864 140046834051184 140048084429442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15015] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15015/stat : 15015 (java) S 14947 14950 13605 0 -1 1077944384 56 12598 0 0 0 0 8 3 20 0 20 0 3833570 11261440000 96902 33554432000 4194304 4196468 140730906012864 140046832997280 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15016] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15016/stat : 15016 (java) S 14947 14950 13605 0 -1 1077944384 44 12598 0 0 0 0 8 3 20 0 20 0 3833570 11261440000 96902 33554432000 4194304 4196468 140730906012864 140046831944832 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15017] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15017/stat : 15017 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833575 11261440000 96902 33554432000 4194304 4196468 140730906012864 140046830893136 140048084436891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15018] ppid=14947 vsize=10997500 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15018/stat : 15018 (java) S 14947 14950 13605 0 -1 1077944384 4238 12598 0 0 222 1 8 3 20 0 20 0 3833575 11261440000 96902 33554432000 4194304 4196468 140730906012864 140046829841008 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15019] ppid=14947 vsize=10997500 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15019/stat : 15019 (java) S 14947 14950 13605 0 -1 1077944384 7010 12598 0 0 283 1 8 3 20 0 20 0 3833575 11261440000 96902 33554432000 4194304 4196468 140730906012864 140046828788208 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15020] ppid=14947 vsize=10997500 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15020/stat : 15020 (java) S 14947 14950 13605 0 -1 1077944384 9688 12598 0 0 238 1 8 3 20 0 20 0 3833575 11261440000 96902 33554432000 4194304 4196468 140730906012864 140046827735920 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15021] ppid=14947 vsize=10997500 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15021/stat : 15021 (java) S 14947 14950 13605 0 -1 1077944384 7528 12598 0 0 212 2 8 3 20 0 20 0 3833575 11261440000 96902 33554432000 4194304 4196468 140730906012864 140046826683120 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15022] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=14950/tid=15019] ppid=14947 vsize=10997500 CPUtime=3.29 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15019/stat : 15019 (java) S 14947 14950 13605 0 -1 1077944384 11861 12598 0 0 316 2 8 3 20 0 20 0 3833575 11261440000 345310 33554432000 4194304 4196468 140730906012864 140046828788208 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15020] ppid=14947 vsize=10997500 CPUtime=2.69 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15020/stat : 15020 (java) S 14947 14950 13605 0 -1 1077944384 11215 12598 0 0 256 2 8 3 20 0 20 0 3833575 11261440000 345310 33554432000 4194304 4196468 140730906012864 140046827735920 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15021] ppid=14947 vsize=10997500 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15021/stat : 15021 (java) S 14947 14950 13605 0 -1 1077944384 23044 12598 0 0 218 3 8 3 20 0 20 0 3833575 11261440000 345310 33554432000 4194304 4196468 140730906012864 140046826683120 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15022] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15022/stat : 15022 (java) S 14947 14950 13605 0 -1 1077944384 3 12598 0 0 0 0 8 3 20 0 20 0 3833575 11261440000 345310 33554432000 4194304 4196468 140730906012864 140046825630048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15023] ppid=14947 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15023/stat : 15023 (java) S 14947 14950 13605 0 -1 1077944384 1793 12598 0 0 66 61 8 3 20 0 20 0 3833602 11261440000 345310 33554432000 4194304 4196468 140730906012864 140046824577328 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
Current children cumulated CPU time (s) 2331.33
Current children cumulated vsize (KiB) 10997500

[startup+2322.3 s]
/proc/loadavg: 1.84 1.51 1.46 3/281 15275
/proc/meminfo: memFree=29183884/32770624 swapFree=5844/239696
[pid=14950] ppid=14947 vsize=10997500 CPUtime=2393.04 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 256009 12598 0 0 238856 437 8 3 20 0 20 0 3833554 11261440000 345329 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2749375 345329 3517 1 0 2736930 0
[pid=14950/tid=15005] ppid=14947 vsize=10997500 CPUtime=2301.89 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15005/stat : 15005 (java) R 14947 14950 13605 0 -1 4202560 88250 12598 0 0 230132 46 8 3 20 0 20 0 3833566 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048088652464 140047707633477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15006] ppid=14947 vsize=10997500 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15006/stat : 15006 (java) S 14947 14950 13605 0 -1 1077944384 10351 12598 0 0 863 39 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048021109136 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15007] ppid=14947 vsize=10997500 CPUtime=8.96 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15007/stat : 15007 (java) S 14947 14950 13605 0 -1 1077944384 11516 12598 0 0 844 41 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048020056336 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15008] ppid=14947 vsize=10997500 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15008/stat : 15008 (java) S 14947 14950 13605 0 -1 1077944384 9777 12598 0 0 853 44 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048019004048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15009] ppid=14947 vsize=10997500 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15009/stat : 15009 (java) S 14947 14950 13605 0 -1 1077944384 13764 12598 0 0 854 40 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048017951248 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15010] ppid=14947 vsize=10997500 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15010/stat : 15010 (java) S 14947 14950 13605 0 -1 1077944384 11006 12598 0 0 860 37 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048016898960 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15011] ppid=14947 vsize=10997500 CPUtime=8.96 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15011/stat : 15011 (java) S 14947 14950 13605 0 -1 1077944384 15386 12598 0 0 843 42 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048015846160 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15012] ppid=14947 vsize=10997500 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15012/stat : 15012 (java) S 14947 14950 13605 0 -1 1077944384 11713 12598 0 0 864 38 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048014793872 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15013] ppid=14947 vsize=10997500 CPUtime=9.1 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15013/stat : 15013 (java) S 14947 14950 13605 0 -1 1077944384 7403 12598 0 0 860 39 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048013741072 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15014] ppid=14947 vsize=10997500 CPUtime=7.15 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15014/stat : 15014 (java) S 14947 14950 13605 0 -1 1077944384 18492 12598 0 0 668 36 8 3 20 0 20 0 3833569 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046834051184 140048084429442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15015] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15015/stat : 15015 (java) S 14947 14950 13605 0 -1 1077944384 56 12598 0 0 0 0 8 3 20 0 20 0 3833570 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046832997280 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15016] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15016/stat : 15016 (java) S 14947 14950 13605 0 -1 1077944384 44 12598 0 0 0 0 8 3 20 0 20 0 3833570 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046831944832 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15017] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15017/stat : 15017 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046830893136 140048084436891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15018] ppid=14947 vsize=10997500 CPUtime=3.19 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15018/stat : 15018 (java) S 14947 14950 13605 0 -1 1077944384 8141 12598 0 0 306 2 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046829841008 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15019] ppid=14947 vsize=10997500 CPUtime=3.29 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15019/stat : 15019 (java) S 14947 14950 13605 0 -1 1077944384 11866 12598 0 0 316 2 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046828788208 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15020] ppid=14947 vsize=10997500 CPUtime=2.69 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15020/stat : 15020 (java) S 14947 14950 13605 0 -1 1077944384 11225 12598 0 0 256 2 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046827735920 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15021] ppid=14947 vsize=10997500 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15021/stat : 15021 (java) S 14947 14950 13605 0 -1 1077944384 23048 12598 0 0 218 3 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046826683120 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15022] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15022/stat : 15022 (java) S 14947 14950 13605 0 -1 1077944384 3 12598 0 0 0 0 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046825630048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15023] ppid=14947 vsize=10997500 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15023/stat : 15023 (java) S 14947 14950 13605 0 -1 1077944384 1833 12598 0 0 67 63 8 3 20 0 20 0 3833602 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046824577328 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
Current children cumulated CPU time (s) 2393.04
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2329.1 s]
/proc/loadavg: 1.87 1.53 1.46 3/281 15275
/proc/meminfo: memFree=28924844/32770624 swapFree=5844/239720
[pid=14950] ppid=14947 vsize=10997500 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 256074 12598 0 0 239556 440 8 3 20 0 20 0 3833554 11261440000 345329 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2749375 345329 3517 1 0 2736930 0
[pid=14950/tid=15005] ppid=14947 vsize=10997500 CPUtime=2308.61 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15005/stat : 15005 (java) R 14947 14950 13605 0 -1 4202560 88288 12598 0 0 230804 46 8 3 20 0 20 0 3833566 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048088652336 140047694238807 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15006] ppid=14947 vsize=10997500 CPUtime=9.16 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15006/stat : 15006 (java) S 14947 14950 13605 0 -1 1077944384 10352 12598 0 0 866 39 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048021109136 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15007] ppid=14947 vsize=10997500 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15007/stat : 15007 (java) S 14947 14950 13605 0 -1 1077944384 11518 12598 0 0 847 42 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048020056336 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15008] ppid=14947 vsize=10997500 CPUtime=9.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15008/stat : 15008 (java) S 14947 14950 13605 0 -1 1077944384 9778 12598 0 0 856 44 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048019004048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15009] ppid=14947 vsize=10997500 CPUtime=9.09 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15009/stat : 15009 (java) S 14947 14950 13605 0 -1 1077944384 13766 12598 0 0 858 40 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048017951248 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15010] ppid=14947 vsize=10997500 CPUtime=9.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15010/stat : 15010 (java) S 14947 14950 13605 0 -1 1077944384 11009 12598 0 0 862 38 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048016898960 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15011] ppid=14947 vsize=10997500 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15011/stat : 15011 (java) S 14947 14950 13605 0 -1 1077944384 15386 12598 0 0 846 43 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048015846160 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15012] ppid=14947 vsize=10997500 CPUtime=9.16 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15012/stat : 15012 (java) S 14947 14950 13605 0 -1 1077944384 11714 12598 0 0 867 38 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048014793872 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15013] ppid=14947 vsize=10997500 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15013/stat : 15013 (java) S 14947 14950 13605 0 -1 1077944384 7415 12598 0 0 863 39 8 3 20 0 20 0 3833567 11261440000 345329 33554432000 4194304 4196468 140730906012864 140048013741072 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15014] ppid=14947 vsize=10997500 CPUtime=7.17 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15014/stat : 15014 (java) S 14947 14950 13605 0 -1 1077944384 18497 12598 0 0 670 36 8 3 20 0 20 0 3833569 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046834051184 140048084429442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15015] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15015/stat : 15015 (java) S 14947 14950 13605 0 -1 1077944384 56 12598 0 0 0 0 8 3 20 0 20 0 3833570 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046832997280 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15016] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15016/stat : 15016 (java) S 14947 14950 13605 0 -1 1077944384 44 12598 0 0 0 0 8 3 20 0 20 0 3833570 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046831944832 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15017] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15017/stat : 15017 (java) S 14947 14950 13605 0 -1 1077944384 1 12598 0 0 0 0 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046830893136 140048084436891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15018] ppid=14947 vsize=10997500 CPUtime=3.19 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15018/stat : 15018 (java) S 14947 14950 13605 0 -1 1077944384 8141 12598 0 0 306 2 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046829841008 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15019] ppid=14947 vsize=10997500 CPUtime=3.29 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15019/stat : 15019 (java) S 14947 14950 13605 0 -1 1077944384 11866 12598 0 0 316 2 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046828788208 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15020] ppid=14947 vsize=10997500 CPUtime=2.69 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15020/stat : 15020 (java) S 14947 14950 13605 0 -1 1077944384 11225 12598 0 0 256 2 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046827735920 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15021] ppid=14947 vsize=10997500 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15021/stat : 15021 (java) S 14947 14950 13605 0 -1 1077944384 23048 12598 0 0 218 3 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046826683120 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15022] ppid=14947 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15022/stat : 15022 (java) S 14947 14950 13605 0 -1 1077944384 3 12598 0 0 0 0 8 3 20 0 20 0 3833575 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046825630048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15023] ppid=14947 vsize=10997500 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15023/stat : 15023 (java) S 14947 14950 13605 0 -1 1077944384 1833 12598 0 0 67 64 8 3 20 0 20 0 3833602 11261440000 345329 33554432000 4194304 4196468 140730906012864 140046824577328 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10997500

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14950 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2329.4 s]
/proc/loadavg: 1.87 1.53 1.46 3/281 15275
/proc/meminfo: memFree=28924844/32770624 swapFree=5844/239720
[pid=14950] ppid=14947 vsize=11130628 CPUtime=2401.7 cores=0,2,4,6,8,10,12,14
/proc/14950/stat : 14950 (java) S 14947 14950 13605 0 -1 1077944320 269365 12598 0 0 239717 442 8 3 20 0 22 0 3833554 11397763072 347173 33554432000 4194304 4196468 140730906012864 140730905995408 140048084418295 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
/proc/14950/statm: 2782657 347173 3517 1 0 2770212 0
[pid=14950/tid=15005] ppid=14947 vsize=11130628 CPUtime=2308.62 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15005/stat : 15005 (java) S 14947 14950 13605 0 -1 1077944384 89466 12598 0 0 230805 46 8 3 20 0 22 0 3833566 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048088655968 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15006] ppid=14947 vsize=11130628 CPUtime=9.35 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15006/stat : 15006 (java) S 14947 14950 13605 0 -1 1077944384 10382 12598 0 0 885 39 8 3 20 0 22 0 3833567 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048021109136 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15007] ppid=14947 vsize=11130628 CPUtime=9.19 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15007/stat : 15007 (java) S 14947 14950 13605 0 -1 1077944384 11537 12598 0 0 866 42 8 3 20 0 22 0 3833567 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048020056336 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15008] ppid=14947 vsize=11130628 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15008/stat : 15008 (java) S 14947 14950 13605 0 -1 1077944384 9830 12598 0 0 876 44 8 3 20 0 22 0 3833567 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048019004048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15009] ppid=14947 vsize=11130628 CPUtime=9.29 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15009/stat : 15009 (java) S 14947 14950 13605 0 -1 1077944384 13809 12598 0 0 877 41 8 3 20 0 22 0 3833567 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048017951248 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15010] ppid=14947 vsize=11130628 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15010/stat : 15010 (java) S 14947 14950 13605 0 -1 1077944384 11028 12598 0 0 882 38 8 3 20 0 22 0 3833567 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048016898960 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15011] ppid=14947 vsize=11130628 CPUtime=9.2 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15011/stat : 15011 (java) S 14947 14950 13605 0 -1 1077944384 15403 12598 0 0 866 43 8 3 20 0 22 0 3833567 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048015846160 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15012] ppid=14947 vsize=11130628 CPUtime=9.35 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15012/stat : 15012 (java) S 14947 14950 13605 0 -1 1077944384 11719 12598 0 0 886 38 8 3 20 0 22 0 3833567 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048014793872 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15013] ppid=14947 vsize=11130628 CPUtime=9.32 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15013/stat : 15013 (java) S 14947 14950 13605 0 -1 1077944384 7455 12598 0 0 882 39 8 3 20 0 22 0 3833567 11397763072 347173 33554432000 4194304 4196468 140730906012864 140048013741072 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15014] ppid=14947 vsize=11130628 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15014/stat : 15014 (java) R 14947 14950 13605 0 -1 4202560 29718 12598 0 0 678 36 8 3 20 0 22 0 3833569 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046834049584 140048070109995 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15015] ppid=14947 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15015/stat : 15015 (java) S 14947 14950 13605 0 -1 1077944384 57 12598 0 0 0 0 8 3 20 0 22 0 3833570 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046832996784 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15016] ppid=14947 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15016/stat : 15016 (java) S 14947 14950 13605 0 -1 1077944384 44 12598 0 0 0 0 8 3 20 0 22 0 3833570 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046831944832 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15017] ppid=14947 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15017/stat : 15017 (java) S 14947 14950 13605 0 -1 1077944384 253 12598 0 0 0 0 8 3 20 0 22 0 3833575 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046830893136 140048084436891 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15018] ppid=14947 vsize=11130628 CPUtime=3.19 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15018/stat : 15018 (java) S 14947 14950 13605 0 -1 1077944384 8141 12598 0 0 306 2 8 3 20 0 22 0 3833575 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046829841008 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15019] ppid=14947 vsize=11130628 CPUtime=3.29 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15019/stat : 15019 (java) S 14947 14950 13605 0 -1 1077944384 11866 12598 0 0 316 2 8 3 20 0 22 0 3833575 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046828788208 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15020] ppid=14947 vsize=11130628 CPUtime=2.69 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15020/stat : 15020 (java) S 14947 14950 13605 0 -1 1077944384 11287 12598 0 0 256 2 8 3 20 0 22 0 3833575 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046827727952 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15021] ppid=14947 vsize=11130628 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15021/stat : 15021 (java) S 14947 14950 13605 0 -1 1077944384 23048 12598 0 0 218 3 8 3 20 0 22 0 3833575 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046826683120 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15022] ppid=14947 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15022/stat : 15022 (java) S 14947 14950 13605 0 -1 1077944384 3 12598 0 0 0 0 8 3 20 0 22 0 3833575 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046825630048 140048084428501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
[pid=14950/tid=15023] ppid=14947 vsize=11130628 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/14950/task/15023/stat : 15023 (java) S 14947 14950 13605 0 -1 1077944384 1833 12598 0 0 67 64 8 3 20 0 22 0 3833602 11397763072 347173 33554432000 4194304 4196468 140730906012864 140046824577328 140048084429442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10248192 140730906016449 140730906019223 140730906019223 140730906021839 0
Current children cumulated CPU time (s) 2401.7
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2329.48
CPU time (s): 2401.96
CPU user time (s): 2397.48
CPU system time (s): 4.48683
CPU usage (%): 103.111
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.48
system time used= 4.48683
maximum resident set size= 1485684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282303
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 306950
involuntary context switches= 189564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0479 second user time and 19.9685 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-22 03:07:47
IDJOB=4244393
IDBENCH=115627
IDSOLVER=2630
FILE ID=node136/4244393-1500685667
RUNJOBID= node136-1500683313-13636
PBS_JOBID= 20623338
Free space on /tmp= 61972 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-020-05-8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244393-1500685667/watcher-4244393-1500685667 -o /tmp/evaluation-result-4244393-1500685667/solver-4244393-1500685667 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13636 --watchdog 2560  bin/concrete HOME/instance-4244393-1500685667.xml

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

MD5SUM BENCH= 0e54ac42af650b711b86c7f2d29cb640
RANDOM SEED=1030400308

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

/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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.42
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	: 8
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.56
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.42
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.42
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.42
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30744320 kB
MemAvailable:   30833156 kB
Buffers:           45432 kB
Cached:           353212 kB
SwapCached:            0 kB
Active:          1428356 kB
Inactive:         218496 kB
Active(anon):    1251748 kB
Inactive(anon):     8776 kB
Active(file):     176608 kB
Inactive(file):   209720 kB
Unevictable:        5844 kB
Mlocked:            5876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24660 kB
Writeback:             0 kB
AnonPages:       1254704 kB
Mapped:            43824 kB
Shmem:              8884 kB
Slab:              68944 kB
SReclaimable:      36684 kB
SUnreclaim:        32260 kB
KernelStack:        4512 kB
PageTables:         8076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2381184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1017856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61948 MiB
End job on node136 at 2017-07-22 03:46:37