Trace number 4248525

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) 2409.06 2307.16

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=30988
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.66 1.66 1.55 3/261 30991
/proc/meminfo: memFree=30612728/32770624 swapFree=5756/323324
[pid=30991] ppid=30988 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (bash) S 30988 30991 23034 0 -1 4202496 684 1534 0 0 0 0 0 0 20 0 1 0 9948596 9736192 350 33554432000 4194304 5098028 140728688180672 140728688178312 139939872611328 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 35610624 140728688182542 140728688182627 140728688182627 140728688185326 0
/proc/30991/statm: 2377 350 278 221 0 86 0

[startup+0.100125 s]
/proc/loadavg: 1.66 1.66 1.55 3/261 30991
/proc/meminfo: memFree=30612728/32770624 swapFree=5756/323324
[pid=30991] ppid=30988 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (bash) S 30988 30991 23034 0 -1 4202496 878 6420 0 0 0 0 0 1 20 0 1 0 9948596 9871360 377 33554432000 4194304 5098028 140728688180672 140728688174680 139939872611328 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 35610624 140728688182542 140728688182627 140728688182627 140728688185326 0
/proc/30991/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200341 s]
/proc/loadavg: 1.66 1.66 1.55 3/261 30991
/proc/meminfo: memFree=30612728/32770624 swapFree=5756/323324
[pid=30991] ppid=30988 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 5140 12383 0 0 6 1 8 4 20 0 13 0 9948596 10686320640 5479 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2608965 5479 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300233 s]
/proc/loadavg: 1.66 1.66 1.55 3/261 30991
/proc/meminfo: memFree=30612728/32770624 swapFree=5756/323324
[pid=30991] ppid=30988 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 7920 12383 0 0 23 2 8 4 20 0 20 0 9948596 11164049408 9669 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2725598 9669 2998 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700163 s]
/proc/loadavg: 1.66 1.66 1.55 3/261 30991
/proc/meminfo: memFree=30612728/32770624 swapFree=5756/323324
[pid=30991] ppid=30988 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 12669 12383 0 0 79 4 8 4 20 0 20 0 9948596 11164385280 15972 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2725680 15972 3210 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50112 s]
/proc/loadavg: 1.66 1.66 1.55 3/281 31064
/proc/meminfo: memFree=30510168/32770624 swapFree=5756/323444
[pid=30991] ppid=30988 vsize=10913344 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 27137 12383 0 0 199 15 8 4 20 0 20 0 9948596 11175264256 44026 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2728336 44026 3415 1 0 2716450 0
[pid=30991/tid=31046] ppid=30988 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31046/stat : 31046 (java) R 30988 30991 23034 0 -1 4202560 19234 12383 0 0 125 6 8 4 20 0 20 0 9948609 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936731637544 139936711505246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31047] ppid=30988 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31047/stat : 31047 (java) S 30988 30991 23034 0 -1 1077944384 19 12383 0 0 1 0 8 4 20 0 20 0 9948610 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936680044816 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31048] ppid=30988 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31048/stat : 31048 (java) S 30988 30991 23034 0 -1 1077944384 17 12383 0 0 1 0 8 4 20 0 20 0 9948610 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936332962192 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31049] ppid=30988 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31049/stat : 31049 (java) S 30988 30991 23034 0 -1 1077944384 18 12383 0 0 1 0 8 4 20 0 20 0 9948610 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936331909648 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31050] ppid=30988 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31050/stat : 31050 (java) S 30988 30991 23034 0 -1 1077944384 17 12383 0 0 1 0 8 4 20 0 20 0 9948610 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936330857104 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31051] ppid=30988 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31051/stat : 31051 (java) S 30988 30991 23034 0 -1 1077944384 30 12383 0 0 0 0 8 4 20 0 20 0 9948610 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936329804560 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31052] ppid=30988 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31052/stat : 31052 (java) S 30988 30991 23034 0 -1 1077944384 44 12383 0 0 1 0 8 4 20 0 20 0 9948610 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936328752016 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31053] ppid=30988 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31053/stat : 31053 (java) S 30988 30991 23034 0 -1 1077944384 29 12383 0 0 0 0 8 4 20 0 20 0 9948610 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936327699472 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31054] ppid=30988 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31054/stat : 31054 (java) S 30988 30991 23034 0 -1 1077944384 152 12383 0 0 1 0 8 4 20 0 20 0 9948610 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936326646928 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31055] ppid=30988 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31055/stat : 31055 (java) S 30988 30991 23034 0 -1 1077944384 1585 12383 0 0 1 0 8 4 20 0 20 0 9948612 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936201144304 139936727435906 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31056] ppid=30988 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31056/stat : 31056 (java) S 30988 30991 23034 0 -1 1077944384 55 12383 0 0 0 0 8 4 20 0 20 0 9948612 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936200090592 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31057] ppid=30988 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31057/stat : 31057 (java) S 30988 30991 23034 0 -1 1077944384 43 12383 0 0 0 0 8 4 20 0 20 0 9948613 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936199037952 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31058] ppid=30988 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31058/stat : 31058 (java) S 30988 30991 23034 0 -1 1077944384 1 12383 0 0 0 0 8 4 20 0 20 0 9948617 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936197986512 139936727443355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31059] ppid=30988 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31059/stat : 31059 (java) S 30988 30991 23034 0 -1 1077944384 902 12383 0 0 12 0 8 4 20 0 20 0 9948617 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936196934128 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31060] ppid=30988 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31060/stat : 31060 (java) S 30988 30991 23034 0 -1 1077944384 1068 12383 0 0 13 0 8 4 20 0 20 0 9948617 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936195881584 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31061] ppid=30988 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31061/stat : 31061 (java) S 30988 30991 23034 0 -1 1077944384 595 12383 0 0 11 0 8 4 20 0 20 0 9948617 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936194829040 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31062] ppid=30988 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31062/stat : 31062 (java) S 30988 30991 23034 0 -1 1077944384 1194 12383 0 0 25 0 8 4 20 0 20 0 9948617 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936193776496 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31063] ppid=30988 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31063/stat : 31063 (java) S 30988 30991 23034 0 -1 1077944384 3 12383 0 0 0 0 8 4 20 0 20 0 9948617 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936192723168 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31064] ppid=30988 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31064/stat : 31064 (java) S 30988 30991 23034 0 -1 1077944384 3 12383 0 0 0 0 8 4 20 0 20 0 9948618 11175264256 44026 33554432000 4194304 4196468 140730302949360 139936191670704 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10913344

