Trace number 4247238

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 NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.1 2337.64

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-080.xml
MD5SUM48ff124294bde3e8e6ef7a0c7c897a65
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.01281
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":240}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":240}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":160}]
Number of extensional constraints160
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":160}]
Optimization problemNO
Type of objective

Solver Data

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

pid=22282
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.23 1.35 1.44 3/261 22285
/proc/meminfo: memFree=31297620/32770624 swapFree=5920/148484
[pid=22285] ppid=22282 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (bash) S 22282 22285 19746 0 -1 4202496 686 1529 0 0 0 0 0 0 20 0 1 0 8141805 9736192 351 33554432000 4194304 5098028 140722305120320 140722305117960 140488446106624 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 10907648 140722305127694 140722305127779 140722305127779 140722305130478 0
/proc/22285/statm: 2377 351 278 221 0 86 0

[startup+0.10016 s]
/proc/loadavg: 1.23 1.35 1.44 3/261 22285
/proc/meminfo: memFree=31297620/32770624 swapFree=5920/148484
[pid=22285] ppid=22282 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (bash) S 22282 22285 19746 0 -1 4202496 885 6408 0 0 0 0 0 1 20 0 1 0 8141805 9871360 378 33554432000 4194304 5098028 140722305120320 140722305114328 140488446106624 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 10907648 140722305127694 140722305127779 140722305127779 140722305130478 0
/proc/22285/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200269 s]
/proc/loadavg: 1.23 1.35 1.44 3/261 22285
/proc/meminfo: memFree=31297620/32770624 swapFree=5920/148484
[pid=22285] ppid=22282 vsize=10835244 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 5403 12278 0 0 7 1 9 3 20 0 19 0 8141805 11095289856 5675 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2708811 5675 2584 1 0 2697249 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10835244

[startup+0.300221 s]
/proc/loadavg: 1.23 1.35 1.44 3/261 22285
/proc/meminfo: memFree=31297620/32770624 swapFree=5920/148484
[pid=22285] ppid=22282 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 9048 12278 0 0 22 2 9 3 20 0 20 0 8141805 11163947008 10099 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2725573 10099 2930 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700156 s]
/proc/loadavg: 1.23 1.35 1.44 3/261 22285
/proc/meminfo: memFree=31297620/32770624 swapFree=5920/148484
[pid=22285] ppid=22282 vsize=10902720 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 12985 12278 0 0 87 3 9 3 20 0 20 0 8141805 11164385280 16269 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2725680 16269 3232 1 0 2713890 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10902720

