Trace number 4244330

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) 2414.54 2335.38

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-10-5.xml
MD5SUM4d2827b08c954056751687426186d54f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of constraints1110
Number of domains1
Minimum domain size5403
Maximum domain size5403
Distribution of domain sizes[{"size":5403,"count":1100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":1000},{"arity":100,"count":10}]
Number of extensional constraints0
Number of intensional constraints1100
Distribution of constraint types[{"type":"intension","count":1100},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

3.91/2.21	c Concrete v3.4 running
2414.35/2335.33	java.util.concurrent.TimeoutException
2414.35/2335.33		at concrete.MAC.mac(MAC.scala:74)
2414.35/2335.33		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2414.35/2335.33		at scala.util.Try$.apply(Try.scala:209)
2414.35/2335.33		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2414.35/2335.33		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2414.35/2335.33		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2414.35/2335.33		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2414.35/2335.33		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2414.35/2335.33		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2414.35/2335.33		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2414.35/2335.33		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2414.35/2335.33		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2414.35/2335.33		at concrete.MAC.oneRun(MAC.scala:146)
2414.35/2335.33		at concrete.MAC.nextSolution(MAC.scala:166)
2414.35/2335.33		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2414.35/2335.33		at concrete.ProblemState.map(ProblemState.scala:203)
2414.35/2335.33		at concrete.ProblemState.map(ProblemState.scala:188)
2414.35/2335.33		at concrete.MAC.nextSolution(MAC.scala:195)
2414.35/2335.33		at concrete.Solver.hasNext(Solver.scala:202)
2414.35/2335.33		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2414.35/2335.33		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2414.35/2335.33		at concrete.Solver.toStream(Solver.scala:73)
2414.35/2335.33		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2414.35/2335.33		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2414.35/2335.33		at concrete.Solver.toIterable(Solver.scala:73)
2414.35/2335.33		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2414.35/2335.33		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2414.35/2335.33		at scala.util.Success.map(Try.scala:209)
2414.35/2335.33		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2414.35/2335.33		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2414.35/2335.33		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2414.35/2335.33		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2414.35/2335.33		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2414.35/2335.33		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2414.35/2335.33		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2414.35/2335.33		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2414.35/2335.33		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2414.35/2335.33		at scala.collection.immutable.List.foreach(List.scala:389)
2414.35/2335.33		at scala.App.main(App.scala:76)
2414.35/2335.33		at scala.App.main$(App.scala:74)
2414.35/2335.33		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2414.35/2335.33		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2414.35/2335.34	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-4244330-1500683681/watcher-4244330-1500683681 -o /tmp/evaluation-result-4244330-1500683681/solver-4244330-1500683681 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7986 --watchdog 2560 bin/concrete HOME/instance-4244330-1500683681.xml 

pid=8011
running on 8 cores: 1,3,5,7,9,11,13,15

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.02 1.03 1.31 3/245 8017
/proc/meminfo: memFree=31937212/32770624 swapFree=5800/234136
[pid=8017] ppid=8011 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (bash) S 8011 8017 7954 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 3635626 9736192 350 33554432000 4194304 5098028 140725707227040 140725707224680 139756034767872 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 34488320 140725707228430 140725707228515 140725707228515 140725707231214 0
/proc/8017/statm: 2377 350 278 221 0 86 0

[startup+0.100104 s]
/proc/loadavg: 1.02 1.03 1.31 3/245 8017
/proc/meminfo: memFree=31937212/32770624 swapFree=5800/234136
[pid=8017] ppid=8011 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (bash) S 8011 8017 7954 0 -1 4202496 879 6422 0 1 0 0 0 1 20 0 1 0 3635626 9871360 377 33554432000 4194304 5098028 140725707227040 140725707221048 139756034767872 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 34488320 140725707228430 140725707228515 140725707228515 140725707231214 0
/proc/8017/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200398 s]
/proc/loadavg: 1.02 1.03 1.31 3/245 8017
/proc/meminfo: memFree=31937212/32770624 swapFree=5800/234136
[pid=8017] ppid=8011 vsize=10435860 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 4829 12392 0 1 3 1 9 3 20 0 13 0 3635626 10686320640 4683 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2608965 4683 2101 1 0 2597403 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10435860

[startup+0.300296 s]
/proc/loadavg: 1.02 1.03 1.31 3/245 8017
/proc/meminfo: memFree=31937212/32770624 swapFree=5800/234136
[pid=8017] ppid=8011 vsize=10902392 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 6823 12392 0 1 18 2 9 3 20 0 20 0 3635626 11164049408 8599 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2725598 8599 2992 1 0 2713890 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10902392

[startup+0.700209 s]
/proc/loadavg: 1.02 1.03 1.31 3/245 8017
/proc/meminfo: memFree=31937212/32770624 swapFree=5800/234136
[pid=8017] ppid=8011 vsize=10902720 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 12056 12392 0 1 70 5 9 3 20 0 20 0 3635626 11164385280 14855 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2725680 14855 3154 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.50109 s]
/proc/loadavg: 0.94 1.02 1.30 5/285 8163
/proc/meminfo: memFree=31736608/32770624 swapFree=5800/233736
[pid=8017] ppid=8011 vsize=10913344 CPUtime=2.14 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 26355 12392 0 1 190 12 9 3 20 0 20 0 3635626 11175264256 43949 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2728336 43949 3402 1 0 2716450 0
[pid=8017/tid=8127] ppid=8011 vsize=10913344 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8127/stat : 8127 (java) S 8011 8017 7954 0 -1 1077944384 18936 12392 0 1 119 6 9 3 20 0 20 0 3635641 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670477424848 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8136] ppid=8011 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8136/stat : 8136 (java) R 8011 8017 7954 0 -1 4202560 14 12392 0 1 1 0 9 3 20 0 20 0 3635642 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670399282312 139670465835751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8137] ppid=8011 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8137/stat : 8137 (java) R 8011 8017 7954 0 -1 4202560 13 12392 0 1 0 0 9 3 20 0 20 0 3635642 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670398229768 139670465835751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8138] ppid=8011 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8138/stat : 8138 (java) R 8011 8017 7954 0 -1 4202560 19 12392 0 1 1 0 9 3 20 0 20 0 3635642 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670397176712 139670465835751 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8139] ppid=8011 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8139/stat : 8139 (java) R 8011 8017 7954 0 -1 4202560 46 12392 0 1 1 0 9 3 20 0 20 0 3635642 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670396124248 139670466311130 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8140] ppid=8011 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8140/stat : 8140 (java) R 8011 8017 7954 0 -1 4202560 134 12392 0 1 0 0 9 3 20 0 20 0 3635642 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670395071112 139670465835751 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8141] ppid=8011 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8141/stat : 8141 (java) R 8011 8017 7954 0 -1 4202560 11 12392 0 1 0 0 9 3 20 0 20 0 3635642 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670394018568 139670465835751 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8142] ppid=8011 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8142/stat : 8142 (java) R 8011 8017 7954 0 -1 4202560 29 12392 0 1 1 0 9 3 20 0 20 0 3635642 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670392965512 139670465835751 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8143] ppid=8011 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8143/stat : 8143 (java) R 8011 8017 7954 0 -1 4202560 20 12392 0 1 1 0 9 3 20 0 20 0 3635642 11175264256 43949 33554432000 4194304 4196468 140732660032816 139670391912968 139670465835751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8145] ppid=8011 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8145/stat : 8145 (java) S 8011 8017 7954 0 -1 1077944384 1222 12392 0 1 1 0 9 3 20 0 20 0 3635644 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669223253280 139670473217749 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8147] ppid=8011 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8147/stat : 8147 (java) S 8011 8017 7954 0 -1 1077944384 33 12392 0 1 0 0 9 3 20 0 20 0 3635645 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669222200992 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8149] ppid=8011 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8149/stat : 8149 (java) S 8011 8017 7954 0 -1 1077944384 21 12392 0 1 0 0 9 3 20 0 20 0 3635646 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669221147888 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8150] ppid=8011 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8150/stat : 8150 (java) S 8011 8017 7954 0 -1 1077944384 1 12392 0 1 0 0 9 3 20 0 20 0 3635650 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669220096464 139670473226139 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8151] ppid=8011 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8151/stat : 8151 (java) S 8011 8017 7954 0 -1 1077944384 920 12392 0 1 9 0 9 3 20 0 20 0 3635650 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669219043568 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8153] ppid=8011 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8153/stat : 8153 (java) S 8011 8017 7954 0 -1 1077944384 276 12392 0 1 10 0 9 3 20 0 20 0 3635650 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669217991024 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8154] ppid=8011 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8154/stat : 8154 (java) S 8011 8017 7954 0 -1 1077944384 1303 12392 0 1 15 0 9 3 20 0 20 0 3635650 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669216937968 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8156] ppid=8011 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8156/stat : 8156 (java) S 8011 8017 7954 0 -1 1077944384 1222 12392 0 1 24 0 9 3 20 0 20 0 3635650 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669215885424 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8160] ppid=8011 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8160/stat : 8160 (java) S 8011 8017 7954 0 -1 1077944384 3 12392 0 1 0 0 9 3 20 0 20 0 3635650 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669214833632 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8162] ppid=8011 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8162/stat : 8162 (java) S 8011 8017 7954 0 -1 1077944384 3 12392 0 1 0 0 9 3 20 0 20 0 3635650 11175264256 43949 33554432000 4194304 4196468 140732660032816 139669213781168 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 10913344