[startup+3.10073 s]
/proc/loadavg: 1.66 1.66 1.55 6/281 31064
/proc/meminfo: memFree=30439196/32770624 swapFree=5756/323444
[pid=30991] ppid=30988 vsize=10923772 CPUtime=7.17 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 42761 12383 0 0 680 25 8 4 20 0 20 0 9948596 11185942528 73085 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2730943 73085 3492 1 0 2718498 0
[pid=30991/tid=31046] ppid=30988 vsize=10923772 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31046/stat : 31046 (java) R 30988 30991 23034 0 -1 4202560 24786 12383 0 0 279 8 8 4 20 0 20 0 9948609 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936731655464 139936368104561 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31047] ppid=30988 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31047/stat : 31047 (java) S 30988 30991 23034 0 -1 1077944384 103 12383 0 0 2 1 8 4 20 0 20 0 9948610 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936680044816 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31048] ppid=30988 vsize=10923772 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31048/stat : 31048 (java) S 30988 30991 23034 0 -1 1077944384 34 12383 0 0 3 1 8 4 20 0 20 0 9948610 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936332962192 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31049] ppid=30988 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31049/stat : 31049 (java) S 30988 30991 23034 0 -1 1077944384 20 12383 0 0 1 0 8 4 20 0 20 0 9948610 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936331909648 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31050] ppid=30988 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31050/stat : 31050 (java) S 30988 30991 23034 0 -1 1077944384 22 12383 0 0 1 1 8 4 20 0 20 0 9948610 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936330857104 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31051] ppid=30988 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31051/stat : 31051 (java) S 30988 30991 23034 0 -1 1077944384 53 12383 0 0 2 1 8 4 20 0 20 0 9948610 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936329804560 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31052] ppid=30988 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31052/stat : 31052 (java) S 30988 30991 23034 0 -1 1077944384 52 12383 0 0 2 1 8 4 20 0 20 0 9948610 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936328752016 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31053] ppid=30988 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31053/stat : 31053 (java) S 30988 30991 23034 0 -1 1077944384 93 12383 0 0 2 1 8 4 20 0 20 0 9948610 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936327699472 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31054] ppid=30988 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31054/stat : 31054 (java) S 30988 30991 23034 0 -1 1077944384 152 12383 0 0 2 0 8 4 20 0 20 0 9948610 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936326646928 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31055] ppid=30988 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31055/stat : 31055 (java) S 30988 30991 23034 0 -1 1077944384 1807 12383 0 0 2 0 8 4 20 0 20 0 9948612 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936201144304 139936727435906 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31056] ppid=30988 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31056/stat : 31056 (java) S 30988 30991 23034 0 -1 1077944384 56 12383 0 0 0 0 8 4 20 0 20 0 9948612 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936200090592 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31057] ppid=30988 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31057/stat : 31057 (java) S 30988 30991 23034 0 -1 1077944384 45 12383 0 0 0 0 8 4 20 0 20 0 9948613 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936199037952 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31058] ppid=30988 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31058/stat : 31058 (java) S 30988 30991 23034 0 -1 1077944384 1 12383 0 0 0 0 8 4 20 0 20 0 9948617 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936197986512 139936727443355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31059] ppid=30988 vsize=10923772 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31059/stat : 31059 (java) R 30988 30991 23034 0 -1 4202560 4573 12383 0 0 105 1 8 4 20 0 20 0 9948617 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936196920192 139936727446106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31060] ppid=30988 vsize=10923772 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31060/stat : 31060 (java) R 30988 30991 23034 0 -1 4202560 2966 12383 0 0 90 1 8 4 20 0 20 0 9948617 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936195861696 139936706643400 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31061] ppid=30988 vsize=10923772 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31061/stat : 31061 (java) R 30988 30991 23034 0 -1 4202560 2265 12383 0 0 87 1 8 4 20 0 20 0 9948617 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936194818032 139936719378948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31062] ppid=30988 vsize=10923772 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31062/stat : 31062 (java) R 30988 30991 23034 0 -1 1077944384 3597 12383 0 0 94 1 8 4 20 0 20 0 9948617 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936193776496 139936727435906 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31063] ppid=30988 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31063/stat : 31063 (java) S 30988 30991 23034 0 -1 1077944384 3 12383 0 0 0 0 8 4 20 0 20 0 9948617 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936192723168 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31064] ppid=30988 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31064/stat : 31064 (java) S 30988 30991 23034 0 -1 1077944384 5 12383 0 0 0 0 8 4 20 0 20 0 9948618 11185942528 73085 33554432000 4194304 4196468 140730302949360 139936191670704 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 10923772