[startup+1.5011 s]
/proc/loadavg: 1.23 1.35 1.44 3/281 22358
/proc/meminfo: memFree=31188084/32770624 swapFree=5920/148532
[pid=22285] ppid=22282 vsize=10913344 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 26443 12278 0 0 203 11 9 3 20 0 20 0 8141805 11175264256 44340 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2728336 44340 3409 1 0 2716450 0
[pid=22285/tid=22340] ppid=22282 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22340/stat : 22340 (java) R 22282 22285 19746 0 -1 4202560 18914 12278 0 0 125 6 9 3 20 0 20 0 8141817 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583842525776 140583838317974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22341] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 19746 0 -1 1077944384 50 12278 0 0 0 0 9 3 20 0 20 0 8141818 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583810148880 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22342] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 19746 0 -1 1077944384 33 12278 0 0 0 0 9 3 20 0 20 0 8141818 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583444515472 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22343] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 19746 0 -1 1077944384 13 12278 0 0 0 0 9 3 20 0 20 0 8141818 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583443462416 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22344] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 19746 0 -1 1077944384 67 12278 0 0 0 0 9 3 20 0 20 0 8141818 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583442409872 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22345] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 19746 0 -1 1077944384 131 12278 0 0 0 0 9 3 20 0 20 0 8141818 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583441357840 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22346] ppid=22282 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 19746 0 -1 1077944384 35 12278 0 0 1 0 9 3 20 0 20 0 8141818 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583440305296 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22347] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 19746 0 -1 1077944384 14 12278 0 0 0 0 9 3 20 0 20 0 8141818 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583439252240 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22348] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 19746 0 -1 1077944384 14 12278 0 0 0 0 9 3 20 0 20 0 8141818 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583438199696 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22349] ppid=22282 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 19746 0 -1 1077944384 1446 12278 0 0 1 0 9 3 20 0 20 0 8141820 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583044507888 140583838317186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22350] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 19746 0 -1 1077944384 56 12278 0 0 0 0 9 3 20 0 20 0 8141821 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583043454176 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22351] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 19746 0 -1 1077944384 43 12278 0 0 0 0 9 3 20 0 20 0 8141821 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583042401024 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22352] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22352/stat : 22352 (java) S 22282 22285 19746 0 -1 1077944384 1 12278 0 0 0 0 9 3 20 0 20 0 8141824 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583041349584 140583838324635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22353] ppid=22282 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22353/stat : 22353 (java) R 22282 22285 19746 0 -1 4202560 835 12278 0 0 10 0 9 3 20 0 20 0 8141824 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583040297712 140583838317186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22354] ppid=22282 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22354/stat : 22354 (java) R 22282 22285 19746 0 -1 4202560 681 12278 0 0 16 0 9 3 20 0 20 0 8141824 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583039245168 140583823217395 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22355] ppid=22282 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22355/stat : 22355 (java) R 22282 22285 19746 0 -1 4202560 486 12278 0 0 13 0 9 3 20 0 20 0 8141824 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583038192408 140583822209138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22356] ppid=22282 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22356/stat : 22356 (java) R 22282 22285 19746 0 -1 4202560 1487 12278 0 0 26 0 9 3 20 0 20 0 8141825 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583037139568 140583817275508 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22357] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22357/stat : 22357 (java) S 22282 22285 19746 0 -1 1077944384 3 12278 0 0 0 0 9 3 20 0 20 0 8141825 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583036086752 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22358] ppid=22282 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22358/stat : 22358 (java) S 22282 22285 19746 0 -1 1077944384 3 12278 0 0 0 0 9 3 20 0 20 0 8141825 11175264256 44340 33554432000 4194304 4196468 140722871164848 140583035034288 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10913344