[startup+3.10107 s]
/proc/loadavg: 0.94 1.02 1.30 6/285 8163
/proc/meminfo: memFree=31579916/32770624 swapFree=5800/235512
[pid=8017] ppid=8011 vsize=10925820 CPUtime=7.11 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 40089 12392 1 1 680 19 9 3 20 0 20 0 3635626 11188039680 54880 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2731455 54880 3485 1 0 2719010 0
[pid=8017/tid=8127] ppid=8011 vsize=10925820 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8127/stat : 8127 (java) R 8011 8017 7954 0 -1 4202560 24099 12392 1 1 274 8 9 3 20 0 20 0 3635641 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670477437912 139670473219478 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8136] ppid=8011 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8136/stat : 8136 (java) S 8011 8017 7954 0 -1 1077944384 14 12392 0 1 1 0 9 3 20 0 20 0 3635642 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670399282192 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8137] ppid=8011 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8137/stat : 8137 (java) S 8011 8017 7954 0 -1 1077944384 13 12392 0 1 1 0 9 3 20 0 20 0 3635642 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670398229648 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8138] ppid=8011 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8138/stat : 8138 (java) S 8011 8017 7954 0 -1 1077944384 19 12392 0 1 1 0 9 3 20 0 20 0 3635642 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670397176592 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8139] ppid=8011 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8139/stat : 8139 (java) S 8011 8017 7954 0 -1 1077944384 46 12392 0 1 1 0 9 3 20 0 20 0 3635642 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670396124048 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8140] ppid=8011 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8140/stat : 8140 (java) S 8011 8017 7954 0 -1 1077944384 134 12392 0 1 0 0 9 3 20 0 20 0 3635642 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670395070992 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8141] ppid=8011 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8141/stat : 8141 (java) S 8011 8017 7954 0 -1 1077944384 11 12392 0 1 0 0 9 3 20 0 20 0 3635642 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670394018448 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8142] ppid=8011 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8142/stat : 8142 (java) S 8011 8017 7954 0 -1 1077944384 29 12392 0 1 1 0 9 3 20 0 20 0 3635642 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670392965392 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8143] ppid=8011 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8143/stat : 8143 (java) S 8011 8017 7954 0 -1 1077944384 20 12392 0 1 1 0 9 3 20 0 20 0 3635642 11188039680 54880 33554432000 4194304 4196468 140732660032816 139670391912848 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8145] ppid=8011 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8145/stat : 8145 (java) S 8011 8017 7954 0 -1 1077944384 1529 12392 0 1 2 0 9 3 20 0 20 0 3635644 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669223254768 139670473218690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8147] ppid=8011 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8147/stat : 8147 (java) S 8011 8017 7954 0 -1 1077944384 55 12392 0 1 0 0 9 3 20 0 20 0 3635645 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669222201056 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8149] ppid=8011 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8149/stat : 8149 (java) S 8011 8017 7954 0 -1 1077944384 43 12392 0 1 0 0 9 3 20 0 20 0 3635646 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669221147904 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8150] ppid=8011 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8150/stat : 8150 (java) S 8011 8017 7954 0 -1 1077944384 1 12392 0 1 0 0 9 3 20 0 20 0 3635650 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669220096464 139670473226139 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8151] ppid=8011 vsize=10925820 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8151/stat : 8151 (java) R 8011 8017 7954 0 -1 4202560 4041 12392 0 1 96 1 9 3 20 0 20 0 3635650 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669219032240 139670457175419 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8153] ppid=8011 vsize=10925820 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8153/stat : 8153 (java) R 8011 8017 7954 0 -1 4202560 1794 12392 0 1 89 1 9 3 20 0 20 0 3635650 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669217971744 139670450802713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8154] ppid=8011 vsize=10925820 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8154/stat : 8154 (java) R 8011 8017 7954 0 -1 4202560 2218 12392 0 1 83 1 9 3 20 0 20 0 3635650 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669216931072 139670451032627 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8156] ppid=8011 vsize=10925820 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8156/stat : 8156 (java) R 8011 8017 7954 0 -1 4202560 3889 12392 0 1 124 1 9 3 20 0 20 0 3635650 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669215883384 139670457288030 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8160] ppid=8011 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8160/stat : 8160 (java) S 8011 8017 7954 0 -1 1077944384 3 12392 0 1 0 0 9 3 20 0 20 0 3635650 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669214833632 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8162] ppid=8011 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8162/stat : 8162 (java) S 8011 8017 7954 0 -1 1077944384 4 12392 0 1 0 0 9 3 20 0 20 0 3635650 11188039680 54880 33554432000 4194304 4196468 140732660032816 139669213781168 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 10925820