[startup+6.30656 s]
/proc/loadavg: 1.68 1.67 1.55 6/281 31064
/proc/meminfo: memFree=30177020/32770624 swapFree=5756/323448
[pid=30991] ppid=30988 vsize=10927868 CPUtime=17.97 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 48555 12383 0 0 1653 132 8 4 20 0 20 0 9948596 11190136832 171174 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2731967 171174 3507 1 0 2719522 0
[pid=30991/tid=31046] ppid=30988 vsize=10927868 CPUtime=5.83 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31046/stat : 31046 (java) R 30988 30991 23034 0 -1 4202560 26762 12383 0 0 560 11 8 4 20 0 20 0 9948609 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936731658192 139936368705210 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31047] ppid=30988 vsize=10927868 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31047/stat : 31047 (java) S 30988 30991 23034 0 -1 1077944384 279 12383 0 0 22 14 8 4 20 0 20 0 9948610 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936680044816 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31048] ppid=30988 vsize=10927868 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31048/stat : 31048 (java) S 30988 30991 23034 0 -1 1077944384 199 12383 0 0 25 13 8 4 20 0 20 0 9948610 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936332962192 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31049] ppid=30988 vsize=10927868 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31049/stat : 31049 (java) S 30988 30991 23034 0 -1 1077944384 167 12383 0 0 19 12 8 4 20 0 20 0 9948610 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936331909648 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31050] ppid=30988 vsize=10927868 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31050/stat : 31050 (java) S 30988 30991 23034 0 -1 1077944384 162 12383 0 0 20 13 8 4 20 0 20 0 9948610 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936330857104 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31051] ppid=30988 vsize=10927868 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31051/stat : 31051 (java) S 30988 30991 23034 0 -1 1077944384 241 12383 0 0 22 15 8 4 20 0 20 0 9948610 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936329804560 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31052] ppid=30988 vsize=10927868 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31052/stat : 31052 (java) S 30988 30991 23034 0 -1 1077944384 207 12383 0 0 24 13 8 4 20 0 20 0 9948610 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936328752016 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31053] ppid=30988 vsize=10927868 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31053/stat : 31053 (java) S 30988 30991 23034 0 -1 1077944384 252 12383 0 0 23 14 8 4 20 0 20 0 9948610 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936327699472 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31054] ppid=30988 vsize=10927868 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31054/stat : 31054 (java) S 30988 30991 23034 0 -1 1077944384 321 12383 0 0 22 13 8 4 20 0 20 0 9948610 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936326646928 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31055] ppid=30988 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31055/stat : 31055 (java) S 30988 30991 23034 0 -1 1077944384 2104 12383 0 0 3 0 8 4 20 0 20 0 9948612 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936201144304 139936727435906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31056] ppid=30988 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31056/stat : 31056 (java) S 30988 30991 23034 0 -1 1077944384 56 12383 0 0 0 0 8 4 20 0 20 0 9948612 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936200090592 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31057] ppid=30988 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31057/stat : 31057 (java) S 30988 30991 23034 0 -1 1077944384 45 12383 0 0 0 0 8 4 20 0 20 0 9948613 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936199037952 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31058] ppid=30988 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31058/stat : 31058 (java) S 30988 30991 23034 0 -1 1077944384 1 12383 0 0 0 0 8 4 20 0 20 0 9948617 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936197986512 139936727443355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31059] ppid=30988 vsize=10927868 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31059/stat : 31059 (java) R 30988 30991 23034 0 -1 4202560 5133 12383 0 0 265 2 8 4 20 0 20 0 9948617 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936196925456 139936711669916 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31060] ppid=30988 vsize=10927868 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31060/stat : 31060 (java) R 30988 30991 23034 0 -1 4202560 3292 12383 0 0 238 1 8 4 20 0 20 0 9948617 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936195881880 139936712304342 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31061] ppid=30988 vsize=10927868 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31061/stat : 31061 (java) R 30988 30991 23034 0 -1 4202560 2613 12383 0 0 241 1 8 4 20 0 20 0 9948617 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936194829040 139936706873939 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31062] ppid=30988 vsize=10927868 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31062/stat : 31062 (java) S 30988 30991 23034 0 -1 1077944384 4449 12383 0 0 162 2 8 4 20 0 20 0 9948617 11190136832 171174 33554432000 4194304 4196468 140730302949360 139936193776496 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31063] ppid=30988 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=30991/tid=31059] ppid=30988 vsize=11128580 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31059/stat : 31059 (java) S 30988 30991 23034 0 -1 1077944384 43059 12383 0 0 459 5 8 4 20 0 22 0 9948617 11395665920 465789 33554432000 4194304 4196468 140730302949360 139936196934128 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31060] ppid=30988 vsize=11128580 CPUtime=4.17 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31060/stat : 31060 (java) S 30988 30991 23034 0 -1 1077944384 41546 12383 0 0 401 4 8 4 20 0 22 0 9948617 11395665920 465789 33554432000 4194304 4196468 140730302949360 139936195881584 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31061] ppid=30988 vsize=11128580 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31061/stat : 31061 (java) S 30988 30991 23034 0 -1 1077944384 45857 12383 0 0 458 6 8 4 20 0 22 0 9948617 11395665920 465789 33554432000 4194304 4196468 140730302949360 139936194829040 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31062] ppid=30988 vsize=11128580 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31062/stat : 31062 (java) S 30988 30991 23034 0 -1 1077944384 39484 12383 0 0 214 6 8 4 20 0 22 0 9948617 11395665920 465789 33554432000 4194304 4196468 140730302949360 139936193776496 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31063] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31063/stat : 31063 (java) S 30988 30991 23034 0 -1 1077944384 3 12383 0 0 0 0 8 4 20 0 22 0 9948617 11395665920 465789 33554432000 4194304 4196468 140730302949360 139936192723168 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31064] ppid=30988 vsize=11128580 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31064/stat : 31064 (java) S 30988 30991 23034 0 -1 1077944384 2093 12383 0 0 68 71 8 4 20 0 22 0 9948618 11395665920 465789 33554432000 4194304 4196468 140730302949360 139936191670704 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
Current children cumulated CPU time (s) 2403.7
Current children cumulated vsize (KiB) 11128580