[startup+3.10079 s]
/proc/loadavg: 1.23 1.35 1.44 4/281 22358
/proc/meminfo: memFree=31118720/32770624 swapFree=5920/148532
[pid=22285] ppid=22282 vsize=10927868 CPUtime=6.19 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 48315 12278 0 0 588 19 9 3 20 0 20 0 8141805 11190136832 57118 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2731967 57118 3474 1 0 2719522 0
[pid=22285/tid=22340] ppid=22282 vsize=10927868 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22340/stat : 22340 (java) R 22282 22285 19746 0 -1 4202560 32840 12278 0 0 281 9 9 3 20 0 20 0 8141817 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583842527936 140583838327965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22341] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 19746 0 -1 1077944384 50 12278 0 0 0 0 9 3 20 0 20 0 8141818 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583810148880 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22342] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 19746 0 -1 1077944384 33 12278 0 0 0 0 9 3 20 0 20 0 8141818 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583444515472 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22343] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 19746 0 -1 1077944384 13 12278 0 0 0 0 9 3 20 0 20 0 8141818 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583443462416 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22344] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 19746 0 -1 1077944384 67 12278 0 0 0 0 9 3 20 0 20 0 8141818 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583442409872 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22345] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 19746 0 -1 1077944384 131 12278 0 0 0 0 9 3 20 0 20 0 8141818 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583441357840 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22346] ppid=22282 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 19746 0 -1 1077944384 35 12278 0 0 1 0 9 3 20 0 20 0 8141818 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583440305296 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22347] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 19746 0 -1 1077944384 14 12278 0 0 0 0 9 3 20 0 20 0 8141818 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583439252240 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22348] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 19746 0 -1 1077944384 14 12278 0 0 0 0 9 3 20 0 20 0 8141818 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583438199696 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22349] ppid=22282 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 19746 0 -1 1077944384 1612 12278 0 0 1 0 9 3 20 0 20 0 8141820 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583044507888 140583838317186 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22350] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 19746 0 -1 1077944384 56 12278 0 0 0 0 9 3 20 0 20 0 8141821 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583043454176 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22351] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 19746 0 -1 1077944384 43 12278 0 0 0 0 9 3 20 0 20 0 8141821 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583042401024 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22352] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22352/stat : 22352 (java) S 22282 22285 19746 0 -1 1077944384 1 12278 0 0 0 0 9 3 20 0 20 0 8141824 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583041349584 140583838324635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22353] ppid=22282 vsize=10927868 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22353/stat : 22353 (java) R 22282 22285 19746 0 -1 4202560 1412 12278 0 0 47 1 9 3 20 0 20 0 8141824 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583040289792 140583822698020 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22354] ppid=22282 vsize=10927868 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22354/stat : 22354 (java) S 22282 22285 19746 0 -1 1077944384 4461 12278 0 0 84 1 9 3 20 0 20 0 8141824 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583039245168 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22355] ppid=22282 vsize=10927868 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22355/stat : 22355 (java) S 22282 22285 19746 0 -1 1077944384 1220 12278 0 0 58 1 9 3 20 0 20 0 8141824 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583038192112 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22356] ppid=22282 vsize=10927868 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22356/stat : 22356 (java) S 22282 22285 19746 0 -1 1077944384 4173 12278 0 0 105 1 9 3 20 0 20 0 8141825 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583037139568 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22357] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22357/stat : 22357 (java) S 22282 22285 19746 0 -1 1077944384 3 12278 0 0 0 0 9 3 20 0 20 0 8141825 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583036086752 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22358] ppid=22282 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22358/stat : 22358 (java) S 22282 22285 19746 0 -1 1077944384 5 12278 0 0 0 0 9 3 20 0 20 0 8141825 11190136832 57118 33554432000 4194304 4196468 140722871164848 140583035034288 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 10927868