[startup+6.30081 s]
/proc/loadavg: 0.94 1.02 1.30 5/285 8163
/proc/meminfo: memFree=30923588/32770624 swapFree=5800/236132
[pid=8017] ppid=8011 vsize=10927868 CPUtime=16.19 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 49748 12392 1 1 1432 175 9 3 20 0 20 0 3635626 11190136832 192109 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2731967 192109 3501 1 0 2719522 0
[pid=8017/tid=8127] ppid=8011 vsize=10927868 CPUtime=5.71 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8127/stat : 8127 (java) R 8011 8017 7954 0 -1 4202560 25746 12392 1 1 546 13 9 3 20 0 20 0 3635641 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670477438936 139670086387892 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8136] ppid=8011 vsize=10927868 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8136/stat : 8136 (java) S 8011 8017 7954 0 -1 1077944384 186 12392 0 1 23 17 9 3 20 0 20 0 3635642 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670399282192 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8137] ppid=8011 vsize=10927868 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8137/stat : 8137 (java) S 8011 8017 7954 0 -1 1077944384 182 12392 0 1 22 18 9 3 20 0 20 0 3635642 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670398229648 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8138] ppid=8011 vsize=10927868 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8138/stat : 8138 (java) S 8011 8017 7954 0 -1 1077944384 166 12392 0 1 21 18 9 3 20 0 20 0 3635642 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670397176592 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8139] ppid=8011 vsize=10927868 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8139/stat : 8139 (java) S 8011 8017 7954 0 -1 1077944384 246 12392 0 1 23 19 9 3 20 0 20 0 3635642 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670396124048 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8140] ppid=8011 vsize=10927868 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8140/stat : 8140 (java) S 8011 8017 7954 0 -1 1077944384 309 12392 0 1 22 17 9 3 20 0 20 0 3635642 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670395070992 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8141] ppid=8011 vsize=10927868 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8141/stat : 8141 (java) S 8011 8017 7954 0 -1 1077944384 214 12392 0 1 22 20 9 3 20 0 20 0 3635642 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670394018448 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8142] ppid=8011 vsize=10927868 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8142/stat : 8142 (java) S 8011 8017 7954 0 -1 1077944384 201 12392 0 1 22 20 9 3 20 0 20 0 3635642 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670392965392 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8143] ppid=8011 vsize=10927868 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8143/stat : 8143 (java) S 8011 8017 7954 0 -1 1077944384 288 12392 0 1 23 19 9 3 20 0 20 0 3635642 11190136832 192109 33554432000 4194304 4196468 140732660032816 139670391912848 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8145] ppid=8011 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8145/stat : 8145 (java) S 8011 8017 7954 0 -1 1077944384 1950 12392 0 1 3 0 9 3 20 0 20 0 3635644 11190136832 192109 33554432000 4194304 4196468 140732660032816 139669223254768 139670473218690 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8147] ppid=8011 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8147/stat : 8147 (java) S 8011 8017 7954 0 -1 1077944384 56 12392 0 1 0 0 9 3 20 0 20 0 3635645 11190136832 192109 33554432000 4194304 4196468 140732660032816 139669222201056 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8149] ppid=8011 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8149/stat : 8149 (java) S 8011 8017 7954 0 -1 1077944384 43 12392 0 1 0 0 9 3 20 0 20 0 3635646 11190136832 192109 33554432000 4194304 4196468 140732660032816 139669221147904 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8150] ppid=8011 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8150/stat : 8150 (java) S 8011 8017 7954 0 -1 1077944384 1 12392 0 1 0 0 9 3 20 0 20 0 3635650 11190136832 192109 33554432000 4194304 4196468 140732660032816 139669220096464 139670473226139 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8151] ppid=8011 vsize=10927868 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8151/stat : 8151 (java) S 8011 8017 7954 0 -1 1077944384 6666 12392 0 1 214 2 9 3 20 0 20 0 3635650 11190136832 192109 33554432000 4194304 4196468 140732660032816 139669219043568 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8153] ppid=8011 vsize=10927868 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8153/stat : 8153 (java) S 8011 8017 7954 0 -1 1077944384 2447 12392 0 1 168 1 9 3 20 0 20 0 3635650 11190136832 192109 33554432000 4194304 4196468 140732660032816 139669217991024 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8154] ppid=8011 vsize=10927868 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8154/stat : 8154 (java) R 8011 8017 7954 0 -1 4202560 3033 12392 0 1 160 1 9 3 20 0 20 0 3635650 11190136832 192109 33554432000 4194304 4196468 140732660032816 139669216938264 139670453059684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8156] ppid=8011 vsize=10927868 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8156/stat : 8156 (java) S 8011 8017 7954 0 -1 1077944384 5823 12392 0 1 156 1 9 3 20 0 20 0 3635650 11190136832 192109 33554432000 4194304 4196468 140732660032816 139669215885424 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8160] ppid=8011 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=8017/tid=8154] ppid=8011 vsize=11130628 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8154/stat : 8154 (java) S 8011 8017 7954 0 -1 1077944384 26241 12392 0 1 596 5 9 3 20 0 22 0 3635650 11397763072 863505 33554432000 4194304 4196468 140732660032816 139669216922960 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8156] ppid=8011 vsize=11130628 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8156/stat : 8156 (java) S 8011 8017 7954 0 -1 1077944384 26359 12392 0 1 291 4 9 3 20 0 22 0 3635650 11397763072 863505 33554432000 4194304 4196468 140732660032816 139669215885424 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8160] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8160/stat : 8160 (java) S 8011 8017 7954 0 -1 1077944384 3 12392 0 1 0 0 9 3 20 0 22 0 3635650 11397763072 863505 33554432000 4194304 4196468 140732660032816 139669214833632 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8162] ppid=8011 vsize=11130628 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8162/stat : 8162 (java) S 8011 8017 7954 0 -1 1077944384 1589 12392 0 1 61 73 9 3 20 0 22 0 3635650 11397763072 863505 33554432000 4194304 4196468 140732660032816 139669213781168 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8395] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8395/stat : 8395 (java) S 8011 8017 7954 0 -1 1077944384 334 12392 0 1 0 0 9 3 20 0 22 0 3868966 11397763072 863505 33554432000 4194304 4196468 140732660032816 139669184229872 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8396] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8396/stat : 8396 (java) S 8011 8017 7954 0 -1 1077944384 28 12392 0 1 0 0 9 3 20 0 22 0 3868966 11397763072 863505 33554432000 4194304 4196468 140732660032816 139668442047808 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
Current children cumulated CPU time (s) 2407.56
Current children cumulated vsize (KiB) 11130628