[startup+2306.81 s]
/proc/loadavg: 1.11 1.33 1.44 10/283 31416
/proc/meminfo: memFree=28474888/32770624 swapFree=5756/324988
[pid=30991] ppid=30988 vsize=11128580 CPUtime=2406.68 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 445953 12383 0 0 240093 563 8 4 20 0 22 0 9948596 11395665920 465411 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2782145 465411 3514 1 0 2769700 0
[pid=30991/tid=31046] ppid=30988 vsize=11128580 CPUtime=2284.85 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31046/stat : 31046 (java) S 30988 30991 23034 0 -1 1077944384 135098 12383 0 0 228409 64 8 4 20 0 22 0 9948609 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936731662480 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31047] ppid=30988 vsize=11128580 CPUtime=12.41 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31047/stat : 31047 (java) R 30988 30991 23034 0 -1 4202560 12843 12383 0 0 1179 50 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936680045016 139936712421169 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31048] ppid=30988 vsize=11128580 CPUtime=12.65 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31048/stat : 31048 (java) R 30988 30991 23034 0 -1 4202560 18031 12383 0 0 1202 51 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936332962392 139936709034514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31049] ppid=30988 vsize=11128580 CPUtime=12.45 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31049/stat : 31049 (java) R 30988 30991 23034 0 -1 4202560 14132 12383 0 0 1184 49 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936331909848 139936709034579 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31050] ppid=30988 vsize=11128580 CPUtime=12.62 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31050/stat : 31050 (java) R 30988 30991 23034 0 -1 4202560 14315 12383 0 0 1202 48 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936330857104 139936712123489 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31051] ppid=30988 vsize=11128580 CPUtime=12.63 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31051/stat : 31051 (java) R 30988 30991 23034 0 -1 4202560 14971 12383 0 0 1201 50 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936329804760 139936712421137 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31052] ppid=30988 vsize=11128580 CPUtime=12.65 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31052/stat : 31052 (java) R 30988 30991 23034 0 -1 4202560 12271 12383 0 0 1205 48 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936328751904 139936709034507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31053] ppid=30988 vsize=11128580 CPUtime=12.54 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31053/stat : 31053 (java) R 30988 30991 23034 0 -1 4202560 11562 12383 0 0 1191 51 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936327699672 139936712421328 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31054] ppid=30988 vsize=11128580 CPUtime=12.53 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31054/stat : 31054 (java) R 30988 30991 23034 0 -1 4202560 12289 12383 0 0 1192 49 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936326647128 139936712123573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31055] ppid=30988 vsize=11128580 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31055/stat : 31055 (java) S 30988 30991 23034 0 -1 1077944384 25983 12383 0 0 472 50 8 4 20 0 22 0 9948612 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936201142928 139936727434965 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31056] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31056/stat : 31056 (java) S 30988 30991 23034 0 -1 1077944384 57 12383 0 0 0 0 8 4 20 0 22 0 9948612 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936200090496 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31057] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31057/stat : 31057 (java) S 30988 30991 23034 0 -1 1077944384 45 12383 0 0 0 0 8 4 20 0 22 0 9948613 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936199037952 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31058] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31058/stat : 31058 (java) S 30988 30991 23034 0 -1 1077944384 81 12383 0 0 0 0 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936197986512 139936727443355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31059] ppid=30988 vsize=11128580 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31059/stat : 31059 (java) S 30988 30991 23034 0 -1 1077944384 43059 12383 0 0 459 5 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936196934128 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31060] ppid=30988 vsize=11128580 CPUtime=4.17 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31060/stat : 31060 (java) S 30988 30991 23034 0 -1 1077944384 41546 12383 0 0 401 4 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936195881584 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31061] ppid=30988 vsize=11128580 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31061/stat : 31061 (java) S 30988 30991 23034 0 -1 1077944384 45857 12383 0 0 458 6 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936194829040 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31062] ppid=30988 vsize=11128580 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31062/stat : 31062 (java) S 30988 30991 23034 0 -1 1077944384 39484 12383 0 0 214 6 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936193776496 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31063] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31063/stat : 31063 (java) S 30988 30991 23034 0 -1 1077944384 3 12383 0 0 0 0 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936192723168 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31064] ppid=30988 vsize=11128580 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31064/stat : 31064 (java) S 30988 30991 23034 0 -1 1077944384 2093 12383 0 0 68 71 8 4 20 0 22 0 9948618 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936191670704 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31415] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31415/stat : 31415 (java) S 30988 30991 23034 0 -1 1077944384 77 12383 0 0 0 0 8 4 20 0 22 0 10179187 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936163012848 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31416] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31416/stat : 31416 (java) S 30988 30991 23034 0 -1 1077944384 26 12383 0 0 0 0 8 4 20 0 22 0 10179187 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936161961024 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
Current children cumulated CPU time (s) 2406.68
Current children cumulated vsize (KiB) 11128580