[startup+6.30084 s]
/proc/loadavg: 1.13 1.33 1.44 4/281 22358
/proc/meminfo: memFree=30940788/32770624 swapFree=5920/148532
[pid=22285] ppid=22282 vsize=10995452 CPUtime=13.25 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 65387 12278 0 0 1285 28 9 3 20 0 20 0 8141805 11259342848 103968 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2748863 103968 3504 1 0 2736418 0
[pid=22285/tid=22340] ppid=22282 vsize=10995452 CPUtime=6.04 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22340/stat : 22340 (java) R 22282 22285 19746 0 -1 4202560 41459 12278 0 0 580 12 9 3 20 0 20 0 8141817 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583842541816 140583488479696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22341] ppid=22282 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 19746 0 -1 1077944384 122 12278 0 0 3 1 9 3 20 0 20 0 8141818 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583810148880 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22342] ppid=22282 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 19746 0 -1 1077944384 72 12278 0 0 2 0 9 3 20 0 20 0 8141818 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583444515472 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22343] ppid=22282 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 19746 0 -1 1077944384 83 12278 0 0 2 0 9 3 20 0 20 0 8141818 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583443462416 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22344] ppid=22282 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 19746 0 -1 1077944384 90 12278 0 0 3 1 9 3 20 0 20 0 8141818 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583442409872 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22345] ppid=22282 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 19746 0 -1 1077944384 196 12278 0 0 3 0 9 3 20 0 20 0 8141818 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583441357840 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22346] ppid=22282 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 19746 0 -1 1077944384 842 12278 0 0 3 0 9 3 20 0 20 0 8141818 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583440305296 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22347] ppid=22282 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 19746 0 -1 1077944384 23 12278 0 0 2 1 9 3 20 0 20 0 8141818 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583439252240 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22348] ppid=22282 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 19746 0 -1 1077944384 72 12278 0 0 3 0 9 3 20 0 20 0 8141818 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583438199696 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22349] ppid=22282 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 19746 0 -1 1077944384 2285 12278 0 0 4 0 9 3 20 0 20 0 8141820 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583044507888 140583838317186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22350] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 19746 0 -1 1077944384 57 12278 0 0 0 0 9 3 20 0 20 0 8141821 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583043454240 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22351] ppid=22282 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 19746 0 -1 1077944384 43 12278 0 0 1 0 9 3 20 0 20 0 8141821 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583042401024 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22352] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22352/stat : 22352 (java) S 22282 22285 19746 0 -1 1077944384 1 12278 0 0 0 0 9 3 20 0 20 0 8141824 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583041349584 140583838324635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22353] ppid=22282 vsize=10995452 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22353/stat : 22353 (java) S 22282 22285 19746 0 -1 1077944384 2564 12278 0 0 153 1 9 3 20 0 20 0 8141824 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583040297712 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22354] ppid=22282 vsize=10995452 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22354/stat : 22354 (java) S 22282 22285 19746 0 -1 1077944384 8397 12278 0 0 218 2 9 3 20 0 20 0 8141824 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583039245168 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22355] ppid=22282 vsize=10995452 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22355/stat : 22355 (java) S 22282 22285 19746 0 -1 1077944384 1956 12278 0 0 156 2 9 3 20 0 20 0 8141824 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583038192112 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22356] ppid=22282 vsize=10995452 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22356/stat : 22356 (java) S 22282 22285 19746 0 -1 1077944384 4981 12278 0 0 143 1 9 3 20 0 20 0 8141825 11259342848 103968 33554432000 4194304 4196468 140722871164848 140583037139568 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22357] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=22285/tid=22356] ppid=22282 vsize=10995452 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22356/stat : 22356 (java) S 22282 22285 19746 0 -1 1077944384 9553 12278 0 0 145 2 9 3 20 0 20 0 8141825 11259342848 272624 33554432000 4194304 4196468 140722871164848 140583037139568 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22357] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22357/stat : 22357 (java) S 22282 22285 19746 0 -1 1077944384 3 12278 0 0 0 0 9 3 20 0 20 0 8141825 11259342848 272624 33554432000 4194304 4196468 140722871164848 140583036086752 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22358] ppid=22282 vsize=10995452 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22358/stat : 22358 (java) S 22282 22285 19746 0 -1 1077944384 984 12278 0 0 56 59 9 3 20 0 20 0 8141825 11259342848 272624 33554432000 4194304 4196468 140722871164848 140583035034288 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
Current children cumulated CPU time (s) 2323.11
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.33 1.36 1.38 3/281 22573
/proc/meminfo: memFree=29691136/32770624 swapFree=5920/150840
[pid=22285] ppid=22282 vsize=10995452 CPUtime=2384.52 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 158783 12278 0 0 238012 428 9 3 20 0 20 0 8141805 11259342848 272670 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2748863 272670 3504 1 0 2736418 0
[pid=22285/tid=22340] ppid=22282 vsize=10995452 CPUtime=2302.58 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22340/stat : 22340 (java) R 22282 22285 19746 0 -1 4202560 76773 12278 0 0 230205 41 9 3 20 0 20 0 8141817 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583842540560 140583488477268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22341] ppid=22282 vsize=10995452 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 19746 0 -1 1077944384 6510 12278 0 0 790 40 9 3 20 0 20 0 8141818 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583810148880 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22342] ppid=22282 vsize=10995452 CPUtime=8.48 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 19746 0 -1 1077944384 6942 12278 0 0 796 40 9 3 20 0 20 0 8141818 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583444515472 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22343] ppid=22282 vsize=10995452 CPUtime=8.49 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 19746 0 -1 1077944384 6921 12278 0 0 798 39 9 3 20 0 20 0 8141818 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583443462416 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22344] ppid=22282 vsize=10995452 CPUtime=8.38 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 19746 0 -1 1077944384 2915 12278 0 0 787 39 9 3 20 0 20 0 8141818 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583442409872 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22345] ppid=22282 vsize=10995452 CPUtime=8.51 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 19746 0 -1 1077944384 4790 12278 0 0 803 36 9 3 20 0 20 0 8141818 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583441357840 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22346] ppid=22282 vsize=10995452 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 19746 0 -1 1077944384 4277 12278 0 0 790 40 9 3 20 0 20 0 8141818 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583440305296 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22347] ppid=22282 vsize=10995452 CPUtime=8.36 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 19746 0 -1 1077944384 5175 12278 0 0 779 45 9 3 20 0 20 0 8141818 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583439252240 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22348] ppid=22282 vsize=10995452 CPUtime=8.4 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 19746 0 -1 1077944384 4331 12278 0 0 787 41 9 3 20 0 20 0 8141818 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583438199696 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22349] ppid=22282 vsize=10995452 CPUtime=7.37 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 19746 0 -1 1077944384 14073 12278 0 0 687 38 9 3 20 0 20 0 8141820 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583044507888 140583838317186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22350] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 19746 0 -1 1077944384 57 12278 0 0 0 0 9 3 20 0 20 0 8141821 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583043454240 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22351] ppid=22282 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 19746 0 -1 1077944384 43 12278 0 0 1 0 9 3 20 0 20 0 8141821 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583042401024 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22352] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22352/stat : 22352 (java) S 22282 22285 19746 0 -1 1077944384 1 12278 0 0 0 0 9 3 20 0 20 0 8141824 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583041349584 140583838324635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22353] ppid=22282 vsize=10995452 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22353/stat : 22353 (java) S 22282 22285 19746 0 -1 1077944384 2737 12278 0 0 154 2 9 3 20 0 20 0 8141824 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583040297712 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22354] ppid=22282 vsize=10995452 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22354/stat : 22354 (java) S 22282 22285 19746 0 -1 1077944384 8496 12278 0 0 220 3 9 3 20 0 20 0 8141824 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583039245168 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22355] ppid=22282 vsize=10995452 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22355/stat : 22355 (java) S 22282 22285 19746 0 -1 1077944384 2050 12278 0 0 157 2 9 3 20 0 20 0 8141824 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583038192112 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22356] ppid=22282 vsize=10995452 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22356/stat : 22356 (java) S 22282 22285 19746 0 -1 1077944384 9555 12278 0 0 145 2 9 3 20 0 20 0 8141825 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583037139568 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22357] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22357/stat : 22357 (java) S 22282 22285 19746 0 -1 1077944384 3 12278 0 0 0 0 9 3 20 0 20 0 8141825 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583036086752 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22358] ppid=22282 vsize=10995452 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22358/stat : 22358 (java) S 22282 22285 19746 0 -1 1077944384 1002 12278 0 0 58 61 9 3 20 0 20 0 8141825 11259342848 272670 33554432000 4194304 4196468 140722871164848 140583035034288 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
Current children cumulated CPU time (s) 2384.52
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2337.4 s]
/proc/loadavg: 1.33 1.36 1.38 3/281 22573
/proc/meminfo: memFree=29690888/32770624 swapFree=5920/150852
[pid=22285] ppid=22282 vsize=10995452 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 159517 12278 0 0 239558 431 9 3 20 0 20 0 8141805 11259342848 272687 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2748863 272687 3504 1 0 2736418 0
[pid=22285/tid=22340] ppid=22282 vsize=10995452 CPUtime=2317.55 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22340/stat : 22340 (java) R 22282 22285 19746 0 -1 4202560 76998 12278 0 0 231702 41 9 3 20 0 20 0 8141817 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583842540160 140583488037894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22341] ppid=22282 vsize=10995452 CPUtime=8.46 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 19746 0 -1 1077944384 6515 12278 0 0 794 40 9 3 20 0 20 0 8141818 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583810148880 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22342] ppid=22282 vsize=10995452 CPUtime=8.54 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22342/stat : 22342 (java) S 22282 22285 19746 0 -1 1077944384 7153 12278 0 0 802 40 9 3 20 0 20 0 8141818 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583444515472 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22343] ppid=22282 vsize=10995452 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 19746 0 -1 1077944384 6926 12278 0 0 804 39 9 3 20 0 20 0 8141818 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583443462416 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22344] ppid=22282 vsize=10995452 CPUtime=8.44 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 19746 0 -1 1077944384 2928 12278 0 0 792 40 9 3 20 0 20 0 8141818 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583442409872 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22345] ppid=22282 vsize=10995452 CPUtime=8.56 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22345/stat : 22345 (java) S 22282 22285 19746 0 -1 1077944384 4794 12278 0 0 808 36 9 3 20 0 20 0 8141818 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583441357840 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22346] ppid=22282 vsize=10995452 CPUtime=8.48 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22346/stat : 22346 (java) S 22282 22285 19746 0 -1 1077944384 4282 12278 0 0 796 40 9 3 20 0 20 0 8141818 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583440305296 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22347] ppid=22282 vsize=10995452 CPUtime=8.42 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22347/stat : 22347 (java) S 22282 22285 19746 0 -1 1077944384 5272 12278 0 0 785 45 9 3 20 0 20 0 8141818 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583439252240 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22348] ppid=22282 vsize=10995452 CPUtime=8.45 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22348/stat : 22348 (java) S 22282 22285 19746 0 -1 1077944384 4336 12278 0 0 792 41 9 3 20 0 20 0 8141818 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583438199696 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22349] ppid=22282 vsize=10995452 CPUtime=7.42 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 19746 0 -1 1077944384 14227 12278 0 0 692 38 9 3 20 0 20 0 8141820 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583044507888 140583838317186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22350] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 19746 0 -1 1077944384 57 12278 0 0 0 0 9 3 20 0 20 0 8141821 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583043454240 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22351] ppid=22282 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 19746 0 -1 1077944384 43 12278 0 0 1 0 9 3 20 0 20 0 8141821 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583042401024 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22352] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22352/stat : 22352 (java) S 22282 22285 19746 0 -1 1077944384 1 12278 0 0 0 0 9 3 20 0 20 0 8141824 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583041349584 140583838324635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22353] ppid=22282 vsize=10995452 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22353/stat : 22353 (java) S 22282 22285 19746 0 -1 1077944384 2739 12278 0 0 154 2 9 3 20 0 20 0 8141824 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583040297712 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22354] ppid=22282 vsize=10995452 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22354/stat : 22354 (java) S 22282 22285 19746 0 -1 1077944384 8498 12278 0 0 220 3 9 3 20 0 20 0 8141824 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583039245168 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22355] ppid=22282 vsize=10995452 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22355/stat : 22355 (java) S 22282 22285 19746 0 -1 1077944384 2052 12278 0 0 157 2 9 3 20 0 20 0 8141824 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583038192112 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22356] ppid=22282 vsize=10995452 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22356/stat : 22356 (java) S 22282 22285 19746 0 -1 1077944384 9557 12278 0 0 145 2 9 3 20 0 20 0 8141825 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583037139568 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22357] ppid=22282 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22357/stat : 22357 (java) S 22282 22285 19746 0 -1 1077944384 3 12278 0 0 0 0 9 3 20 0 20 0 8141825 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583036086752 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22358] ppid=22282 vsize=10995452 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22358/stat : 22358 (java) S 22282 22285 19746 0 -1 1077944384 1004 12278 0 0 58 61 9 3 20 0 20 0 8141825 11259342848 272687 33554432000 4194304 4196468 140722871164848 140583035034288 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10995452

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

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