[startup+2334.8 s]
/proc/loadavg: 1.66 1.62 1.65 10/284 8396
/proc/meminfo: memFree=26349912/32770624 swapFree=5800/238504
[pid=8017] ppid=8011 vsize=11130628 CPUtime=2410.58 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 473610 12392 1 1 240196 850 9 3 20 0 22 0 3635626 11397763072 863535 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2782657 863535 3522 1 0 2770212 0
[pid=8017/tid=8127] ppid=8011 vsize=11130628 CPUtime=2324.93 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8127/stat : 8127 (java) S 8011 8017 7954 0 -1 1077944384 187567 12392 1 1 232399 82 9 3 20 0 22 0 3635641 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670477445088 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8136] ppid=8011 vsize=11130628 CPUtime=7.86 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8136/stat : 8136 (java) R 8011 8017 7954 0 -1 4202560 15190 12392 0 1 693 81 9 3 20 0 22 0 3635642 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670399282088 139670465835751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8137] ppid=8011 vsize=11130628 CPUtime=7.82 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8137/stat : 8137 (java) R 8011 8017 7954 0 -1 4202560 18689 12392 0 1 686 84 9 3 20 0 22 0 3635642 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670398229544 139670465835751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8138] ppid=8011 vsize=11130628 CPUtime=7.83 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8138/stat : 8138 (java) R 8011 8017 7954 0 -1 4202560 21242 12392 0 1 688 83 9 3 20 0 22 0 3635642 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670397176488 139670465835751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8139] ppid=8011 vsize=11130628 CPUtime=7.95 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8139/stat : 8139 (java) R 8011 8017 7954 0 -1 4202560 22567 12392 0 1 697 86 9 3 20 0 22 0 3635642 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670396123944 139670465835751 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8140] ppid=8011 vsize=11130628 CPUtime=7.86 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8140/stat : 8140 (java) R 8011 8017 7954 0 -1 4202560 17839 12392 0 1 691 83 9 3 20 0 22 0 3635642 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670395070888 139670465835751 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8141] ppid=8011 vsize=11130628 CPUtime=7.89 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8141/stat : 8141 (java) R 8011 8017 7954 0 -1 4202560 17232 12392 0 1 691 86 9 3 20 0 22 0 3635642 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670394018344 139670456590578 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8142] ppid=8011 vsize=11130628 CPUtime=7.95 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8142/stat : 8142 (java) R 8011 8017 7954 0 -1 4202560 16984 12392 0 1 698 85 9 3 20 0 22 0 3635642 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670392965288 139670465835751 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8143] ppid=8011 vsize=11130628 CPUtime=7.88 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8143/stat : 8143 (java) R 8011 8017 7954 0 -1 4202560 15721 12392 0 1 693 83 9 3 20 0 22 0 3635642 11397763072 863535 33554432000 4194304 4196468 140732660032816 139670391913048 139670454803403 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8145] ppid=8011 vsize=11130628 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8145/stat : 8145 (java) S 8011 8017 7954 0 -1 1077944384 36668 12392 0 1 65 7 9 3 20 0 22 0 3635644 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669223253168 139670473217749 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8147] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8147/stat : 8147 (java) S 8011 8017 7954 0 -1 1077944384 66 12392 0 1 0 0 9 3 20 0 22 0 3635645 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669222200720 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8149] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8149/stat : 8149 (java) S 8011 8017 7954 0 -1 1077944384 55 12392 0 1 0 0 9 3 20 0 22 0 3635646 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669221147904 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8150] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8150/stat : 8150 (java) S 8011 8017 7954 0 -1 1077944384 252 12392 0 1 0 0 9 3 20 0 22 0 3635650 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669220096464 139670473226139 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8151] ppid=8011 vsize=11130628 CPUtime=6.3 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8151/stat : 8151 (java) S 8011 8017 7954 0 -1 1077944384 21386 12392 0 1 613 5 9 3 20 0 22 0 3635650 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669219043568 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8153] ppid=8011 vsize=11130628 CPUtime=6.32 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8153/stat : 8153 (java) S 8011 8017 7954 0 -1 1077944384 25467 12392 0 1 615 5 9 3 20 0 22 0 3635650 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669217978432 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8154] ppid=8011 vsize=11130628 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8154/stat : 8154 (java) S 8011 8017 7954 0 -1 1077944384 26241 12392 0 1 596 5 9 3 20 0 22 0 3635650 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669216922960 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8156] ppid=8011 vsize=11130628 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8156/stat : 8156 (java) S 8011 8017 7954 0 -1 1077944384 26359 12392 0 1 291 4 9 3 20 0 22 0 3635650 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669215885424 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8160] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8160/stat : 8160 (java) S 8011 8017 7954 0 -1 1077944384 3 12392 0 1 0 0 9 3 20 0 22 0 3635650 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669214833632 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8162] ppid=8011 vsize=11130628 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8162/stat : 8162 (java) S 8011 8017 7954 0 -1 1077944384 1589 12392 0 1 61 73 9 3 20 0 22 0 3635650 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669213781168 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8395] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8395/stat : 8395 (java) S 8011 8017 7954 0 -1 1077944384 334 12392 0 1 0 0 9 3 20 0 22 0 3868966 11397763072 863535 33554432000 4194304 4196468 140732660032816 139669184229872 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8396] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8396/stat : 8396 (java) S 8011 8017 7954 0 -1 1077944384 28 12392 0 1 0 0 9 3 20 0 22 0 3868966 11397763072 863535 33554432000 4194304 4196468 140732660032816 139668442047808 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
Current children cumulated CPU time (s) 2410.58
Current children cumulated vsize (KiB) 11130628