[startup+2307 s]
/proc/loadavg: 1.11 1.33 1.44 10/283 31416
/proc/meminfo: memFree=28474888/32770624 swapFree=5756/324988
[pid=30991] ppid=30988 vsize=11128580 CPUtime=2408.06 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 445954 12383 0 0 240231 563 8 4 20 0 22 0 9948596 11395665920 465411 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2782145 465411 3514 1 0 2769700 0
[pid=30991/tid=31046] ppid=30988 vsize=11128580 CPUtime=2284.85 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31046/stat : 31046 (java) S 30988 30991 23034 0 -1 1077944384 135098 12383 0 0 228409 64 8 4 20 0 22 0 9948609 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936731662480 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31047] ppid=30988 vsize=11128580 CPUtime=12.58 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31047/stat : 31047 (java) R 30988 30991 23034 0 -1 4202560 12843 12383 0 0 1196 50 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936680044936 139936710807792 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31048] ppid=30988 vsize=11128580 CPUtime=12.82 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31048/stat : 31048 (java) R 30988 30991 23034 0 -1 4202560 18031 12383 0 0 1219 51 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936332962392 139936720052967 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31049] ppid=30988 vsize=11128580 CPUtime=12.63 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31049/stat : 31049 (java) R 30988 30991 23034 0 -1 4202560 14132 12383 0 0 1202 49 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936331909848 139936712421390 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31050] ppid=30988 vsize=11128580 CPUtime=12.79 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31050/stat : 31050 (java) R 30988 30991 23034 0 -1 4202560 14315 12383 0 0 1219 48 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936330857304 139936720052967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31051] ppid=30988 vsize=11128580 CPUtime=12.8 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31051/stat : 31051 (java) R 30988 30991 23034 0 -1 4202560 14971 12383 0 0 1218 50 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936329804760 139936712421268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31052] ppid=30988 vsize=11128580 CPUtime=12.82 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31052/stat : 31052 (java) R 30988 30991 23034 0 -1 4202560 12271 12383 0 0 1222 48 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936328751904 139936720052967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31053] ppid=30988 vsize=11128580 CPUtime=12.72 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31053/stat : 31053 (java) R 30988 30991 23034 0 -1 4202560 11562 12383 0 0 1209 51 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936327699592 139936720052967 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31054] ppid=30988 vsize=11128580 CPUtime=12.7 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31054/stat : 31054 (java) R 30988 30991 23034 0 -1 4202560 12289 12383 0 0 1209 49 8 4 20 0 22 0 9948610 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936326647128 139936720052967 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31055] ppid=30988 vsize=11128580 CPUtime=5.36 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31055/stat : 31055 (java) S 30988 30991 23034 0 -1 1077944384 25983 12383 0 0 474 50 8 4 20 0 22 0 9948612 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936201142928 139936727434965 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31056] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31056/stat : 31056 (java) S 30988 30991 23034 0 -1 1077944384 57 12383 0 0 0 0 8 4 20 0 22 0 9948612 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936200090496 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31057] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31057/stat : 31057 (java) S 30988 30991 23034 0 -1 1077944384 45 12383 0 0 0 0 8 4 20 0 22 0 9948613 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936199037952 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31058] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31058/stat : 31058 (java) S 30988 30991 23034 0 -1 1077944384 81 12383 0 0 0 0 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936197986512 139936727443355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31059] ppid=30988 vsize=11128580 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31059/stat : 31059 (java) S 30988 30991 23034 0 -1 1077944384 43059 12383 0 0 459 5 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936196934128 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31060] ppid=30988 vsize=11128580 CPUtime=4.17 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31060/stat : 31060 (java) S 30988 30991 23034 0 -1 1077944384 41546 12383 0 0 401 4 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936195881584 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31061] ppid=30988 vsize=11128580 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31061/stat : 31061 (java) S 30988 30991 23034 0 -1 1077944384 45857 12383 0 0 458 6 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936194829040 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31062] ppid=30988 vsize=11128580 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31062/stat : 31062 (java) S 30988 30991 23034 0 -1 1077944384 39484 12383 0 0 214 6 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936193776496 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31063] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31063/stat : 31063 (java) S 30988 30991 23034 0 -1 1077944384 3 12383 0 0 0 0 8 4 20 0 22 0 9948617 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936192723168 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31064] ppid=30988 vsize=11128580 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31064/stat : 31064 (java) S 30988 30991 23034 0 -1 1077944384 2093 12383 0 0 68 71 8 4 20 0 22 0 9948618 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936191670704 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31415] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31415/stat : 31415 (java) S 30988 30991 23034 0 -1 1077944384 77 12383 0 0 0 0 8 4 20 0 22 0 10179187 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936163012848 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31416] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31416/stat : 31416 (java) S 30988 30991 23034 0 -1 1077944384 27 12383 0 0 0 0 8 4 20 0 22 0 10179187 11395665920 465411 33554432000 4194304 4196468 140730302949360 139936161961024 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
Current children cumulated CPU time (s) 2408.06
Current children cumulated vsize (KiB) 11128580