[startup+2337.61 s]
/proc/loadavg: 1.33 1.36 1.38 11/283 22575
/proc/meminfo: memFree=29686388/32770624 swapFree=5920/150852
[pid=22285] ppid=22282 vsize=11128580 CPUtime=2401.01 cores=1,3,5,7,9,11,13,15
/proc/22285/stat : 22285 (java) S 22282 22285 19746 0 -1 1077944320 165773 12278 0 0 239657 432 9 3 20 0 22 0 8141805 11395665920 273932 33554432000 4194304 4196468 140722871164848 140722871147392 140583838306039 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
/proc/22285/statm: 2782145 273932 3504 1 0 2769700 0
[pid=22285/tid=22340] ppid=22282 vsize=11128580 CPUtime=2317.56 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22340/stat : 22340 (java) S 22282 22285 19746 0 -1 1077944384 77342 12278 0 0 231703 41 9 3 20 0 22 0 8141817 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583842543760 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22341] ppid=22282 vsize=11128580 CPUtime=8.58 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22341/stat : 22341 (java) S 22282 22285 19746 0 -1 1077944384 6525 12278 0 0 806 40 9 3 20 0 22 0 8141818 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583810148880 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22342] ppid=22282 vsize=11128580 CPUtime=8.66 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22342/stat : 22342 (java) R 22282 22285 19746 0 -1 1077944384 7160 12278 0 0 814 40 9 3 20 0 22 0 8141818 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583444515472 140583838316245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22343] ppid=22282 vsize=11128580 CPUtime=8.66 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22343/stat : 22343 (java) S 22282 22285 19746 0 -1 1077944384 6942 12278 0 0 814 40 9 3 20 0 22 0 8141818 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583443462416 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22344] ppid=22282 vsize=11128580 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22344/stat : 22344 (java) S 22282 22285 19746 0 -1 1077944384 2954 12278 0 0 803 40 9 3 20 0 22 0 8141818 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583442409872 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22345] ppid=22282 vsize=11128580 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22345/stat : 22345 (java) R 22282 22285 19746 0 -1 4202560 4809 12278 0 0 820 36 9 3 20 0 22 0 8141818 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583441357840 140583838317974 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22346] ppid=22282 vsize=11128580 CPUtime=8.6 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22346/stat : 22346 (java) R 22282 22285 19746 0 -1 4202560 4286 12278 0 0 807 41 9 3 20 0 22 0 8141818 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583440305296 140583838317974 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22347] ppid=22282 vsize=11128580 CPUtime=8.53 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22347/stat : 22347 (java) R 22282 22285 19746 0 -1 4202560 5272 12278 0 0 796 45 9 3 20 0 22 0 8141818 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583439252240 140583838317974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22348] ppid=22282 vsize=11128580 CPUtime=8.57 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22348/stat : 22348 (java) R 22282 22285 19746 0 -1 4202560 4352 12278 0 0 804 41 9 3 20 0 22 0 8141818 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583438199696 140583838317974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22349] ppid=22282 vsize=11128580 CPUtime=7.5 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22349/stat : 22349 (java) S 22282 22285 19746 0 -1 1077944384 19809 12278 0 0 700 38 9 3 20 0 22 0 8141820 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583044506512 140583838316245 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22350] ppid=22282 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22350/stat : 22350 (java) S 22282 22285 19746 0 -1 1077944384 60 12278 0 0 0 0 9 3 20 0 22 0 8141821 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583043454144 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22351] ppid=22282 vsize=11128580 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22351/stat : 22351 (java) S 22282 22285 19746 0 -1 1077944384 43 12278 0 0 1 0 9 3 20 0 22 0 8141821 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583042401024 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22352] ppid=22282 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22352/stat : 22352 (java) S 22282 22285 19746 0 -1 1077944384 105 12278 0 0 0 0 9 3 20 0 22 0 8141824 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583041349584 140583838324635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22353] ppid=22282 vsize=11128580 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22353/stat : 22353 (java) S 22282 22285 19746 0 -1 1077944384 2739 12278 0 0 154 2 9 3 20 0 22 0 8141824 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583040297712 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22354] ppid=22282 vsize=11128580 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22354/stat : 22354 (java) S 22282 22285 19746 0 -1 1077944384 8498 12278 0 0 220 3 9 3 20 0 22 0 8141824 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583039245168 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22355] ppid=22282 vsize=11128580 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22355/stat : 22355 (java) S 22282 22285 19746 0 -1 1077944384 2052 12278 0 0 157 2 9 3 20 0 22 0 8141824 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583038192112 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22356] ppid=22282 vsize=11128580 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22356/stat : 22356 (java) S 22282 22285 19746 0 -1 1077944384 9576 12278 0 0 145 2 9 3 20 0 22 0 8141825 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583037132960 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22357] ppid=22282 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22357/stat : 22357 (java) S 22282 22285 19746 0 -1 1077944384 3 12278 0 0 0 0 9 3 20 0 22 0 8141825 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583036086752 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22358] ppid=22282 vsize=11128580 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22358/stat : 22358 (java) S 22282 22285 19746 0 -1 1077944384 1004 12278 0 0 58 61 9 3 20 0 22 0 8141825 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583035034288 140583838317186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22574] ppid=22282 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22574/stat : 22574 (java) S 22282 22285 19746 0 -1 1077944384 83 12278 0 0 0 0 9 3 20 0 22 0 8375546 11395665920 273932 33554432000 4194304 4196468 140722871164848 140583005458416 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
[pid=22285/tid=22575] ppid=22282 vsize=11128580 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/22285/task/22575/stat : 22575 (java) S 22282 22285 19746 0 -1 1077944384 26 12278 0 0 0 0 9 3 20 0 22 0 8375546 11395665920 273932 33554432000 4194304 4196468 140722871164848 140582614721344 140583838316245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140722871171777 140722871174551 140722871174551 140722871177167 0
Current children cumulated CPU time (s) 2401.01
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2337.64
CPU time (s): 2401.1
CPU user time (s): 2396.73
CPU system time (s): 4.36952
CPU usage (%): 102.715
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.73
system time used= 4.36952
maximum resident set size= 1096404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316776
involuntary context switches= 181479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8339 second user time and 21.7583 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 15:05:21
IDJOB=4247238
IDBENCH=126865
IDSOLVER=2630
FILE ID=node106/4247238-1500728721
RUNJOBID= node106-1500714764-19778
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-080.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247238-1500728721/watcher-4247238-1500728721 -o /tmp/evaluation-result-4247238-1500728721/solver-4247238-1500728721 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500714764-19778 --watchdog 2560  bin/concrete HOME/instance-4247238-1500728721.xml

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

MD5SUM BENCH= 48ff124294bde3e8e6ef7a0c7c897a65
RANDOM SEED=2077067870

node106.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		: 1600.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.15
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.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.15
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		: 2668.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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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.15
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		: 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.15
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		: 2267.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.15
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		: 1733.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.15
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.15
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		: 2533.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:        31298016 kB
MemAvailable:   31502340 kB
Buffers:          156160 kB
Cached:           320216 kB
SwapCached:            0 kB
Active:           815436 kB
Inactive:         202612 kB
Active(anon):     498936 kB
Inactive(anon):    54128 kB
Active(file):     316500 kB
Inactive(file):   148484 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24312 kB
Writeback:            16 kB
AnonPages:        547240 kB
Mapped:            44628 kB
Shmem:              8852 kB
Slab:             144700 kB
SReclaimable:     110348 kB
SUnreclaim:        34352 kB
KernelStack:        4496 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1263940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61912 MiB
End job on node106 at 2017-07-22 15:44:19