[startup+2335.2 s]
/proc/loadavg: 1.66 1.62 1.65 10/284 8396
/proc/meminfo: memFree=26349912/32770624 swapFree=5800/238504
[pid=8017] ppid=8011 vsize=11130628 CPUtime=2413.49 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 473647 12392 1 1 240487 850 9 3 20 0 22 0 3635626 11397763072 863543 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2782657 863543 3522 1 0 2770212 0
[pid=8017/tid=8127] ppid=8011 vsize=11130628 CPUtime=2324.93 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8127/stat : 8127 (java) S 8011 8017 7954 0 -1 1077944384 187568 12392 1 1 232399 82 9 3 20 0 22 0 3635641 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670477445088 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8136] ppid=8011 vsize=11130628 CPUtime=8.21 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8136/stat : 8136 (java) S 8011 8017 7954 0 -1 1077944384 15190 12392 0 1 728 81 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670399282192 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8137] ppid=8011 vsize=11130628 CPUtime=8.18 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8137/stat : 8137 (java) S 8011 8017 7954 0 -1 1077944384 18704 12392 0 1 722 84 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670398229648 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8138] ppid=8011 vsize=11130628 CPUtime=8.19 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8138/stat : 8138 (java) S 8011 8017 7954 0 -1 1077944384 21242 12392 0 1 724 83 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670397176592 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8139] ppid=8011 vsize=11130628 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8139/stat : 8139 (java) S 8011 8017 7954 0 -1 1077944384 22588 12392 0 1 733 86 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670396124048 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8140] ppid=8011 vsize=11130628 CPUtime=8.22 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8140/stat : 8140 (java) S 8011 8017 7954 0 -1 1077944384 17839 12392 0 1 727 83 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670395070992 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8141] ppid=8011 vsize=11130628 CPUtime=8.25 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8141/stat : 8141 (java) S 8011 8017 7954 0 -1 1077944384 17232 12392 0 1 727 86 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670394018448 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8142] ppid=8011 vsize=11130628 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8142/stat : 8142 (java) S 8011 8017 7954 0 -1 1077944384 16984 12392 0 1 734 85 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670392965392 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8143] ppid=8011 vsize=11130628 CPUtime=8.25 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8143/stat : 8143 (java) S 8011 8017 7954 0 -1 1077944384 15721 12392 0 1 730 83 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670391912848 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8145] ppid=8011 vsize=11130628 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8145/stat : 8145 (java) R 8011 8017 7954 0 -1 4202560 36668 12392 0 1 69 7 9 3 20 0 22 0 3635644 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669223253168 139670457562319 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8147] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8147/stat : 8147 (java) S 8011 8017 7954 0 -1 1077944384 66 12392 0 1 0 0 9 3 20 0 22 0 3635645 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669222200720 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8149] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8149/stat : 8149 (java) S 8011 8017 7954 0 -1 1077944384 55 12392 0 1 0 0 9 3 20 0 22 0 3635646 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669221147904 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8150] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8150/stat : 8150 (java) S 8011 8017 7954 0 -1 1077944384 252 12392 0 1 0 0 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669220096464 139670473226139 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8151] ppid=8011 vsize=11130628 CPUtime=6.3 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8151/stat : 8151 (java) S 8011 8017 7954 0 -1 1077944384 21386 12392 0 1 613 5 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669219043568 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8153] ppid=8011 vsize=11130628 CPUtime=6.32 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8153/stat : 8153 (java) S 8011 8017 7954 0 -1 1077944384 25467 12392 0 1 615 5 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669217978432 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8154] ppid=8011 vsize=11130628 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8154/stat : 8154 (java) S 8011 8017 7954 0 -1 1077944384 26241 12392 0 1 596 5 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669216922960 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8156] ppid=8011 vsize=11130628 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8156/stat : 8156 (java) S 8011 8017 7954 0 -1 1077944384 26359 12392 0 1 291 4 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669215885424 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8160] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8160/stat : 8160 (java) S 8011 8017 7954 0 -1 1077944384 3 12392 0 1 0 0 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669214833632 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8162] ppid=8011 vsize=11130628 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8162/stat : 8162 (java) S 8011 8017 7954 0 -1 1077944384 1589 12392 0 1 61 73 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669213781168 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8395] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8395/stat : 8395 (java) S 8011 8017 7954 0 -1 1077944384 334 12392 0 1 0 0 9 3 20 0 22 0 3868966 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669184229872 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8396] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8396/stat : 8396 (java) S 8011 8017 7954 0 -1 1077944384 28 12392 0 1 0 0 9 3 20 0 22 0 3868966 11397763072 863543 33554432000 4194304 4196468 140732660032816 139668442047808 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
Current children cumulated CPU time (s) 2413.49
Current children cumulated vsize (KiB) 11130628