[startup+2307.1 s]
/proc/loadavg: 1.11 1.33 1.44 10/283 31416
/proc/meminfo: memFree=28474888/32770624 swapFree=5756/324988
[pid=30991] ppid=30988 vsize=11128580 CPUtime=2408.74 cores=0,2,4,6,8,10,12,14
/proc/30991/stat : 30991 (java) S 30988 30991 23034 0 -1 1077944320 445955 12383 0 0 240299 563 8 4 20 0 22 0 9948596 11395665920 465155 33554432000 4194304 4196468 140730302949360 140730302931904 139936727424759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
/proc/30991/statm: 2782145 465155 3514 1 0 2769700 0
[pid=30991/tid=31046] ppid=30988 vsize=11128580 CPUtime=2284.85 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31046/stat : 31046 (java) S 30988 30991 23034 0 -1 1077944384 135098 12383 0 0 228409 64 8 4 20 0 22 0 9948609 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936731662480 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31047] ppid=30988 vsize=11128580 CPUtime=12.67 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31047/stat : 31047 (java) R 30988 30991 23034 0 -1 4202560 12843 12383 0 0 1205 50 8 4 20 0 22 0 9948610 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936680045016 139936712421360 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31048] ppid=30988 vsize=11128580 CPUtime=12.91 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31048/stat : 31048 (java) R 30988 30991 23034 0 -1 4202560 18031 12383 0 0 1228 51 8 4 20 0 22 0 9948610 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936332962392 139936711882211 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31049] ppid=30988 vsize=11128580 CPUtime=12.71 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31049/stat : 31049 (java) R 30988 30991 23034 0 -1 4202560 14132 12383 0 0 1210 49 8 4 20 0 22 0 9948610 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936331909848 139936712123573 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31050] ppid=30988 vsize=11128580 CPUtime=12.88 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31050/stat : 31050 (java) R 30988 30991 23034 0 -1 4202560 14315 12383 0 0 1228 48 8 4 20 0 22 0 9948610 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936330856992 139936712123507 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31051] ppid=30988 vsize=11128580 CPUtime=12.88 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31051/stat : 31051 (java) R 30988 30991 23034 0 -1 4202560 14971 12383 0 0 1226 50 8 4 20 0 22 0 9948610 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936329804760 139936712421268 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31052] ppid=30988 vsize=11128580 CPUtime=12.91 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31052/stat : 31052 (java) R 30988 30991 23034 0 -1 4202560 12271 12383 0 0 1231 48 8 4 20 0 22 0 9948610 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936328752216 139936709034398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31053] ppid=30988 vsize=11128580 CPUtime=12.8 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31053/stat : 31053 (java) R 30988 30991 23034 0 -1 4202560 11562 12383 0 0 1217 51 8 4 20 0 22 0 9948610 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936327699672 139936712421144 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31054] ppid=30988 vsize=11128580 CPUtime=12.78 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31054/stat : 31054 (java) R 30988 30991 23034 0 -1 4202560 12289 12383 0 0 1217 49 8 4 20 0 22 0 9948610 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936326647128 139936709034547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31055] ppid=30988 vsize=11128580 CPUtime=5.37 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31055/stat : 31055 (java) S 30988 30991 23034 0 -1 1077944384 25983 12383 0 0 475 50 8 4 20 0 22 0 9948612 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936201142928 139936727434965 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31056] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31056/stat : 31056 (java) S 30988 30991 23034 0 -1 1077944384 58 12383 0 0 0 0 8 4 20 0 22 0 9948612 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936200090096 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31057] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31057/stat : 31057 (java) S 30988 30991 23034 0 -1 1077944384 45 12383 0 0 0 0 8 4 20 0 22 0 9948613 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936199037952 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31058] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31058/stat : 31058 (java) S 30988 30991 23034 0 -1 1077944384 81 12383 0 0 0 0 8 4 20 0 22 0 9948617 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936197986512 139936727443355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31059] ppid=30988 vsize=11128580 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31059/stat : 31059 (java) S 30988 30991 23034 0 -1 1077944384 43059 12383 0 0 459 5 8 4 20 0 22 0 9948617 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936196934128 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31060] ppid=30988 vsize=11128580 CPUtime=4.17 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31060/stat : 31060 (java) S 30988 30991 23034 0 -1 1077944384 41546 12383 0 0 401 4 8 4 20 0 22 0 9948617 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936195881584 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31061] ppid=30988 vsize=11128580 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31061/stat : 31061 (java) S 30988 30991 23034 0 -1 1077944384 45857 12383 0 0 458 6 8 4 20 0 22 0 9948617 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936194829040 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31062] ppid=30988 vsize=11128580 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31062/stat : 31062 (java) S 30988 30991 23034 0 -1 1077944384 39484 12383 0 0 214 6 8 4 20 0 22 0 9948617 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936193776496 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31063] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31063/stat : 31063 (java) S 30988 30991 23034 0 -1 1077944384 3 12383 0 0 0 0 8 4 20 0 22 0 9948617 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936192723168 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31064] ppid=30988 vsize=11128580 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31064/stat : 31064 (java) S 30988 30991 23034 0 -1 1077944384 2093 12383 0 0 68 71 8 4 20 0 22 0 9948618 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936191670704 139936727435906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31415] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31415/stat : 31415 (java) S 30988 30991 23034 0 -1 1077944384 77 12383 0 0 0 0 8 4 20 0 22 0 10179187 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936163012848 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
[pid=30991/tid=31416] ppid=30988 vsize=11128580 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30991/task/31416/stat : 31416 (java) S 30988 30991 23034 0 -1 1077944384 27 12383 0 0 0 0 8 4 20 0 22 0 10179187 11395665920 465155 33554432000 4194304 4196468 140730302949360 139936161961024 139936727434965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24379392 140730302954177 140730302956951 140730302956951 140730302959567 0
Current children cumulated CPU time (s) 2408.74
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2307.16
CPU time (s): 2409.06
CPU user time (s): 2403.37
CPU system time (s): 5.69252
CPU usage (%): 104.417
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2403.37
system time used= 5.69252
maximum resident set size= 2985344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225174
involuntary context switches= 165682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1729 second user time and 19.5628 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-22 20:07:12
IDJOB=4248525
IDBENCH=133709
IDSOLVER=2630
FILE ID=node146/4248525-1500746832
RUNJOBID= node146-1500717875-23065
PBS_JOBID= 20623365
Free space on /tmp= 61768 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248525-1500746832/watcher-4248525-1500746832 -o /tmp/evaluation-result-4248525-1500746832/solver-4248525-1500746832 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500717875-23065 --watchdog 2560  bin/concrete HOME/instance-4248525-1500746832.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=358343975

node146.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		: 2000.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.96
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.96
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.96
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.96
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.55
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		: 2267.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.96
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.55
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.96
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.55
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.96
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.55
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.96
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30613056 kB
MemAvailable:   30954692 kB
Buffers:          162964 kB
Cached:           457520 kB
SwapCached:            0 kB
Active:          1383288 kB
Inactive:         332180 kB
Active(anon):    1097780 kB
Inactive(anon):     8856 kB
Active(file):     285508 kB
Inactive(file):   323324 kB
Unevictable:        5756 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24848 kB
Writeback:            56 kB
AnonPages:       1100876 kB
Mapped:            44820 kB
Shmem:              8852 kB
Slab:             131056 kB
SReclaimable:      97276 kB
SUnreclaim:        33780 kB
KernelStack:        4480 kB
PageTables:         7324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1949152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    880640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61744 MiB
End job on node146 at 2017-07-22 20:45:40