[startup+2335.3 s]
/proc/loadavg: 1.66 1.62 1.65 10/284 8396
/proc/meminfo: memFree=26349540/32770624 swapFree=5800/238504
[pid=8017] ppid=8011 vsize=11130628 CPUtime=2414.35 cores=1,3,5,7,9,11,13,15
/proc/8017/stat : 8017 (java) S 8011 8017 7954 0 -1 1077944320 473647 12392 1 1 240573 850 9 3 20 0 22 0 3635626 11397763072 863543 33554432000 4194304 4196468 140732660032816 140732660015360 139670473207543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
/proc/8017/statm: 2782657 863543 3522 1 0 2770212 0
[pid=8017/tid=8127] ppid=8011 vsize=11130628 CPUtime=2324.93 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8127/stat : 8127 (java) S 8011 8017 7954 0 -1 1077944384 187568 12392 1 1 232399 82 9 3 20 0 22 0 3635641 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670477445088 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8136] ppid=8011 vsize=11130628 CPUtime=8.32 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8136/stat : 8136 (java) R 8011 8017 7954 0 -1 4202560 15190 12392 0 1 739 81 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670399282392 139670458204112 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8137] ppid=8011 vsize=11130628 CPUtime=8.29 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8137/stat : 8137 (java) R 8011 8017 7954 0 -1 4202560 18704 12392 0 1 733 84 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670398229848 139670457906511 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8138] ppid=8011 vsize=11130628 CPUtime=8.29 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8138/stat : 8138 (java) R 8011 8017 7954 0 -1 4202560 21242 12392 0 1 734 83 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670397176792 139670457906273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8139] ppid=8011 vsize=11130628 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8139/stat : 8139 (java) R 8011 8017 7954 0 -1 4202560 22588 12392 0 1 744 86 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670396124248 139670454817291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8140] ppid=8011 vsize=11130628 CPUtime=8.33 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8140/stat : 8140 (java) R 8011 8017 7954 0 -1 4202560 17839 12392 0 1 738 83 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670395071192 139670457665011 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8141] ppid=8011 vsize=11130628 CPUtime=8.35 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8141/stat : 8141 (java) R 8011 8017 7954 0 -1 4202560 17232 12392 0 1 737 86 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670394018648 139670458204124 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8142] ppid=8011 vsize=11130628 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8142/stat : 8142 (java) R 8011 8017 7954 0 -1 4202560 16984 12392 0 1 745 85 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670392965280 139670457908142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8143] ppid=8011 vsize=11130628 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8143/stat : 8143 (java) R 8011 8017 7954 0 -1 4202560 15721 12392 0 1 741 83 9 3 20 0 22 0 3635642 11397763072 863543 33554432000 4194304 4196468 140732660032816 139670391913048 139670454760794 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8145] ppid=8011 vsize=11130628 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8145/stat : 8145 (java) S 8011 8017 7954 0 -1 1077944384 36668 12392 0 1 69 7 9 3 20 0 22 0 3635644 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669223253392 139670473217749 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8147] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8147/stat : 8147 (java) S 8011 8017 7954 0 -1 1077944384 66 12392 0 1 0 0 9 3 20 0 22 0 3635645 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669222200720 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8149] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8149/stat : 8149 (java) S 8011 8017 7954 0 -1 1077944384 55 12392 0 1 0 0 9 3 20 0 22 0 3635646 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669221147904 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8150] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8150/stat : 8150 (java) S 8011 8017 7954 0 -1 1077944384 252 12392 0 1 0 0 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669220096464 139670473226139 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8151] ppid=8011 vsize=11130628 CPUtime=6.3 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8151/stat : 8151 (java) S 8011 8017 7954 0 -1 1077944384 21386 12392 0 1 613 5 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669219043568 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8153] ppid=8011 vsize=11130628 CPUtime=6.32 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8153/stat : 8153 (java) S 8011 8017 7954 0 -1 1077944384 25467 12392 0 1 615 5 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669217978432 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8154] ppid=8011 vsize=11130628 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8154/stat : 8154 (java) S 8011 8017 7954 0 -1 1077944384 26241 12392 0 1 596 5 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669216922960 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8156] ppid=8011 vsize=11130628 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8156/stat : 8156 (java) S 8011 8017 7954 0 -1 1077944384 26359 12392 0 1 291 4 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669215885424 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8160] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8160/stat : 8160 (java) S 8011 8017 7954 0 -1 1077944384 3 12392 0 1 0 0 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669214833632 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8162] ppid=8011 vsize=11130628 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8162/stat : 8162 (java) S 8011 8017 7954 0 -1 1077944384 1589 12392 0 1 61 73 9 3 20 0 22 0 3635650 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669213781168 139670473218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8395] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8395/stat : 8395 (java) S 8011 8017 7954 0 -1 1077944384 334 12392 0 1 0 0 9 3 20 0 22 0 3868966 11397763072 863543 33554432000 4194304 4196468 140732660032816 139669184229872 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
[pid=8017/tid=8396] ppid=8011 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/8017/task/8396/stat : 8396 (java) S 8011 8017 7954 0 -1 1077944384 28 12392 0 1 0 0 9 3 20 0 22 0 3868966 11397763072 863543 33554432000 4194304 4196468 140732660032816 139668442047808 139670473217749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26599424 140732660038337 140732660041111 140732660041111 140732660043727 0
Current children cumulated CPU time (s) 2414.35
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2335.38
CPU time (s): 2414.54
CPU user time (s): 2405.97
CPU system time (s): 8.56636
CPU usage (%): 103.39
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2405.97
system time used= 8.56636
maximum resident set size= 3454248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486643
page faults= 2
swaps= 0
block input operations= 5952
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72862
involuntary context switches= 124638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1812 second user time and 13.8551 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 02:34:41
IDJOB=4244330
IDBENCH=115575
IDSOLVER=2630
FILE ID=node128/4244330-1500683681
RUNJOBID= node128-1500683681-7986
PBS_JOBID= 20623342
Free space on /tmp= 62020 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-10-5.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244330-1500683681/watcher-4244330-1500683681 -o /tmp/evaluation-result-4244330-1500683681/solver-4244330-1500683681 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7986 --watchdog 2560  bin/concrete HOME/instance-4244330-1500683681.xml

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

MD5SUM BENCH= 4d2827b08c954056751687426186d54f
RANDOM SEED=474500260

node128.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		: 2133.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.12
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		: 1600.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.54
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.12
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		: 2000.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.54
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.12
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		: 1600.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.54
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.12
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.54
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.12
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		: 1600.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.54
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.12
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.54
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		: 1600.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.12
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		: 1600.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.54
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		: 1600.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.12
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31940548 kB
MemAvailable:   32032428 kB
Buffers:           46356 kB
Cached:           357348 kB
SwapCached:            0 kB
Active:           211048 kB
Inactive:         242880 kB
Active(anon):      53756 kB
Inactive(anon):     8744 kB
Active(file):     157292 kB
Inactive(file):   234136 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48580 kB
Writeback:             0 kB
AnonPages:         57208 kB
Mapped:            29264 kB
Shmem:              8844 kB
Slab:              64988 kB
SReclaimable:      32576 kB
SUnreclaim:        32412 kB
KernelStack:        4112 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61972 MiB
End job on node128 at 2017-07-22 03:13:37